@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* =================================
   Reset CSS
================================= */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Margin reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Height */
html,
body {
  height: 100%;
}

/* Body defaults */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Images */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Form elements */
input,
button,
textarea,
select {
  font: inherit;
}

/* Button */
button {
  border: none;
  background: none;
  cursor: pointer;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Lists */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* Text overflow */
p {
  overflow-wrap: break-word;
}

/* Root stacking context */
#root,
#__next {
  isolation: isolate;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  color: #363840;
  font-feature-settings: "halt";
}

.pc-only {
  display: block;
}
@media screen and (max-width: 764px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 764px) {
  .sp-only {
    display: block;
  }
}

.lp section.normal {
  padding: 72px 0;
}
@media screen and (max-width: 764px) {
  .lp section.normal {
    padding: 56px 0;
  }
}
.lp section.lead {
  padding: 120px 0;
}
@media screen and (max-width: 764px) {
  .lp section.lead {
    padding: 72px 0;
  }
}
.lp .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp .inner.mini {
  max-width: 600px;
}
.lp .inner.left {
  margin-left: 0;
  margin-right: auto;
}
.lp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lp .grid-row {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr;
}
.lp .col-2 {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 764px) {
  .lp .col-2 {
    grid-template-columns: 1fr;
  }
}
.lp .text-center {
  text-align: center;
}
@media screen and (max-width: 764px) {
  .lp .text-center.sp-left {
    text-align: left;
  }
}
.lp .text-bg-theme {
  background-color: #0474DB;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}
.lp .btn {
  display: inline-block;
  font-size: 16px;
  padding: 8px 18px 10px;
  background-color: #0474DB;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50vh;
  line-height: 1;
  width: fit-content;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 764px) {
  .lp .btn {
    font-size: 14px;
  }
}
.lp h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 764px) {
  .lp h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.lp .section-title {
  margin-bottom: 40px;
}
.lp .section-title img.logo {
  width: 200px;
  display: inline;
}
@media screen and (max-width: 764px) {
  .lp .section-title img.logo {
    width: 95px;
  }
}
.lp .section-title__sub {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  color: #FF5353;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.lp .section-title__sub::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FF5353;
  border-radius: 50%;
}
@media screen and (max-width: 764px) {
  .lp .section-title__sub {
    font-size: 14px;
  }
}
.lp .section-title__main {
  font-size: clamp(24px, 24px + 32 * (100vw - 768px) / 672, 56px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 764px) {
  .lp .section-title__main {
    font-size: 24px;
  }
}
.lp .lead-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 764px) {
  .lp .lead-text {
    font-size: 16px;
  }
}
.lp .lead-text--lg {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 764px) {
  .lp .lead-text--lg {
    font-size: 18px;
  }
}
.lp .lead-text--s {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
.lp .text-center .section-title__sub {
  justify-content: center;
}
.lp .text-accent {
  color: #0474DB;
}
.lp .top-banner__link {
  background-image: url(/ai-consulting/img/mv/banner_bg.png);
  grid-template-columns: 130px 1fr;
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 140px 1fr;
  padding-inline: 16px;
  column-gap: 16px;
  transition: opacity 0.15s;
  max-width: 440px;
}
.lp .top-banner__link.no-image {
  grid-template-columns: 1fr;
  height: 75px;
}
.lp .top-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
}
.lp .top-banner__title {
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 764px) {
  .lp .top-banner__title {
    font-size: 26px;
  }
}
.lp .top-banner__description {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
}
.lp .top-banner__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
}
.lp .top-download {
  position: relative;
  color: #fff;
  background-color: #f0f0f0;
  height: 297px;
  display: grid;
  grid-template-columns: 52% 1fr;
  place-items: center;
  width: 100%;
  max-width: 1000px;
  padding-left: 64px;
  padding-right: 56px;
  margin-inline: auto;
  background-image: url(/ai-consulting/img/service/bg_seminar-link.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-top: 74px;
  transition: 0.15s opacity;
}
.lp .top-download__title {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: bold;
}
.lp .top-download__description {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  padding-right: 16px;
}
.lp .top-download__content {
  display: grid;
  row-gap: 14px;
  z-index: 10;
}
.lp .top-download__image {
  position: absolute;
}
.lp .top-download__image--pc {
  width: 42%;
  left: 53%;
  bottom: 0;
}
.lp .youtube-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.lp {
  /* Header */
}
.lp .header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #101D35;
}
.lp .header__title img {
  max-width: 280px;
}
@media screen and (max-width: 764px) {
  .lp .header__title img {
    max-width: 240px;
  }
}
.lp .header__nav {
  display: flex;
  gap: 24px;
  color: #fff;
  font-weight: 700;
}
.lp .header__nav-links {
  display: flex;
  gap: 16px;
  color: #fff;
}
@media screen and (max-width: 764px) {
  .lp .header__nav {
    display: none;
  }
}
.lp .header-hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 764px) {
  .lp .header-hamburger {
    display: flex;
  }
}
.lp .header-hamburger span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s linear;
}
.lp .header-hamburger.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(30deg);
}
.lp .header-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.lp .header-hamburger.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-30deg);
}
.lp .sp-nav {
  z-index: 100;
  width: 100%;
  background-color: #101D35;
  color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 60px;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.lp .sp-nav a {
  display: block;
  padding: 16px;
  border-top: 1px solid #F2F6F8;
}
.lp .sp-nav a.cta {
  background-color: #0474DB;
}
.lp .sp-nav.is-open {
  height: auto;
}
.lp .bg-pattern-wrap {
  padding: 0 40px;
}
.lp .bg-pattern {
  background-image: url(/ai-consulting/img/bg_pattern.png);
  background-repeat: repeat;
  background-color: #101D35;
  width: 100%;
  border-radius: 10px;
  height: 490px;
}
.lp {
  /* MV */
}
.lp .mv .top-kv-content {
  padding-top: 64px;
  padding-bottom: 32px;
  background-size: 48% 100%;
  background-image: url(/ai-consulting/img/mv/mv_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv-content {
    background-image: none;
    padding-top: 0;
  }
}
.lp .mv .top-kv-content__inner {
  padding-left: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv-content__inner {
    padding-left: 0;
    grid-template-columns: 1fr;
  }
}
.lp .mv .top-kv-content__left {
  height: fit-content;
  margin-block: auto;
  padding-block: 24px;
  padding-top: 40px;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv-content__left {
    order: 2;
    padding: 20px;
  }
}
.lp .mv .top-kv-content__right {
  display: grid;
  place-items: center;
  padding-top: 54px;
  padding-bottom: 62px;
  row-gap: 40px;
  grid-template-areas: "title" "image";
  color: #fff;
  background-image: url();
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv-content__right {
    order: 1;
    background-image: url(/ai-consulting/img/bg_pattern.png);
    background-repeat: repeat;
    background-color: #101D35;
    width: 100%;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    row-gap: 0;
  }
}
.lp .mv .top-kv__catchphrase {
  font-weight: 700;
}
.lp .mv .top-kv__catchphrase .text-bg-theme {
  font-size: clamp(20px, 20px + 16 * (100vw - 768px) / 672, 36px);
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv__catchphrase .text-bg-theme {
    font-size: 20px;
  }
}
.lp .mv .top-kv__catchphrase--lg {
  line-height: 1.3;
  font-size: clamp(28px, 28px + 24 * (100vw - 768px) / 672, 52px);
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv__catchphrase--lg {
    font-size: 28px;
  }
}
.lp .mv .top-kv__title-container {
  width: 100%;
  text-align: center;
}
.lp .mv .top-kv__title {
  width: 85%;
  margin: auto;
}
.lp .mv .top-kv__sub-title {
  justify-content: center;
  display: flex;
  column-gap: 13px;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv__sub-title {
    font-size: 16px;
  }
}
.lp .mv .top-kv__description {
  margin-top: 32px;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv__description {
    font-size: 14px;
    margin-top: 12px;
  }
}
.lp .mv .top-kv__example {
  margin-top: 32px;
  font-size: 18px;
  color: #8b8b8b;
  font-weight: 700;
  margin-bottom: 52px;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv__example {
    margin-top: 12px;
    margin-bottom: 26px;
  }
}
.lp .mv .top-kv__example span {
  margin-right: 12px;
}
.lp .mv .top-kv__image {
  width: 100%;
}
@media screen and (max-width: 764px) {
  .lp .mv .top-kv__cta {
    margin-top: 20px;
  }
}
.lp {
  /* Problem */
}
.lp .problem {
  position: relative;
  background-image: url(/ai-consulting/img/bg_section_lightblue.png);
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 764px) {
  .lp .problem {
    background-image: url(/ai-consulting/img/sp-bg_section_lightblue.png);
  }
}
.lp .problem .inner {
  z-index: 10;
  position: relative;
}
.lp .problem__title-illust {
  position: absolute;
  object-fit: contain;
  height: fit-content;
  z-index: 1;
}
.lp .problem__title-illust.left {
  top: 76px;
  left: 40px;
  width: 300px;
}
.lp .problem__title-illust.right {
  top: 85px;
  right: 57px;
  width: 300px;
}
.lp .problem-list {
  display: flex;
  column-gap: 16px;
  margin: 40px 0;
}
@media screen and (max-width: 764px) {
  .lp .problem-list {
    flex-direction: column;
  }
}
.lp .problem-list__item {
  border-radius: 8px;
  border: 1px solid #d7d3d2;
  overflow: hidden;
  background: url(/ai-consulting/img/problem/problem_bg.png);
  background-repeat: repeat;
}
.lp .problem-list__title {
  color: #fff;
  background-color: #B65863;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.lp .problem-list__title .wall {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.lp .problem-list__content {
  padding: 18px 20px;
}
.lp .problem-list__summary {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp .problem-list__description {
  font-size: 18px;
  border-left: 5px solid #B65863;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.lp .problem-final {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.lp .problem-final picture {
  display: block;
  max-width: 300px;
  margin: auto;
  margin-bottom: 40px;
}
.lp .about {
  background-color: #F2F6F8;
  background-image: url(/ai-consulting/img/bg_section_rec_white.png);
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.lp .about#sec-about {
  padding-top: 200px;
  padding-bottom: 96px;
}
@media screen and (max-width: 764px) {
  .lp .about#sec-about {
    padding-top: 72px;
  }
}
@media screen and (max-width: 764px) {
  .lp .about .bg-pattern {
    border-radius: 0px;
  }
}
@media screen and (max-width: 764px) {
  .lp .about .bg-pattern-wrap {
    padding: 0;
  }
}
.lp .about .lead-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 764px) {
  .lp .about .lead-text {
    font-size: 18px;
  }
}
.lp .about-content {
  margin-top: -400px;
}
.lp .about-content__entry {
  color: #fff;
}
.lp .about-content__text--s {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 764px) {
  .lp .about-content__text--s {
    font-size: 16px;
  }
}
.lp .about-content__text {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 764px) {
  .lp .about-content__text {
    font-size: 18px;
  }
}
.lp .about-content__col {
  max-width: 1080px;
  margin: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 764px) {
  .lp .about-content__col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1080px) {
  .lp .about-content__col {
    max-width: 800px;
  }
}
.lp .about-content__description {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 764px) {
  .lp .about-content__description {
    font-size: 18px;
  }
}
.lp .works {
  background-color: #F2F6F8;
  background-image: url(/ai-consulting/img/bg_section_pattern.png);
  background-position: right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1700px) {
  .lp .works {
    background-image: none;
  }
}
@media screen and (max-width: 764px) {
  .lp .works {
    background-image: url(/ai-consulting/img/sp-bg_section_pattern.png);
    background-size: 100% 60%;
  }
}
.lp .works .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px auto;
}
@media screen and (max-width: 764px) {
  .lp .works .works-list {
    grid-template-columns: 1fr;
  }
}
.lp .works .works-list__item {
  border-radius: 10px;
  border: 1px solid #f0f1f1;
  overflow: hidden;
  background-color: #fff;
}
.lp .works .works-list__content {
  padding: 24px 20px;
}
.lp .works .works-list__img {
  width: 100%;
  margin-bottom: 16px;
}
.lp .works .works-list__title {
  background-color: #0474DB;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 764px) {
  .lp .works .works-list__title h3 {
    line-height: 1.2;
  }
}
.lp .works .works-list__title.bg-navy {
  background-color: #18253b;
}
.lp .works .works-list__title img.logo {
  width: 64px;
  margin-right: 8px;
  display: inline;
}
.lp .works .works-list__summary {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 764px) {
  .lp .works .works-list__summary {
    font-size: 16px;
  }
}
.lp .works .works-list__description {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 764px) {
  .lp .works .works-list__description {
    font-size: 14px;
  }
}
.lp .works .works-list__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 764px) {
  .lp .works .works-list__grid {
    grid-template-columns: 1fr;
  }
}
.lp .works .works-list__grid-item {
  border-radius: 4px;
  background-color: #ecf0f2;
  border: 1px solid #d8dcde;
  color: #868686;
  font-weight: 700;
  padding: 12px 24px;
}
@media screen and (max-width: 764px) {
  .lp .works .works-list__grid-item {
    text-align: center;
  }
}
.lp .works-final {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 1700px) {
  .lp .works-final {
    color: #18253b;
  }
}
@media screen and (max-width: 764px) {
  .lp .works-final {
    font-size: 18px;
  }
}
.lp .service {
  background-color: #F2F6F8;
  overflow: hidden;
}
.lp .service-wrap {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 764px) {
  .lp .service-wrap {
    padding-bottom: 0;
  }
}
.lp .service-illust {
  position: absolute;
  object-fit: contain;
  object-position: top;
  z-index: 1;
  width: fit-content;
  height: 100%;
  width: fit-content;
}
@media screen and (max-width: 764px) {
  .lp .service-illust {
    height: 400px;
  }
}
.lp .service-illust.woman {
  top: 0;
  left: -130px;
}
@media screen and (max-width: 764px) {
  .lp .service-illust.woman {
    top: -50px;
    left: -50px;
  }
}
.lp .service-illust.man {
  top: 0;
  right: -130px;
}
@media screen and (max-width: 764px) {
  .lp .service-illust.man {
    top: -50px;
    right: -50px;
  }
}
.lp .service .section-title {
  position: relative;
  z-index: 10;
}
.lp .service-list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 40px;
}
.lp .service-list__item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f0f1f1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 380px 1fr;
  border: 1px solid #f0f1f1;
}
@media screen and (max-width: 764px) {
  .lp .service-list__item {
    grid-template-columns: 1fr;
  }
}
.lp .service-list__item:nth-child(1) .service-list__title {
  color: #00c7a6;
  border-left: 9px solid #00c7a6;
}
@media screen and (max-width: 764px) {
  .lp .service-list__item:nth-child(1) .service-list__title {
    border-top: 9px solid #00c7a6;
    border-left: none;
  }
}
.lp .service-list__item:nth-child(2) .service-list__title {
  color: #7470c7;
  border-left: 9px solid #7470c7;
}
@media screen and (max-width: 764px) {
  .lp .service-list__item:nth-child(2) .service-list__title {
    border-top: 9px solid #7470c7;
    border-left: none;
  }
}
.lp .service-list__item:nth-child(3) .service-list__title {
  color: #5c8930;
  border-left: 9px solid #5c8930;
}
@media screen and (max-width: 764px) {
  .lp .service-list__item:nth-child(3) .service-list__title {
    border-top: 9px solid #5c8930;
    border-left: none;
  }
}
.lp .service-list__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 764px) {
  .lp .service-list__title {
    border-left: none;
    font-size: 20px;
    padding: 28px;
  }
}
.lp .service-list__description {
  padding: 36px 20px;
}
@media screen and (max-width: 764px) {
  .lp .service-list__description {
    padding: 12px 20px 24px;
  }
}
.lp .service .service-link {
  margin: auto;
  margin-top: 40px;
  max-width: 1000px;
}
.lp .strength {
  background-image: url(/ai-consulting/img/strength/bg_strength.png);
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 764px) {
  .lp .strength {
    background-image: url(/ai-consulting/img/strength/bg_strength-sp.png);
  }
}
.lp .strength .inner {
  max-width: 1080px;
}
.lp .strength .section-title__sub::before {
  background-color: #fff;
}
.lp .strength .section-title__main {
  font-size: 36px;
}
@media screen and (max-width: 764px) {
  .lp .strength .section-title__main {
    font-size: 24px;
  }
}
.lp .strength .section-title * {
  color: #fff;
}
.lp .strength .lead-text--s {
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.lp .strength-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 764px) {
  .lp .strength-list {
    grid-template-columns: 1fr;
  }
}
.lp .strength-list__item {
  padding: 40px 30px 50px 30px;
  border-radius: 8px;
}
.lp .strength-list__item:nth-child(1) {
  background-color: #f4f5f6;
}
.lp .strength-list__item:nth-child(2) {
  background-color: #f5fdfc;
}
.lp .strength-list__item:nth-child(3) {
  background-color: #f7f6f9;
}
.lp .strength-list__img {
  margin-bottom: 20px;
}
.lp .strength-list__title {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  color: #373737;
  margin-bottom: 12px;
}
.lp .strength-list__description {
  color: #737373;
  font-size: 16px;
}
.lp .flow {
  background-color: #F2F6F8;
}
.lp .flow .section-title__sub {
  margin-bottom: 16px;
}
@media screen and (max-width: 764px) {
  .lp .flow .section-title__sub {
    justify-content: center;
  }
}
.lp .flow .section-title__main {
  font-size: 36px;
}
@media screen and (max-width: 764px) {
  .lp .flow .section-title__main {
    text-align: center;
    font-size: 24px;
  }
}
.lp .flow-content {
  max-width: 1080px;
  margin: auto;
  border: 1px solid #e2e8ea;
  border-radius: 8px;
  background-color: #fff;
  padding: 36px 32px;
}
@media screen and (max-width: 764px) {
  .lp .flow-content {
    padding: 36px 16px;
  }
}
.lp .flow-content__item {
  display: flex;
  gap: 20px;
}
.lp .flow-content__item:last-child .flow-content__item-number::after {
  display: none;
}
.lp .flow-content__item-number {
  position: relative;
}
.lp .flow-content__item-number::after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #263349;
}
.lp .flow-content__item-number .number {
  position: relative;
  z-index: 10;
  background-color: #263349;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding-bottom: 2px;
}
.lp .flow-content__item-number .number-line {
  width: 3px;
}
.lp .flow-content__item-text {
  padding-top: 5px;
  padding-bottom: 20px;
}
.lp .flow-content__item-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lp .flow-content__item-text p {
  font-size: 18px;
}
.lp .faq {
  background-color: #F2F6F8;
}
.lp .faq .section-title__sub {
  margin-bottom: 16px;
}
@media screen and (max-width: 764px) {
  .lp .faq .section-title__sub {
    justify-content: center;
  }
}
.lp .faq .section-title__main {
  font-size: 36px;
}
@media screen and (max-width: 764px) {
  .lp .faq .section-title__main {
    text-align: center;
    font-size: 24px;
  }
}
.lp .faq-wrap {
  max-width: 1080px;
  margin: auto;
  display: grid;
  gap: 10px;
}
.lp .faq-item {
  border: 1px solid #e2e8ea;
  border-radius: 8px;
  background-color: #fff;
}
.lp .faq-item .content {
  padding: 36px 32px;
  display: flex;
  gap: 16px;
  font-size: 18px;
  align-items: flex-start;
}
.lp .faq-item .content .img-text {
  width: 24px;
  height: auto;
}
.lp .faq-item .content .img-text img {
  object-fit: contain;
}
.lp .faq-item .content p {
  flex: 1;
}
.lp .faq-item .content .icon {
  content: "";
  background-image: url(/ai-consulting/img/faq/icon-plus.svg);
  background-position: center;
  background-size: 18px 18px;
  width: 32px;
  height: 32px;
  object-fit: contain;
  background-repeat: no-repeat;
}
.lp .faq-item__question {
  font-weight: 700;
  cursor: pointer;
}
.lp .faq-item__question .img-text {
  margin-top: 4px;
}
.lp .faq-item__answer.content {
  border-top: 1px solid #e2e8ea;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: height 0.3s ease, padding 0.3s ease;
}
.lp .faq-item.is-open .faq-item__answer {
  height: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}
.lp .faq-item.is-open .icon {
  background-image: url(/ai-consulting/img/faq/icon-minus.svg);
}
.lp {
  /* Footer */
}
.lp .footer {
  padding: 72px 0 40px;
}
.lp .footer-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 764px) {
  .lp .footer-wrap {
    flex-direction: column;
  }
}
.lp .footer-item .logo {
  object-fit: contain;
  width: 200px;
  height: auto;
  display: block;
}
.lp .footer .section-title {
  margin-top: 36px;
  margin-bottom: 24px;
}
.lp .footer .section-title__main {
  font-size: 48px;
}
@media screen and (max-width: 764px) {
  .lp .footer .section-title__main {
    font-size: 36px;
  }
}
.lp .footer-nav {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 764px) {
  .lp .footer-nav {
    flex-direction: column;
    margin-top: 36px;
    gap: 20px;
  }
}
.lp .footer-nav__col {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 764px) {
  .lp .footer-nav__col {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 764px) {
  .lp .footer-nav__col.pc-only {
    display: none;
  }
}
.lp .footer-nav__col a {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 764px) {
  .lp .footer-nav__col a {
    font-size: 15px;
  }
}
.lp .footer-bottom {
  margin-top: 80px;
}
@media screen and (max-width: 764px) {
  .lp .footer-bottom {
    margin-top: 36px;
  }
}
.lp .footer-bottom .links {
  display: flex;
  gap: 80px;
  font-size: 17px;
}
@media screen and (max-width: 764px) {
  .lp .footer-bottom .links {
    gap: 15px;
    font-size: 14px;
  }
}
.lp .footer-bottom .copy {
  color: #373737;
  font-family: "Lato" sans-serif;
  font-weight: 300;
  font-size: 14px;
}

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