@charset "UTF-8";
/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/** @format */
/** @format */
/** @format */
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.link {
  color: #0077AA;
  font-weight: bold;
}
.link:hover {
  border-bottom: 1px solid #0077AA;
}
@media screen and (max-width: 1120px) {
  .link:hover {
    border-bottom: none;
  }
}

.wrapper {
  width: 100%;
  max-width: 1104px;
  padding: 80px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 40px 16px;
  }
}

.headingInner {
  background-color: #eee;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .headingInner {
    margin-top: 49px;
  }
}

.post-password-form input {
  border: 1px solid #ccc;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-y: scroll;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aipartnerFV {
  position: relative;
}
.aipartnerFV .aipartnerFV__img {
  padding-top: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aipartnerFV .aipartnerFV__img {
    padding-top: 48px;
  }
}
.aipartnerFV .aipartnerFV__yellowbtn {
  position: absolute;
  bottom: 11.484375vw;
  left: 3.4375vw;
  width: 37.421875vw;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 100px;
}
.aipartnerFV .aipartnerFV__yellowbtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .aipartnerFV .aipartnerFV__yellowbtn:hover {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .aipartnerFV .aipartnerFV__yellowbtn {
    bottom: 19.7435897436vw;
    width: 93.5897435897vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .aipartnerFV .aipartnerFV__yellowbtn {
    width: 90vw;
  }
}
.aipartnerFV .aipartnerFV__whitebtn {
  position: absolute;
  bottom: 4.6875vw;
  left: 3.4375vw;
  width: 37.421875vw;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 100px;
}
.aipartnerFV .aipartnerFV__whitebtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .aipartnerFV .aipartnerFV__whitebtn:hover {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .aipartnerFV .aipartnerFV__whitebtn {
    bottom: 4.1025641026vw;
    width: 93.5897435897vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .aipartnerFV .aipartnerFV__whitebtn {
    width: 90vw;
  }
}

/** @format */
.aipartnerCurrent {
  position: relative;
}
.aipartnerCurrent::after {
  position: absolute;
  content: "";
  top: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 49vw solid transparent;
  border-left: 49vw solid transparent;
  border-top: 80px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent::after {
    border-top: 60px solid #fff;
  }
}

.aipartnerCurrent__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 480px) {
  .aipartnerCurrent__contents {
    gap: 40px;
  }
}

.aipartnerCurrent__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.aipartner__title {
  font-size: 32px;
  font-weight: bold;
  background: -webkit-gradient(linear, right top, left top, color-stop(32%, #4f46e5), to(#9e47e6));
  background: linear-gradient(-90deg, #4f46e5 32%, #9e47e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aipartner__title {
    font-size: 24px;
  }
}
.aipartner__title .aipartner__titleBr {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartner__title .aipartner__titleBr {
    display: block;
  }
}

.aipartnerCurrent__headingText {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.aipartnerCurrent__headingText .aipartnerCurrent__headingTextBrSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__headingText .aipartnerCurrent__headingTextBrSP {
    display: block;
  }
}

.aipartnerCurrent__img {
  width: 100%;
}

.aipartnerCurrent__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aipartnerCurrent__link:hover {
  opacity: 0.7;
}

.aipartnerCurrent__linkPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__linkPC {
    display: none;
  }
}

.aipartnerCurrent__linkSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__linkSP {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .aipartnerCurrent__linkClick {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__linkClick::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/pages/ai-partner/current-zoom.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.lb-closeContainer {
  position: absolute;
  top: -38px;
  right: 10px;
  color: #fff;
  font-weight: bold;
}

.lb-closeContainer .lb-close {
  display: block;
  float: right;
  background-size: contain;
  text-align: right;
  outline: none;
}

.lb-closeContainer .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

.lb-data .lb-details {
  display: none;
}

/* 既存のモーダル中央配置CSS（そのまま保持） */
.lightbox-modal,
.lightbox-container,
.modal-dialog,
.fancybox-container,
[class*=lightbox],
[class*=modal] {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.aipartnerCurrent__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

.aipartnerCurrent__actionTitle {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__actionTitle {
    font-size: 20px;
  }
}
.aipartnerCurrent__actionTitle .aipartnerCurrent__actionTitle--big {
  font-size: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__actionTitle .aipartnerCurrent__actionTitle--big {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .aipartnerCurrent__actionTitle .aipartnerCurrent__actionTitle--big {
    font-size: clamp(22px, 5vw, 24px);
    letter-spacing: normal;
  }
}
.aipartnerCurrent__actionTitle .aipartnerCurrent__actionTitle--big::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(251, 170, 77, 0.5);
  z-index: -1;
}
.aipartnerCurrent__actionTitle .aipartnerCurrent__actionTitleBrSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__actionTitle .aipartnerCurrent__actionTitleBrSP {
    display: block;
  }
}

.aipartnerCurrent__actionDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__actionDetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}

.aipartnerCurrent__actionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.aipartnerCurrent__actionBefore {
  position: relative;
  padding: 32px 16px 24px;
  background-color: #eaecef;
  border-radius: 8px;
}

.aipartnerCurrent__actionBubble {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  font-size: 14px;
  font-weight: bold;
  color: #c53030;
  padding: 9.5px 20px;
  background-color: #fff;
  border: 1px solid #c53030;
  border-radius: 100px;
  white-space: nowrap;
}
.aipartnerCurrent__actionBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #c53030 transparent transparent;
  translate: -50% 100%;
}
.aipartnerCurrent__actionBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 4.7px 3.5px 0 3.5px;
  border-color: #c53030 transparent transparent;
  translate: -50% 100%;
}

.aipartnerCurrent__actionBeforeText {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .aipartnerCurrent__actionBeforeText {
    font-size: clamp(19px, 4.1666666667vw, 20px);
  }
}

.aipartnerCurrent__actionArrow {
  max-width: 33.91px;
  margin: 0 auto;
}

.aipartnerCurrent__actionAfter {
  background-color: #ffe06a;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 8px;
}

.aipartnerCurrent__actionAfterHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #2f2a89;
}

.aipartnerCurrent__actionLabel {
  font-size: 14px;
  color: #2f2a89;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  background-color: #fff;
  padding: 2px 20px;
  border-radius: 100px;
}

.aipartnerCurrent__actionAfterTitle {
  font-size: 24px;
  font-weight: bold;
  color: #2f2a89;
}

.aipartnerCurrent__actionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.aipartnerCurrent__actionListItem {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.aipartnerCurrent__actionListItem::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2f2a89;
  border-radius: 50px;
}

.aipartnerCurrent__actionText {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .aipartnerCurrent__actionText {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__actionText {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .aipartnerCurrent__actionText {
    font-size: clamp(24px, 5.4166666667vw, 26px);
  }
}
.aipartnerCurrent__actionText .aipartnerCurrent__actionText--underline {
  position: relative;
}
.aipartnerCurrent__actionText .aipartnerCurrent__actionText--underline::after {
  position: absolute;
  content: "";
  background-image: url("../img/pages/ai-partner/purple-marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 28px;
  bottom: -18px;
  left: 0;
}
.aipartnerCurrent__actionText .aipartnerCurrent__actionTextBrSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCurrent__actionText .aipartnerCurrent__actionTextBrSP {
    display: block;
  }
}

/** @format */
.aipartnerResults {
  background-color: #ededfc;
}

.aipartnerResults__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .aipartnerResults__contents {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .aipartnerResults__contents {
    gap: 24px;
  }
}

.aipartnerResults__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.aipartnerResults__headingText {
  text-align: center;
  font-size: 16px;
}

.aipartnerResults__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .aipartnerResults__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .aipartnerResults__details {
    gap: 8px;
  }
}

.aipartnerResults__card {
  background-color: #fff;
  border-radius: 8px;
}

.aipartnerResults__cardHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffe06a;
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
}

.aipartnerResults__cardTitle {
  font-size: 24px;
  color: #2f2a89;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 1024px) {
  .aipartnerResults__cardTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .aipartnerResults__cardTitle {
    font-size: clamp(15px, 3.75vw, 18px);
  }
}

.aipartnerResults__cardSubtitle {
  font-size: 14px;
  color: #2f2a89;
}

.aipartnerResults__info {
  background-color: #fff;
  padding: 16px 12px;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .aipartnerResults__info {
    padding: 16px 8px;
  }
}

.aipartnerResults__icon {
  max-width: 65px;
  margin: 0 auto;
}

.aipartnerResults__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.aipartnerResults__listItem {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .aipartnerResults__listItem {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
}
.aipartnerResults__listItem::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 16px;
  background-color: #ffe06a;
  left: 0;
  top: 5px;
}

.aipartnerResults__sublistItem {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

/** @format */
.aipartnerProvide {
  background-image: url("../img/pages/ai-partner/provide-bgTop.png"), url("../img/pages/ai-partner/provide-bgBottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 236px, 335px;
}
@media screen and (max-width: 768px) {
  .aipartnerProvide {
    background-image: url("../img/pages/ai-partner/provide-bgTop_sp.png"), url("../img/pages/ai-partner/provide-bgBottom_sp.png");
    background-size: 95px, 197px;
  }
}

.aipartnerProvide__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 480px) {
  .aipartnerProvide__contents {
    gap: 24px;
  }
}

.aipartnerProvide__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.aipartnerProvide__headingText {
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aipartnerProvide__details {
  background-color: #dbdaf9;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .aipartnerProvide__details {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .aipartnerProvide__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.aipartnerProvide__card {
  background-color: #fff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .aipartnerProvide__card {
    padding: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .aipartnerProvide__card {
    padding: 12px;
  }
}

.aipartnerProvide__cardHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aipartnerProvide__person {
  max-width: 66px;
  width: 100%;
}

.aipartnerProvide__cardHeadingText {
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .aipartnerProvide__cardHeadingText {
    letter-spacing: normal;
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .aipartnerProvide__cardHeadingText {
    font-size: 16px;
  }
}
.aipartnerProvide__cardHeadingText .aipartnerProvide__cardHeadingText--bold {
  font-weight: bold;
}

.aipartnerProvide__arrow {
  max-width: 32px;
  width: 100%;
  margin: 0 auto;
}

.aipartnerProvide__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.aipartnerProvide__label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #4f46e5;
  padding: 2.5px;
  border-radius: 4px;
  text-align: center;
}

.aipartnerProvide__resultInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .aipartnerProvide__resultInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.aipartnerProvide__icon {
  max-width: 64px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .aipartnerProvide__icon {
    max-width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .aipartnerProvide__icon {
    max-width: 64px;
  }
}

.aipartnerProvide__resultText {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .aipartnerProvide__resultText {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .aipartnerProvide__resultText {
    font-size: 16px;
  }
}

/** @format */
.aipartnerCase {
  background-color: #ededfc;
}

.aipartnerCase__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 480px) {
  .aipartnerCase__contents {
    gap: 24px;
  }
}

.aipartnerCase__details {
  width: 100%;
  overflow: hidden;
}

.aipartnerCase__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.aipartnerCase__headingText {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.aipartnerCase__headingText br {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__headingText br {
    display: block;
  }
}

.aipartnerCase__card {
  border: 1px solid #4f46e5;
  border-radius: 8px;
}

.aipartnerCase__detailsTitle {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #4f46e5;
  padding: 22px;
  text-align: center;
  border-radius: 7px 7px 0 0;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__detailsTitle {
    font-size: 20px;
  }
}

.aipartnerCase__info {
  background-color: #fff;
  padding: 24px;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__info {
    padding: 24px 16px;
  }
}

.aipartnerCase__infoFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__infoFlow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.aipartnerCase__infoBefore {
  background-color: #eaecef;
  padding: 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 23.5px);
}
@media screen and (max-width: 768px) {
  .aipartnerCase__infoBefore {
    width: 100%;
    padding: 16px;
  }
}

.aipartnerCase__infoLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 24px;
  border-radius: 100px;
}
.aipartnerCase__infoLabel::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.aipartnerCase__infoBeforeLabel::before {
  background-image: url("../img/pages/ai-partner/case-beforeicon.svg");
  width: 11px;
  height: 17px;
}

.aipartnerCase__infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.aipartnerCase__infoListItem {
  font-size: 16px;
  color: #333;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 22px;
  text-indent: -22px;
}

.aipartnerCase__arrow {
  max-width: 47px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    max-width: 35px;
  }
}

.aipartnerCase__infoAfter {
  background-color: #ffe06a;
  padding: 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 23.5px);
}
@media screen and (max-width: 768px) {
  .aipartnerCase__infoAfter {
    width: 100%;
    padding: 16px;
  }
}

.aipartnerCase__infoAfterLabel::before {
  background-image: url("../img/pages/ai-partner/case-aftericon.svg");
  width: 15px;
  height: 16px;
}

.aipartnerCase__infoStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.aipartnerCase__infoStepItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dashed #dbdaf9;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__infoStepItem {
    gap: 8px;
  }
}
.aipartnerCase__infoStepItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.aipartnerCase__infoStepNum {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4f46e5;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCase__infoStepNum {
    width: 40px;
    height: 40px;
  }
}

.aipartnerCase__infoStepContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.aipartnerCase__infoStepContentTitle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.aipartnerCase__infoStepContentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aipartnerCase__infoStepContentText {
  font-size: 16px;
  color: #333;
}

.aipartnerCase__infoStepContentListItem {
  font-size: 16px;
  color: #333;
}

/* Swiperスタイル */
.aipartnerCase__sliderContainer {
  position: relative;
}

.aipartnerCase__details.swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px; /* ドットのスペース */
}

/* スライドの高さを揃える */
.aipartnerCase__card {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 矢印のスタイル */
.aipartnerCase__prev,
.aipartnerCase__next {
  width: 48px;
  height: 96px;
  color: #2f2a89;
}

.aipartnerCase__prev::after,
.aipartnerCase__next::after {
  font-size: 40px;
}

.aipartnerCase__prev {
  left: -50px;
}

.aipartnerCase__next {
  right: -50px;
}

/* ページネーション */
.aipartnerCase__pagination {
  bottom: 10px !important;
}

.aipartnerCase__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 24px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.aipartnerCase__pagination .swiper-pagination-bullet-active {
  background-color: #4f46e5;
}

.aipartnerCase__benefits {
  background-color: #ededfc;
}

.aipartnerBenefits__contents {
  padding-top: 0;
}

.aipartnerBenefits__card {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .aipartnerBenefits__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px 16px;
    gap: 16px;
  }
}

.aipartnerBenefits__img {
  max-width: 347px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .aipartnerBenefits__img {
    width: 100%;
    max-width: none;
  }
}

.aipartnerBenefits__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.aipartnerBenefits__title {
  font-size: 32px;
  color: #c53030;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aipartnerBenefits__title {
    font-size: 20px;
  }
}
.aipartnerBenefits__title .aipartnerBenefits__title--big {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .aipartnerBenefits__title .aipartnerBenefits__title--big {
    font-size: 40px;
  }
}

.aipartnerBenefits__text {
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .aipartnerBenefits__text {
    font-size: 16px;
  }
}

/** @format */
.aipartnerCTA {
  background-image: url("../img/pages/ai-partner/cta-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.aipartnerCTA__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.aipartnerCTA__title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .aipartnerCTA__title {
    font-size: clamp(30px, 6.6666666667vw, 32px);
    letter-spacing: normal;
  }
}
.aipartnerCTA__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCTA__title br {
    display: block;
  }
}

.aipartnerCTA__text {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .aipartnerCTA__text {
    letter-spacing: normal;
  }
}
.aipartnerCTA__text .aipartnerCTA__textBrSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .aipartnerCTA__text .aipartnerCTA__textBrSP {
    display: block;
  }
}

.aipartnerCTA__btn {
  font-size: 18px;
  font-weight: bold;
  color: #2f2a89;
  background-color: #ffd700;
  padding: 18.5px 0;
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 32px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aipartnerCTA__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .aipartnerCTA__btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.aipartnerCTA__btn.white {
  background-color: #fff;
}