@charset "UTF-8";
.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i, 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

a.ul {
  text-decoration: underline;
}

a, span {
  display: inline-block;
}

a, button {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

form, label, input, select, textarea, button, table {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif !important;
  outline: none;
}

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table {
  border-spacing: 0;
}

html {
  color: #323232;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
}

body {
  position: relative;
  height: auto;
}

/* =========================================================
   Variables
========================================================= */
/* =========================================================
   Mixins
========================================================= */
/* =========================================================
   Reset / Base
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  margin: 0;
  color: #222;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

summary {
  cursor: pointer;
}

/* =========================================================
   Common
========================================================= */
.manufacturing-lp {
  overflow: hidden;
}

.section-inner {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.section-inner--narrow {
  width: min(100%, 920px);
}

.section-label {
  margin-bottom: 16px;
  color: #028442;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
.section-label._sub {
  color: #5f6872;
}
@media screen and (max-width: 767px) {
  .section-label {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }
}

.section-title {
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
.section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 24px;
  background: #028442;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    width: 44px;
    height: 3px;
    margin-top: 18px;
  }
}
.section-title::after {
  margin-right: auto;
  margin-left: auto;
}
.section-title--left {
  text-align: left;
}
.section-title--left::after {
  margin-right: 0;
  margin-left: 0;
}
.section-title + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.7rem;
    line-height: 1.45;
  }
}

.section-lead {
  max-width: 760px;
  margin: 32px auto 0;
  color: #5f6872;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-lead {
    margin-top: 24px;
    text-align: left;
  }
}

.section-text {
  max-width: 760px;
  margin: 32px auto 0;
  color: #5f6872;
}
.section-text + p {
  margin-top: 2rem;
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 14px 32px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-button--primary {
  color: #fff;
  background: #028442;
  box-shadow: 0 8px 24px rgba(2, 132, 66, 0.22);
}
@media (hover: hover) and (pointer: fine) {
  .lp-button--primary:hover {
    background: #216158;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(2, 132, 66, 0.28);
  }
}
.lp-button--secondary {
  color: #028442;
  border-color: #028442;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .lp-button--secondary:hover {
    color: #fff;
    background: #028442;
    transform: translateY(-2px);
  }
}
.lp-button--header {
  min-height: 48px;
  padding: 10px 24px;
  color: #fff;
  background: #028442;
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .lp-button--header:hover {
    background: #216158;
  }
}
.lp-button--contact {
  min-width: 360px;
  min-height: 80px;
  color: #216158;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  font-size: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .lp-button--contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .lp-button {
    width: 100%;
    min-height: 56px;
    padding: 13px 20px;
    font-size: 1.5rem;
  }
  .lp-button--contact {
    min-width: 0;
  }
}

.text-link,
.solution-card__link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.text-link::after,
.solution-card__link::after {
  content: "";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: #028442;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 50%;
  color: #fff;
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover::after,
  .solution-card__link:hover::after {
    transform: translateX(4px);
  }
}

/* =========================================================
   Header
========================================================= */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 226, 232, 0.8);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1200px);
  min-height: 76px;
  margin-inline: auto;
  gap: 24px;
}
.lp-header__logo a {
  transition: 0.2s;
}
.lp-header__logo a:hover {
  opacity: 0.75;
}
.lp-header__logo img {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .lp-header__inner {
    width: min(100% - 32px, 1200px);
    min-height: 64px;
  }
  .lp-header__logo img {
    max-width: 180px;
    max-height: 34px;
  }
  .lp-header__contact {
    display: none;
  }
}

/* =========================================================
   Hero
========================================================= */
.hero {
  position: relative;
  padding: 100px;
  background: radial-gradient(circle at 85% 15%, rgba(130, 205, 85, 0.12), transparent 35%), linear-gradient(135deg, #fff 0%, #E5F2EC 100%);
}
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  width: min(100%, 1200px);
  margin-inline: auto;
  gap: 64px;
}
.hero__eyebrow {
  margin-bottom: 20px;
  color: #028442;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero__title {
  font-size: clamp(4rem, 5.5vw, 6.4rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.hero__title img {
  width: 90%;
  max-width: 500px;
  height: auto;
}
.hero__lead {
  max-width: 760px;
  margin-top: 28px;
  color: #5f6872;
  font-size: 1.8rem;
  line-height: 2;
}
.hero__points {
  display: grid;
  margin-top: 28px;
  gap: 10px;
}
.hero__points li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.hero__points li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 16px;
  height: 8px;
  border-bottom: 3px solid #028442;
  border-left: 3px solid #028442;
  transform: rotate(-45deg);
}
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  gap: 16px;
}
.hero__note {
  margin-top: 16px;
  color: #5f6872;
  font-size: 1.3rem;
}
.hero__visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .hero {
    padding: 50px;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero__visual {
    max-width: 720px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 50px 30px;
  }
  .hero__eyebrow {
    margin-bottom: 14px;
    font-size: 1.2rem;
  }
  .hero__title {
    font-size: 3.4rem;
  }
  .hero__title br {
    display: none;
  }
  .hero__lead {
    margin-top: 22px;
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .hero__points {
    margin-top: 24px;
  }
  .hero__buttons {
    display: grid;
    margin-top: 30px;
    gap: 12px;
  }
}

/* =========================================================
   Intro
========================================================= */
.intro {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 64px 30px;
  }
}
.intro__text {
  margin-top: 48px;
}
.intro__text p {
  color: #5f6872;
  font-size: 1.7rem;
}
.intro__text p + p {
  margin-top: 20px;
}
.intro__image {
  position: relative;
  margin-top: 50px;
}
.intro__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .intro__text {
    margin-top: 32px;
  }
  .intro__text p {
    font-size: 1.5rem;
  }
}

/* =========================================================
   Problems
========================================================= */
.problems {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .problems {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .problems {
    padding: 64px 30px;
  }
}
.problems {
  background: #f5f8fa;
}
.problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .problems__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .problems__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 16px;
  }
}

.problem-card {
  padding: 34px 30px;
  border: 1px solid #dce2e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.problem-card__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  margin-bottom: 24px;
}
.problem-card__icon:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  top: 0;
  left: calc(50% - 36px);
  border-radius: 50%;
  background: #E5F2EC;
  z-index: 0;
}
.problem-card__icon img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.problem-card__title {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.problem-card__text {
  margin-top: 14px;
  color: #5f6872;
}
@media screen and (max-width: 767px) {
  .problem-card {
    padding: 26px 22px;
  }
  .problem-card__icon {
    height: 60px;
  }
  .problem-card__title {
    font-size: 1.8rem;
  }
}

/* =========================================================
   Approach
========================================================= */
.approach {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .approach {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .approach {
    padding: 64px 30px;
  }
}
.approach__visual {
  position: relative;
  margin: 50px auto 0;
}
.approach__visual img {
  width: 100%;
}

/* =========================================================
   Solutions
========================================================= */
.solutions {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .solutions {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .solutions {
    padding: 64px 30px;
  }
}
.solutions {
  background: #f5f8fa;
}
.solutions__list {
  display: grid;
  margin-top: 56px;
  gap: 24px;
}

.solution-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border: 1px solid #dce2e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.solution-card__number {
  flex-shrink: 0;
  width: 120px;
  color: rgba(2, 132, 66, 0.25);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.solution-card__body {
  width: calc(100% - 120px);
}
.solution-card__title {
  font-size: 2.6rem;
  line-height: 1.4;
}
.solution-card__text {
  max-width: 900px;
  margin-top: 16px;
  color: #5f6872;
}
.solution-card__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 8px;
}
.solution-card__tags li {
  padding: 10px 15px 12px 15px;
  border-radius: 999px;
  color: #216158;
  background: #E5F2EC;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.solution-card__link {
  position: relative;
  width: 100%;
  margin-top: 25px;
  padding-top: 1rem;
  border-top: 1px solid #dce2e8;
}
.solution-card__label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 40px;
  padding: 10px 20px 12px 20px;
  background-color: #028442;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .solution-card__number {
    width: 100%;
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
  .solution-card__body {
    width: 100%;
  }
  .solution-card__title {
    font-size: 2.1rem;
  }
  .solution-card__label {
    right: 20px;
    padding: 8px 15px 10px 15px;
    font-size: 1.2rem;
  }
}

/* =========================================================
   Middle CTA
========================================================= */
.middle-cta {
  padding: 72px 24px;
  background: #fff;
}
.middle-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 56px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #216158, #028442);
  gap: 48px;
}
.middle-cta__title {
  font-size: 3rem;
  line-height: 1.5;
}
.middle-cta__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.88);
}
.middle-cta__button {
  flex-shrink: 0;
}
.middle-cta__button .lp-button {
  color: #216158;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .middle-cta__box {
    display: grid;
    padding: 42px;
  }
}
@media screen and (max-width: 767px) {
  .middle-cta {
    padding: 48px 20px;
  }
  .middle-cta__box {
    padding: 32px 24px;
    gap: 28px;
  }
  .middle-cta__title {
    font-size: 2.4rem;
  }
  .middle-cta__title br {
    display: none;
  }
}

/* =========================================================
   Strengths
========================================================= */
.strengths {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .strengths {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .strengths {
    padding: 64px 30px;
  }
}
.strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .strengths__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.strength-card {
  position: relative;
  padding: 30px 40px 40px 40px;
  border: 1px solid #dce2e8;
  border-radius: 16px;
  background: rgba(229, 242, 236, 0.75);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.strength-card__number {
  position: absolute;
  top: 15px;
  right: 40px;
  color: #028442;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1em;
  opacity: 0.25;
  z-index: 0;
}
.strength-card__title {
  position: relative;
  margin-top: px;
  font-size: 2.3rem;
  line-height: 1.55;
  z-index: 1;
}
.strength-card__text {
  position: relative;
  margin-top: 18px;
  color: #5f6872;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .strength-card {
    padding: 28px 22px;
  }
  .strength-card__title {
    font-size: 2rem;
  }
  .strength-card__title br {
    display: none;
  }
}

/* =========================================================
   Development
========================================================= */
.development {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .development {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .development {
    padding: 64px 30px;
  }
}
.development {
  background: #E5F2EC;
}
.development__layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}
.development__content .section-label {
  text-align: left;
}
.development__content > p {
  color: #5f6872;
}
.development__content > p + p {
  margin-top: 20px;
}
.development__content > p:first-of-type {
  margin-top: 36px;
}
.development__visual {
  position: relative;
  margin: 50px auto 0;
}
.development__visual img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .development__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .development__content > p:first-of-type {
    margin-top: 28px;
  }
}

/* =========================================================
   Cases
========================================================= */
.cases {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .cases {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cases {
    padding: 64px 30px;
  }
}
.cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  gap: 24px;
}
.cases__link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cases__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cases__grid {
    margin-top: 40px;
  }
}

.case-card {
  margin-top: 20px;
  border: 1px solid #dce2e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.case-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f8fa;
}
.case-card__image img {
  width: auto;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.case-card__headline {
  position: relative;
  padding: 28px;
  text-align: center;
}
.case-card__body {
  padding: 28px;
}
.case-card__category {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14em;
  height: 40px;
  top: -20px;
  left: calc(50% - 7em);
  padding: 0 0 2px 0;
  background: #028442;
  border-radius: 999px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1rem;
}
.case-card__title {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.5;
}
.case-card__details > div:not(:first-child) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dce2e8;
}
.case-card__details > div:not(:first-child) + div {
  margin-top: 18px;
}
.case-card__details dt {
  color: #028442;
  font-size: 1.5rem;
  font-weight: 700;
}
.case-card__details dd {
  margin-top: 6px;
  color: #5f6872;
}
@media screen and (max-width: 767px) {
  .case-card__body {
    padding: 24px 20px;
  }
  .case-card__title {
    font-size: 1.9rem;
  }
}

/* =========================================================
   Column
========================================================= */
.related-columns {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .related-columns {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .related-columns {
    padding: 64px 30px;
  }
}
.related-columns {
  background: #fff;
}
.related-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  gap: 24px;
}
.related-columns__more {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .related-columns__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .related-columns__grid {
    margin-top: 40px;
    gap: 16px;
  }
}

.related-column-card {
  overflow: hidden;
  border: 1px solid #dce2e8;
  border-radius: 16px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.related-column-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-column-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f8fa;
}
.related-column-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.related-column-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}
.related-column-card__category {
  color: #028442;
  font-size: 1.3rem;
  font-weight: 700;
}
.related-column-card__title {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.5;
}
.related-column-card__text {
  margin-top: 14px;
  color: #5f6872;
  font-size: 1.4rem;
}
.related-column-card .text-link {
  margin-top: 1rem;
}
.related-column-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #028442;
  font-weight: 700;
}
.related-column-card__link::after {
  content: "→";
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .related-column-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  }
  .related-column-card:hover .related-column-card__image img {
    transform: scale(1.04);
  }
  .related-column-card:hover .related-column-card__link::after {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 767px) {
  .related-column-card__body {
    padding: 24px 20px;
  }
  .related-column-card__title {
    font-size: 1.8rem;
  }
}

/* =========================================================
   Scope
========================================================= */
.scope {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .scope {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .scope {
    padding: 64px 30px;
  }
}
.scope {
  background: #f5f8fa;
}
.scope__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: 56px;
  gap: 56px;
}
.scope__technology {
  align-self: start;
  padding: 36px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.scope__technology-title {
  font-size: 2.2rem;
}
.scope__technology-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 10px;
}
.scope__technology-list li {
  padding: 6px 14px 8px 14px;
  border: 1.5px solid #dce2e8;
  border-radius: 999px;
  background: #fff;
  font-size: 1.3rem;
  white-space: nowrap;
}
.scope__technology-note {
  margin-top: 24px;
  color: #5f6872;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .scope__layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .scope__layout {
    margin-top: 40px;
    gap: 36px;
  }
  .scope__technology {
    padding: 28px 22px;
  }
}

.scope-flow {
  display: grid;
  gap: 20px;
}
.scope-flow__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  gap: 20px;
}
.scope-flow__item h3 {
  font-size: 1.9rem;
}
.scope-flow__item p {
  margin-top: 8px;
  color: #5f6872;
}
.scope-flow__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding-bottom: 2px;
  border-radius: 50%;
  color: #fff;
  background: #028442;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .scope-flow__item {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .scope-flow__number {
    width: 48px;
    height: 48px;
  }
}

/* =========================================================
   Process
========================================================= */
.flow {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .flow {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 64px 30px;
  }
}
.flow__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 56px;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .flow__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .flow__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.flow-card {
  position: relative;
  padding: 30px 24px;
  border: 1.5px solid #dce2e8;
  border-radius: 16px;
  background: #fff;
}
.flow-card__number {
  color: #028442;
  font-size: 1.5rem;
  font-weight: 700;
}
.flow-card__title {
  font-size: 1.9rem;
}
.flow-card__text {
  margin-top: 12px;
  color: #5f6872;
  font-size: 1.4rem;
}

/* =========================================================
   FAQ
========================================================= */
.faq {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .faq {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 64px 30px;
  }
}
.faq {
  background: #f5f8fa;
}
.faq__list {
  display: grid;
  margin-top: 56px;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #dce2e8;
  border-radius: 8px;
  background: #fff;
}
.faq-item__question {
  position: relative;
  padding: 24px 72px 24px 28px;
  font-size: 1.7rem;
  font-weight: 700;
  list-style: none;
  transition: 0.2s;
}
.faq-item__question:hover {
  background: rgba(229, 242, 236, 0.5);
  color: #028442;
}
.faq-item__question::-webkit-details-marker {
  display: none;
}
.faq-item__question::before, .faq-item__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 18px;
  height: 2px;
  background: #028442;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.faq-item__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq-item[open] .faq-item__question::after {
  transform: translateY(-50%) rotate(0);
}
.faq-item__answer {
  padding: 0 28px 26px;
}
.faq-item__answer p {
  padding-top: 22px;
  border-top: 1px solid #dce2e8;
  color: #5f6872;
}
@media screen and (max-width: 767px) {
  .faq-item__question {
    padding: 20px 58px 20px 20px;
    font-size: 1.5rem;
  }
  .faq-item__question::before, .faq-item__question::after {
    right: 20px;
  }
  .faq-item__answer {
    padding: 0 20px 22px;
  }
}

/* =========================================================
   Contact
========================================================= */
.contact {
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 64px 30px;
  }
}
.contact {
  color: #fff;
  background: linear-gradient(135deg, #216158 0%, #028442 60%, #82CD55 100%);
}
.contact .section-label {
  color: rgba(255, 255, 255, 0.72);
}
.contact__box {
  text-align: center;
}
.contact__title {
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  line-height: 1.4;
}
.contact__lead {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.7rem;
}
.contact__examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 36px auto 0;
  gap: 12px 24px;
  text-align: left;
}
.contact__examples li {
  position: relative;
  padding-left: 26px;
}
.contact__examples li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 700;
}
.contact__button {
  margin-top: 40px;
}
.contact__note {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 3rem;
  }
  .contact__title br {
    display: none;
  }
  .contact__lead {
    font-size: 1.5rem;
    text-align: left;
  }
  .contact__examples {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}

/* =========================================================
   Footer
========================================================= */
.lp-footer {
  padding: 48px 24px 28px;
  color: #fff;
  background: #17212b;
}
.lp-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1200px);
  margin-inline: auto;
}
.lp-footer__company a {
  transition: 0.2s;
}
.lp-footer__company a:hover {
  opacity: 0.75;
}
.lp-footer__company img {
  width: auto;
  max-height: 44px;
}
.lp-footer__note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.2rem;
  font-weight: 300;
}
.lp-footer__nav {
  margin-top: 18px;
}
.lp-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.lp-footer__nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.3rem;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__nav a:hover {
    color: #fff;
  }
}
.lp-footer__copyright {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lp-footer {
    padding-bottom: 92px;
  }
  .lp-footer__nav ul {
    display: grid;
    gap: 12px;
  }
}

/* =========================================================
   Floating Contact
========================================================= */
.floating-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating-contact {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #fff;
    background: #028442;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
}

/* =========================================================
   Accessibility
========================================================= */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(130, 205, 85, 0.65);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/*# sourceMappingURL=default.css.map */