@charset "UTF-8";

/* ========================================
   FV (Products)
======================================== */
.l-products-fv {
  position: relative;
  background-color: #d9dcdc;
  overflow: hidden;
}

.l-products-fv::before,
.l-products-fv::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.l-products-fv::before {
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_right_top.svg") no-repeat 0 0 / contain;
}

.l-products-fv::after {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_left_bottom.svg") no-repeat 0 0 / contain;
}

.products-fv-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 240px 160px 190px;
}

.products-fv-deco {
  position: absolute;
  top: 292px;
  left: 758px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(99.73deg, #e3e3e3 3.8%, #dedfdf 84.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.products-fv-catch {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  font-family: "ZenKakuGothicNew", sans-serif;
}

.products-fv-label {
  font-weight: 700;
  font-size: 24px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1.42;
  margin-bottom: 10px;
}

.products-fv-ttl {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.04em;
  line-height: 1.34;
  background: linear-gradient(273deg, #135837 0.41%, #22A164 96.81%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.products-fv-ttl span {
  display: block;
}

.products-fv-lead {
  font-weight: 500;
  font-size: 18px;
  color: #081a00;
  line-height: 1.6;
}


/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 1200px) {
  .products-fv-inner {
    padding: 180px 40px 120px;
  }

  .products-fv-deco {
    top: 210px;
    left: auto;
    right: -40px;
    font-size: 110px;
  }

  .products-fv-ttl {
    font-size: 44px;
  }

  .products-fv-label {
    font-size: 20px;
  }

  .products-fv-lead {
    font-size: 16px;
  }

  .l-products-fv::before,
  .l-products-fv::after {
    width: 400px;
    height: 390px;
  }
}

@media screen and (max-width: 768px) {
  .l-products-fv {
    min-height: calc(500 / 414 * 100vw);
  }

  .products-fv-inner {
    padding: 29.167vw 5vw 18.75vw;
  }

  .products-fv-deco {
    display: none;
  }

  .products-fv-label {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }

  .products-fv-ttl {
    margin-bottom: 4.167vw;
    font-size: 7.5vw;
  }

  .products-fv-lead {
    font-size: 3.333vw;
  }

  .l-products-fv::before,
  .l-products-fv::after {
    width: 280px;
    height: 273px;
  }
}

/* ========================================
   Products 01 - Intro
======================================== */
.l-products-01 {
  position: relative;
  background-color: #f2f1ec;
}

.products-01-intro {
  position: relative;
  background-color: #31c47d;
  overflow: hidden;
}

.products-01-intro::before {
  content: "";
  position: absolute;
  top: -313px;
  left: 50%;
  transform: translateX(-50%);
  width: 787px;
  height: 776px;
  background: transparent url("../../images/products/bg_circle.png") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.products-01-intro-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 140px 162px;
  display: flex;
  align-items: center;
  gap: 130px;
}

.products-01-intro-diagram {
  flex-shrink: 0;
  width: 470px;
  margin-left: 6px;
}

.products-01-intro-diagram img {
  width: 100%;
  height: auto;
  display: block;
}

.products-01-intro-text {
  margin-left: auto;
}

.products-01-intro-label {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #e5e5e5;
  line-height: 1.42;
  margin-bottom: 8px;
}

.products-01-intro-ttl {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 800;
  font-size: 46px;
  color: #e5e5e5;
  line-height: 1.4;
  margin-bottom: 32px;
}

.products-01-intro-ttl span {
  display: block;
}

.products-01-intro-desc {
  font-weight: 500;
  font-size: 18px;
  color: #081a00;
  line-height: 1.88;
  letter-spacing: 0.06em;
  max-width: 470px;
}

/* ========================================
   Products 01 - Card List
======================================== */
.products-01-list {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: -114px auto 0;
  padding: 0 160px 154px;
}

.products-01-list::before,
.products-01-list::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.products-01-list::before {
  top: 114px;
  right: min(0px, calc((1440px - 100vw) / 2));
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_right_top.svg") no-repeat 0 0 / contain;
}

.products-01-list::after {
  bottom: 0;
  left: min(0px, calc((1440px - 100vw) / 2));
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_left_bottom.svg") no-repeat 0 0 / contain;
}

.products-01-card-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.products-01-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 16px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.products-01-card-head {
  min-height: 210px;
  background-color: #f2f1ec;
  border-radius: 16px;
  padding: 40px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
}

.products-01-card-cat {
  font-weight: 500;
  font-size: 14px;
  color: #7d7d7d;
  letter-spacing: 0.02em;
  line-height: 1;
}

.products-01-card-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.products-01-card-logo img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.products-01-card-body {
  padding: 0 24px;
}

.products-01-card-ttl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #31c47d;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 16px;
}

.products-01-card-desc {
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  line-height: 1.875;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.products-01-card-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.products-01-card-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1;
}

.products-01-card-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #31c47d;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* ========================================
   Products 01 - Responsive (Tablet)
======================================== */
@media screen and (max-width: 1200px) {
  .products-01-intro-inner {
    flex-direction: column;
    padding: 80px 40px 170px;
    gap: 48px;
  }

  .products-01-intro-text {
    width: 100%;
    order: 1;
  }

  .products-01-intro-diagram {
    order: 2;
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
  }

  .products-01-intro-ttl {
    font-size: 40px;
  }

  .products-01-intro-desc {
    font-size: 16px;
    max-width: none;
  }

  .products-01-list {
    margin-top: -90px;
    padding: 0 40px 80px;
  }

  .products-01-list::before,
  .products-01-list::after {
    width: 400px;
    height: 390px;
  }

  .products-01-list::before {
    top: 90px;
  }

  .products-01-card-list {
    gap: 24px;
  }

  .products-01-card-head {
    padding: 22px 16px 42px;
    justify-content: center;
  }

  .products-01-card-logo img {
    height: 36px;
  }
}

/* ========================================
   Products 01 - Responsive (Mobile)
======================================== */
@media screen and (max-width: 768px) {
  .products-01-intro::before {
    width: 500px;
    height: 490px;
  }

  .products-01-intro-inner {
    padding: 12.5vw 5vw 27.083vw;
    gap: 36px;
  }

  .products-01-intro-diagram {
    width: 66.667vw;
    margin: 0 auto;
  }

  .products-01-intro-label {
    font-size: 3.333vw;
    margin-bottom: 10px;
  }

  .products-01-intro-ttl {
    font-size: 7.083vw;
    margin-bottom: 22px;
  }

  .products-01-intro-desc {
    font-size: 3.333vw;
    line-height: 1.8;
  }

  .products-01-list {
    margin-top: -14.583vw;
    padding: 0 5vw 12.5vw;
  }

  .products-01-list::before,
  .products-01-list::after {
    width: 280px;
    height: 273px;
  }

  .products-01-list::before {
    top: 14.583vw;
  }

  .products-01-card-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products-01-card {
    padding: 2.5vw 2.5vw 6.667vw;
    gap: 20px;
  }

  .products-01-card-head {
    min-height: 37.5vw;
    padding: 18px 12px 38px;
    gap: 24px;
    justify-content: center;
  }

  .products-01-card-num {
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 1.875vw;
    font-size: 1.875vw;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .products-01-card-cat {
    font-size: 2.5vw;
  }

  .products-01-card-logo img {
    height: 7.5vw;
  }

  .products-01-card-body {
    padding: 0 3.333vw;
  }

  .products-01-card-ttl {
    font-size: 3.75vw;
    margin-bottom: 14px;
  }

  .products-01-card-desc {
    font-size: 3.333vw;
    margin-bottom: 22px;
  }

  .products-01-card-features li {
    font-size: 3.333vw;
  }
}

/* ========================================
   Products 02 - SKEIL CORE
======================================== */
.l-products-02 {
  position: relative;
  background-color: #b7c5c5;
  overflow: hidden;
}

.products-02-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 160px 0;
}

.products-02-top {
  position: relative;
  padding-bottom: 7.5vw;
}

.products-02-text {
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.products-02-label {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #e7e8e8;
  line-height: 1.42;
  margin-bottom: 16px;
}

.products-02-brand {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1.16;
  letter-spacing: 0.01em;
  background: linear-gradient(99.73deg, #e9e9e9 3.41%, #e2e3e3 98.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0 0 22px;
}

.products-02-ttl {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 32px;
}

.products-02-ttl span {
  display: block;
}

.products-02-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.products-02-desc {
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  line-height: 1.875;
  letter-spacing: 0.06em;
  max-width: 497px;
}

.products-02-visual {
  position: absolute;
  top: -52px;
  left: 614px;
  width: 740px;
}

.products-02-visual-img {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  aspect-ratio: 740 / 502;
  overflow: hidden;
}

.products-02-visual-badge {
  position: absolute;
  z-index: 4;
  top: -24px;
  left: -92px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  padding: 14px 16px;
  border-radius: 50%;
  background-color: #31c47d;
  text-align: center;
  box-shadow: 0 14px 32px rgba(8, 26, 0, 0.2);
  pointer-events: none;
}

.products-02-visual-badge-en {
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.products-02-visual-badge-en + .products-02-visual-badge-ja {
  margin-top: 9px;
}

.products-02-visual-badge-ja {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #081a00;
}

.products-02-visual-badge-ja + .products-02-visual-badge-ja {
  margin-top: 2px;
}

.products-02-visual-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products-02-visual-card {
  position: absolute;
  z-index: 3;
  top: 358px;
  left: -57px;
  width: 512px;
  padding: 32px 36px 38px 40px;
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.products-02-visual-card-desc {
  font-weight: 500;
  font-size: 14px;
  color: #081a00;
  line-height: 1.714;
  letter-spacing: 0.06em;
  max-width: 436px;
}

.products-02-visual-card-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.products-02-visual-card-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1;
}

.products-02-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #31c47d;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1;
}

.products-02-agentic {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 56px 68px 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.products-02-agentic-brand {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #31c47d;
  line-height: 1.16;
  letter-spacing: 0.01em;
}

.products-02-agentic-ttl {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #081a00;
  line-height: 1.4;
}

.products-02-agentic-desc {
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  max-width: 440px;
  margin-top: 12px;
}

/* ========================================
   Products 02 - Responsive (Tablet)
======================================== */
@media screen and (max-width: 1200px) {
  .products-02-inner {
    padding: 90px 40px 100px;
  }

  .products-02-top {
    padding-bottom: 40px;
  }

  .products-02-text {
    max-width: none;
  }

  .products-02-brand {
    font-size: 56px;
  }

  .products-02-ttl {
    font-size: 34px;
  }

  .products-02-desc {
    max-width: none;
  }

  .products-02-visual {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .products-02-visual-img {
    border-radius: 4px;
    flex-shrink: 0;
  }

  .products-02-visual-badge {
    top: -2.344vw;
    left: -2.344vw;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(8, 26, 0, 0.18);
  }

  .products-02-visual-badge-en {
    font-size: 24px;
  }

  .products-02-visual-badge-ja {
    font-size: 20px;
  }

  .products-02-visual-card {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 48px 48px;
    border-radius: 16px;
    box-shadow: none;
  }

  .products-02-visual-card-desc {
    max-width: none;
  }

  .products-02-agentic {
    padding: 48px 48px 56px;
  }
}

/* ========================================
   Products 02 - Responsive (Mobile)
======================================== */
@media screen and (max-width: 768px) {
  .products-02-inner {
    padding: 14.583vw 5vw 16.667vw;
  }

  .products-02-top {
    padding-bottom: 7.5vw;
  }

  .products-02-label {
    font-size: 3.333vw;
    margin-bottom: 0.833vw;
  }

  .products-02-brand {
    font-size: 7.5vw;
    margin-bottom: 2.083vw;
  }

  .products-02-ttl {
    font-size: 7.5vw;
    margin-bottom: 24px;
  }

  .products-02-body {
    gap: 22px;
  }

  .products-02-desc {
    font-size: 3.333vw;
  }

  .products-02-visual {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .products-02-visual-badge {
    top: -3vw;
    left: -3vw;
    width: 25vw;
    height: 25vw;
    padding: 2.5vw 3vw;
    box-shadow: 0 8px 20px rgba(8, 26, 0, 0.16);
  }

  .products-02-visual-badge-en {
    font-size: 2.917vw;
  }

  .products-02-visual-badge-ja {
    font-size: 2.292vw;
  }

  .products-02-visual-card {
    position: relative;
    top: auto;
    left: auto;
    padding: 5vw;
    gap: 24px;
    border-radius: 18px;
    margin: 0;
    max-width: none;
    width: 100%;
    box-shadow: none;
  }

  .products-02-num {
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 1.875vw;
    font-size: 1.875vw;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .products-02-visual-card-desc {
    font-size: 3.333vw;
    max-width: none;
  }

  .products-02-visual-card-features li {
    font-size: 3.333vw;
  }

  .products-02-agentic {
    padding: 36px 24px 40px;
    border-radius: 12px;
  }

  .products-02-agentic-brand {
    font-size: 5vw;
  }

  .products-02-agentic-ttl {
    font-size: 5vw;
  }

  .products-02-agentic-desc {
    font-size: 3.333vw;
  }
}

/* ========================================
   Products 03 - Building Products
======================================== */
.l-products-03 {
  position: relative;
  background-color: #f2f1ec;
  overflow: hidden;
}

.l-products-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 319px);
  width: 677px;
  height: 422px;
  background: transparent url("../../images/parts/pattern/logo_top.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.products-03-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 312px 160px 182px;
  display: flex;
  align-items: flex-start;
  gap: 86px;
}

.products-03-text {
  flex-shrink: 0;
  width: 471px;
}

.products-03-label {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #22a164;
  line-height: 1.42;
  margin-bottom: 18px;
}

.products-03-ttl {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #081a00;
  line-height: 1.4;
  margin-bottom: 24px;
}

.products-03-ttl span {
  display: block;
}

.products-03-desc {
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  line-height: 2.125;
  letter-spacing: 0.06em;
}

.products-03-diagram {
  flex-shrink: 0;
  width: 640px;
  margin-top: -82px;
  margin-left: auto;
}

.products-03-diagram img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Products 03 - Responsive (Tablet)
======================================== */
@media screen and (max-width: 1200px) {
  .l-products-03::before {
    left: calc(50% - 240px);
    width: 500px;
    height: 312px;
  }

  .products-03-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 200px 40px 120px;
    gap: 60px;
  }

  .products-03-text {
    width: 100%;
    max-width: none;
  }

  .products-03-ttl {
    font-size: 34px;
  }

  .products-03-diagram {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 0;
  }
}

/* ========================================
   Products 03 - Responsive (Mobile)
======================================== */
@media screen and (max-width: 768px) {
  .l-products-03::before {
    left: calc(50% - 150px);
    width: 320px;
    height: 200px;
  }

  .products-03-inner {
    padding: 140px 24px 90px;
    gap: 48px;
  }

  .products-03-label {
    font-size: 3.333vw;
    margin-bottom: 14px;
  }

  .products-03-ttl {
    font-size: 7.5vw;
    margin-bottom: 20px;
  }

  .products-03-desc {
    font-size: 3.333vw;
    line-height: 2;
  }

  .products-03-diagram {
    max-width: 75vw;
    margin-top: 0;
  }
}

/* ========================================
   Wide screen (1440px and up)
======================================== */
@media screen and (min-width: 1440px) {
  .l-products-fv::before,
  .l-products-fv::after,
  .products-01-list::before,
  .products-01-list::after {
    width: calc(520 / 1440 * 100vw);
    height: calc(507 / 1440 * 100vw);
  }
}
