@charset "UTF-8";
/* FUNCTIONS */
.l-container {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-container--fat {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "iconfont";
  src: url("/css/fonts/iconfont.ttf?z2x5l0") format("truetype"), url("/css/fonts/iconfont.woff?z2x5l0") format("woff"), url("/css/fonts/iconfont.svg?z2x5l0#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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 {
  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, 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] {
  text-decoration: underline;
  /* 2 */
  -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, 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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input[type=password]::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  line-height: 1.4rem;
}

body {
  min-height: 100vh;
  font-size: 100%;
}

button:hover, button:active,
input:hover,
input:active,
a:hover,
a:active {
  outline: none;
}

img {
  max-width: 100%;
}

.l-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.l-main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
}

.l-footer {
  margin-top: 60px;
  flex: 0 0 auto;
}

.p-salesai .hero {
  background: url("./../image/img_hero_sp.png") no-repeat 50% 50% #000;
  background-size: cover;
}
.p-salesai .hero__inner {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: clamp(100px, 26.6666666667vw, 26.6666666667vw);
}
.p-salesai .hero__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(24px, 6.4vw, 6.4vw);
}

.p-salesai .lead .p-salesai__section-inner {
  margin: auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-top: clamp(30px, 8vw, 8vw);
}
.p-salesai .lead__text {
  text-align: left;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}

.p-salesai .about .p-salesai__section-inner {
  margin: auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-top: clamp(48px, 12.8vw, 12.8vw);
}
.p-salesai .about .p-salesai__heading--02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  color: #333;
  font-size: clamp(26px, 6.9333333333vw, 6.9333333333vw);
}
.p-salesai .about__text-box {
  max-width: 960px;
  margin: auto;
}
.p-salesai .about__description {
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(24px, 6.4vw, 6.4vw);
}
.p-salesai .about__description--under {
  display: block;
  margin-top: clamp(32px, 8.5333333333vw, 8.5333333333vw);
}

.p-salesai .issue .p-salesai__section-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  padding: clamp(0px, 0vw, 0vw) clamp(0px, 0vw, 0vw) clamp(80px, 21.3333333333vw, 21.3333333333vw);
}
.p-salesai .issue .p-salesai__heading--02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #0a7d3e;
  font-size: clamp(26px, 6.9333333333vw, 6.9333333333vw);
  margin-top: clamp(48px, 12.8vw, 12.8vw);
}
.p-salesai .issue .p-salesai__heading--03 {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin-top: clamp(60px, 16vw, 16vw);
}
.p-salesai .issue__contents {
  margin-top: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .issue__heading {
  text-align: center;
  background-color: #646464;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  border-radius: 4px;
  padding: clamp(10px, 2.6666666667vw, 2.6666666667vw);
  font-size: clamp(18px, 4.8vw, 4.8vw);
}
.p-salesai .issue__list {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  flex-direction: column;
  margin-top: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  gap: clamp(8px, 2.1333333333vw, 2.1333333333vw);
}
.p-salesai .issue__item {
  background-color: #F5F5F5;
  border-radius: 4px;
  flex: 1;
  padding: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue__title {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue__description {
  margin-top: clamp(8px, 2.1333333333vw, 2.1333333333vw);
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue__text {
  line-height: 1.6;
  position: relative;
  padding-left: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin-top: clamp(0px, 0vw, 0vw);
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #646464;
  width: clamp(10px, 2.6666666667vw, 2.6666666667vw);
  height: clamp(10px, 2.6666666667vw, 2.6666666667vw);
}
.p-salesai .issue__text:first-child {
  margin-top: 0;
}
.p-salesai .issue__text--check {
  line-height: 1.6;
  position: relative;
  padding-left: clamp(30px, 8vw, 8vw);
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue__text--check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../image/icon_check_green.png") no-repeat center;
  background-size: contain;
  width: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  height: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin-top: clamp(2px, 0.5333333333vw, 0.5333333333vw);
}
.p-salesai .issue__text--check:first-child {
  margin-top: 0;
}
.p-salesai .issue__text-box {
  max-width: 960px;
  margin: 0 auto;
  margin-top: clamp(32px, 8.5333333333vw, 8.5333333333vw);
}
.p-salesai .issue__text-box--02 {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  margin-top: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue__wrap {
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-top: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  padding: clamp(32px, 8.5333333333vw, 8.5333333333vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .issue__text-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: clamp(8px, 2.1333333333vw, 2.1333333333vw);
  margin-left: clamp(26px, 6.9333333333vw, 6.9333333333vw);
  padding: clamp(0px, 0vw, 0vw) clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .issue__type-slider {
  position: relative;
}
.p-salesai .issue__type-list {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: clamp(0px, 0vw, 0vw) clamp(0px, 0vw, 0vw) clamp(24px, 6.4vw, 6.4vw) clamp(0px, 0vw, 0vw);
  margin-top: clamp(24px, 6.4vw, 6.4vw);
  gap: clamp(0px, 0vw, 0vw);
}
.p-salesai .issue__type-list::after {
  content: "";
  flex: 0 0 5.333vw;
}
.p-salesai .issue__type-list::-webkit-scrollbar {
  display: none;
}
.p-salesai .issue__type-list li.issue__type-items {
  flex: 0 0 auto;
  width: clamp(265px, 70.6666666667vw, 70.6666666667vw);
}
.p-salesai .issue__scrollbar {
  position: relative;
  background: transparent;
  height: clamp(3px, 0.8vw, 0.8vw);
  margin-top: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .issue__scrollbar--min {
  position: relative;
  background: transparent;
  height: clamp(3px, 0.8vw, 0.8vw);
  padding: clamp(0px, 0vw, 0vw) clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin-top: clamp(24px, 6.4vw, 6.4vw);
}
.p-salesai .issue__scrollbar-track {
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.p-salesai .issue__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: #646464;
  border-radius: 4px;
  transition: left 0.1s linear;
}
.p-salesai .issue__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.p-salesai .issue__arrow--left {
  display: none;
  left: clamp(14px, 3.7333333333vw, 3.7333333333vw);
}
.p-salesai .issue__arrow--right {
  right: clamp(14px, 3.7333333333vw, 3.7333333333vw);
}
.p-salesai .issue__arrow img {
  height: auto;
  width: clamp(44px, 11.7333333333vw, 11.7333333333vw);
}
.p-salesai .issue__type-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .issue__type-title {
  text-align: center;
  background-color: #646464;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  padding: clamp(5px, 1.3333333333vw, 1.3333333333vw) clamp(6px, 1.6vw, 1.6vw) clamp(4px, 1.0666666667vw, 1.0666666667vw);
}
.p-salesai .issue__type-item {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  margin-top: clamp(8px, 2.1333333333vw, 2.1333333333vw);
  padding: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  gap: clamp(24px, 6.4vw, 6.4vw);
}
.p-salesai .issue__type-img {
  height: auto;
  width: clamp(180px, 48vw, 48vw);
}
.p-salesai .issue__type-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-salesai .issue__type-text {
  flex: 1;
  position: relative;
  line-height: 1.6;
  margin-top: clamp(8px, 2.1333333333vw, 2.1333333333vw);
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  padding-left: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .issue__type-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #646464;
  width: clamp(10px, 2.6666666667vw, 2.6666666667vw);
  height: clamp(10px, 2.6666666667vw, 2.6666666667vw);
}
.p-salesai .issue__type-text:first-child {
  margin-top: 0;
}
.p-salesai .issue__flow-contents {
  margin-top: clamp(24px, 6.4vw, 6.4vw);
}
.p-salesai .issue__flow-slider {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-salesai .issue__flow-slider::-webkit-scrollbar {
  display: none;
}
.p-salesai .issue__flow-img {
  height: auto;
  width: clamp(1119px, 298.4vw, 298.4vw);
}
.p-salesai .issue__flow-img img {
  width: 100%;
  height: 100%;
}
.p-salesai .issue__flow-list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #ccc transparent;
  gap: clamp(14px, 3.7333333333vw, 3.7333333333vw);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-salesai .issue__flow-list::-webkit-scrollbar {
  display: none;
}
.p-salesai .issue .description {
  text-align: left;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .issue .triangle-down {
  position: relative;
  margin: auto;
  width: clamp(60px, 16vw, 16vw);
  height: clamp(23px, 6.1333333333vw, 6.1333333333vw);
  margin-top: clamp(48px, 12.8vw, 12.8vw);
  margin-bottom: clamp(48px, 12.8vw, 12.8vw);
}
.p-salesai .issue .triangle-down::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 8vw solid transparent;
  border-right: 8vw solid transparent;
  border-top: 6.13vw solid #eee;
}
.p-salesai .issue .bg--green {
  background-color: #0a7d3e;
}
.p-salesai .issue .fw--bold {
  font-weight: bold;
}
.p-salesai .issue .text--sp-left {
  text-align: left;
}

.p-salesai .feature {
  background-color: #F5F5F5;
}
.p-salesai .feature .p-salesai__section-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  padding: clamp(80px, 21.3333333333vw, 21.3333333333vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .feature .p-salesai__heading--02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #333;
  font-size: clamp(26px, 6.9333333333vw, 6.9333333333vw);
}
.p-salesai .feature .p-salesai__heading--02--green {
  font-weight: bold;
  color: #0a7d3e;
  margin-top: clamp(0px, 0vw, 0vw);
}
.p-salesai .feature .p-salesai__heading--02::after {
  content: "";
  display: block;
  background-color: #0a7d3e;
  margin: auto;
  width: clamp(48px, 12.8vw, 12.8vw);
  height: clamp(5px, 1.3333333333vw, 1.3333333333vw);
  margin-top: clamp(6px, 1.6vw, 1.6vw);
}
.p-salesai .feature .p-salesai__heading--03 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  margin-top: 56px;
}
.p-salesai .feature__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
}
.p-salesai .feature__item {
  flex: 1;
  background-color: #fff;
  border: 2px solid #bababa;
  border-radius: 20px;
  position: relative;
  text-align: center;
  padding: clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(24px, 6.4vw, 6.4vw);
}
.p-salesai .feature__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a7d3e;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 16vw, 16vw);
  height: clamp(60px, 16vw, 16vw);
  padding-top: clamp(5px, 1.3333333333vw, 1.3333333333vw);
}
.p-salesai .feature__label-text {
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-size: clamp(14px, 3.7333333333vw, 3.7333333333vw);
}
.p-salesai .feature__label-num {
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-size: clamp(24px, 6.4vw, 6.4vw);
  margin-top: clamp(-4px, -1.0666666667vw, -1.0666666667vw);
}
.p-salesai .feature__content {
  margin-top: clamp(60px, 16vw, 16vw);
}
.p-salesai .feature__title {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .feature__text {
  line-height: 1.6;
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(8px, 2.1333333333vw, 2.1333333333vw);
}
.p-salesai .feature__image {
  height: auto;
  display: block;
  margin: auto;
  width: clamp(200px, 53.3333333333vw, 53.3333333333vw);
  margin-top: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail {
  margin-top: clamp(80px, 21.3333333333vw, 21.3333333333vw);
}
.p-salesai .feature__detail-header {
  display: flex;
  align-items: flex-start;
  border-top: 2px solid #d9d9d9;
}
.p-salesai .feature__detail-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0a7d3e;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  width: clamp(60px, 16vw, 16vw);
  height: clamp(60px, 16vw, 16vw);
  padding-top: clamp(5px, 1.3333333333vw, 1.3333333333vw);
}
.p-salesai .feature__detail-label-text {
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-size: clamp(14px, 3.7333333333vw, 3.7333333333vw);
}
.p-salesai .feature__detail-label-num {
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-size: clamp(24px, 6.4vw, 6.4vw);
  margin-top: clamp(-4px, -1.0666666667vw, -1.0666666667vw);
}
.p-salesai .feature__detail-heading {
  font-weight: bold;
  color: #333;
  margin-left: clamp(12px, 3.2vw, 3.2vw);
  font-size: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .feature__detail-body {
  background-color: #fff;
  border-radius: 16px;
  margin-top: clamp(32px, 8.5333333333vw, 8.5333333333vw);
  padding: clamp(32px, 8.5333333333vw, 8.5333333333vw) clamp(0px, 0vw, 0vw) clamp(40px, 10.6666666667vw, 10.6666666667vw);
}
.p-salesai .feature__detail-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(0px, 0vw, 0vw) clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .feature__detail-top-left {
  flex: 1;
}
.p-salesai .feature__detail-top-right {
  position: relative;
  margin: auto;
  width: clamp(170px, 45.3333333333vw, 45.3333333333vw);
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
}
.p-salesai .feature__detail-top-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: clamp(-100px, calc(-46.43px - 3.72vw), -75px);
  right: -40px;
}
.p-salesai .feature__detail-top-image--03 {
  top: clamp(-120px, calc(-23.57px - 6.696vw), -75px);
}
.p-salesai .feature__detail-top-image--sp {
  width: 100%;
  height: auto;
  display: block;
}
.p-salesai .feature__detail-question {
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail-lead {
  line-height: 1.6;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(8px, 2.1333333333vw, 2.1333333333vw);
}
.p-salesai .feature__detail-function {
  display: flex;
  border-radius: 4px;
  background-color: #56A317;
  align-items: center;
  margin: auto;
  width: 90%;
  padding: clamp(10px, 2.6666666667vw, 2.6666666667vw) clamp(12px, 3.2vw, 3.2vw);
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
}
.p-salesai .feature__detail-function-label {
  background-color: #eefbee;
  color: #333;
  font-weight: bold;
  border-radius: 2px;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  padding: clamp(4px, 1.0666666667vw, 1.0666666667vw) clamp(10px, 2.6666666667vw, 2.6666666667vw) clamp(2px, 0.5333333333vw, 0.5333333333vw);
}
.p-salesai .feature__detail-function-title {
  flex: 1;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 4.8vw, 4.8vw);
  margin-left: clamp(10px, 2.6666666667vw, 2.6666666667vw);
}
.p-salesai .feature__detail-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-top: 24px;
}
.p-salesai .feature__detail-left {
  width: 100%;
  height: auto;
}
.p-salesai .feature__img-slider {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.p-salesai .feature__img-slider::-webkit-scrollbar {
  display: none;
}
.p-salesai .feature__detail-img {
  height: auto;
  width: clamp(570px, 152vw, 152vw);
  padding: clamp(0px, 0vw, 0vw) clamp(20px, 5.3333333333vw, 5.3333333333vw);
  flex: 0 0 auto;
}
.p-salesai .feature__detail-img img.feature__detail-image {
  width: 100%;
  height: auto;
}
.p-salesai .feature__scrollbar {
  position: relative;
  background: transparent;
  height: clamp(3px, 0.8vw, 0.8vw);
  margin-top: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  padding: clamp(0px, 0vw, 0vw) clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .feature__scrollbar-track {
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.p-salesai .feature__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: #646464;
  border-radius: 4px;
  transition: left 0.1s linear;
}
.p-salesai .feature__detail-right {
  flex: 1;
  padding: clamp(0px, 0vw, 0vw) clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .feature__detail-subheading {
  font-weight: bold;
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail-text {
  line-height: 1.6;
  margin-top: 4px;
  color: #333;
  font-size: clamp(16.8px, 4.48vw, 4.48vw);
}
.p-salesai .feature__detail-checkwrap {
  border: 1px solid #56A317;
  border-radius: 8px;
  background-color: #eefbee;
  margin-top: clamp(30px, 8vw, 8vw);
  padding: clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail-checkheading {
  font-weight: bold;
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 4px;
}
.p-salesai .feature__detail-checkitem {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(4px, 1.0666666667vw, 1.0666666667vw);
}
.p-salesai .feature__detail-checkitem:first-child {
  margin-top: 0;
}
.p-salesai .feature__detail-checkicon {
  flex-shrink: 0;
  width: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  height: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin: clamp(3px, 0.8vw, 0.8vw) clamp(6px, 1.6vw, 1.6vw) clamp(0px, 0vw, 0vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .feature__detail-footer {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 30px;
  margin: clamp(24px, 6.4vw, 6.4vw) clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(0px, 0vw, 0vw);
  padding: clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail-footer-title {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature__detail-footer-text-list {
  margin-top: clamp(14px, 3.7333333333vw, 3.7333333333vw);
}
.p-salesai .feature__detail-footer-text {
  line-height: 1.6;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  padding-left: clamp(0px, 0vw, 0vw);
  margin-top: clamp(10px, 2.6666666667vw, 2.6666666667vw);
}
.p-salesai .feature__detail-footer-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #646464;
  width: clamp(10px, 2.6666666667vw, 2.6666666667vw);
  height: clamp(10px, 2.6666666667vw, 2.6666666667vw);
}
.p-salesai .feature__detail-footer-lead-top {
  line-height: 1.6;
  position: relative;
  width: 100%;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  padding-left: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .feature__detail-footer-lead {
  flex: 1;
  line-height: 1.6;
  position: relative;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .feature .text--green {
  color: #1E5C25;
}
.p-salesai .feature .fw--bold {
  font-weight: bold;
}

.p-salesai .strong .p-salesai__section-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  padding: clamp(80px, 21.3333333333vw, 21.3333333333vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .strong .p-salesai__heading--02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #333;
  font-size: clamp(26px, 6.9333333333vw, 6.9333333333vw);
}
.p-salesai .strong .p-salesai__heading--02--green {
  font-weight: bold;
  color: #0a7d3e;
  margin-top: clamp(0px, 0vw, 0vw);
}
.p-salesai .strong .p-salesai__heading--02::after {
  content: "";
  display: block;
  background-color: #0a7d3e;
  margin: auto;
  width: clamp(48px, 12.8vw, 12.8vw);
  height: clamp(5px, 1.3333333333vw, 1.3333333333vw);
  margin-top: clamp(6px, 1.6vw, 1.6vw);
}
.p-salesai .strong__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
}
.p-salesai .strong__item {
  flex: 1;
  background-color: #fff;
  border: 2px solid #bababa;
  border-radius: 20px;
  position: relative;
  text-align: center;
  padding: clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(24px, 6.4vw, 6.4vw);
}
.p-salesai .strong__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a7d3e;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 16vw, 16vw);
  height: clamp(60px, 16vw, 16vw);
  padding-top: clamp(5px, 1.3333333333vw, 1.3333333333vw);
}
.p-salesai .strong__label-text {
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-size: clamp(14px, 3.7333333333vw, 3.7333333333vw);
}
.p-salesai .strong__label-num {
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: bold;
  font-size: clamp(24px, 6.4vw, 6.4vw);
  margin-top: clamp(-4px, -1.0666666667vw, -1.0666666667vw);
}
.p-salesai .strong__content {
  margin-top: clamp(60px, 16vw, 16vw);
}
.p-salesai .strong__title {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .strong__text {
  line-height: 1.6;
  text-align: left;
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(8px, 2.1333333333vw, 2.1333333333vw);
}
.p-salesai .strong__image {
  height: auto;
  display: block;
  margin: auto;
  width: clamp(200px, 53.3333333333vw, 53.3333333333vw);
  margin-top: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}

.p-salesai .support {
  background-color: #F5F5F5;
}
.p-salesai .support .p-salesai__section-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  padding: clamp(80px, 21.3333333333vw, 21.3333333333vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .support .p-salesai__heading--02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #333;
  font-size: clamp(26px, 6.9333333333vw, 6.9333333333vw);
}
.p-salesai .support .p-salesai__heading--03 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  margin-top: 56px;
}
.p-salesai .support__lead {
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .support__list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
  gap: clamp(47px, 12.5333333333vw, 12.5333333333vw);
}
.p-salesai .support__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  border: 2px solid #B4E8AA;
  border-radius: 8px;
  position: relative;
  padding: 0;
}
.p-salesai .support__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8vw solid transparent;
  border-right: 8vw solid transparent;
}
.p-salesai .support__item:nth-child(1)::after {
  display: block;
  bottom: -6.13vw;
  border-top: 6.13vw solid #B4E8AA;
}
.p-salesai .support__item:nth-child(2)::after {
  display: block;
  bottom: -6.13vw;
  border-top: 6.13vw solid #79cd80;
}
.p-salesai .support__label {
  background-color: #B4E8AA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  font-size: clamp(20px, 5.3333333333vw, 5.3333333333vw);
  padding: clamp(12px, 3.2vw, 3.2vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .support__content {
  flex: 1;
  padding: clamp(24px, 6.4vw, 6.4vw) clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(32px, 8.5333333333vw, 8.5333333333vw);
}
.p-salesai .support__content .support__title {
  font-weight: bold;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
}
.p-salesai .support__content .support__title:first-child {
  margin-top: 0;
}
.p-salesai .support__content .support__text {
  line-height: 1.6;
  color: #333;
  margin-top: clamp(4px, 1.0666666667vw, 1.0666666667vw);
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .support .border--green {
  border: 2px solid #79cd80;
}
.p-salesai .support .border--dark-green {
  border: 2px solid #4aa96d;
}
.p-salesai .support .bg--green {
  background-color: #79cd80;
}
.p-salesai .support .bg--dark-green {
  background-color: #4aa96d;
}

.p-salesai .related .p-salesai__section-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1120px;
  padding: clamp(80px, 21.3333333333vw, 21.3333333333vw) clamp(0px, 0vw, 0vw);
}
.p-salesai .related .p-salesai__heading--02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #333;
  font-size: clamp(26px, 6.9333333333vw, 6.9333333333vw);
}
.p-salesai .related__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: clamp(40px, 10.6666666667vw, 10.6666666667vw);
  gap: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}
.p-salesai .related__item {
  position: relative;
  border: 2px solid #bababa;
  border-radius: 10px;
  overflow: hidden;
  width: clamp(335px, 89.3333333333vw, 89.3333333333vw);
}
.p-salesai .related__item::after {
  content: "";
  position: absolute;
  right: 3.2vw;
  bottom: 4.53vw;
  width: 0;
  height: 0;
  border-left: 4.8vw solid transparent;
  border-bottom: 4.8vw solid #56A317;
}
.p-salesai .related__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.p-salesai .related__image-wrap {
  width: 100%;
  overflow: hidden;
}
.p-salesai .related__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-salesai .related__content {
  padding: 32px 30px 60px;
  padding: clamp(24px, 6.4vw, 6.4vw) clamp(20px, 5.3333333333vw, 5.3333333333vw) clamp(52px, 13.8666666667vw, 13.8666666667vw);
}
.p-salesai .related__title {
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(18px, 4.8vw, 4.8vw);
}
.p-salesai .related__text {
  line-height: 1.6;
  color: #333;
  font-size: clamp(16px, 4.2666666667vw, 4.2666666667vw);
  margin-top: clamp(16px, 4.2666666667vw, 4.2666666667vw);
}
.p-salesai .related__footer {
  text-align: center;
  margin-top: clamp(120px, 32vw, 32vw);
}
.p-salesai .related__footer-text {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(20px, 5.3333333333vw, 5.3333333333vw);
}

/* **************************************************

Name: salesdx.css

Description: salesdx CSS

Create: 2022
LastUpdate:

Copyright 2015 Hitachi Systems, Ltd.

***************************************************** */
h2 {
  background: none;
  padding: 0;
  margin: 0 !important;
}
h2 span {
  display: block;
  background: none;
  font-weight: normal;
  padding: 0;
  color: inherit;
  line-height: 150%;
  font-size: 100%;
}

h3 {
  padding: 0px;
  border: none;
  background-color: transparent;
}

main div,
main dl,
main dt,
main dd,
main ul,
main ul li,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main pre,
main form,
main fieldset,
main input,
main textarea,
main p,
main blockquote,
main th,
main td {
  line-height: 150%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  color: #333333;
}

@media (min-width: 768px){
  .p-salesai .hero {
    background: url("./../image/img_hero_pc.png") no-repeat 50% 50% #000;
    background-size: cover;
  }
  .p-salesai .hero__inner {
    height: 226px;
  }
  .p-salesai .hero__title {
    font-size: 34px;
  }
  .p-salesai .lead .p-salesai__section-inner {
    margin-top: 56px;
  }
  .p-salesai .lead .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .lead__text {
    font-size: 16px;
  }
  .p-salesai .lead__text {
    text-align: center;
  }
  .p-salesai .about .p-salesai__section-inner {
    margin-top: 88px;
  }
  .p-salesai .about .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .about .p-salesai__heading--02 {
    font-size: 32px;
  }
  .p-salesai .about__description {
    font-size: 16px;
  }
  .p-salesai .about__description {
    margin-top: 48px;
  }
  .p-salesai .about__description--under {
    margin-top: 0px;
  }
  .p-salesai .about__description--under {
    display: inline;
  }
  .p-salesai .issue .p-salesai__section-inner {
    padding: 32px 0px 136px;
  }
  .p-salesai .issue .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .issue .p-salesai__heading--02 {
    font-size: 32px;
  }
  .p-salesai .issue .p-salesai__heading--02 {
    margin-top: 56px;
  }
  .p-salesai .issue .p-salesai__heading--03 {
    font-size: 24px;
  }
  .p-salesai .issue .p-salesai__heading--03 {
    margin-top: 56px;
  }
  .p-salesai .issue .p-salesai__heading--03 {
    width: calc(100% - 60px);
    text-align: center;
  }
  .p-salesai .issue__contents {
    margin-top: 40px;
  }
  .p-salesai .issue__heading {
    padding: 10px;
  }
  .p-salesai .issue__heading {
    font-size: 18px;
  }
  .p-salesai .issue__list {
    margin-top: 16px;
  }
  .p-salesai .issue__list {
    gap: 16px;
  }
  .p-salesai .issue__list {
    flex-direction: row;
  }
  .p-salesai .issue__item {
    padding: 16px;
  }
  .p-salesai .issue__title {
    font-size: 18px;
  }
  .p-salesai .issue__description {
    margin-top: 12px;
  }
  .p-salesai .issue__description {
    font-size: 16px;
  }
  .p-salesai .issue__text {
    padding-left: 20px;
  }
  .p-salesai .issue__text {
    margin-top: 2px;
  }
  .p-salesai .issue__text {
    font-size: 16px;
  }
  .p-salesai .issue__text::before {
    width: 10px;
  }
  .p-salesai .issue__text::before {
    height: 10px;
  }
  .p-salesai .issue__text--check {
    padding-left: 33px;
  }
  .p-salesai .issue__text--check {
    font-size: 16px;
  }
  .p-salesai .issue__text--check::before {
    width: 20px;
  }
  .p-salesai .issue__text--check::before {
    height: 20px;
  }
  .p-salesai .issue__text--check::before {
    margin-top: 2px;
  }
  .p-salesai .issue__text-box {
    margin-top: 32px;
  }
  .p-salesai .issue__text-box {
    text-align: center;
  }
  .p-salesai .issue__text-box--02 {
    margin-top: 16px;
  }
  .p-salesai .issue__wrap {
    margin-top: 16px;
  }
  .p-salesai .issue__wrap {
    padding: 40px;
  }
  .p-salesai .issue__text-list {
    gap: 40px;
  }
  .p-salesai .issue__text-list {
    margin-left: 0px;
  }
  .p-salesai .issue__text-list {
    padding: 0px;
  }
  .p-salesai .issue__text-list {
    flex-direction: row;
  }
  .p-salesai .issue__type-slider {
    overflow: visible;
  }
  .p-salesai .issue__type-list {
    padding: 0px;
  }
  .p-salesai .issue__type-list {
    margin-top: 24px;
  }
  .p-salesai .issue__type-list {
    gap: 24px;
  }
  .p-salesai .issue__type-list {
    justify-content: center;
    overflow: visible;
    position: relative;
  }
  .p-salesai .issue__type-list::after {
    content: none;
  }
  .p-salesai .issue__type-list li.issue__type-items {
    width: 0px;
  }
  .p-salesai .issue__type-list li.issue__type-items {
    flex: 1;
    width: initial;
  }
  .p-salesai .issue__scrollbar {
    height: 0px;
  }
  .p-salesai .issue__scrollbar {
    margin-top: 0px;
  }
  .p-salesai .issue__scrollbar--min {
    height: 0px;
  }
  .p-salesai .issue__scrollbar--min {
    padding: 0px;
  }
  .p-salesai .issue__scrollbar--min {
    margin-top: 0px;
  }
  .p-salesai .issue__arrow--left {
    left: 0px;
  }
  .p-salesai .issue__arrow--right {
    right: 0px;
  }
  .p-salesai .issue__arrow img {
    width: 0px;
  }
  .p-salesai .issue__arrow {
    display: none;
  }
  .p-salesai .issue__type-items {
    margin-left: 0px;
  }
  .p-salesai .issue__type-title {
    font-size: 16px;
  }
  .p-salesai .issue__type-title {
    padding: 6px 6px 3px;
  }
  .p-salesai .issue__type-item {
    margin-top: 12px;
  }
  .p-salesai .issue__type-item {
    padding: 16px;
  }
  .p-salesai .issue__type-item {
    gap: 24px;
  }
  .p-salesai .issue__type-item {
    flex-direction: row;
  }
  .p-salesai .issue__type-img {
    width: 220px;
  }
  .p-salesai .issue__type-img {
    width: 46.3%;
    flex: 0 0 auto;
  }
  .p-salesai .issue__type-text {
    margin-top: 8px;
  }
  .p-salesai .issue__type-text {
    font-size: 16px;
  }
  .p-salesai .issue__type-text {
    padding-left: 20px;
  }
  .p-salesai .issue__type-text::before {
    width: 10px;
  }
  .p-salesai .issue__type-text::before {
    height: 10px;
  }
  .p-salesai .issue__flow-contents {
    margin-top: 48px;
  }
  .p-salesai .issue__flow-slider {
    overflow: visible;
  }
  .p-salesai .issue__flow-img {
    width: 0px;
  }
  .p-salesai .issue__flow-img {
    width: 100%;
  }
  .p-salesai .issue__flow-list {
    gap: 16px;
  }
  .p-salesai .issue__flow-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: visible;
  }
  .p-salesai .issue .description {
    font-size: 16px;
  }
  .p-salesai .issue .triangle-down {
    width: 76px;
  }
  .p-salesai .issue .triangle-down {
    height: 30px;
  }
  .p-salesai .issue .triangle-down {
    margin-top: 56px;
  }
  .p-salesai .issue .triangle-down {
    margin-bottom: 56px;
  }
  .p-salesai .issue .triangle-down::before {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-top: 30px solid #eee;
  }
  .p-salesai .issue .text--sp-left {
    text-align: center;
  }
  .p-salesai .feature .p-salesai__section-inner {
    padding: 144px 0px;
  }
  .p-salesai .feature .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .feature .p-salesai__heading--02 {
    font-size: 32px;
  }
  .p-salesai .feature .p-salesai__heading--02--green {
    margin-top: 8px;
  }
  .p-salesai .feature .p-salesai__heading--02::after {
    width: 48px;
  }
  .p-salesai .feature .p-salesai__heading--02::after {
    height: 5px;
  }
  .p-salesai .feature .p-salesai__heading--02::after {
    margin-top: 6px;
  }
  .p-salesai .feature__list {
    gap: 20px;
  }
  .p-salesai .feature__list {
    margin-top: 48px;
  }
  .p-salesai .feature__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-salesai .feature__item {
    padding: 20px 20px 40px;
  }
  .p-salesai .feature__item {
    flex: 1;
    max-width: 360px;
  }
  .p-salesai .feature__label {
    width: 76px;
  }
  .p-salesai .feature__label {
    height: 76px;
  }
  .p-salesai .feature__label {
    padding-top: 6px;
  }
  .p-salesai .feature__label-text {
    font-size: 16px;
  }
  .p-salesai .feature__label-text {
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
  .p-salesai .feature__label-num {
    font-size: 32px;
  }
  .p-salesai .feature__label-num {
    margin-top: -4px;
  }
  .p-salesai .feature__label-num {
    letter-spacing: 0em;
  }
  .p-salesai .feature__content {
    margin-top: 87px;
  }
  .p-salesai .feature__title {
    font-size: 24px;
  }
  .p-salesai .feature__text {
    font-size: 16px;
  }
  .p-salesai .feature__text {
    margin-top: 8px;
  }
  .p-salesai .feature__image {
    width: 250px;
  }
  .p-salesai .feature__image {
    margin-top: 24px;
  }
  .p-salesai .feature__image {
    max-width: 250px;
  }
  .p-salesai .feature__detail {
    margin-top: 120px;
  }
  .p-salesai .feature__detail-header {
    align-items: center;
  }
  .p-salesai .feature__detail-label {
    width: 76px;
  }
  .p-salesai .feature__detail-label {
    height: 76px;
  }
  .p-salesai .feature__detail-label {
    padding-top: 6px;
  }
  .p-salesai .feature__detail-label-text {
    font-size: 16px;
  }
  .p-salesai .feature__detail-label-text {
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
  .p-salesai .feature__detail-label-num {
    font-size: 32px;
  }
  .p-salesai .feature__detail-label-num {
    margin-top: -4px;
  }
  .p-salesai .feature__detail-label-num {
    letter-spacing: 0em;
  }
  .p-salesai .feature__detail-heading {
    margin-left: 24px;
  }
  .p-salesai .feature__detail-heading {
    font-size: 24px;
  }
  .p-salesai .feature__detail-body {
    margin-top: 24px;
  }
  .p-salesai .feature__detail-body {
    padding: 32px 40px 40px;
  }
  .p-salesai .feature__detail-top {
    padding: 0px;
  }
  .p-salesai .feature__detail-top {
    flex-direction: row;
  }
  .p-salesai .feature__detail-top-right {
    width: 253px;
  }
  .p-salesai .feature__detail-top-right {
    margin-top: 0px;
  }
  .p-salesai .feature__detail-top-right {
    margin: initial;
    width: 18vw;
    max-width: 260px;
  }
  .p-salesai .feature__detail-question {
    font-size: 18px;
  }
  .p-salesai .feature__detail-lead {
    font-size: 16px;
  }
  .p-salesai .feature__detail-lead {
    margin-top: 8px;
  }
  .p-salesai .feature__detail-function {
    padding: 11px 30px;
  }
  .p-salesai .feature__detail-function {
    margin-top: 24px;
  }
  .p-salesai .feature__detail-function {
    width: 100%;
  }
  .p-salesai .feature__detail-function-label {
    font-size: 16px;
  }
  .p-salesai .feature__detail-function-label {
    padding: 4px 14px;
  }
  .p-salesai .feature__detail-function-title {
    font-size: 18px;
  }
  .p-salesai .feature__detail-function-title {
    margin-left: 16px;
  }
  .p-salesai .feature__detail-contents {
    flex-direction: row;
  }
  .p-salesai .feature__detail-left {
    width: 54.8%;
  }
  .p-salesai .feature__img-slider {
    overflow: visible;
  }
  .p-salesai .feature__detail-img {
    width: 0px;
  }
  .p-salesai .feature__detail-img {
    padding: 0px;
  }
  .p-salesai .feature__detail-img {
    width: 100%;
    height: auto;
  }
  .p-salesai .feature__scrollbar {
    height: 0px;
  }
  .p-salesai .feature__scrollbar {
    margin-top: 0px;
  }
  .p-salesai .feature__scrollbar {
    padding: 0px;
  }
  .p-salesai .feature__detail-right {
    padding: 0px;
  }
  .p-salesai .feature__detail-subheading {
    font-size: 16px;
  }
  .p-salesai .feature__detail-text {
    font-size: 16.8px;
  }
  .p-salesai .feature__detail-checkwrap {
    margin-top: 24px;
  }
  .p-salesai .feature__detail-checkwrap {
    padding: 16px 20px;
  }
  .p-salesai .feature__detail-checkheading {
    font-size: 16px;
  }
  .p-salesai .feature__detail-checkitem {
    font-size: 16px;
  }
  .p-salesai .feature__detail-checkitem {
    margin-top: 4px;
  }
  .p-salesai .feature__detail-checkicon {
    width: 20px;
  }
  .p-salesai .feature__detail-checkicon {
    height: 20px;
  }
  .p-salesai .feature__detail-checkicon {
    margin: 3px 8px 0px 0px;
  }
  .p-salesai .feature__detail-footer {
    margin: 32px 0px 0px;
  }
  .p-salesai .feature__detail-footer {
    padding: 20px 30px;
  }
  .p-salesai .feature__detail-footer-title {
    font-size: 16px;
  }
  .p-salesai .feature__detail-footer-text-list {
    margin-top: 12px;
  }
  .p-salesai .feature__detail-footer-text {
    font-size: 16px;
  }
  .p-salesai .feature__detail-footer-text {
    padding-left: 20px;
  }
  .p-salesai .feature__detail-footer-text {
    margin-top: 4px;
  }
  .p-salesai .feature__detail-footer-text {
    height: auto;
    flex-direction: row;
  }
  .p-salesai .feature__detail-footer-text::before {
    width: 10px;
  }
  .p-salesai .feature__detail-footer-text::before {
    height: 10px;
  }
  .p-salesai .feature__detail-footer-lead-top {
    font-size: 16px;
  }
  .p-salesai .feature__detail-footer-lead-top {
    padding-left: 0px;
  }
  .p-salesai .feature__detail-footer-lead-top {
    width: 80px;
  }
  .p-salesai .feature__detail-footer-lead {
    font-size: 16px;
  }
  .p-salesai .strong .p-salesai__section-inner {
    padding: 144px 0px;
  }
  .p-salesai .strong .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .strong .p-salesai__heading--02 {
    font-size: 32px;
  }
  .p-salesai .strong .p-salesai__heading--02--green {
    margin-top: 8px;
  }
  .p-salesai .strong .p-salesai__heading--02::after {
    width: 48px;
  }
  .p-salesai .strong .p-salesai__heading--02::after {
    height: 5px;
  }
  .p-salesai .strong .p-salesai__heading--02::after {
    margin-top: 6px;
  }
  .p-salesai .strong__list {
    gap: 20px;
  }
  .p-salesai .strong__list {
    margin-top: 48px;
  }
  .p-salesai .strong__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-salesai .strong__item {
    padding: 20px 20px 40px;
  }
  .p-salesai .strong__item {
    flex: 1;
    max-width: 360px;
  }
  .p-salesai .strong__label {
    width: 76px;
  }
  .p-salesai .strong__label {
    height: 76px;
  }
  .p-salesai .strong__label {
    padding-top: 6px;
  }
  .p-salesai .strong__label-text {
    font-size: 16px;
  }
  .p-salesai .strong__label-text {
    letter-spacing: 0.5em;
    padding-left: 0.5em;
  }
  .p-salesai .strong__label-num {
    font-size: 32px;
  }
  .p-salesai .strong__label-num {
    margin-top: -5px;
  }
  .p-salesai .strong__content {
    margin-top: 87px;
  }
  .p-salesai .strong__title {
    font-size: 24px;
  }
  .p-salesai .strong__text {
    font-size: 16px;
  }
  .p-salesai .strong__text {
    margin-top: 8px;
  }
  .p-salesai .strong__image {
    width: 250px;
  }
  .p-salesai .strong__image {
    margin-top: 24px;
  }
  .p-salesai .strong__image {
    max-width: 250px;
  }
  .p-salesai .support .p-salesai__section-inner {
    padding: 120px 0px;
  }
  .p-salesai .support .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .support .p-salesai__heading--02 {
    font-size: 32px;
  }
  .p-salesai .support__lead {
    font-size: 16px;
  }
  .p-salesai .support__lead {
    margin-top: 16px;
  }
  .p-salesai .support__lead {
    text-align: center;
  }
  .p-salesai .support__list {
    margin-top: 48px;
  }
  .p-salesai .support__list {
    gap: 42px;
  }
  .p-salesai .support__item {
    flex-direction: row;
  }
  .p-salesai .support__item::after {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
  .p-salesai .support__item:nth-child(1)::after {
    bottom: -30px;
    border-top: 30px solid #B4E8AA;
  }
  .p-salesai .support__item:nth-child(2)::after {
    bottom: -30px;
    border-top: 30px solid #79cd80;
  }
  .p-salesai .support__label {
    font-size: 24px;
  }
  .p-salesai .support__label {
    padding: 0px 46px;
  }
  .p-salesai .support__content {
    padding: 32px 60px;
  }
  .p-salesai .support__content .support__title {
    font-size: 18px;
  }
  .p-salesai .support__content .support__title {
    margin-top: 24px;
  }
  .p-salesai .support__content .support__text {
    margin-top: 8px;
  }
  .p-salesai .support__content .support__text {
    font-size: 16px;
  }
  .p-salesai .related .p-salesai__section-inner {
    padding: 120px 0px 80px;
  }
  .p-salesai .related .p-salesai__section-inner {
    width: calc(100% - 60px);
  }
  .p-salesai .related .p-salesai__heading--02 {
    font-size: 32px;
  }
  .p-salesai .related__list {
    margin-top: 48px;
  }
  .p-salesai .related__list {
    gap: 40px;
  }
  .p-salesai .related__item {
    width: 380px;
  }
  .p-salesai .related__item::after {
    right: 12px;
    bottom: 17px;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #56A317;
  }
  .p-salesai .related__content {
    padding: 32px 30px 60px;
  }
  .p-salesai .related__title {
    font-size: 18px;
  }
  .p-salesai .related__text {
    font-size: 16px;
  }
  .p-salesai .related__text {
    margin-top: 16px;
  }
  .p-salesai .related__footer {
    margin-top: 180px;
  }
  .p-salesai .related__footer-text {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px){
  .mobileBreak {
    display: none !important;
  }
}

@media screen and (max-width: 994px){
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px){
  .pcBreak {
    display: none !important;
  }
  .l-content {
    padding-top: 60px;
  }
}
/* 追従フッター */

.floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; 
    z-index: 1000;
   
}

.floating-banner p a {
	width: 400px;
    display: inline-block;
    padding: 18px;
    background-color: #d30000;
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px; 
    text-decoration: none; 
	text-align: center;
    transition: background-color 0.3s;
}

.floating-banner p a:hover {
    background-color: #FF2626; 
}

