html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html.is-visible,
html:not(.is-loading) {
  opacity: 1;
}

body {
  color: #151515;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.16rem;
    font-weight: 400;
  }

  .container {
    min-width: 1200px;
  }

  .wrapper-crm {
    width: calc(100% - 0.48rem);
    max-width: 14.45rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.14rem;
    font-weight: 400;
  }

  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }

  .container {
    min-width: 320px;
  }

  .wrapper-crm {
    padding-right: 0.16rem;
    padding-left: 0.16rem;
  }
}

.section-keyvisual__viewport {
  overflow: hidden;
  background: #050505 url("../img/crm/bg_keyvisual.jpeg") no-repeat center center/cover;
}

.section-keyvisual__inner {
  position: relative;
  z-index: 1;
}

.section-keyvisual__title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.section-keyvisual__title span,
.section-keyvisual__detail span {
  color: #ffc61e;
}

.section-keyvisual__detail {
  color: #f7f7f7;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.section-keyvisual__desc {
  max-width: 4.85rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.58;
}

.section-keyvisual__thumbnail {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.13rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.32);
}

.section-keyvisual__thumbnail img {
  display: block;
  width: 100%;
}

.list-keyvisual__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}

.list-keyvisual__item {
  text-align: center;
}

.list-keyvisual__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #ffc61e;
  border-radius: 0.04rem;
  background: rgba(0, 0, 0, 0.42);
}

.list-keyvisual__thumbnail img {
  display: block;
  width: 100%;
}

.list-keyvisual__title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.24;
}

@media print, (min-width: 768px) {
  .section-keyvisual__viewport {
    padding: 0.47rem 0 0.54rem;
  }

  .section-keyvisual__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
  }

  .section-keyvisual__heading {
    width: 39.5%;
  }

  .section-keyvisual__content {
    width: 60.5%;
    padding-top: 0.02rem;
  }

  .section-keyvisual__title {
    font-size: 0.29rem;
  }

  .section-keyvisual__detail {
    margin-top: 0.44rem;
    font-size: 0.48rem;
  }

  .section-keyvisual__desc {
    margin-top: 0.28rem;
    font-size: 0.195rem;
  }

  .list-keyvisual {
    margin-top: 0.87rem;
  }

  .list-keyvisual__wrapper {
    gap: 0.48rem;
  }

  .list-keyvisual__item {
    width: calc((100% - 1.44rem) / 4);
  }

  .list-keyvisual__thumbnail {
    width: 0.62rem;
    height: 0.62rem;
    padding: 0.11rem;
    margin-bottom: 0.15rem;
  }

  .list-keyvisual__title {
    font-size: 0.125rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-keyvisual__viewport {
    padding: 0.28rem 0 0.34rem;
  }

  .section-keyvisual__heading {
    margin-bottom: 0.28rem;
  }

  .section-keyvisual__title {
    font-size: 0.23rem;
  }

  .section-keyvisual__detail {
    margin-top: 0.22rem;
    font-size: 0.34rem;
  }

  .section-keyvisual__desc {
    margin-top: 0.17rem;
    font-size: 0.15rem;
  }

  .section-keyvisual__thumbnail {
    border-radius: 0.08rem;
  }

  .list-keyvisual {
    margin-top: 0.32rem;
  }

  .list-keyvisual__wrapper {
    gap: 0.12rem;
  }

  .list-keyvisual__item {
    width: calc((100% - 0.12rem) / 2);
  }

  .list-keyvisual__thumbnail {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .list-keyvisual__title {
    font-size: 0.105rem;
  }
}

.section-book {
  background: #fff;
}

.section-book__wrapper {
  background: #ffc61e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.section-book__inner {
  display: flex;
  align-items: center;
}

.section-book__thumbnail {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.28rem rgba(148, 109, 0, 0.16);
}

.section-book__thumbnail img {
  display: block;
}

.section-book__title {
  margin-bottom: 0;
  color: #050505;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-book__detail {
  color: #111;
  font-weight: 500;
  line-height: 1.34;
}

.section-book__slogan {
  color: #1d1d1d;
  font-weight: 800;
  line-height: 1.42;
}

.form-book__wrapper {
  display: flex;
  align-items: center;
}

.input-book__wrapper {
  display: block;
  width: 100%;
  background: #fff;
  color: #222;
  box-shadow: 0 0.06rem 0.18rem rgba(103, 80, 0, 0.11);
}

.input-book__wrapper::placeholder {
  color: #7e7e7e;
}

.button-book__wrapper {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: #050505;
  box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.button-book__wrapper:hover {
  transform: translateY(-0.02rem);
  opacity: 0.88;
}

@media print, (min-width: 768px) {
  .section-book {
    padding: 0.24rem 0.27rem 0.18rem;
  }

  .section-book__wrapper {
    border-radius: 0.03rem;
  }

  .section-book__inner {
    min-height: 1.52rem;
    padding: 0.19rem 0;
    gap: 0.28rem;
  }

  .section-book__thumbnail {
    width: 0.78rem;
    height: 0.78rem;
    padding: 0.19rem;
  }

  .section-book__heading {
    width: 2.98rem;
  }

  .section-book__title {
    font-size: 0.265rem;
    letter-spacing: 0.005em;
  }

  .section-book__detail {
    margin-top: 0.07rem;
    font-size: 0.185rem;
  }

  .section-book__form {
    flex: 1;
  }

  .form-book__wrapper {
    max-width: 5.15rem;
  }

  .form-book__item--input {
    width: 2.85rem;
  }

  .form-book__item--button {
    width: 2.37rem;
  }

  .input-book__wrapper,
  .button-book__wrapper {
    height: 0.72rem;
    padding: 0 0.24rem;
    border-radius: 0.045rem;
    font-size: 0.16rem;
  }

  .section-book__slogan {
    width: 2.5rem;
    padding-left: 0.28rem;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.17rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-book {
    padding: 0.16rem 0.12rem;
  }

  .section-book__wrapper {
    border-radius: 0.05rem;
  }

  .section-book__inner {
    flex-direction: column;
    padding: 0.23rem 0.15rem;
    text-align: center;
  }

  .section-book__thumbnail {
    width: 0.72rem;
    height: 0.72rem;
    padding: 0.16rem;
    margin-bottom: 0.14rem;
  }

  .section-book__title {
    font-size: 0.24rem;
  }

  .section-book__detail {
    margin-top: 0.08rem;
    font-size: 0.155rem;
  }

  .section-book__form {
    width: 100%;
    margin-top: 0.18rem;
  }

  .form-book__wrapper {
    width: 100%;
  }

  .form-book__item--input {
    flex: 1;
  }

  .form-book__item--button {
    width: 1.32rem;
  }

  .input-book__wrapper,
  .button-book__wrapper {
    height: 0.48rem;
    padding: 0 0.12rem;
    border-radius: 0.04rem;
    font-size: 0.12rem;
  }

  .section-book__slogan {
    margin-top: 0.14rem;
    font-size: 0.145rem;
  }
}

.section-simple {
  background: #fff;
}

.section-simple__title {
  margin-bottom: 0;
  color: #151515;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.01em;
}

.section-simple__title span {
  color: #d6a609;
  font-weight: 500;
}

.list-simple__wrapper {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.list-simple__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.035);
}

.list-simple__item--popular {
  border-color: #ffc61e;
  box-shadow: 0 0.12rem 0.32rem rgba(255, 198, 30, 0.13);
}

.list-simple__badge {
  position: absolute;
  left: 50%;
  color: #000;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: #ffc61e;
  border: 1px solid #e8ad00;
  transform: translateX(-50%);
}

.list-simple__heading {
  display: flex;
  align-items: flex-start;
}

.list-simple__thumbnail {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #050505;
}

.list-simple__thumbnail img {
  display: block;
  width: 100%;
}

.list-simple__title {
  margin-bottom: 0;
  color: #111;
  font-weight: 800;
  line-height: 1.2;
}

.list-simple__desc {
  color: #111;
  font-weight: 500;
  line-height: 1.43;
}

.list-simple__price {
  color: #111;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.list-simple__price span {
  vertical-align: top;
}

.list-simple__unit,
.list-simple__note,
.list-simple__plus {
  color: #111;
  font-weight: 500;
}

.list-simple__contact {
  color: #111;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.list-simple__features {
  padding-left: 0;
  margin-bottom: 0;
}

.list-simple__features li {
  position: relative;
  color: #111;
  font-weight: 500;
  line-height: 1.36;
}

.list-simple__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b69213;
  font-weight: 900;
}

.section-simple__notice {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff7dc;
  color: #1b1b1b;
}

.section-simple__notice span {
  color: #d3a000;
  flex: 0 0 auto;
}

.section-simple__notice p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.34;
}

@media print, (min-width: 768px) {
  .section-simple__viewport {
    padding: 0.11rem 0 0.5rem;
  }

  .section-simple__title {
    font-size: 0.235rem;
  }

  .section-simple__content {
    margin-top: 0.34rem;
  }

  .list-simple__wrapper {
    gap: 0.12rem;
  }

  .list-simple__item {
    width: calc((100% - 0.36rem) / 4);
    min-height: 5.72rem;
    padding: 0.36rem 0.28rem 0.34rem;
    border-radius: 0.08rem;
  }

  .list-simple__badge {
    top: -0.18rem;
    min-width: 1.45rem;
    padding: 0.04rem 0.1rem;
    border-radius: 0.16rem;
    font-size: 0.105rem;
  }

  .list-simple__heading {
    min-height: 1.3rem;
    gap: 0.22rem;
  }

  .list-simple__thumbnail {
    width: 0.76rem;
    height: 0.76rem;
    padding: 0.12rem;
  }

  .list-simple__title {
    font-size: 0.245rem;
  }

  .list-simple__desc {
    margin-top: 0.04rem;
    font-size: 0.145rem;
  }

  .list-simple__price {
    margin-top: 0.3rem;
    font-size: 0.53rem;
  }

  .list-simple__price span {
    font-size: 0.37rem;
  }

  .list-simple__unit {
    margin-top: 0.1rem;
    font-size: 0.17rem;
  }

  .list-simple__note {
    margin-top: 0.14rem;
    font-size: 0.135rem;
  }

  .list-simple__contact {
    min-height: 1.15rem;
    margin-top: 0.33rem;
    font-size: 0.31rem;
  }

  .list-simple__plus {
    margin-top: 0.08rem;
    margin-bottom: 0.19rem;
    font-size: 0.145rem;
    font-weight: 800;
  }

  .list-simple__note + .list-simple__features {
    margin-top: 0.32rem;
  }

  .list-simple__features li {
    padding-left: 0.23rem;
    font-size: 0.135rem;
  }

  .list-simple__features li + li {
    margin-top: 0.16rem;
  }

  .section-simple__notice {
    margin-top: 0.22rem;
    padding: 0.13rem 0.24rem;
    border-radius: 0.03rem;
    gap: 0.12rem;
  }

  .section-simple__notice span {
    font-size: 0.18rem;
  }

  .section-simple__notice p {
    max-width: 10.4rem;
    font-size: 0.105rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-simple__viewport {
    padding: 0.16rem 0 0.32rem;
  }

  .section-simple__title {
    font-size: 0.215rem;
    line-height: 1.3;
  }

  .section-simple__content {
    margin-top: 0.24rem;
  }

  .list-simple__wrapper {
    flex-direction: column;
    gap: 0.16rem;
  }

  .list-simple__item {
    padding: 0.25rem 0.21rem 0.26rem;
    border-radius: 0.06rem;
  }

  .list-simple__badge {
    top: -0.13rem;
    min-width: 1.2rem;
    padding: 0.035rem 0.08rem;
    border-radius: 0.12rem;
    font-size: 0.09rem;
  }

  .list-simple__heading {
    gap: 0.15rem;
  }

  .list-simple__thumbnail {
    width: 0.62rem;
    height: 0.62rem;
    padding: 0.1rem;
  }

  .list-simple__title {
    font-size: 0.22rem;
  }

  .list-simple__desc {
    margin-top: 0.04rem;
    font-size: 0.14rem;
  }

  .list-simple__price {
    margin-top: 0.22rem;
    font-size: 0.45rem;
  }

  .list-simple__price span {
    font-size: 0.31rem;
  }

  .list-simple__unit {
    margin-top: 0.06rem;
    font-size: 0.16rem;
  }

  .list-simple__note {
    margin-top: 0.08rem;
    font-size: 0.13rem;
  }

  .list-simple__contact {
    margin-top: 0.24rem;
    font-size: 0.28rem;
  }

  .list-simple__plus {
    margin-top: 0.19rem;
    margin-bottom: 0.14rem;
    font-size: 0.14rem;
    font-weight: 800;
  }

  .list-simple__note + .list-simple__features {
    margin-top: 0.2rem;
  }

  .list-simple__features li {
    padding-left: 0.22rem;
    font-size: 0.13rem;
  }

  .list-simple__features li + li {
    margin-top: 0.12rem;
  }

  .section-simple__notice {
    margin-top: 0.16rem;
    padding: 0.12rem;
    border-radius: 0.03rem;
    gap: 0.09rem;
  }

  .section-simple__notice p {
    font-size: 0.105rem;
  }
}

.section-ai {
  background: #fff;
}

.section-ai__title {
  margin-bottom: 0;
  color: #111;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.section-ai__desc {
  color: #151515;
  font-weight: 500;
  line-height: 1.55;
}

.list-ai__wrapper {
  display: grid;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ai__item {
  background: #fff8df;
}

.list-ai__heading {
  display: flex;
  align-items: flex-start;
}

.list-ai__thumbnail {
  flex: 0 0 auto;
  background: #ffc61e;
  border-radius: 0.02rem;
}

.list-ai__thumbnail img {
  display: block;
  width: 100%;
}

.list-ai__title {
  margin-bottom: 0;
  color: #111;
  font-weight: 800;
  line-height: 1.22;
}

.list-ai__desc {
  color: #111;
  font-weight: 500;
  line-height: 1.46;
}

.panel-ai,
.panel-task {
  background: #fff;
  box-shadow: 0 0.11rem 0.24rem rgba(0, 0, 0, 0.08);
}

.panel-ai {
  position: relative;
  color: #111;
}

.panel-ai span {
  display: block;
  font-weight: 600;
}

.panel-ai strong {
  display: block;
  font-weight: 900;
}

.panel-ai em {
  color: #18aa5a;
  font-style: normal;
  font-weight: 800;
}

.panel-ai--score {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: fit-content;
}

.panel-ai--score span {
  grid-column: 1 / -1;
}

.panel-ai--score strong {
  line-height: 1;
}

.panel-ai--email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-ai--email i {
  flex: 0 0 auto;
  color: #111;
}

.panel-ai--deal span {
  color: #d0a30c;
}

.panel-ai--forecast svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.04rem;
}

.panel-ai--forecast polyline {
  fill: none;
  stroke: #1da85f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.panel-task {
  padding-left: 0;
  margin-bottom: 0;
}

.panel-task li {
  position: relative;
  color: #111;
  font-weight: 700;
}

.panel-task li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.08rem;
  border: 1px solid #d7d2c1;
  color: #111;
  font-weight: 900;
}

.panel-task li::after {
  content: "";
  display: inline-block;
  margin-left: 0.06rem;
  border-radius: 50%;
  background: #20bd64;
  vertical-align: middle;
}

@media print, (min-width: 768px) {
  .section-ai__viewport {
    padding: 0.17rem 0 0.56rem;
  }

  .section-ai__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.22rem;
  }

  .section-ai__heading {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding-top: 0.26rem;
  }

  .section-ai__title {
    font-size: 0.39rem;
  }

  .section-ai__desc {
    margin-top: 0.45rem;
    font-size: 0.22rem;
  }

  .list-ai,
  .list-ai__wrapper {
    display: contents;
  }

  .list-ai__item {
    min-height: 2.75rem;
    padding: 0.28rem 0.31rem 0.3rem;
    border-radius: 0.04rem;
  }

  .list-ai__item:nth-child(n+3) {
    min-height: 3.5rem;
  }

  .list-ai__heading {
    gap: 0.24rem;
  }

  .list-ai__thumbnail {
    width: 0.76rem;
    height: 0.76rem;
    padding: 0.1rem;
  }

  .list-ai__title {
    font-size: 0.21rem;
  }

  .list-ai__desc {
    margin-top: 0.04rem;
    font-size: 0.155rem;
  }

  .panel-ai {
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.04rem;
  }

  .panel-ai--score {
    margin-top: 0.28rem;
    padding: 0.12rem 0.23rem 0.16rem;
    column-gap: 0.14rem;
  }

  .panel-ai--score span {
    margin-bottom: 0.07rem;
    font-size: 0.12rem;
  }

  .panel-ai--score strong {
    font-size: 0.38rem;
  }

  .panel-ai--score em {
    font-size: 0.13rem;
  }

  .panel-ai--email {
    width: 2.7rem;
    margin-top: 0.38rem;
    padding: 0.18rem 0.2rem;
  }

  .panel-ai--email span {
    font-size: 0.135rem;
    line-height: 1.34;
  }

  .panel-ai--email i {
    font-size: 0.18rem;
  }

  .panel-ai--deal {
    width: 2.65rem;
    margin-top: 0.36rem;
    padding: 0.17rem 0.19rem 0.22rem;
  }

  .panel-ai--deal span {
    font-size: 0.13rem;
  }

  .panel-ai--deal strong {
    margin-top: 0.1rem;
    font-size: 0.19rem;
    line-height: 1.3;
  }

  .panel-ai--forecast {
    width: 3.1rem;
    margin-top: 0.38rem;
    padding: 0.17rem 0.21rem 0.16rem;
  }

  .panel-ai--forecast span {
    font-size: 0.13rem;
  }

  .panel-ai--forecast strong {
    margin-top: 0.07rem;
    font-size: 0.28rem;
    line-height: 1;
  }

  .panel-ai--forecast em {
    display: block;
    margin-top: 0.07rem;
    font-size: 0.14rem;
  }

  .panel-task {
    width: 2.95rem;
    margin: 0.35rem auto 0;
    padding: 0.18rem 0.18rem;
    border-radius: 0.035rem;
  }

  .panel-task li {
    font-size: 0.145rem;
  }

  .panel-task li + li {
    margin-top: 0.12rem;
  }

  .panel-task li::before {
    width: 0.22rem;
    height: 0.22rem;
    font-size: 0.12rem;
  }

  .panel-task li::after {
    width: 0.08rem;
    height: 0.08rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-ai__viewport {
    padding: 0.1rem 0 0.36rem;
  }

  .section-ai__title {
    font-size: 0.31rem;
  }

  .section-ai__desc {
    margin-top: 0.18rem;
    font-size: 0.16rem;
  }

  .list-ai {
    margin-top: 0.22rem;
  }

  .list-ai__wrapper {
    gap: 0.16rem;
  }

  .list-ai__item {
    padding: 0.22rem 0.2rem 0.25rem;
    border-radius: 0.04rem;
  }

  .list-ai__heading {
    gap: 0.14rem;
  }

  .list-ai__thumbnail {
    width: 0.62rem;
    height: 0.62rem;
    padding: 0.09rem;
  }

  .list-ai__title {
    font-size: 0.19rem;
  }

  .list-ai__desc {
    margin-top: 0.04rem;
    font-size: 0.135rem;
  }

  .panel-ai {
    border-radius: 0.04rem;
  }

  .panel-ai--score {
    margin: 0.2rem auto 0;
    padding: 0.1rem 0.18rem 0.13rem;
    column-gap: 0.12rem;
  }

  .panel-ai--score span {
    margin-bottom: 0.05rem;
    font-size: 0.11rem;
  }

  .panel-ai--score strong {
    font-size: 0.31rem;
  }

  .panel-ai--score em {
    font-size: 0.12rem;
  }

  .panel-ai--email,
  .panel-ai--deal,
  .panel-ai--forecast,
  .panel-task {
    width: 100%;
    max-width: 2.8rem;
    margin: 0.22rem auto 0;
  }

  .panel-ai--email,
  .panel-ai--deal,
  .panel-ai--forecast {
    padding: 0.16rem;
  }

  .panel-ai--email span,
  .panel-ai--deal span,
  .panel-ai--forecast span {
    font-size: 0.12rem;
  }

  .panel-ai--deal strong {
    margin-top: 0.08rem;
    font-size: 0.18rem;
    line-height: 1.28;
  }

  .panel-ai--forecast strong {
    margin-top: 0.06rem;
    font-size: 0.25rem;
  }

  .panel-ai--forecast em {
    display: block;
    margin-top: 0.06rem;
    font-size: 0.13rem;
  }

  .panel-task {
    padding: 0.16rem;
    border-radius: 0.035rem;
  }

  .panel-task li {
    font-size: 0.13rem;
  }

  .panel-task li + li {
    margin-top: 0.11rem;
  }

  .panel-task li::before {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.11rem;
  }

  .panel-task li::after {
    width: 0.07rem;
    height: 0.07rem;
  }
}

.section-trusted {
  background: #fff;
}

.section-trusted__inner {
  background: #050505;
  color: #fff;
  overflow: hidden;
}

.section-trusted__title {
  margin-bottom: 0;
  color: #ffc61e;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.list-trusted {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.list-trusted__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: trusted-marquee 28s linear infinite;
}

.list-trusted:hover .list-trusted__track {
  animation-play-state: paused;
}

.list-trusted__wrapper {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  margin-bottom: 0;
}

.list-trusted__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.list-trusted__item + .list-trusted__item,
.list-trusted__wrapper + .list-trusted__wrapper .list-trusted__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.list-trusted__item img {
  flex: 0 0 auto;
  object-fit: contain;
}

.list-trusted__item--text span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

@keyframes trusted-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media print, (min-width: 768px) {
  .section-trusted {
    padding-bottom: 0.55rem;
  }

  .section-trusted__inner {
    padding: 0.26rem 0 0.3rem;
    border-radius: 0.03rem;
  }

  .section-trusted__title {
    padding: 0 0.27rem;
    font-size: 0.12rem;
  }

  .list-trusted {
    margin-top: 0.22rem;
  }

  .list-trusted__item {
    min-height: 0.33rem;
    padding: 0 0.21rem;
    font-size: 0.19rem;
  }

  .list-trusted__item img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.07rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-trusted {
    padding: 0 0.12rem 0.32rem;
  }

  .section-trusted__inner {
    padding: 0.22rem 0 0.22rem;
    border-radius: 0.04rem;
  }

  .section-trusted__title {
    padding: 0 0.15rem;
    font-size: 0.105rem;
    line-height: 1.5;
  }

  .list-trusted {
    margin-top: 0.17rem;
  }

  .list-trusted__track {
    animation-duration: 22s;
  }

  .list-trusted__item {
    min-height: 0.28rem;
    padding: 0 0.12rem;
    font-size: 0.13rem;
  }

  .list-trusted__item img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.05rem;
  }
}


/* common header footer */
.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1200px;
  }
  .header-common .header-heading {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.list-header-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-header-contact .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
}
@media print, (min-width: 768px) {
  .list-header-contact .list-wrapper {
    margin: 0 -12.5px;
  }
  .list-header-contact .list-item {
    margin: 0 12.5px;
  }
  .list-header-contact .link-icon {
    margin-right: 20px;
  }
  .list-header-contact .link-text {
    font-size: 0.13rem;
  }
}

.list-header-social .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-header-social .item-link {
  color: #000;
}
@media print, (min-width: 768px) {
  .list-header-social .item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
  .list-header-social .item-link:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.logo-header {
  width: 1.35rem;
}
@media print, (min-width: 768px) {
  .logo-header {
    margin: 0 auto 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header {
    margin: 0.1rem auto 0.15rem;
  }
}

.menu-header-sitemap {
  position: fixed;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #febd59;
}
.menu-header-sitemap.is-on-top {
  position: static;
  background-color: rgba(254, 189, 89, 0.43);
}
.list-header-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-header-sitemap .item-link {
  display: block;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 200;
}
@media print, (min-width: 768px) {
  .list-header-sitemap .list-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-header-sitemap .item-link {
    padding: 15px 20px;
    font-size: 0.16rem;
    color: #fff;
  }
  .list-header-sitemap .item-link.active {
    color: #000;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-sitemap {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .list-header-sitemap .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-header-sitemap .item-link {
    padding: 0.13rem 0.2rem;
    font-size: 0.117rem;
    letter-spacing: 0.012rem;
    color: #000;
    line-height: 1.2;
  }
  .list-header-sitemap .item-link.active {
    background-color: #9bc4b6;
    color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-hamburger {
    font-size: 0.18rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0.15rem 0;
    line-height: 1.277;
    cursor: pointer;
  }
}

.footer-common {
  background-color: #f7f7f7;
  padding-bottom: 0.2rem;
}
.footer-common .logo-footer {
  width: 1.35rem;
  margin: 0 auto;
  display: block;
}
.footer-common .footer-title {
  text-align: center;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
  font-size: 0.224rem;
}

.list-footer-contact {
  margin-bottom: 0.5rem;
}
.list-footer-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-footer-contact .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}
@media print, (min-width: 768px) {
  .list-footer-contact .list-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-contact .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.1rem;
  }
}

@media print, (min-width: 768px) {
  .form-footer {
    margin-bottom: 50px;
  }
  .form-footer .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .form-footer .button-common-primary {
    min-width: 185px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-footer {
    margin-bottom: 0.35rem;
  }
  .form-footer .form-cell {
    margin-bottom: 0.1rem;
  }
  .form-footer .button-common-primary {
    width: 100%;
  }
}

.list-footer-social {
  margin-bottom: 0.5rem;
}
.list-footer-social .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.list-footer-social .item-link {
  color: #fff;
  width: 0.26rem;
  height: 0.26rem;
  background-color: #febd59;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.list-footer-social .item-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-copyright {
  font-weight: 200;
  font-size: 0.12rem;
  text-align: center;
}

.button-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #febd59;
  line-height: 1;
  text-decoration: none;
  font-size: 0.15rem;
}
.button-common-primary.is-light {
  color: #febd59;
  background-color: #fff;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    padding: 12px 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .button-common-primary:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    padding: 0.12rem 0.24rem;
  }
}

.button-common-top {
  position: fixed;
  cursor: pointer;
  width: 0.25rem;
  right: 0.2rem;
  bottom: -0.25rem;
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.button-common-top.is-visible {
  bottom: 0.2rem;
}
.button-common-top:hover {
  opacity: 1;
}

.input-common {
  width: 100%;
  border: solid 1px rgba(26, 26, 26, 0.8);
  padding: 0 0.2rem;
  font-size: 0.14rem;
  height: 0.4rem;
}
.input-common::-webkit-input-placeholder {
  color: #1a1a1a;
}
.input-common::-moz-placeholder {
  color: #1a1a1a;
}
.input-common:-ms-input-placeholder {
  color: #1a1a1a;
}
.input-common::-ms-input-placeholder {
  color: #1a1a1a;
}
.input-common::placeholder {
  color: #1a1a1a;
}
@media print, (min-width: 768px) {
  .input-common {
    width: 100%;
    min-width: 215px;
  }
}

.label-common {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1a1a1a;
  margin-bottom: 0.05rem;
  cursor: pointer;
}

.textarea-common {
  width: 100%;
  border: solid 1px rgba(26, 26, 26, 0.8);
  padding: 0.2rem;
  font-size: 0.14rem;
  min-height: 1rem;
}

.button-submit {
  font-size: 0.16rem;
  border-radius: 0.03rem;
  color: #fff;
  background-color: #febd59;
  padding: 0.1rem 0.15rem;
  cursor: pointer;
}

.page-crm .header-common .list-header-contact .item-link,
.page-crm .header-common .list-header-social .item-link {
  color: #fff;
}

.page-crm .menu-header-sitemap.is-on-top {
  background-color: rgba(0, 0, 0, 0.55);
}

.page-crm .menu-header-sitemap.is-on-top .list-header-sitemap .item-link.active {
  color: #ffc61e;
}

@media print, (min-width: 768px) {
  .page-crm .section-keyvisual__viewport {
    padding-top: 2.62rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-crm .section-keyvisual__viewport {
    padding-top: 2.1rem;
  }
}
