@charset "utf-8";
/*-----------------------------------------------
 * ai
-------------------------------------------------*/

/*about*/
.about .about__img{
    margin-top:3.5rem;
    text-align: center;
}

.about .about__img img{
    max-width:515px;
    width:100%;
    
}
.about__knowledge--outer {
    background-color: #fff;
    border: 1px solid #eaebef;
    padding: 1.5rem 2rem 3rem;
    -webkit-box-shadow: 1px 1px 10px 0px #eaebef;
    box-shadow: 1px 1px 10px 0px #eaebef;
    overflow: hidden;
    margin-top: 4rem;
}

.knowledge__subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1c294f;
}

.knowledge__subtitle::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1px;
    background-color: #1c294f;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}
.about__knowledge--list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about__knowledge--item {
    background: #F4F4F4;
    padding: 1.25rem 2rem;
}
.knowledge_ttl {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1c294f;
}
.knowledge_ttl img{
  margin-right:0.375rem;
}
.knowledge_txt{
  font-size:0.9375rem;
}

/* ── シーン ── */
.scene {
  position: relative;
  z-index: 10;
  /* width: 1080px; */
  /* height: 300px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top:4rem;
}

@media screen and (max-width: 768px) {
  .scene {
    /* display: block; */
    flex-direction: column-reverse;
  }
}


/* ────────────────────────
    左：AI パネル
──────────────────────── */
.block-ai {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  animation: fadeSlideLeft 1s 0.2s ease forwards;
  opacity: 0;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .block-ai {
    width:100%;
  }
}

.ai-eyebrow {
  font-family: 'Rajdhani', sans-serif;
  font-size: 10px;
  letter-spacing: 6px;
  color: #2a3a6a;
  text-transform: uppercase;
}

.ai-panel {
  /* width: 200px; */
  width:min(25vw,300px);
  border: 1px solid #1a2a5a;
  border-radius: 12px;
  padding: 18px 28px 16px;
  background: linear-gradient(160deg, #1c294f 0%, #0d1730 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ai-panel {
    width:100%;
  }
}
.ai-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(40,80,200,.05) 1px, transparent 1px);
  background-size: 16px 16px;
  border-radius: 12px;
}
/* 右辺アクセントライン */
.ai-panel-side {
  position: absolute;
  right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: linear-gradient(180deg, transparent, #3a60dd, transparent);
}
.panel-corner {
  position: absolute;
  width: 10px; height: 10px;
  border-color: #1e3060; border-style: solid; z-index: 2;
}
.pc-tl { top:7px; left:7px;   border-width:1px 0 0 1px; }
.pc-tr { top:7px; right:7px;  border-width:1px 1px 0 0; }
.pc-bl { bottom:7px; left:7px;  border-width:0 0 1px 1px; }
.pc-br { bottom:7px; right:7px; border-width:0 1px 1px 0; }

.ai-panel-eyebrow {
  font-family: 'Rajdhani', sans-serif;
  font-size: 9px; letter-spacing: 5px;
  color: #3a50a0; text-transform: uppercase;
  position: relative; z-index: 2; margin-bottom: 6px;
}
.ai-text {
  font-family: 'Rajdhani', sans-serif;
  font-size: 56px; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #4080ff, #80c0ff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 6px; position: relative; z-index: 2;
}
.ai-sub {
  font-size: 10px; color: #3a50a0; letter-spacing: .12em;
  position: relative; z-index: 2; margin-top: 4px;
}

/* ────────────────────────
    中央：横向き三角スタック
──────────────────────── */
.tri-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(4vw,48px);
  animation: fadeIn 1s 0.5s ease forwards;
  opacity: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .tri-zone {
    transform: rotate(-90deg);
    padding-left: 100px;
  }
}

/* 右向き三角（▶）を3つ横並び */
.tri-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tri-r {
  width: 0; height: 0;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid;
}
/* 左（小・薄）→ 右（大・濃）*/
.tri-r1 {
  border-top-width: min(1.33333vw, 16px);
  border-bottom-width: min(1.33333vw, 16px);
  border-left-width: min(1.66666vw, 20px);
  border-left-color: rgba(60,100,220,.25);
}
.tri-r2 {
  border-top-width: min(1.83333vw,22px); 
  border-bottom-width: min(1.83333vw,22px); 
  border-left-width: min(2.33333vw,28px);
  border-left-color: rgba(60,100,220,.50);
}
.tri-r3 {
  border-top-width: min(2.5vw,30px); 
  border-bottom-width:min(2.5vw,30px);
  border-left-width: min(3.16666vw,38px);
  border-left-color: rgba(60,100,220,.82);
  filter: drop-shadow(0 0 8px rgba(60,100,255,.5));
}

/* ────────────────────────
    右：導入効果 オーブ
──────────────────────── */
.block-effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: fadeSlideRight 1s 0.3s ease forwards;
  opacity: 0;
  flex: 1;
}

.orb-wrap {
  position: relative;
  /* width: 240px;
  height: 240px; */
  width: clamp(300px, 29.16666vw, 350px);
  height: clamp(300px, 29.16666vw, 350px);
  flex-shrink: 0;
}
.orb-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: spin linear infinite;
}
/* .orb-ring:nth-child(1) { width:240px; height:240px; border-color:rgba(64,120,255,.15); animation-duration:18s; }
.orb-ring:nth-child(2) { width:194px; height:194px; border-color:rgba(64,200,255,.12); animation-duration:12s; animation-direction:reverse; }
.orb-ring:nth-child(3) { width:148px; height:148px; border-color:rgba(120,80,255,.18);  animation-duration:8s; } */

.orb-ring:nth-child(1) { width: clamp(300px, 29.16666vw, 350px);height:clamp(300px, 29.16666vw, 350px); border-color:rgba(64,120,255,.15); animation-duration:18s; }
.orb-ring:nth-child(2) { width:clamp(230px,23.33333vw, 280px); height:clamp(230px,23.33333vw, 280px); border-color:rgba(64,200,255,.12); animation-duration:12s; animation-direction:reverse; }
.orb-ring:nth-child(3) { width:clamp(160px,17.5vw, 210px); height:clamp(160px,17.5vw, 210px); border-color:rgba(120,80,255,.18);  animation-duration:8s; }
.orb-ring::before {
  content:''; position:absolute;
  width:6px; height:6px; border-radius:50%;
  background:currentColor; top:-3px; left:50%;
  transform:translateX(-50%); filter:blur(1px);
}
.orb-ring:nth-child(1)::before { color:rgba(64,120,255,.8); }
.orb-ring:nth-child(2)::before { color:rgba(64,200,255,.7); }
.orb-ring:nth-child(3)::before { color:rgba(160,80,255,.8); }

/* オーブ左側の受け取り接続点 */
.orb-left-dot {
  position: absolute;
  left: 4px; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #3a5acc;
  box-shadow: 0 0 10px rgba(60,100,255,.7);
}

.orb-core {
  position: absolute;
  top:50%; left:50%;
  transform: translate(-50%,-50%);
  width:116px; height:116px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1c294f, #0a0c1a 70%);
  box-shadow:
    0 0 40px rgba(64,120,255,.25),
    0 0 80px rgba(64,120,255,.1),
    inset 0 0 20px rgba(64,120,255,.15);
  display:flex; align-items:center; justify-content:center;
  flex-direction:column; gap:3px;
}
.core-en {
  font-family:'Rajdhani',sans-serif; font-size:10px; letter-spacing:3px;
  color:rgba(100,160,255,.7); text-transform:uppercase;
}
.core-ja {
  font-size:14px; font-weight:700; color:#c8d8ff;
  letter-spacing:.08em; line-height:1.4; text-align:center;
}

.effect-label-en {
  font-family: 'Rajdhani', sans-serif;
  font-size: 10px; letter-spacing: 5px;
  color: #2a3a6a; text-transform: uppercase;
  text-align: center;
}

/* ────────────────────────
    Keyframes
──────────────────────── */
@keyframes fadeSlideLeft {
  from { opacity:0; transform:translateX(-20px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes fadeSlideRight {
  from { opacity:0; transform:translateX(20px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes fadeIn {
  from { opacity:0; } to { opacity:1; }
}
@keyframes spin {
  to { transform:translate(-50%,-50%) rotate(360deg); }
}
/*value*/
.value{
    margin-top:120px;
}
.serviceRow .value__cards--item {
  background-color: #fff;
  border: 1px solid #eaebef;
  padding: 2.5rem 2rem 2.5rem 0;
  -webkit-box-shadow: 1px 1px 10px 0px #eaebef;
  box-shadow: 1px 1px 10px 0px #eaebef;
  margin-top:4rem;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--item {
    padding: max(7.4666666667vw, 28px) max(5.3333333333vw, 20px)
      max(7.4666666667vw, 28px) 0;
  }
}
.serviceRow .value__cards--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.serviceRow .value__cards--title .title-obi {
  min-width: 50%;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #1c294f;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--title .title-obi {
    font-size: 1rem;
    padding: max(1.0666666667vw, 4px) max(4.2666666667vw, 16px)
      max(1.3333333333vw, 5px) max(3.7333333333vw, 14px);
  }
}
.serviceRow .value__cards--itemIn {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--itemIn {
    padding-left: max(5.3333333333vw, 20px);
  }
}
.serviceRow .value__cards--desc {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.serviceRow .value__cards--tagsdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 2rem; */
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--tagsdl {
    margin-top: max(4.2666666667vw, 16px);
    gap: max(2.1333333333vw, 8px);
  }
}
.serviceRow .value__cards--tags {
  background-color: #f4f4f4;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--tags {
    margin-top: 0.875rem;
    padding: max(4.2666666667vw, 16px);
  }
}
.serviceRow .value__cards--tagdt {
  font-size: 1.125rem;
  color: #1c294f;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--tagdt {
    font-size: 0.9375rem;
  }
}
.serviceRow .value__cards--tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--tagList {
    margin-top: max(4.2666666667vw, 16px);
    gap: max(2.1333333333vw, 8px);
  }
}
.serviceRow .value__cards--tagItem {
  position: relative;
  background-color: #fff;
  padding: 0.625rem 2rem 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--tagItem {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.serviceRow .value__cards--tagItem > span {
  color: #1c294f;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .serviceRow .value__cards--tagItem > span {
    display: block;
  }
}
.serviceRow .value__cards--tagItem::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #1c294f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.value__cards--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.375rem;
    margin-bottom: 1rem;
}

.value__cards--arrow> span {
    display: block;
    width: 0;
    height: 0;
    border-left: 1.375rem solid rgba(0, 0, 0, 0);
    border-right: 1.375rem solid rgba(0, 0, 0, 0);
    border-top: 1.4375rem solid #1c294f;
}

.value__cards--resultTxt{
    font-size: 1.125rem;
    text-align: center;
    color: #1c294f;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom:4rem;
}

/*feature*/
.feature{
  margin-top:120px;
}
.feature__table--outer{
    margin-top:4rem;
}

.feature__comparison--ttl{
    display:flex;
    justify-content: space-between;
}
.feature__comparison--ttl .comparison--ttl{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  /* background: #e0edff; */
  width:35%;
  text-align:center;
}
.feature__comparison--ttl .comparison--ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 10px solid #e0edff;
}
.general-type{
  background:#d4d4dc;
}
.general-type::before{
  border-top: 10px solid #d4d4dc !important;
}
.scratch-type{
  background:#1C294F;
  color:#fff !important;
}
.scratch-type::before{
  border-top: 10px solid #1C294F !important;
}

.feature__card--outer{
    margin-top:3px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 10px 0px #eaebef;
    box-shadow: 1px 1px 10px 0px #eaebef;
}
.feature__card--list{
    display: flex;
    /* justify-content: space-around; */
    flex-direction: column;
    padding: 0 2rem;
}
.feature__card--cont{
    /* width:40%; */
}
.feature__card--cont:last-child .card-txt{
  border-bottom:none;
}
.feature__card--line {
  display:flex;
  justify-content: space-between;
}
.feature__card--line .card-txt{
    /* padding:1.25rem 3.375rem;
    border-bottom:1px solid #333; */
    padding: 1.25rem 0;
    border-bottom: 1px solid #333;
    width: 35%;
    text-align: center;
}
.feature__card--line .card-label{
    /* width:15%; */
    margin: 12px 0;
    padding: 8px 26px;
    background: #f4f4f4;
    width: 20%;
    text-align: center;
}

.feature__point {
  padding-top: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .feature__point {
    padding-top: max(10.6666666667vw, 40px);
  }
}
.feature__point--cards {
  margin-top: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .feature__point--cards {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.feature__point--cards--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(5.3333333333vw, 64px);
}
@media screen and (max-width: 768px) {
  .feature__point--cards--list {
    gap: max(10.6666666667vw, 40px);
  }
}
.feature__point--cards--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .feature__point--cards--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: max(2.1333333333vw, 8px);
  }
}
.feature__point--cards--item._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .feature__point--cards--img {
    width: min(30vw, 360px);
  }
}
@media screen and (max-width: 768px) {
  .feature__point--cards--img {
    display: none;
  }
}
.feature__point--cards--img > img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .feature__point--cards--contents {
    width: calc(100% - min(30vw, 360px));
  }
}
.feature__point--cards--dt {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  color: #1c294f;
}
@media screen and (max-width: 768px) {
  .feature__point--cards--dt {
    font-size: 1.125rem;
  }
}
.feature__point--cards--dt::before {
  content: attr(data-num);
  display: block;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.feature__point--cards--dt::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #1c294f;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .feature__point--cards--dt::after {
    width: max(7.4666666667vw, 28px);
    margin-top: max(4.2666666667vw, 16px);
    margin-bottom: max(4.2666666667vw, 16px);
  }
}
.feature__point--cards--dd {
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .feature__point--cards--dd {
    margin-top: 24px;
  }
}
.feature__process{
  padding-top: min(6.6666666667vw, 80px);
}

.feature__process--outer{
  background-color: #fff;
  border: 1px solid #eaebef;
  padding: 1.5rem 2rem 3rem;
  -webkit-box-shadow: 1px 1px 10px 0px #eaebef;
  box-shadow: 1px 1px 10px 0px #eaebef;
  overflow: hidden;
  margin-top: 4rem;
}

.feature__subtitle{
  font-size: 1.125rem;
  font-weight: 500;
  color: #1c294f;
}

.feature__subtitle::after{
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #1c294f;
  margin-top: 1.5rem;
  margin-bottom:4rem;
}

.feature__process--item{
  background:#F4F4F4;
  padding:1rem 1.5rem;
}

.process__inner--list{
  display: flex;
  align-items:center;
}
@media screen and (max-width: 768px) {
  .process__inner--list {
    flex-direction: column;
  }
}

.process__img1{
  margin-right:0.8125rem;
}
@media screen and (max-width: 768px) {
  .process__img1{
  margin-right:0;
}
}
.process__img2{
  margin-right:1.1875rem;
}
@media screen and (max-width: 768px) {
  .process__img2{
  margin-right:0;
}
}
.process__img3{
  margin-right:1.0625rem;
}
@media screen and (max-width: 768px) {
  .process__img3{
  margin-right:0;
}
}
.process__img4{
  margin-right:0.5625rem;
}
@media screen and (max-width: 768px) {
  .process__img4{
  margin-right:0;
}
}
.process__ttl{
  font-size:1.125rem;
  font-weight:500;
  margin-bottom:1rem;
  color:#1c294f;
}
.process__txt{
  font-size:0.9375rem;
}

.process__cards--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.process__cards--arrow> span {
  display: block;
  width: 0;
  height: 0;
  border-left: 1.375rem solid rgba(0, 0, 0, 0);
  border-right: 1.375rem solid rgba(0, 0, 0, 0);
  border-top: 1.4375rem solid #1c294f;
}

/*support*/
.support{
  margin-top:120px;
}

/*case*/
.subCase{
  margin-top:120px;
}