@charset "UTF-8";
/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
.service-page {
  overflow: visible;
  padding-top: 100px;
}
.service-page .section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(380px, calc(6.25vw + 18.75rem), 420px);
}
@media screen and (max-width: 1279px) {
  .service-page .section1 {
    height: clamp(340px, calc(7.8431372549vw + 17.4803921569rem), 380px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section1 {
    height: clamp(300px, calc(8.9285714286vw + 16.9642857143rem), 340px);
  }
}
.service-page .section1 .container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1480px;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .service-page .section1 .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section1 .container {
    padding: 0 20px;
  }
}
.service-page .section1 .section-title {
  font-weight: 700;
  font-size: clamp(50px, calc(1.25vw + 2.125rem), 58px);
  color: #000;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .service-page .section1 .section-title {
    font-size: clamp(44px, calc(1.1764705882vw + 2.1845588235rem), 50px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section1 .section-title {
    font-size: clamp(38px, calc(1.3392857143vw + 2.1071428571rem), 44px);
  }
}
.service-page .service-page-fixed-menu {
  display: flex;
  overflow: hidden;
  position: sticky;
  top: 100px;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service-page .service-page-fixed-menu {
    overflow-x: auto;
  }
}
.service-page .service-page-fixed-menu .container {
  display: flex;
  gap: clamp(36px, calc(0.625vw + 1.75rem), 40px);
  width: 100%;
  max-width: 1120px;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .service-page .service-page-fixed-menu .container {
    gap: clamp(24px, calc(2.6785714286vw + 0.9642857143rem), 36px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-page-fixed-menu .container {
    gap: 0;
  }
}
.service-page .service-page-fixed-menu .service-page-fixed-menu-item {
  flex: 1;
}
.service-page .service-page-fixed-menu .service-page-fixed-menu-item .service-page-fixed-menu-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(70px, calc(1.5625vw + 3.125rem), 80px);
  font-weight: 700;
  font-size: clamp(16px, calc(0.3125vw + 0.75rem), 18px);
  color: #acacac;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .service-page .service-page-fixed-menu .service-page-fixed-menu-item .service-page-fixed-menu-item-link {
    font-size: clamp(14px, calc(0.3921568627vw + 0.6865196078rem), 16px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-page-fixed-menu .service-page-fixed-menu-item .service-page-fixed-menu-item-link {
    padding: 0 clamp(16px, calc(0.8928571429vw + 0.8214285714rem), 20px);
    font-size: 14px;
  }
}
.service-page .service-page-fixed-menu .service-page-fixed-menu-item .service-page-fixed-menu-item-link.active {
  color: #15523C;
}
.service-page .service-page-fixed-menu .service-page-fixed-menu-line {
  display: block;
  align-self: flex-start;
  width: 0%;
  height: 2px;
  background-color: #15523C;
  transition: width 0.3s ease;
  transform: translateY(1px);
}
.service-page .section-top-box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(400px, calc(3.125vw + 22.5rem), 420px);
  margin-bottom: clamp(50px, calc(1.5625vw + 1.875rem), 60px);
  border-bottom: 1px solid #15523C;
}
@media screen and (max-width: 1279px) {
  .service-page .section-top-box {
    height: clamp(360px, calc(3.9215686275vw + 20.6151960784rem), 380px);
    margin-bottom: clamp(40px, calc(1.9607843137vw + 1.5575980392rem), 50px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section-top-box {
    height: clamp(320px, calc(4.4642857143vw + 19.1071428571rem), 340px);
    margin-bottom: clamp(30px, calc(2.2321428571vw + 1.4285714286rem), 40px);
  }
}
.service-page .section-top-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #15523C;
  transform: translateX(-50%);
}
.service-page .section-top-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #15523C;
  transform: translateX(-50%);
}
.service-page .section-top-box .section-title {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: clamp(190px, calc(3.4375vw + 9.125rem), 212px);
  height: clamp(190px, calc(3.4375vw + 9.125rem), 212px);
  margin-top: clamp(8px, calc(0.3125vw + 0.25rem), 10px);
  border: 1px solid #15523C;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
  color: #15523C;
  line-height: normal;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .service-page .section-top-box .section-title {
    width: clamp(170px, calc(3.9215686275vw + 8.7401960784rem), 190px);
    height: clamp(170px, calc(3.9215686275vw + 8.7401960784rem), 190px);
    margin-top: clamp(6px, calc(0.3921568627vw + 0.1865196078rem), 8px);
    font-size: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section-top-box .section-title {
    width: clamp(150px, calc(4.4642857143vw + 8.4821428571rem), 170px);
    height: clamp(150px, calc(4.4642857143vw + 8.4821428571rem), 170px);
    margin-top: 6px;
    font-size: 16px;
  }
}
.service-page .service-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(70px, calc(1.5625vw + 3.125rem), 80px) 40px;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section {
    padding: clamp(60px, calc(1.9607843137vw + 2.8075980392rem), 70px) 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section {
    padding: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px) 20px;
  }
}
.service-page .service-content-section + .service-content-section {
  margin-top: clamp(70px, calc(1.5625vw + 3.125rem), 80px);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section + .service-content-section {
    margin-top: clamp(60px, calc(1.9607843137vw + 2.8075980392rem), 70px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section + .service-content-section {
    margin-top: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px);
  }
}
.service-page .service-content-section .container {
  width: 100%;
  max-width: 1200px;
}
.service-page .service-content-section .section-content {
  display: flex;
  flex-direction: column;
  padding: 0 20px clamp(50px, calc(1.5625vw + 1.875rem), 60px);
  border-bottom: 1px solid #15523C;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .section-content {
    padding: 0 10px clamp(40px, calc(1.9607843137vw + 1.5575980392rem), 50px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .section-content {
    padding: 0 4px clamp(30px, calc(2.2321428571vw + 1.4285714286rem), 40px);
  }
}
.service-page .service-content-section .service-intro-box {
  display: flex;
  width: 100%;
  margin-bottom: clamp(50px, calc(1.5625vw + 1.875rem), 60px);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-intro-box {
    flex-direction: column;
  }
}
.service-page .service-content-section .service-intro-image {
  height: clamp(280px, calc(6.25vw + 12.5rem), 320px);
  object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-intro-image {
    height: clamp(360px, calc(7.8431372549vw + 18.7303921569rem), 400px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-intro-image {
    height: clamp(180px, calc(40.1785714286vw + 3.2142857143rem), 360px);
  }
}
.service-page .service-content-section .service-intro-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  gap: clamp(24px, calc(0.9375vw + 0.75rem), 30px);
  height: clamp(280px, calc(6.25vw + 12.5rem), 320px);
  padding: clamp(72px, calc(1.5625vw + 3.25rem), 82px) clamp(60px, calc(1.875vw + 2.25rem), 72px);
  background-color: #F6F8F7;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-intro-text-box {
    height: auto;
    padding: clamp(48px, calc(2.3529411765vw + 1.8691176471rem), 60px) clamp(42px, calc(1.9607843137vw + 1.6825980392rem), 52px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-intro-text-box {
    padding: clamp(24px, calc(5.3571428571vw + 0.4285714286rem), 48px) clamp(16px, calc(5.8035714286vw - 0.1607142857rem), 42px);
  }
}
.service-page .service-content-section .service-intro-title {
  font-weight: 800;
  font-size: clamp(26px, calc(0.625vw + 1.125rem), 30px);
  color: #15523C;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-intro-title {
    font-size: clamp(22px, calc(0.8928571429vw + 1.1964285714rem), 26px);
  }
}
.service-page .service-content-section .service-intro-description {
  font-weight: 500;
  font-size: clamp(16px, calc(0.3125vw + 0.75rem), 18px);
  color: #333;
  line-height: 1.66em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-intro-description {
    font-size: clamp(15px, calc(0.2232142857vw + 0.8928571429rem), 16px);
  }
  .service-page .service-content-section .service-intro-description br {
    display: none;
  }
}
.service-page .service-content-section .service-feature-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(40px, calc(1.5625vw + 1.25rem), 50px);
}
.service-page .service-content-section .service-feature-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, calc(0.625vw + 0.75rem), 24px);
  width: 100%;
}
.service-page .service-content-section .service-feature-title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(22px, calc(0.625vw + 0.875rem), 26px);
  color: #15523C;
  line-height: normal;
  letter-spacing: -0.03em;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-feature-title {
    font-size: clamp(20px, calc(0.7843137255vw + 0.8730392157rem), 24px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-feature-title {
    font-size: clamp(18px, calc(0.8928571429vw + 0.9464285714rem), 22px);
  }
}
.service-page .service-content-section .service-feature-title > img {
  width: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-feature-title > img {
    width: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-feature-title > img {
    width: clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px);
  }
}
.service-page .service-content-section .service-feature-title .year {
  font-size: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-feature-title .year {
    font-size: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-feature-title .year {
    font-size: clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px);
  }
}
.service-page .service-content-section ul.service-feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, calc(0.3125vw + 0.75rem), 18px);
}
.service-page .service-content-section ul.service-feature-list .service-feature-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section ul.service-feature-list .service-feature-list-item {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section ul.service-feature-list .service-feature-list-item {
    gap: 8px;
  }
}
.service-page .service-content-section ul.service-feature-list .service-feature-list-item::before {
  content: "";
  display: block;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #111;
  font-size: 16px;
  line-height: 1.75em;
  transform: translateY(10px);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section ul.service-feature-list .service-feature-list-item::before {
    min-width: 4px;
    height: 4px;
  }
}
.service-page .service-content-section ul.service-feature-list .service-feature-list-item-description {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  line-height: 1.75em;
  letter-spacing: -0.01em;
  text-align: left;
}
.service-page .service-content-section ul.service-feature-list .service-feature-list-item-description strong {
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section ul.service-feature-list .service-feature-list-item-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section ul.service-feature-list .service-feature-list-item-description {
    font-size: 14px;
  }
}
.service-page .service-content-section ol.service-feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, calc(0.3125vw + 0.5rem), 14px);
  counter-reset: feature-counter;
}
.service-page .service-content-section ol.service-feature-list .service-feature-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  counter-increment: feature-counter;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section ol.service-feature-list .service-feature-list-item {
    gap: 7px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section ol.service-feature-list .service-feature-list-item {
    gap: 6px;
  }
}
.service-page .service-content-section ol.service-feature-list .service-feature-list-item::before {
  content: counter(feature-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(18px, calc(0.625vw + 0.625rem), 22px);
  height: clamp(18px, calc(0.625vw + 0.625rem), 22px);
  border-radius: 50%;
  background-color: #111;
  font-size: clamp(11px, calc(0.15625vw + 0.5625rem), 12px);
  color: #fff;
  transform: translateY(10%);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section ol.service-feature-list .service-feature-list-item::before {
    transform: translateY(15%);
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section ol.service-feature-list .service-feature-list-item::before {
    transform: translateY(20%);
  }
}
.service-page .service-content-section.section3 .service-feature-list-item-description {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  line-height: 1.75em;
  letter-spacing: -0.01em;
  text-align: left;
}
.service-page .service-content-section.section3 .service-feature-list-item-description.check {
  padding-left: clamp(22px, calc(0.3125vw + 1.125rem), 24px);
  background: url(/wp-content/uploads/2025/10/check-icon-black.svg) no-repeat left center;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section.section3 .service-feature-list-item-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section.section3 .service-feature-list-item-description {
    font-size: 14px;
  }
}
.service-page .service-content-section .service-process-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  gap: 12px;
  margin-top: clamp(48px, calc(0.9375vw + 2.25rem), 54px);
  counter-reset: process-counter;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-process-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 8px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-process-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-page .service-content-section .service-process-list .service-process-list-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1;
  height: 170px;
  padding-bottom: 20px;
  border-radius: 6px;
  background-color: #F5F5F5;
  counter-increment: process-counter;
}
.service-page .service-content-section .service-process-list .service-process-list-item::before {
  content: counter(process-counter, decimal-leading-zero);
  display: flex;
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #15523C;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.01em;
  text-align: center;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-process-list .service-process-list-item::before {
    width: 54px;
    height: 54px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-process-list .service-process-list-item::before {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}
.service-page .service-content-section .service-process-list .service-process-list-item-description {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .service-page .service-content-section .service-process-list .service-process-list-item-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-content-section .service-process-list .service-process-list-item-description {
    font-size: 14px;
  }
}
.service-page .simulation-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 18px;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-page .simulation-list .simulation-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 280px;
  padding: 12px 12px 50px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-list .simulation-list-item {
    height: 240px;
    padding: 12px 12px 40px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-list .simulation-list-item {
    height: 200px;
    padding: 12px 12px 30px;
  }
}
.service-page .simulation-list .simulation-list-item.border {
  border: 1px solid #15523C;
}
.service-page .simulation-list .simulation-list-item > img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-list .simulation-list-item > img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-list .simulation-list-item > img {
    margin-bottom: 20px;
  }
}
.service-page .simulation-list .simulation-people {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 1.22em;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-list .simulation-people {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-list .simulation-people {
    font-size: 16px;
  }
}
.service-page .simulation-list .simulation-income {
  display: flex;
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #15523C;
  line-height: 1em;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-list .simulation-income {
    font-size: clamp(20px, calc(0.3921568627vw + 1.0615196078rem), 22px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-list .simulation-income {
    font-size: clamp(18px, calc(0.4464285714vw + 1.0357142857rem), 20px);
  }
}
.service-page .simulation-default-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: clamp(26px, calc(0.625vw + 1.125rem), 30px);
  border: 1px solid #15523C;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .service-page .simulation-default-box {
    flex-direction: column;
  }
}
.service-page .simulation-default-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #15523C;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-default-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-default-text {
    font-size: 16px;
  }
}
.service-page .simulation-default-text > img {
  width: 14px;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-default-text > img {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-default-text > img {
    width: 12px;
  }
}
.service-page .simulation-line {
  display: block;
  width: 1px;
  height: 18px;
  margin: 0 clamp(54px, calc(1.5625vw + 2.125rem), 64px);
  background-color: #15523C;
}
@media screen and (max-width: 768px) {
  .service-page .simulation-line {
    width: 18px;
    height: 1px;
    margin: clamp(12px, calc(2.6785714286vw + 0.2142857143rem), 24px) 0;
  }
}
.service-page .simulation-description {
  margin-top: clamp(36px, calc(0.625vw + 1.75rem), 40px);
  font-weight: 500;
  font-size: 18px;
  color: #15523C;
  line-height: 1.66em;
  letter-spacing: -0.01em;
  text-align: center;
}
.service-page .simulation-description > strong {
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .service-page .simulation-description {
    margin-top: clamp(24px, calc(2.3529411765vw + 0.3691176471rem), 36px);
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .simulation-description {
    margin-top: clamp(18px, calc(1.3392857143vw + 0.8571428571rem), 24px);
    font-size: 16px;
  }
}
.service-page .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(11px, calc(0.15625vw + 0.5625rem), 12px);
  width: 100%;
  max-width: clamp(440px, calc(6.25vw + 22.5rem), 480px);
  margin-top: clamp(52px, calc(1.25vw + 2.25rem), 60px);
  padding: clamp(19px, calc(0.3125vw + 0.9375rem), 21px) clamp(24px, calc(0.3125vw + 1.25rem), 26px);
  border-radius: 6px;
  background-color: #15523C;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1279px) {
  .service-page .cta-button {
    gap: clamp(10px, calc(0.1960784314vw + 0.5307598039rem), 11px);
    max-width: clamp(360px, calc(7.8431372549vw + 18.7303921569rem), 400px);
    margin-top: clamp(44px, calc(1.568627451vw + 1.9960784314rem), 52px);
    padding: clamp(17px, calc(0.3921568627vw + 0.8740196078rem), 19px) clamp(20px, calc(0.7843137255vw + 0.8730392157rem), 24px);
    font-size: clamp(17px, calc(0.1960784314vw + 0.9682598039rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .cta-button {
    gap: clamp(9px, calc(0.2232142857vw + 0.5178571429rem), 10px);
    max-width: 100%;
    margin-top: clamp(36px, calc(1.7857142857vw + 1.8928571429rem), 44px);
    padding: clamp(16px, calc(0.2232142857vw + 0.9553571429rem), 17px) clamp(16px, calc(0.8928571429vw + 0.8214285714rem), 20px);
    font-size: clamp(16px, calc(0.2232142857vw + 0.9553571429rem), 17px);
  }
}
.service-page .section6 {
  height: 500vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.service-page .section6 .container {
  overflow: hidden;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 180px);
  padding: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 33.19%, rgba(187, 221, 209, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .container {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .container {
    padding: 20px;
  }
}
.service-page .section6 .service-solution-image {
  position: absolute;
  object-fit: cover;
  transition: transform 0.3s ease;
  animation: float 3s ease-in-out infinite;
  z-index: 1;
}
.service-page .section6 .service-solution-image.image1 {
  top: -10%;
  right: 20%;
  animation-duration: 3s;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-image.image1 {
    top: -5%;
    right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-image.image1 {
    top: -18%;
    right: -10%;
  }
}
.service-page .section6 .service-solution-image.image2 {
  top: 6%;
  left: -10%;
  animation-duration: 5s;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-image.image2 {
    top: 10%;
    left: -27%;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-image.image2 {
    top: 0%;
    left: -47%;
  }
}
.service-page .section6 .service-solution-image.image3 {
  bottom: 10%;
  left: 20%;
  animation-duration: 4s;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-image.image3 {
    bottom: 0%;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-image.image3 {
    bottom: -10%;
    left: -10%;
  }
}
.service-page .section6 .service-solution-image.image4 {
  bottom: 10%;
  right: 3%;
  animation-duration: 6s;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-image.image4 {
    bottom: -5%;
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-image.image4 {
    bottom: -20%;
    right: -37%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1279px) {
  @keyframes float {
    0% {
      transform: translateY(0) scale(0.8);
    }
    50% {
      transform: translateY(-10%) scale(0.8);
    }
    100% {
      transform: translateY(0) scale(0.8);
    }
  }
}
@media screen and (max-width: 768px) {
  @keyframes float {
    0% {
      transform: translateY(0) scale(0.6);
    }
    50% {
      transform: translateY(-10%) scale(0.6);
    }
    100% {
      transform: translateY(0) scale(0.6);
    }
  }
}
.service-page .section6 .service-solution-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-list {
    gap: 8px;
    padding: 0 20px;
  }
}
.service-page .section6 .service-solution-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 12px 50px;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-list-item {
    padding: 10px 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-list-item {
    padding: 8px 8px 30px;
  }
}
.service-page .section6 .service-solution-list-item-number {
  display: inline-block;
  margin-bottom: clamp(40px, calc(0.625vw + 2rem), 44px);
  font-weight: 800;
  font-size: clamp(30px, calc(0.3125vw + 1.625rem), 32px);
  color: #15523C;
  line-height: normal;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-list-item-number {
    margin-bottom: clamp(30px, calc(1.9607843137vw + 0.9325980392rem), 40px);
    font-size: clamp(26px, calc(0.7843137255vw + 1.2480392157rem), 30px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-list-item-number {
    margin-bottom: clamp(20px, calc(2.2321428571vw + 0.8035714286rem), 30px);
    font-size: clamp(24px, calc(0.4464285714vw + 1.4107142857rem), 26px);
  }
}
.service-page .section6 .service-solution-list-item-title {
  margin-bottom: clamp(28px, calc(0.625vw + 1.25rem), 32px);
  font-weight: 700;
  font-size: clamp(22px, calc(0.3125vw + 1.125rem), 24px);
  color: #15523C;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-list-item-title {
    margin-bottom: clamp(24px, calc(0.7843137255vw + 1.1230392157rem), 28px);
    font-size: clamp(20px, calc(0.3921568627vw + 1.0615196078rem), 22px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-list-item-title {
    margin-bottom: clamp(16px, calc(0.8928571429vw + 0.8214285714rem), 20px);
    font-size: clamp(18px, calc(0.4464285714vw + 1.0357142857rem), 20px);
  }
}
.service-page .section6 .service-solution-list-item-description {
  font-weight: 500;
  font-size: clamp(18px, calc(0.15625vw + 1rem), 19px);
  color: #111;
  line-height: 1.57em;
  letter-spacing: -0.01em;
  text-align: left;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .service-page .section6 .service-solution-list-item-description {
    font-size: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .service-page .section6 .service-solution-list-item-description {
    font-size: clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px);
  }
}