@charset "UTF-8";

/* 共通 */

body {
  background-color: #fff;
}


 @media (max-width: 959px) {
  body {
    transition: all 0.5s;
  }
}

section h2 {
    color: var(--Gray-scale-Gray-13, #1D1D1D);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
    letter-spacing: 1.6px;
  }

section h3 {
  color: var(--Gray-scale-Gray-13, #1D1D1D);
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 49.3px */
  letter-spacing: -0.68px;
}

section p {
  color: var(--Gray-scale-Gray-10, #5C5C5C);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.btn {
  display: flex;
  width: 242px;
  height: 64px;
  padding: 0px 20px 2px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
}

.link_to_apply {
  display: flex;
  background: var(--AccentColor-600, #FF3C00);
  color: #fff;

  &:hover {
    background: #FF6435;
  }

}

.link_to_inquiry {
  display: flex;
  border: 1px solid var(--PrimaryColor-600, #fff);
  background: none;
  color: #fff;

  &:hover {
    background: var(--White-Opacity-Opacity-20, rgba(255, 255, 255, 0.20));
  }
}

.link_to_mail {
  display: flex;
  width: 280px;
  height: 64px;
  padding: 0px 20px 2px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid var(--PrimaryColor-600, #1E70D8);
  background: var(--Gray-scale-Gray-0, #FFF);
  color: var(--PrimaryColor-600, #1E70D8);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  text-decoration: none;

  &:hover {
    background: var(--PrimaryColor-100, #F3F8FF);
  }

}

.sp_btn {
  display: flex;
  height: 32px;
  padding: 0px 16px 3px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: var(--AccentColor-600, #FF3C00);

  &:hover {

  }
}

section .check_list .note {
  color: var(--Gray-scale-Gray-10, #5C5C5C);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
}

section .note {
  color: var(--Gray-scale-Gray-10, #5C5C5C);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
}

.layout_main {
  overflow: hidden;

  .sp_header {
    display: none;
  }
}

.layout_section {
  padding: 120px 0 120px;
}

.layout_hero .inner,
.layout_problem .inner,
.layout_usecase .inner,
.layout_service_structure .inner,
.layout_price .inner,
.layout_flow .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/* layout_hero section */
.layout_hero {
  background-image: url(https://p2-51ce6711.imageflux.jp/c!/a=0,u=0,f=webp:png,q=75/main_visual.png);
  width: 100%;
  height: 600px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  .cipher-x_header {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 999;

    .cipher-x_header_inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;

      .header_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;

        .logo_name {
          color: var(--Gray-scale-Gray-0, #FFF);
          font-family: "Noto Sans JP";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
        }

        .logo_cipher-x {
          color: var(--Gray-scale-Gray-0, #FFF);
          leading-trim: both;
          text-edge: cap;
          font-family: "Haru TP B", sans-serif;
          font-size: 44px;
          font-style: normal;
          font-weight: 700;
          line-height: 100%; /* 44px */
        }
      }
    }
  }

  .hero_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    padding-top: 40px;

    .hero_content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 60px;

      .hero_headline {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;

        h1 {
          color: var(--Gray-scale-Gray-0, #FFF);
          font-family: "Noto Sans JP";
          font-size: 32px;
          font-style: normal;
          font-weight: 900;
          line-height: 140%; /* 44.8px */
          letter-spacing: -1.28px;

          span {
            color: var(--SubAccentColor-600, #FE0);
            font-family: "Noto Sans JP";
            font-size: 40px;
            font-style: normal;
            font-weight: 900;
            line-height: 140%;
            letter-spacing: -0.9px;
          }
        }

        .hero_botton {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 20px;
          align-self: stretch;

          .contact-button_link {
            background: none;
            border: 1px solid var(--Gray-scale-Gray-0, #FFF);
          }
        }
      }

      .hero_copy {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        align-self: stretch;

        .hero_certification {
          display: flex;
          flex: 0 1 auto;
          padding: 8px 12px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          border-radius: 8px;
          background: var(--Gray-scale-Gray-0, #FFF);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);

          img {
            max-width: 100%;
          }

          &::before {
            content: "";
            background: url('/cipher-x/assets/images/certification_before.svg');
            display: flex;
            width: 20px;
            height: 48px;
            justify-content: center;
            align-items: center;
          }

          &::after {
            content: "";
            background: url('/cipher-x/assets/images/certification_after.svg');
            display: flex;
            width: 20px;
            height: 48px;
            justify-content: center;
            align-items: center;
          }
        }

        .hero_text {
          display: flex;
          padding-bottom: 4px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          flex: 1 0 0;
          align-self: stretch;
          width: 242px;

          p {
            color: var(--Gray-scale-Gray-0, #FFF);
            font-feature-settings: 'pwid' on;
            font-family: "Noto Sans JP";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
          }

          span {
            font-weight: 700;
          }
        }

      }
    }

    .hero_image {
      width: calc(100% - 561.903px);
      height: 425.926px;
      flex-shrink: 0;
      position: relative;

      img {
        max-width: 100%;
      }

    }
  }
}

/* layout_problem section */
.layout_problem {
  background-color: #FFF;

  .problem_solution_container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;

    /* problem_container */
    .problem_container {
      display: flex;
      flex-direction: column;
      align-items: center;

      .problem_headline {
        margin-bottom: 80px;

        span {
          color: var(--AccentColor-600, #FF3C00);
          font-family: "Noto Sans JP";
          font-size: 40px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          letter-spacing: 1.6px;
          position: relative;
          z-index: 1;

          &::before {
            content: "";
            display: block;
            background-image: url(/cipher-x/assets/images/problem_headline_before.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 69.434px;
            height: 92px;
            position: absolute;
            bottom: -20.844px;
            right: 20px;
            z-index: -1;
          }
        }
      }

      .problem_lists {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        gap: 20px;

        .problem_list {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          width: 338px;

          .problem_desc {
            display: flex;
            padding: 24px 28px 28px 20px;
            justify-content: center;
            align-items: center;
            gap: 20px;
            border-radius: 34px;
            background: var(--PrimaryColor-100, #F3F8FF);
            position: relative;

            &::before {
              width: 24px;
              height: 23px;
              border: 10px solid transparent;
              border-bottom: 10px solid #F3F8FF;
              bottom: -10px;
              content: "";
              margin-left: -140px;
              position: absolute;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
            }

            img {
              max-width: 100%;
            }

            p {
              color: var(--Gray-scale-Gray-13, #1D1D1D);
              font-family: "Noto Sans JP";
              font-size: 20px;
              font-style: normal;
              font-weight: 700;
              line-height: 150%; /* 30px */

              span {
                font-size: 12px;
              }
            }
          }
        }
      }

      .problem_image {
        padding-top: 60px;
      }
    }

    .exclude {
      display: flex;
      flex-direction: column;
      width: 52px;
      flex-direction: column;
      align-items: flex-start;
    }

    /* solution_container */
    .solution_container {
      display: flex;
      flex-direction: column;
      align-items: center;

      .solution_headline {
        margin-bottom: 80px;
        color: var(--PrimaryColor-600, #1E70D8);


        .logo_cipher-x {
          color: var(--PrimaryColor-600, #1E70D8);
          leading-trim: both;
          text-edge: cap;
          font-family: "Haru TP B", sans-serif;
          font-size: 54px;
          font-style: normal;
          font-weight: 700;
          line-height: 100%; /* 54px */
          margin-right: 10px;
          padding-bottom: 4px;
        }

        mark {
          background: linear-gradient(white 40%, #fe0 40%);
        }
      }

      .solution_lists {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 100px;
        align-self: stretch;

        .solution_list {
          display: flex;
          align-items: flex-start;
          gap: 93px;
          align-self: stretch;

          &:nth-of-type(even) {
            flex-direction: row-reverse;
          }

          .solution_image {
            width: 463px;

            img {
              width: 100%;
              text-align: center;
            }
          }

          .solution_desc {
            display: flex;
            flex: 1 1 524px ;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;

            .reason {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              gap: 12px;
              align-self: flex-start;

              &::before {
                content: "";
                width: 16px;
                height: 16px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                top: 0;
                bottom: 0;
                left: 0;
                margin: 0 auto;
                background: #408FF3;
                border-radius: 50%;
              }

              p {
                color: var(--PrimaryColor-500, #408FF3);
                font-family: Inter;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%; /* 18px */
              }
            }

            .solution_text {
              h3 {
                margin-bottom: 16px;
              }


            }

            .check_list {
              display: flex;
              padding: 16px 20px;
              flex-direction: column;
              align-items: flex-start;
              gap: 4px;
              align-self: stretch;
              border-radius: 4px;
              background: var(--PrimaryColor-100, #F3F8FF);

              ul {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                align-self: stretch;

                li {
                  display: flex;
                  flex: 1 0 0;
                  justify-content: center;
                  align-items: center;
                  gap: 10px;
                  align-self: flex-start;

                  &::before {
                    content: "";
                    background: url('/cipher-x/assets/images/check.svg');
                    display: flex;
                    width: 16px;
                    height: 16px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    margin: 0 auto;
                    stroke-width: 2.133px;
                    stroke: var(--AccentColor-600, #FF3C00);
                  }
                }
              }
            }
          }
        }
      }
    }

    .note_lists {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      padding-top: 80px;

      .note {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;

        a {
          color: var(--PrimaryColor-600, #1E70D8);
          text-decoration: underline;
        }
      }
    }
  }
}

/* layout_usecase */
.layout_usecase {
  display: flex;
  padding: 120px 0px 120px 0px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1E70D8;
    transform: skewY(4deg);
  }

  .inner {
    z-index: 1;
  }

  .usecase_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    z-index: 1;

    .usecase_headline {
      color: #fff;
      margin-bottom: 28px;
    }

    p {
      color: #fff;
    }

    .usecase_lists {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 20px;
      padding-top: 60px;
      padding-bottom: 80px;
      position: relative;

      .usecase_list {
        display: flex;
        flex: 1 0 0;
        align-items: flex-start;
        justify-content: space-around;
        width: calc((100% / 3) - 20px);

        .usecase_image {
          height: 480px;
          width: 100%;
          position: relative;


          &::after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            transform: rotate(3deg);
            border-radius: 20px;
            border: 1px solid var(--PrimaryColor-500, #408FF3);
            z-index: -1;
            top: 0;
          }
        }

        .usecase_text {
          bottom: 0;
          border-radius: 0px 0px 20px 20px;
          background: rgba(255, 255, 255, 0.95);
          padding: 4px 20px 20px 20px;
          position: absolute;
          z-index: 1;
          width: 100%;

          &::before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            z-index: 1;
            height: 32px;
            background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.95) 50.5%) no-repeat top left / 100% 100%;
}
          }

          p {
            color: var(--PrimaryColor-600, #1E70D8);
            font-family: "Noto Sans JP";
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%; /* 36.4px */
          }

        }
      }
    }

    .usecase_lists li:nth-child(2) {
      padding-top: 60px;
    }
    .usecase_lists li:nth-child(3) {
      padding-top: 120px;
    }
}

/* layout_service_structure */
.layout_service_structure {

  .service_structure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;

    .service_structure_headline {
      margin-bottom: 20px;
      display: flex;
      gap: 10px;
      text-align: center;
      justify-content: center;

      span {
        color: var(--Gray-scale-Gray-13, #1D1D1D);
        leading-trim: both;
        text-edge: cap;
        font-family: "Haru TP B", sans-serif;
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 54px */
        color: var(--Gray-scale-Gray-13, #1D1D1D);
      }
    }

    p {
      text-align: center;
    }

    .service_structure_image {
      padding-top: 60px;

      img {
        width: 100%;
      }
    }

    /* モーダル dialog*/
    .report_modal {

      .modal-button {
        display: flex;
        width: 438px;
        height: 64px;
        padding: 0px 20px 2px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: var(--Gray-scale-Gray-0, #FFF);
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%; /* 30.6px */
        border-radius: 32px;
        background: var(--AccentColor-600, #FF3C00);

        &::after {
          content: "";
          display: block;
          background: url(/cipher-x/assets/images/modal_box_icon.svg) no-repeat center center;
          background-size: 100%;
          width: 20px;
          height: 16.066px;
          flex-shrink: 0;
        }

        &:hover {
          background: #FF6435;
        }
      }
    }

    .report-modal {
      margin: auto;
      border: none;
      width: 100%;
      height: 100%;
      background: none;
      max-width: 100%;
      max-height: 100%;
      overflow: auto;

      &::backdrop {
        background: #000C;
      }

      .modal-content {
        max-width: min(60.0962%, 520px);
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        position: relative;

          .image {
            &.is-active {
              display: block;
              margin: auto;

              img {
                max-width: 100%;
              }
            }
          }
      }
      .close-button {
        border: none;
        width: 40px;
        height: 40px;
        background: url('data:image/svg+xml;charset=UTF-8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.5265 14.7325C28.1512 14.1078 28.1512 13.0932 27.5265 12.4685C26.9018 11.8438 25.8872 11.8438 25.2625 12.4685L20 17.7361L14.7325 12.4735C14.1078 11.8488 13.0932 11.8488 12.4685 12.4735C11.8438 13.0982 11.8438 14.1128 12.4685 14.7375L17.7361 20L12.4735 25.2675C11.8488 25.8922 11.8488 26.9068 12.4735 27.5315C13.0982 28.1562 14.1128 28.1562 14.7375 27.5315L20 22.2639L25.2675 27.5265C25.8922 28.1512 26.9068 28.1512 27.5315 27.5265C28.1562 26.9018 28.1562 25.8872 27.5315 25.2625L22.2639 20L27.5265 14.7325Z" fill="white"/></svg>') no-repeat center center;
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
      }
    }
  }
}

/* layout_service_structure */
.layout_price {
  padding-bottom: 160px;

  .price_container {
    display: flex;
    flex-direction: column;
    gap: 80px;

    .price_headline {

      span {
        color: var(--Gray-scale-Gray-13, #1D1D1D);
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 1.12px;
      }
    }

    table {
      width: 100%;
      margin: 0 auto;
      border-collapse: collapse;
      border-spacing: 0;

      tr {
        display: flex;
      }

      th {
        display: flex;
        width: 246px;
        padding: 8px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 20px 0px 0px 0px;
        border: 1px solid var(--PrimaryColor-200, #D1E4FF);
        background: var(--PrimaryColor-600, #1E70D8);
        color: var(--Gray-scale-Gray-0, #FFF);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 32px */
      }

      td {
        padding: 8px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 0px 20px 0px 0px;
        border-top: 1px solid var(--PrimaryColor-200, #D1E4FF);
        border-right: 1px solid var(--PrimaryColor-200, #D1E4FF);
        border-bottom: 1px solid var(--PrimaryColor-200, #D1E4FF);
        background: var(--PrimaryColor-100, #F3F8FF);

        & strong {
          display: inline-block;
          color: var(--Gray-scale-Gray-13, #1D1D1D);
          font-family: Inter;
          font-size: 36px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; /* 54px */
          padding-right: 4px;
        }

        span {
          color: var(--Gray-scale-Gray-13, #1D1D1D);
          font-family: "Noto Sans JP";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; /* 24px */
        }
      }

      tr:nth-child(even) th {
        border-radius: 0px 0px 0px 20px;
      }

      tr:nth-child(even) td {
        border-radius: 0px 0px 20px 0px;
      }
    }

    .price_image {
      width: 100%;
    }

    ul {

      .note {
        display: flex;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;

        &::before {
          content: "※";
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 200%; /* 30px */
        }
      }
    }
  }
}


/* layout_flow section */
.layout_flow {
  background: var(--PrimaryColor-100, #F3F8FF);

  .flow_container {

    .flow_headline {
      padding-bottom: 60px;
    }

    .flow_diagram {
      display: table;
      height: 120px;
      border-radius: 20px;
      background: var(--PrimaryColor-600, #1E70D8);
      color: #fff;
      overflow: hidden;
      width: 100%;
      margin-bottom: 80px;

      .flow_diagram_box {
        display: table-cell;
        height: 120px;
        width: 247px;
        padding-bottom: 4px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        z-index: 2;

        &::after,
        &::before {
          content: '';
          z-index: -1;
          position: absolute;
          display: block;
          border-right: 4px solid #fff;
          width: 68px;
          height: 68px;
          right: 5px;
      }

      .step {
        color: var(--Gray-scale-Gray-0, #FFF);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 36.4px */
        letter-spacing: -1.04px;
      }

      img {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 200px;
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
      }
    }

    .flow_diagram_box::after {
      top: 49.5px;
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      transform: rotate(20deg);
    }

    .flow_diagram_box::before {
      top: 9px;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    .flow_diagram_box:last-child::after,
    .flow_diagram_box:last-child::before {
      right: -24px;
    }
  }

  .flow_lists {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;

    .flow_list {
      display: flex;
      padding: 40px 60px 40px 40px;
      justify-content: center;
      align-items: flex-start;
      gap: 60px;
      align-self: stretch;
      border-radius: 20px;
      background: var(--Gray-scale-Gray-0,#FFF);

      .flow_image {
        flex: 0 0 320px;
        min-height: 280px;
        border-radius: 8px;

        img {
          max-width: 100%;
        }
       }

       .flow_details {
          display: flex;
          flex-direction: column;
          flex: 1 0 0;
          align-items: flex-start;
          gap: 28px;

        .step {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
          align-self: stretch;

          .step_label {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px;
            align-self: flex-start;

            &::before {
              content: "";
              width: 16px;
              height: 16px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              gap: 10px;
              top: 0;
              bottom: 0;
              left: 0;
              margin: 0 auto;
              background-color: #408FF3;
              border-radius: 50px;
            }

            p {
              color: var(--PrimaryColor-500, #408FF3);
              font-family: Inter;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%; /* 18px */
            }
          }

          .step_desc {
            display: flex;
            flex-direction: column;
            align-items: flex-start;

            .step_title {
              color: var(--Gray-scale-Gray-13, #1D1D1D);
              font-family: "Noto Sans JP";
              font-size: 32px;
              font-style: normal;
              font-weight: 700;
              line-height: 150%; /* 48px */
              letter-spacing: -0.64px;
              margin-bottom: 16px;
            }

            li {
              display: flex;
              align-items: flex-start;
              gap: 4px;
              align-self: stretch;
            }

            .note {
              &::before {
                content: "※";
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 200%; /* 30px */
              }
            }
          }
        }

        .link_to_account {
          width: 100%;
          max-width: 472px;
          text-align: center;
          line-height: 120%;
        }

        .link_to_use {
          width: 280px;
        }

        .link_to_manual {
          width: 280px;
          border-radius: 32px;
          border: 1px solid var(--PrimaryColor-600, #1E70D8);
          background: var(--Gray-scale-Gray-0, #FFF);
          color: var(--PrimaryColor-600, #1E70D8);

          &:hover {
            background: var(--PrimaryColor-100, #F3F8FF);
          }
        }
      }
    }

    .flow_list_label {
      .flow_details {
        &::after {
          content: "";
          display: block;
          width: 48px;
          height: 24px;
          border-bottom: 0;
          position: absolute;
          left: 0;
          right: 0;
          margin: -80px auto;
          background: #fff;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
        }
      }
    }
  }

}
}


/* layout_contact section */
.layout_contact {
  display: flex;
  padding: 80px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--PrimaryColor-600, #1E70D8);

  .inner {
    width: 960px;
    padding: 0 60px 0 40px;
  }

  .contact_cta {
    display: flex;
    width: 960px;
    justify-content: space-between;

    .contact_desc {
      display: flex;
      width: 43.75%;
      flex-direction: column;
      align-items: flex-start;
      flex-shrink: 0;

      .cta_title {
        color: var(--Gray-scale-Gray-0, #FFF);
        font-family: "Noto Sans JP";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 60px */
        letter-spacing: 0.8px;
        margin-bottom: 20px;
      }

      .cta_text {
        color: var(--Gray-scale-Gray-0, #FFF);
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 30.6px */
        margin-bottom: 40px;
      }
    }

    .contact_cta_image {
      width: 45.83%;
      height: 280.283px;
      flex-shrink: 0;
      position: relative;

      &::after {
        content: "";
        display: block;
        background: url(https://p2-51ce6711.imageflux.jp/c!/a=0,u=0,f=webp:png,q=75/cta_image_bg.png) no-repeat center center;
        width: 560px;
        height: 560px;
        top: -140px;
        right: -60px;
        background-size: contain;
        position: absolute;
      }
    }
  }
}

/* layout_contact section */
.layout_faq {

  .inner {
    max-width: 860px;
    margin: 0 auto;
  }

  .faq_container {
    display: flex;
    flex-direction: column;
    align-items: center;

    .faq_headline {
      padding-bottom: 100px;
    }

    .faq_list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 48px;
      align-self: stretch;

      dl {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;

        dt {
          display: flex;
          align-items: center;
          gap: 32px;
          align-self: stretch;
          color: var(--Gray-scale-Gray-13, #1D1D1D);
          font-family: "Noto Sans JP";
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; /* 33px */

          &::before {
            content: "Q";
            display: flex;
            flex-shrink: 0;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            width: 60px;
            height: 36px;
            padding: 4px 5px;
            border-radius: 18px;
            background: var(--Gray-scale-Gray-13, #1D1D1D);
            color: var(--Gray-scale-Gray-0, #FFF);
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%; /* 20px */
            top: 0;
            left: 0;
        }
        }

        dd {
          display: flex;
          align-items: center;
          gap: 32px;
          align-self: stretch;
          color: var(--Gray-scale-Gray-13, #1D1D1D);
          font-family: "Noto Sans JP";
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; /* 33px */

          &::before {
            content: "A";
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            width: 60px;
            height: 36px;
            padding: 4px 5px;
            border-radius: 18px;
            background: var(--PrimaryColor-600, #1E70D8);
            color: var(--Gray-scale-Gray-0, #FFF);
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%; /* 20px */
            top: 0;
            left: 0;
        }

        p {
          display: inline-block;
          padding: 16px 32px;
          flex: 1 0 0;
          border-radius: 8px;
          background: var(--PrimaryColor-100, #F3F8FF);

          a {
            color: var(--PrimaryColor-600, #1E70D8);
            text-decoration: underline;
          }
        }

        }
      }
    }
  }

}

/* layout_footer section */
.footer {
  display: flex;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid var(--Gray-scale-Gray-6, #A3A3A3);
  background: #808088;

  .lists {
    display: flex;
    width: 960px;
    margin: 0 auto;
    height: 34px;
    align-items: center;
    font-size: 11px;

    .list {
      color: #CCC;
      font-family: "Noto Sans JP";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%; /* 15.6px */
    }

    li:nth-of-type(n+2)::before {
      content: ">";
      margin: 0 8px;
      font-family: "FontAwesome";
    }
  }
}

/* tablet */

@media (max-width: 1079px) and (min-width: 768px) {
  .layout_hero .inner,
  .layout_problem .inner,
  .layout_usecase .inner,
  .layout_service_structure .inner,
  .layout_price .inner,
  .layout_flow .inner,
  .layout_contact .inner,
  .layout_faq .inner {
    padding: 0 20px;
  }

  .layout_problem {
    & .problem_solution_container {
      & .problem_container {
        .problem_lists {
          justify-content: center;
          flex-wrap: wrap;
          gap: 32px;
        }
      }
    }
  }

  .layout_contact .inner {
    width: 100%;

    .contact_cta {
      max-width: 100%;
      display: flex;
      justify-content: center;
    }
  }
}

@media (max-width: 959px) and (min-width: 768px) {
  .footer {
    padding-left: 20px;
    .inner {
      width: 100%;
    }
  }
}


/* responsive */
@media screen and (max-width: 767px) {
  .layout_main {
    padding-top: 58px;

    .sp_header {
      display: flex;
      width: 100%;
      height: 58px;
      position: fixed;
      top: 0;
      z-index: 999;
      padding: 0px 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-bottom: 1px solid var(--Gray-scale-Gray-2, #E4E4E4);
      background: var(--Gray-scale-Gray-0, #FFF);

      .sp_header_inner {
        display: flex;
        padding: 4px 0px;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;

        .sp_header_lists {
          display: flex;
          padding-top: 12px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 4px;
          align-self: stretch;
          position: relative;

          .logo_name {
            color: var(--Gray-scale-Gray-6, #A3A3A3);
            font-family: "Noto Sans JP";
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            position: absolute;
            left: 7px;
            top: -3px;
          }

          .logo_cipher-x {
            color: var(--Gray-scale-Gray-13, #1D1D1D);
            leading-trim: both;
            text-edge: cap;
            font-family: "Haru TP B", sans-serif;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%; /* 30px */
          }
        }

        .sp_btn a {
          color: var(--Gray-scale-Gray-0, #FFF);
          font-family: "Noto Sans JP";
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%; /* 16.8px */
        }
      }
    }
  }

  .cipher-x_header {
    display: none;
  }

  .layout_hero .inner,
  .layout_problem .inner,
  .layout_usecase .inner,
  .layout_service_structure .inner,
  .layout_price .inner,
  .layout_flow .inner,
  .layout_faq .inner {
    padding: 0 20px;
  }

  .layout_section {
    padding: 60px 0 60px;
  }

  section .headline {
    padding-bottom: 40px;
  }

  .layout_hero {
    position: relative;
    background-image: none;
    height: 100%;
    padding-bottom: 60px;

    &::before {
      content: "";
      display: block;
      background-image: url(https://p2-51ce6711.imageflux.jp/c!/a=0,u=0,f=webp:png,q=75/sp_main_visual.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 0;
    }

    .hero_inner {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      top: 32px;
      gap: 0;
      position: relative;
      padding-top: 0;

      .hero_content {
        align-items: center;
        gap: 32px;
        align-self: stretch;
        margin-top: -30px;
        width: 100%;
        position: relative;
        z-index: 1;

        .hero_headline {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 28px;
          align-self: stretch;

          h1 {
            font-size: 22px;
            font-weight: 900;
            line-height: 132%;
            letter-spacing: -0.44px;

            span {
              text-align: center;
              font-size: 28px;
              font-weight: 900;
              line-height: 132%; /* 29.04px */
              letter-spacing: -0.96px;
            }
          }

          .hero_botton {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            position: relative;

            .link_to_apply,
            .link_to_inquiry {
              width: 100%;
              height: 56px;
              max-width: 280px;
              font-size: 16px;
              padding: 0 0 2px 0;
            }
          }
        }

        .hero_copy {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 16px;
          align-self: stretch;

          .hero_certification {
            width: 184px;
            gap: 4px;
            padding: 8px;
            border-radius: 2.88px;
            background: var(--Gray-scale-Gray-0, #FFF);
            box-shadow: 0px 1.44px 11.52px 0px rgba(0, 0, 0, 0.12);

            img {
              width: 72%;
              max-width: 100%;
            }
          }

          .hero_text {
            display: flex;
            padding-bottom: 4px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex: 1 0 0;
            align-self: stretch;
            width: 242px;

            p {
              font-size: 12px;
            }
          }

        }
      }

      .hero_image {
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden;
        text-align: center;

        img {
          max-width: 100%;
          height: auto;
          max-height: 288px;
          vertical-align: top;
        }
      }
    }
  }

  /* layout_problem */
  .layout_problem {
    margin-top: 0;

    .problem_solution_container {
      display: flex;
      padding: 0px;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      align-self: stretch;

      .problem_container {
        gap: 40px;

        .problem_headline {
          margin-bottom: 0;
          font-size: 24px;
          letter-spacing: 0;

          span  {
            color: var(--AccentColor-600, #FF3C00);
            font-family: "Noto Sans JP";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;

            &::before {
              width: 45.283px;
              height: 60px;
              bottom: -12.844px;
            }
          }
        }

        .problem_lists {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 32px;

          .problem_list {
            width: 100%;
            flex: 1 0 0;


            .problem_desc {
              display: flex;
              padding: 20px 20px 24px 20px;
              justify-content: center;
              align-items: center;
              gap: 16px;
              align-self: stretch;
              border-radius: 12px;
              background: var(--PrimaryColor-100, #F3F8FF);
              width: 100%;

              &::before {
                margin-left: -210px;
              }

              img {
                max-width: 56px;
              }

              p {
                color: var(--Gray-scale-Gray-13, #1D1D1D);
                font-family: "Noto Sans JP";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%; /* 27px */
              }

            }

            .even {
              &::before {
                right: 50px;
                transform: rotate(-45deg);

              }
            }
          }
        }

        .problem_image {
          padding-top: 0;
          width: 110%;
        }
      }
    }
  }

  .layout_problem .problem_solution_container {
    .exclude {
      width: 40px;
    }
  }


  /* layout_problem_solution */
  .layout_problem {
    .problem_solution_container {

      .solution_container {
        display: flex;
        padding: 0px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        align-self: stretch;

        .solution_headline {
          margin-bottom: 0px;
          font-size: 26px;
          line-height: 150%; /* 39px */
          letter-spacing: 1.04px;

          .logo_cipher-x {
            font-size: 44px;
            margin-right: 6px;
            padding-bottom: 0;
          }
        }

        .solution_lists {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 60px;
          align-self: stretch;

          .solution_list {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 40px;
            align-self: stretch;

            &:nth-of-type(even) {
              flex-direction: column;
            }

            .solution_image {
              width: 100%;
              text-align: center;
            }

            .solution_desc {
              width: auto;
              flex: 1 1 auto;

              .reason {
                &::before {
                  content: "";
                  width: 12px;
                  height: 12px;
                }

                p {
                  font-size: 16px;
                }
              }

              h3 {
                font-size: 24px;
                letter-spacing: -0.48px;
                line-height: 145%; /* 34.8px */
              }
              p {
                line-height: 160%;
              }

              .check_list ul {
                gap: 8px;

                li {
                  gap: 16px;

                  &::before {
                    width: 26px;
                    height: 16px;
                  }
                }

                .note {
                    color: var(--Gray-scale-Gray-10, #5C5C5C);
                    font-family: "Noto Sans JP";
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%; /* 22.5px */
                    flex: 1 0 0;
                }
              }
            }
          }
        }

        .note_lists {
          padding-top: 0px;


          .note {
            line-height: 160%;
            display: flex;

            a {
              color: var(--PrimaryColor-600, #1E70D8);
              line-height: 160%; /* 24px */
              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;
            }
          }
        }
      }
    }
  }

  /* layout_usecase */
  .layout_usecase {
    padding: 32px 0px 60px 0px;

    .usecase_container {

      .usecase_headline {
        font-size: 32px;
        letter-spacing: 1.28px;
        margin-bottom: 20px;
      }

      p {
        line-height: 160%;
      }

      .usecase_lists {
        flex-direction: column;
        gap: 40px;
        padding: 60px 25px 0 25px;

        .usecase_list {
          width: 100%;
          margin: 0 auto;

          .usecase_image {
            max-height: 100%;
          }

          .usecase_text {

            &::before {
              bottom: 100%;
              height: 50px;
            }

            p {
              font-size: 24px;
            }
          }
        }
      }

      .usecase_lists li:nth-child(2) {
        padding-top: 0;
      }
      .usecase_lists li:nth-child(3) {
        padding-top: 0;
      }
    }
  }

  /* layout_service_structure */
  .layout_service_structure {

    .service_structure {
      gap: 40px;

      .service_structure_headline {
        font-size: 26px;
        letter-spacing: 1.04px;
        padding-bottom: 40px;

        span {
          font-size: 40px;
          color: var(--Gray-scale-Gray-13, #1D1D1D);
        }
      }

      p {
        line-height: 160%;
        text-align: justify;
      }

      .service_structure_image {
        padding-top: 40px;
      }

      .report_modal {
        padding-bottom: 20px;

        .modal-button {
          width: 100%;
          max-width: 350px;
          height: 56px;
          font-size: 16px;
          line-height: 150%; /* 24px */
        }
      }
    }
  }

  .layout_service_structure .service_structure {
    & .report-modal {
      .modal-content {
        max-width: min(90%, 520px);
      }
    }
  }


  /* layout_price */
  .layout_price {
    padding-bottom: 60px;

    .price_container {
      gap: 40px;

      .price_headline {
        font-size: 32px;
        letter-spacing: 1.28px;

        span {
          font-size: 20px;
          letter-spacing: 0.8px;
        }
      }

      table {
        th {
          display: flex;
          width: 112px;
          padding: 8px 0px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 12px 0px 0px 0px;
          color: var(--Gray-scale-Gray-0, #FFF);
          text-align: center;
          font-size: 16px;
        }

        tr {
          td {
            border-radius: 0px 12px 0px 0px;
            padding: 8px 20px;
          }

        }

        tr:nth-child(even) th {
          border-radius: 0px 0px 0px 12px;
        }

        tr:nth-child(even) td {
          border-radius: 0px 0px 12px 0px;
        }

        td {
          strong {
            font-size: 26px;
          }

          span {
            font-size: 14px;
          }
        }
      }

      .price_image {

        img {
          max-width: 100%;
        }
      }

      .note_lists {
        display: flex;
        flex-direction: column;
        gap: 8px;

        .note {
          line-height: 160%;
        }
      }
    }
  }

  /* layout_flow */
  .layout_flow {
    padding: 50px 0 50px;

    .flow_container {

      .flow_headline {
        padding-bottom: 28px;
        font-size: 32px;
        letter-spacing: 1.28px;
      }

      .flow_diagram {
        height: 68px;
        margin-bottom: 40px;
        border-radius: 8px;

        .flow_diagram_box {
          height: 68px;
          width: 80px;
          padding-bottom: 1.296px;
          padding-right: 10px;

          &::after,
          &::before {
            border-right: 1.296px solid #fff;
            width: 40px;
            height: 40px;
          }

          .step {
            font-size: 14px;
            line-height: 120%; /* 16.8px */
            display: flex;
            padding-bottom: 1.296px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 3.889px;
            flex: 1 0 0;
            align-self: stretch;
          }
        }

        .flow_diagram_box::before {
          top: 4px;
        }

        .flow_diagram_box::after {
          top: 28px;
        }

        li:first-child {
          padding-right: 8px;
        }
      }

      .flow_lists {

        .flow_list {
          flex-direction: column;
          align-items: center;
          display: flex;
          padding: 20px 20px 40px 19px;
          gap: 28px;
          width: 100%;
          height: 100%;

          .flow_image {
            flex-basis: auto;
            width: 100%;
            height: 100%;
            text-align: center;
          }

          .flow_details {
            width: 100%;
            position: relative;

            .step {
              gap: 16px;

              .step_label {
                &::before {
                  width: 12px;
                  height: 12px;
                }

                p {
                  font-size: 16px;
                }
              }

              .step_desc {

                .step_title {
                  font-size: 24px;
                  line-height: 144%; /* 34.56px */
                  letter-spacing: -0.48px;
                }

                p {
                  line-height: 160%;
                }

                .note {
                  line-height: 160%;

                  &::before {
                    line-height: 160%;
                  }
                }

              }
            }

            .link_to_account {
              display: flex;
              width: 280px;
              height: 56px;
              padding: 0px 28px 2px 28px;
              justify-content: center;
              align-items: center;
              gap: 8px;
              text-align: center;
              margin: 0 auto;
              font-size: 16px;
              line-height: 120%;
            }

            .link_to_use {
              display: flex;
              width: 280px;
              height: 56px;
              padding: 0px 28px 2px 28px;
              justify-content: center;
              align-items: center;
              gap: 8px;
              text-align: center;
              margin: 0 auto;
              font-size: 16px;
              line-height: 120%;
            }

            .link_to_manual {
              display: flex;
              width: 280px;
              height: 56px;
              padding: 0px 28px 2px 28px;
              justify-content: center;
              align-items: center;
              gap: 8px;
              text-align: center;
              margin: 0 auto;
              font-size: 16px;
              line-height: 120%;
            }
          }
        }

        .flow_list_label {
          position: relative;
        }

        .flow_list_label {
          &::after {
            content: "";
            display: block;
            width: 48px;
            height: 24px;
            border-bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: -40px;
            background: #fff;
            clip-path: polygon(0 0, 100% 0, 50% 100%);
          }
        }

        .flow_list_label {
          .flow_details {
            &::after {
              display: none;
            }
          }
        }
      }
    }
  }

  /* layout_contact */
  .layout_contact {
    padding: 80px 20px 40px 20px;

    .inner {
      width: 100%;
      padding: 0;
    }

    .contact_cta {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      align-self: stretch;
      position: relative;
      width: 100%;

      .contact_desc {
        display: flex;
        width: 100%;
        padding: 40px 20px 32px 20px;
        flex-direction: column;
        align-items: center;
        align-self: center;
        border-radius: 12px;
        background: var(--White-Opacity-Opacity-5, rgba(255, 255, 255, 0.05));

        .cta_title {
          font-size: 28px;
          letter-spacing: 0.56px;
          margin-bottom: 12px;
        }

        .cta_text {
          font-size: 16px;
          line-height: 160%;
          margin-bottom: 28px;
        }

        .link_to_mail {
          font-size: 16px;
          padding: 0 28px;
          height: 56px;
        }
      }

      .contact_cta_image {
        width: 200px;
        height: 127.403px;
        position: absolute;
        top: -99.491px;

        &::after {
          display: none;
        }
      }
    }
  }

  /* layout_faq */
  .layout_faq {
    .faq_container {

      .faq_headline {
        padding-bottom: 52px;
        font-size: 32px;
        letter-spacing: 1.28px;
      }

      .faq_list {
        dl {
          dt,
          dd {
            gap: 16px;
            font-size: 16px;
            line-height: 140%;

            &::before {
              width: 36px;
          }
        }

        dd p {
          font-size: 15px;
          line-height: 160%;
          padding: 16px 20px;
        }
      }
    }
  }
}

  /* footer */
  .footer {
    align-items: flex-start;
    padding-left: 20px;

    .lists {
      width: 100%;
    }
  }
}

@media ( min-width: 768px ){
  .only_sp {
    display: none;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .only_tablet {
    display: flex;
  }
}


@media ( max-width: 767px ){
  .only_pc {
    display: none;
  }
}



