@charset "UTF-8";

:root {
  --ecb-color-main-blue: #02153D;
  --ecb-color-green: #21CFAE;
  --ecb-color-text: #1a1a1a;
  --ecb-color-bg-gray: #F2F4F7;
  --ecb-color-white: #ffffff;
  --ecb-color-red: #C71749;
  --ecb-color-gold: #FFC437;
  --ecb-gradient-green: linear-gradient(90deg, #21CFAE 0%, #00A686 100%);
  
  --ecb-font-base: 'Noto Sans JP', sans-serif;
  --ecb-font-en: 'Jost', sans-serif;
  
  --ecb-content-width: 1200px;
}

.kv-label-custom {
  background: var(--ecb-color-main-blue);
  color: #fff;
  border: none;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}
.kv-title-main-custom {
  left: 0;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
.kv-title-main-accent {
  color: #9BA8C4;
}
.kv-title-sub-custom {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
.kv-btn-wrap-custom {
  justify-content: flex-start;
}
.kv-btn-green-custom {
  font-size: 15px;
  padding: 18px 30px;
  font-weight: bold;
}
.kv-btn-outline-custom {
  font-size: 14px;
  padding: 18px 30px;
  width: 240px;
  min-width: 240px;
  flex: 0 0 240px;
  border: 1px solid var(--ecb-color-text);
  background: #fff;
  color: var(--ecb-color-text);
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.section-sub-en-custom {
  text-align: center;
  color: var(--ecb-color-green);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-family: var(--ecb-font-en);
}
.about-text-custom {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
}
.challenges-desc-custom {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--ecb-color-green);
}
.challenges-red {
  color: var(--ecb-color-red);
}
.challenges-conclusion-custom {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--ecb-color-red);
  margin-top: 30px;
}

.ecb-pc-only {
  display: block;
}
.ecb-sp-only {
  display: none;
}

.footer-cta-item{
  border-radius: 12px;
}

.footer-cta-item-ttl-en{
  color: var(--ecb-color-green);
}

.header-cta-request a, .footer-cta-item-01 .footer-cta-item-btn a{
  /*background: var(--ecb-gradient-green);*/
}

@-webkit-keyframes logo-scroll-left {
  0%   { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes logo-scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ie-functions-action .ie-btn-outline,
.ie-support-action .ie-btn-outline,
.ie-security-action .ie-btn-outline,
.ecb-cases-btn .ecb-btn-outline,
.ie-ns-action .ie-btn-outline,
.ie-documents-action .ie-btn-outline,
.ie-media-action .ie-btn-outline {
  width: 360px;
}

.ecb-cases {
  padding: 80px 20px;
  text-align: center;
}
.ecb-cases-inner {
  max-width: var(--ecb-content-width);
  margin: 0 auto;
}

.ecb-cases-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.ecb-cases-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.ecb-cases-card {
  flex: 1;
  background: var(--ecb-color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  text-align: left;
}

.ecb-cases-card-img {
  position: relative;
}

.ecb-cases-card-img img {
  width: 100%;
  display: block;
}

.ecb-cases-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

.ecb-cases-card-body {
  padding: 20px;
}

.ecb-cases-card-text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.ecb-case-list .top-case-item {
  width: 280px;
}

.ecb-case-list .top-case-item a{
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.ecb-case-list {
  margin: 0 0 48px;
}

.ecb-cases-btn {
  margin: 0 0 40px;
  text-align: center;
}

.ecb-cases-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ecb-cases-cta-txt {
  position: relative;
  margin: 0 0 16px;
  padding: 1px 22px;
  border: 2px solid var(--main-blue);
  border-radius: 4px;
  color: var(--main-blue);
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
.ecb-cases-cta-txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--main-blue);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transform: translateX(-50%);
}
.ecb-cases-cta-txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transform: translateX(-50%);
}
.ecb-cases-cta-btn {
  width: 460px;
}
.ecb-cases-cta-btn a {
  display: block;
  padding: 16px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: var(--ecb-gradient-green);
  background-size: 105% 100%;
  background-position: 5% center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.ecb-cases-cta-btn a::before {
  content: '';
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

@media (hover: hover) {
  .ecb-cases-cta-btn a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .ecb-cases-cta-btn a:hover {
    color: var(--ecb-color-green);
  }
}

.ie-comparison-mark-good {
  color: var(--ecb-color-green);
  font-weight: 700;
  margin-right: 5px;
}

.ie-badge-check {
  display: inline-block;
  color: #0059E1;
  padding: 4px 0px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
}

.ie-badge-check::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%230059E1'/%3E%3Cpath d='M12 5.5L7 10.5L4 7.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ie-functions-action .ie-btn-outline,
  .ie-support-action .ie-btn-outline,
  .ie-security-action .ie-btn-outline,
  .ecb-cases-btn .ecb-btn-outline,
  .ie-ns-action .ie-btn-outline,
  .ie-documents-action .ie-btn-outline,
  .ie-media-action .ie-btn-outline {
    width: 80vw;
  }

  .ecb-pc-only {
    display: none !important;
  }
  .ecb-sp-only {
    display: block !important;
  }
  span.ecb-sp-only {
    display: inline-block !important;
  }

  .section-sub-en-custom {
    font-size: 10px;
  }

  .challenges-desc-custom {
    font-size: 16px;
  }
  
  .ecb-cases-desc {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
  }

  .ecb-cases-card-text {
    font-size: 13px;
  }
  .ecb-case-list {
    margin: 0 0 32px;
  }
  .ecb-diff-notice-buttons {
    margin-bottom: 32px;
  }
  .ecb-cases-btn {
    margin: 0 0 32px;
  }
  .ecb-cases-cta-txt {
    padding: 2px 8px;
    font-size: 12px;
    text-align: center;
  }
  .ecb-cases-cta-btn {
    width: 100%;
  }
  .ecb-cases-cta-btn a {
    padding: 17px;
    font-size: 14px;
  }

  .ie-badge-check {
    font-size: 12px;
    padding: 5px 10px 3px;
    line-height: 1;
  }

  .top-faq-q,
  .top-faq-a {
    font-size: 13px;
  }
}

/* ==========================================================================
   ecb-lp (ecbeing SaaS) Custom Styling
   ========================================================================== */

.ecb-kv {
  background: var(--ecb-color-bg-gray) url(https://mercart.jp/cms/mer/img/top2026/kv-bg.svg) no-repeat center right;
  padding: 25px 20px 40px;
  position: relative;
  overflow: hidden;
}

.ecb-kv-inner {
  max-width: var(--ecb-content-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ecb-kv-content {
  width: 680px;
}

.ecb-kv-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.ecb-kv-badge-ecb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ecb-color-main-blue);
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 60px;
  flex-shrink: 0;
}
.ecb-kv-badge-ecb-logo {
  width: 100px;
  height: 30px;
  object-fit: contain;
}
.ecb-kv-label-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--ecb-color-main-blue);
}
.ecb-kv-label-text-en {
  font-family: var(--ecb-font-en);
  font-size: 36px;
}
.ecb-kv-label-text-saas {
  font-family: var(--ecb-font-en);
  font-size: 46px;
}
.ecb-kv-label-text-ban {
  font-size: 30px;
}

.ecb-kv-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  line-height: 1;
}
.ecb-kv-logo {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 361 / 116;
  object-fit: contain;
  display: block;
}
.ecb-kv-subtitle {
  font-size: 27px;
  font-weight: 700;
  color: var(--ecb-color-text);
  margin-bottom: 0;
  text-align: center;
}
.ecb-kv-subtitle-mark {
  font-size: 1.26em;
  background: linear-gradient(360deg, rgba(33, 207, 174, 0.5) 0%, rgba(0, 166, 134, 0.5) 30%, rgba(0, 166, 134, 0) 30%);
}

.ecb-kv-action {
  margin-top: 0;
  text-align: center;
}
.ecb-kv-action-text {
  font-weight: 600;
  color: var(--ecb-color-text);
  margin-bottom: 10px;
  font-size: 16px;
}
.ecb-text-green {
  color: var(--ecb-color-green);
}

.ecb-kv-image {
  position: absolute;
  aspect-ratio: 1 / 1;
  right: calc( -70 / 1440 * 100vw);
  top: calc( -60 / 1440 * 100vw);
  width: calc(710 / 1440 * 100vw);

}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .ecb-kv-image {
    right: calc(0 / 1440 * 100vw);
    top: calc(12 / 1440 * 100vw);
    width: calc(600 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1441px){
  .ecb-kv-image {
    right: calc(140 / 1920 * 100vw);
    top: calc(-60 / 1920 * 100vw);
    width: calc(710 / 1920 * 100vw);
  }
}

.ecb-kv-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ecb-kv-achievements {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 0;
}

.ecb-kv-achievement-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
}

.ecb-kv-achievement-item::before,
.ecb-kv-achievement-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 70px;
  background: url('https://mercart.jp/cms/mer/img/top2026/laurel-left.svg') no-repeat center center;
  background-size: contain;
}

.ecb-kv-achievement-item::before {
  left: 0;
}

.ecb-kv-achievement-item::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.ecb-kv-achievement-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

.ecb-kv-achievement-val {
  font-family: var(--ecb-font-en);
  font-size: 36px;
  font-weight: 600;
  color: var(--ecb-color-main-blue);
  line-height: 1;
}

.ecb-kv-achievement-unit {
  font-size: 18px;
  margin-left: 2px;
  font-family: var(--ecb-font-base);
  color: var(--ecb-color-text);
}

.ecb-kv-achievement-note {
  font-size: 10px;
  vertical-align: top;
  margin-left: -17px;
  position: relative;
  top: 2px;
}

.ecb-kv-btn-wrap {
  display: none;
}

.ecb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.ecb-btn-green {
  background: var(--ecb-gradient-green);
  background-size: 105% 100%;
  background-position: 5% center;
  color: var(--ecb-color-white);
  padding: 16px 32px;
  font-size: 16px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.ecb-btn-green:before {
  content: '';
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (hover: hover) {
  .ecb-btn-green:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .ecb-btn-green:hover {
    color: var(--ecb-color-green);
  }
}

.ecb-btn-kv {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 20px;
  padding: 16px 40px;
  text-align: center;
}

.ecb-btn-outline {
  background: #fff;
  border: 1px solid var(--ecb-color-main-blue);
  color: var(--ecb-color-main-blue);
  padding: 16px 32px;
  font-size: 16px;
  position: relative;
  padding-right: 48px;
}
.ecb-btn-outline:hover {
  background: var(--ecb-color-main-blue);
  color: #fff;
}

.ecb-icon-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
}

.ecb-kv-notes {
  max-width: var(--ecb-content-width);
  margin: 15px 0 0 auto;
  padding: 0 20px;
  font-size: 10px;
  color: var(--ecb-color-text);
  text-align: right;
}

/* Section Common */
.ecb-section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--ecb-color-main-blue);
}
.ecb-section-title-accent {
  color: var(--ecb-color-green);
}

/* About Section */
.ecb-about {
  padding: 80px 20px;
  background: #fff;
}
.ecb-about-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.ecb-about-title {
  font-size: 34px;
  font-weight: 600;
  color: var(--ecb-color-green);
  margin-bottom: 28px;
  line-height: 1.4;
}
.ecb-about-text {
  font-size: 16px;
  line-height: 1.9;
}

/* Diff Section */
.ecb-diff {
  padding: 100px 20px;
  background: var(--ecb-color-bg-gray);
}
.ecb-diff-inner {
  max-width: var(--ecb-content-width);
  margin: 0 auto;
}
.ecb-diff-desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.ecb-diff-compare {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  align-items: stretch;
}
.ecb-diff-box {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ecb-diff-box-illustration {
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ecb-diff-box-saas .ecb-diff-box-illustration {
  background: #ddf5ef;
}
.ecb-diff-box-pkg .ecb-diff-box-illustration {
  background: #E0EAF1;
}
.ecb-diff-box-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  background: var(--ecb-color-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 4px;
}
.ecb-diff-box-badge.blue {
  background: #212F7C;
}
.ecb-diff-img {
  max-height: 140px;
  width: auto;
}
.ecb-diff-box-content {
  padding: 28px 32px 36px;
  flex: 1;
}
.ecb-diff-box-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 22px;
  line-height: 1.4;
  text-align: center;
}
.ecb-diff-title-accent {
  color: var(--ecb-color-green);
  font-size: 1.3em;
}
.ecb-diff-box-pkg .ecb-diff-title-accent {
  color: #212F7C;
}
.ecb-text-accent {
  color: var(--ecb-color-green);
  font-weight: 700;
}
.ecb-compare-text-blue {
  color: #212F7C;
  font-weight: 700;
}
.ecb-diff-points {
  margin-bottom: 20px;
}
.ecb-diff-points:last-child {
  margin-bottom: 0;
}
.ecb-diff-points-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--ecb-color-text);
}
.ecb-badge-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  background: var(--ecb-color-green);
}
.ecb-badge-check::before {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L3.2 5L7 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 6px;
}
.ecb-diff-points-mark-good {
  flex: 0 0 16px;
  align-self: center;
}
.ecb-badge-alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90745 1.33333C6.83748 -0.444447 9.16253 -0.444442 10.0925 1.33334L15.6727 12C16.6027 13.7778 15.4402 16 13.5801 16H2.41987C0.559825 16 -0.602698 13.7778 0.327324 12L5.90745 1.33333Z' fill='%23C71749'/%3E%3Cpath d='M6.79187 4H9.20814L8.80543 10.3014H7.19458L6.79187 4ZM6.81201 12.7519C6.81201 12.3131 6.92275 11.9584 7.14424 11.6877C7.36573 11.4169 7.65099 11.2816 8 11.2816C8.35573 11.2816 8.64099 11.4169 8.85576 11.6877C9.07726 11.9584 9.188 12.3131 9.188 12.7519C9.188 13.1907 9.07726 13.5454 8.85576 13.8161C8.64099 14.0869 8.35573 14.2222 8 14.2222C7.65099 14.2222 7.36573 14.0869 7.14424 13.8161C6.92275 13.5454 6.81201 13.1907 6.81201 12.7519Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.ecb-diff-points-mark-bad {
  flex: 0 0 16px;
  align-self: center;
}
.ecb-diff-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ecb-diff-points li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ecb-color-text);
  margin-bottom: 6px;
  position: relative;
  padding-left: 16px;
}
.ecb-diff-points li::before {
  content: "●";
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 7px;
}
.ecb-diff-points-good li::before {
  color: var(--ecb-color-green);
}

.ecb-diff-notice {
  text-align: center;
}
.ecb-diff-notice-text {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 1px 22px;
  border: 2px solid var(--main-blue);
  border-radius: 4px;
  color: var(--main-blue);
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
.ecb-diff-notice-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--main-blue);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transform: translateX(-50%);
}
.ecb-diff-notice-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transform: translateX(-50%);
}
.ecb-diff-notice-buttons {
  margin-bottom: 40px;
}
.ecb-diff-notice-consult {
  margin-top: 10px;
}
.ecb-diff-notice-consult a {
  display: inline-block;
  background: var(--red-gradient);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 56px;
  border-radius: 40px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.ecb-diff-notice-consult a:hover {
  opacity: 0.85;
}

/* Reasons Section */
.ecb-reasons {
  padding: 80px 20px 100px;
  background: var(--ecb-color-bg-gray);
}
.ecb-reasons-inner {
  max-width: var(--ecb-content-width);
  margin: 0 auto;
}
.ecb-reasons-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
.ecb-reasons-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 32px 40px;
}
.ecb-reasons-card-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ddf5ef;
  color: var(--ecb-color-green);
  width: 72px;
  height: 72px;
  min-width: 72px;
  padding: 0;
  border-radius: 100%;
  margin-right: 32px;
  flex-shrink: 0;
}
.ecb-reasons-card-label {
  font-family: var(--ecb-font-en);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 4px;
}
.ecb-reasons-card-num {
  font-family: var(--ecb-font-en);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.ecb-reasons-card-body {
  flex: 1;
  padding-right: 32px;
}
.ecb-reasons-card-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ecb-color-main-blue);
  margin-bottom: 12px;
}
.ecb-reasons-card-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
}
.ecb-reasons-card-media {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecb-reason-img {
  max-width: 100%;
  max-height: 100%;
}
.ecb-reasons-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 150px;
}
.ecb-reasons-logo {
  max-width: 140px;
  height: auto;
}
.ecb-reasons-card-btn-wrap {
  margin-top: 14px;
}
.ecb-link-circle-arrow {
  display: inline-block;
  color: var(--ecb-color-text);
  text-decoration: none;
  font-weight: 600;
  border: none;
}
.ecb-link-circle-arrow:hover {
  opacity: .7;
}
.ecb-icon-circle-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--ecb-color-green);
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
}
.ecb-icon-circle-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ecb-btn-link {
  color: var(--ecb-color-green);
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}

/* Pricing Section */
.ecb-pricing {
  padding: 100px 20px;
  background: #fff;
}
.ecb-pricing-inner {
  max-width: var(--ecb-content-width);
  margin: 0 auto;
}
.ecb-pricing-desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.ecb-pricing-compare {
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto 30px;
}
.ecb-pricing-card {
  flex: 1;
  border: 2px solid var(--ecb-color-green);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.ecb-pricing-card-header {
  padding: 24px 15px 8px;
}
.ecb-pricing-card-header h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--ecb-color-green);
  margin: 0;
}
.ecb-pricing-card-body {
  padding: 8px 30px 32px;
}
.ecb-pricing-card-subtitle {
  font-size: 13px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.ecb-pricing-card-price {
  font-size: 64px;
  font-weight: 700;
  color: var(--ecb-color-green);
  font-family: var(--ecb-font-en);
  margin: 0;
}
.ecb-pricing-card-price-unit {
  font-size: 32px;
  font-family: var(--ecb-font-base);
  color: #000;
}
.ecb-pricing-note {
  text-align: center;
  font-size: 13px;
  margin-bottom: 40px;
}
.ecb-pricing-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ecb-pricing-btn-wrap .ecb-btn.ecb-btn-green.ecb-btn-kv {
  max-width: 460px;
}
.ecb-pricing-sub-link {
  text-align: center;
}

/* Cases Section */
.ecb-cases {
  padding: 100px 20px;
}

.ecb-cases-inner {
  max-width: var(--ecb-content-width);
  margin: 0 auto;
}

.ecb-cases-desc {
  margin: 0 0 40px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.ecb-case-list .top-case-item {
  width: 280px;
}

.ecb-case-list .top-case-item a {
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.ecb-case-list {
  margin: 0 0 48px;
}

.ecb-cases-btn {
  margin: 0 0 40px;
  text-align: center;
}

.ecb-cases-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecb-cases-cta-txt {
  position: relative;
  margin: 0 0 16px;
  padding: 1px 22px;
  border: 2px solid var(--main-blue);
  border-radius: 4px;
  color: var(--main-blue);
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}

.ecb-cases-cta-txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--main-blue);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transform: translateX(-50%);
}

.ecb-cases-cta-txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transform: translateX(-50%);
}

.ecb-cases-cta-btn {
  width: 460px;
}

.ecb-cases-cta-btn a {
  display: block;
  padding: 16px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: var(--ecb-gradient-green);
  background-size: 105% 100%;
  background-position: 5% center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.ecb-cases-cta-btn a::before {
  content: '';
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

@media (hover: hover) {
  .ecb-cases-cta-btn a:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .ecb-cases-cta-btn a:hover {
    color: var(--ecb-color-green);
  }
}

/* FAQ Section */
.ecb-faq {
  padding: 100px 20px;
  background: var(--ecb-color-bg-gray);
}

/* Responsive adjustment for Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .ecb-section-title {
    font-size: 26px;
  }
  .ecb-btn.ecb-btn-outline {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .ecb-kv {
    padding: 24px 15px 20px;
    background-image: none;
  }
  .ecb-kv-inner {
    flex-direction: column;
  }
  .ecb-kv-content {
    width: 100%;
  }
  .ecb-kv-label {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ecb-kv-logo {
    max-width: 260px;
  }
  .ecb-kv-image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .ecb-kv-title-main {
    font-size: 28px;
  }
  .ecb-kv-achievements {
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 10px;
  }
  .ecb-kv-achievement-item {
    width: calc(50% - 5px);
    flex: none;
    padding: 5px 5px;
  }
  .ecb-kv-achievement-item::before,
  .ecb-kv-achievement-item::after {
    height: 60px;
    width: 20px;
  }
  .ecb-kv-achievement-title {
    font-size: 12px;
  }
  .ecb-kv-achievement-val {
    font-size: 36px;
  }
  .ecb-kv-achievement-unit {
    font-size: 14px;
  }
  .ecb-kv-btn-wrap {
    flex-direction: column;
  }
  .ecb-kv-btn-wrap .ecb-btn {
    width: 100%;
    min-width: 100%;
  }
  .ecb-kv-badge-ecb {
    font-size: 14px;
    padding: 4px 10px;
  }
  .ecb-kv-badge-ecb-logo {
    width: 70px;
    height: 21px;
  }
  .ecb-kv-label-text {
    font-size: 16px;
  }
  .ecb-kv-label-text-en {
    font-size: 22px;
  }
  .ecb-kv-label-text-saas {
    font-size: 26px;
  }
  .ecb-kv-label-text-ban {
    font-size: 18px;
  }
  .ecb-kv-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ecb-kv-action-text {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .ecb-btn-kv {
    font-size: 16px;
    padding: 14px 20px;
  }
  .ecb-kv-notes {
    text-align: left;
    margin-top: 20px;
    line-height: 1.4;
  }

  .ecb-about {
    padding: 50px 15px;
  }
  .ecb-about-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ecb-about-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .ecb-diff {
    padding: 50px 15px;
  }
  .ecb-diff-desc {
    text-align: left;
    margin-bottom: 30px;
  }
  .ecb-diff-compare {
    flex-direction: column;
    gap: 30px;
  }
  .ecb-diff-notice {
    padding: 0 24px;
  }
  .ecb-diff-notice-text {
    padding: 2px 8px;
    font-size: 12px;
    text-align: center;
  }
  .ecb-diff-notice-buttons .ecb-btn-outline {
    width: 80vw;
  }
  .ecb-diff-notice-consult a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 16px;
  }

  .ecb-reasons {
    padding: 50px 15px;
  }
  .ecb-reasons-list {
    margin-top: 0;
  }
  .ecb-reasons-card {
    flex-direction: column;
    padding: 24px 15px;
    text-align: center;
  }
  .ecb-reasons-card-badge {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ecb-reasons-card-media {
    width: 190px;
  }
  .ecb-reasons-logos {
    width: 100%;
  }
  .ecb-reasons-logo {
    max-width: 100%;
  }
  .ecb-reasons-card-body {
    padding-right: 0;
    margin-bottom: 20px;
  }
  
  .ecb-pricing {
    padding: 50px 15px;
  }
  .ecb-pricing-desc {
    text-align: left;
    margin-bottom: 30px;
  }
  .ecb-pricing-compare {
    flex-direction: column;
    gap: 20px;
  }
  .ecb-pricing-card-body {
    padding: 8px 15px 32px;
  }
  .ecb-pricing-btn-wrap {
    flex-direction: column;
    gap: 0;
  }
  .ecb-pricing-btn-wrap .ecb-btn {
    width: 100%;
  }
  .ecb-pricing-btn-wrap .ecb-btn ~ .ecb-pricing-sub-link {
    margin-top: 30px;
  }

  .ecb-cases {
    padding: 50px 15px;
  }
  .ecb-cases-desc {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
  }
  .ecb-case-list {
    margin: 0 0 32px;
  }
  .ecb-cases-btn {
    margin: 0 0 32px;
  }
  .ecb-cases-cta-txt {
    padding: 2px 8px;
    font-size: 12px;
    text-align: center;
  }
  .ecb-cases-cta-btn {
    width: 100%;
  }
  .ecb-cases-cta-btn a {
    padding: 17px;
    font-size: 14px;
  }

  .ecb-faq {
    padding: 50px 15px;
  }
  .ecb-faq .container {
    padding-left: 0;
    padding-right: 0;
  }
}
