@charset "UTF-8";
body {
  line-height: 1.7;
  color: var(--color-text-black);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.25rem;
}

h2 {
  font-size: 2.56rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
}

h3 {
  font-size: 2.1333rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
}

h4 {
  font-size: 1.8286rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
}

p {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.09rem;
}

a {
  color: var(--color-blue300);
  text-decoration: underline;
  transition: 0.2s ease;
}
a:hover {
  color: var(--color-blue200);
  text-decoration: none;
}

ol li,
ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
}

blockquote {
  font-size: 1.4222rem;
  color: var(--color-text-gray);
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
}

table thead th {
  font-size: 1.4222rem;
  line-height: 2.1rem;
}
table tbody th {
  font-size: 1.4222rem;
}
table td {
  font-size: 1.4222rem;
}

:root {
  --color-white: #fff;
  --color-gray50: #fafafa;
  --color-gray100: #f4f4f4;
  --color-gray200: #e0e0e0;
  --color-gray300: #cccccc;
  --color-gray400: #999999;
  --color-red300: #ec5040;
  --color-red200: #f08070;
  --color-red100: #f6a79a;
  --color-red50: #fde7e3;
  --color-red10: #fef3f2;
  --color-blue300: #0075e1;
  --color-blue200: #4fa8eb;
  --color-blue100: #85c2ff;
  --color-blue50: #cce5ff;
  --color-blue10: #e6f3ff;
  --color-zeimu-bule: #0093d4;
  --color-romu300: #f17a00;
  --color-romu200: #ffb554;
  --color-romu100: #ffd89a;
  --color-romu50: #ffe4b2;
  --color-romu10: #fff4e6;
  --color-ai-red-300: #ad5565;
  --color-ai-red-200: #d16c7b;
  --color-ai-red-100: #d98995;
  --color-ai-red-50: #f5bac3;
  --color-ai-red-10: #fff0f2;
  --color-ai-blue-300: #4a516f;
  --color-ai-blue-200: #636c8e;
  --color-ai-blue-100: #7b819a;
  --color-ai-blue-50: #c5cbe1;
  --color-ai-blue-10: #f6f8ff;
  --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  --shadow-light: 0 2rem 5rem rgba(0, 0, 0, 0.06);
  --line: 1px solid var(--color-grey-light-2);
  --color-back-black: #271d1d;
  --color-text-black: #333;
  --color-text-white: #fff;
  --color-text-gray: #757575;
  --btn-gradient: linear-gradient(90deg, #5ed5b3 0%, #94bfff 100%);
  --start-color: rgba(250, 250, 240, 0.2); /* #FAFAF0 + 透明度0.2 */
  --end-color: rgba(225, 122, 0, 0.2); /* #E17A00 + 透明度0.2 */
  --gradient: linear-gradient(
    to bottom right,
    var(--start-color),
    var(--end-color)
  );
  --gradient-colors: #ffd89a, #fff4e6;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
}
@media (max-width: 900px) {
  body {
    padding: 0;
  }
}

p {
  margin-bottom: 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

a:hover,
a:hover img,
a:hover svg {
  filter: none !important;
}

.container p {
  line-break: strict;
  word-break: auto-phrase;
}

main {
  padding-top: 8rem;
}

a,
button {
  -webkit-tap-highlight-color: transparent; /* より個別に対応 */
  outline: none;
}

/* ======================================
  CTA
====================================== */
.navigation__containerZero {
  position: relative;
  top: 0;
  left: 0;
  max-width: 120rem;
  height: 8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 900px) {
  .navigation__containerZero {
    padding: 0rem 2rem;
  }
}

.sp-cta {
  display: flex;
  height: 100%;
}
@media (max-width: 900px) {
  .sp-cta {
    height: auto;
  }
}
.sp-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
}
.sp-cta__btn:hover {
  color: #fff;
}
.sp-cta__btn--contact {
  background: #b45566;
}
.sp-cta__btn--contact:hover {
  opacity: 0.9;
}
.sp-cta__btn--trial {
  background: #667095;
}
.sp-cta__btn--trial:hover {
  opacity: 0.9;
}

@media (max-width: 900px) {
  .sp-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    gap: 0;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  }
  .sp-cta__btn {
    flex: 1;
    border-radius: 0;
    padding: 1.6rem 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
.sp-cta {
  padding-bottom: env(safe-area-inset-bottom);
}

/* ======================================
  テンプレート
====================================== */
.layout {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 4rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 3rem;
  align-items: start;
}
@media (max-width: 900px) {
  .layout {
    display: block;
    padding: 5rem 2rem;
  }
}

.layout--single {
  grid-template-columns: 1fr;
  max-width: 90rem;
}

.layout--single .content {
  margin: 0 auto;
}

/* ------------------------------
   Hero
------------------------------ */
.heroPage__serviseInformation {
  display: grid;
  grid-template-columns: 35rem 1fr;
  gap: 3rem;
}
@media (max-width: 600px) {
  .heroPage__serviseInformation {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.heroPage__container {
  padding: 10rem 0rem;
}
@media (max-width: 600px) {
  .heroPage__container {
    height: auto;
    padding: 5rem 1rem;
  }
}
.heroPage__icon {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .heroPage__icon {
    width: 80%;
    margin: 0 auto;
  }
}
.heroPage__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.heroPage__title {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
@media (max-width: 900px) {
  .heroPage__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  .heroPage__title {
    font-size: 2.6rem;
  }
}
.heroPage__lead {
  font-size: 2.1333rem;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 600px) {
  .heroPage__lead {
    font-size: 1.5rem;
  }
}

/* ------------------------------
   breadcrumb
------------------------------ */
.breadcrumb {
  color: #ffffff;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  padding: 2rem 0rem;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  /* 区切りの > */
}
.breadcrumb__item a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.breadcrumb__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.breadcrumb__item::after {
  content: "›";
  margin: 0 6px;
  opacity: 0.7;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item.is-current {
  font-weight: 600;
  opacity: 1;
}

/* ------------------------------
   Sidebar
------------------------------ */
.sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 900px) {
  .sidebar {
    display: none;
  }
}
.sidebar__card {
  background: #fafafa;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 24px;
  border: 0.8px solid #eeeeee;
}
.sidebar__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
}
.sidebar__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff3e8;
  display: grid;
  place-items: center;
}
.sidebar__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--color-romu300);
  stroke-width: 1.8;
}
.sidebar__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-romu300);
  margin-bottom: 0;
}
.sidebar__title--blue {
  color: var(--color-zeimu-bule);
}
.sidebar__list {
  border-top: 1px solid #eee;
}
.sidebar__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  border-top: 1px solid #eee;
  transition: background 0.2s ease;
}
.sidebar__item a:hover {
  background: #fff;
}
.sidebar__item:first-child a {
  border-top: none;
}
.sidebar__arrow {
  font-size: 18px;
  color: #bbb;
  flex-shrink: 0;
}

/* ------------------------------
   Content
------------------------------ */
.content__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.content__lead {
  margin-bottom: 32px;
  color: #666;
}
.content__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 48px 0 16px;
}
.content__text {
  line-height: 1.8;
  color: #444;
}

/* インライン画像だけ例外処理 */
.articleContents img.wp-image-inline {
  display: inline;
  width: auto;
  margin: 0 0.25em;
  box-shadow: none; /* 必要なら */
  vertical-align: bottom;
}

/* ------------------------------
   Diagram
------------------------------ */
.diagram {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0;
}
.diagram__box {
  padding: 16px 24px;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.diagram__box.is-blue {
  background: #1e88e5;
}
.diagram__box.is-cyan {
  background: #00b6b6;
}
.diagram__box.is-orange {
  background: #ff8a00;
}
.diagram__box.is-orange small {
  display: block;
  font-weight: 400;
  margin-top: 4px;
}
.diagram__arrow {
  font-size: 24px;
  font-weight: 700;
}
.diagram__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

/* ------------------------------
   Note Box
------------------------------ */
.note-box {
  background: #f7f7f7;
  padding: 24px;
  border-radius: 6px;
  margin: 40px 0;
}
.note-box ul {
  list-style: disc;
  padding-left: 20px;
}
.note-box ul li {
  margin-bottom: 8px;
}

/* ------------------------------
   Trial
------------------------------ */
.trial__label {
  text-align: center;
  color: var(--color-ai-red-300);
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
  position: relative;
}
.trial__label::before, .trial__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 160px;
  height: 1px;
  background: var(--color-ai-red-300);
}
.trial__label::before {
  left: calc(50% - 240px);
}
.trial__label::after {
  right: calc(50% - 240px);
}
.trial__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.trial__title span {
  color: var(--color-ai-red-200);
  margin-top: 0.8rem;
}
.trial__list {
  margin: 32px 0;
  padding: 24px 28px;
  background-color: #f7faf9;
  border-radius: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.trial__list li {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222;
  font-weight: 600;
}
.trial__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.5rem;
  color: var(--color-romu300);
  font-size: 1.2rem;
}
.trial__lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 64px;
}
.trial__cards {
  margin-bottom: 48px;
}
.trial__cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.trial__notes {
  max-width: 640px;
  background: #fff;
  color: #000;
  padding: 24px 28px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.8;
}
.trial__notes p + p {
  margin-top: 12px;
}
.trial__notes-small {
  font-size: 12px;
  color: #555;
}

/* ===== Card ===== */
.trial-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 28px 32px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.12);
  margin-bottom: 2.4rem;
}
.trial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.18);
}
.trial-card--wide {
  margin-bottom: 3.2rem;
}
.trial-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.trial-card__icon {
  width: 32px;
  height: 32px;
  background: #f39800;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trial-info {
  max-width: 64rem;
  background: #fff;
  color: #000;
  padding: 2.8rem 3.2rem;
  border-radius: 0.8rem;
  font-size: 1.4222rem;
  line-height: 1.9;
}
.trial-info__block:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.trial-info__title {
  font-weight: 700;
  font-size: 1.4222rem;
  margin-bottom: 0.6rem;
}
.trial-info__text {
  margin: 0;
  color: #333;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .trial {
    padding: 80px 0;
  }
  .trial__cards-row {
    grid-template-columns: 1fr;
  }
  .trial__label::before, .trial__label::after {
    display: none;
  }
}
.heroPage__cta {
  margin-top: 3.2rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 600px) {
  .heroPage__cta {
    flex-direction: column;
    align-items: center;
  }
}
.heroPage__button {
  width: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 3.2rem;
  border-radius: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.heroPage__button:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-2px);
}
.heroPage__button.is-secondary {
  opacity: 0.95;
}

.text-color-ai-red {
  color: var(--color-ai-red-300);
}

.modal__ai_tag {
  font-size: 1.6rem;
  background: var(--color-ai-red-300);
  color: var(--color-white);
  padding: 0.2rem 0.8rem;
  border-radius: 0.1rem;
  white-space: nowrap;
}

.chat {
  display: block;
  border-radius: 0.8rem;
  padding: 1.5rem;
  margin-bottom: 1.2rem;
  gap: 1rem;
}
.chat img {
  margin: 2rem 0;
  border-radius: 0.4rem;
  box-shadow: none;
  width: 100%;
}

.usecase__item {
  height: 10rem;
}

.trial__cards {
  margin-bottom: 48px;
  display: grid;
  gap: 4rem;
  max-width: 50rem;
  margin: 0 auto;
}

.form-card__note {
  background: var(--color-ai-blue-10);
  padding: 1rem 2rem;
  border: solid 1px var(--color-ai-blue-200);
  border-radius: 2px;
  margin-bottom: 2rem;
}

.form-card h2 {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 600px) {
  .form-card h2 {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.form-card h3 {
  margin-top: 1rem;
  padding: 0.8rem 1.2rem;
  background: var(--color-ai-red-300);
  color: #fff;
  border-radius: 6px;
}

.container .form-card p {
  line-break: strict;
  word-break: break-all;
}

.wpcf7-submit {
  display: block;
  text-align: center;
  width: 100%;
  padding: 3.5rem;
  background: var(--color-ai-blue-200);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
}
.wpcf7-submit:hover {
  opacity: 0.9;
  color: #fff;
}

.trial .container {
  margin-bottom: 5rem;
}

.modal__content {
  width: 65%;
  padding: 2.8rem;
}
@media (max-width: 600px) {
  .modal__content {
    width: 90%;
    padding: 2rem;
  }
}

articleContents ul {
  margin: 3rem 0;
  padding: 1.5rem 5rem;
  list-style: none;
  background: var(--color-ai-blue-10);
}

.articleContents ul li::before {
  content: "●";
  color: var(--color-ai-red-200);
  font-size: 1rem;
  display: inline-block;
  width: 1.5rem;
}

article ul {
  margin: 3rem 0;
  padding: 1.5rem 5rem;
  list-style: none;
  background: var(--color-ai-blue-10);
}

article ul li {
  position: relative;
  padding-left: 2.5rem; /* ここがインデント幅 */
  font-size: 1.6rem;
  line-height: 3.2rem;
}

article ul li::before {
  content: "●";
  color: var(--color-ai-red-200);
  position: absolute;
  left: 0;
  font-size: 1.0666rem;
}

.articleContents h2.wp-block-heading {
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.4;
  display: block;
  font-size: 3.2rem;
  margin: 3rem 0rem;
}
@media (max-width: 600px) {
  .articleContents h2.wp-block-heading {
    font-size: 2.1333rem;
    margin: 1rem 0rem;
  }
}

/* 左の装飾バー */
.articleContents h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%; /* ← これがポイント */
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-ai-red-300) 0%, var(--color-ai-red-300) 50%, var(--color-ai-blue-300) 50%, var(--color-ai-blue-300) 100%);
}

.content .articleContents img {
  box-shadow: none;
}

.right-align {
  text-align: right;
}
.right-align img {
  width: 40%;
}

.usecase__grid .modal__zeimu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  gap: 2rem;
}
.usecase__grid .modal__content {
  width: 56%;
  padding: 2rem 6.5rem;
}
@media (max-width: 600px) {
  .usecase__grid .modal__content {
    width: 90%;
    padding: 2rem 5rem;
  }
}

/*# sourceMappingURL=aikessan.css.map */
