.sp-only {
  display: none;
}

/* ======================
   Eco Reform - Hero
   ====================== */
.eco-hero {
  width: 100%;
  position: relative;
}

.eco-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.eco-hero__char {
  position: absolute;
  right: calc(50% - 30rem);
  bottom: -2.6rem;
  width: 8rem;
  height: auto;
  z-index: 2;
}

.eco-hero__band {
  background: #27b970;
  padding: 0.75rem 1rem;
  text-align: center;
}

.eco-hero__band-text {
  max-width: 66.25rem;
  margin: 0 auto;
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #fff;
}

.eco-hero__band-text strong {
  color: #fff;
}

/* ======================
   Eco Reform - Danger Section
   ====================== */
.eco-danger {
  max-width: 66.25rem;
  margin: 0 auto;
}

.eco-danger__img {
  display: block;
  width: 100%;
  height: auto;
}

/* ======================
   Eco Reform - Before/After
   ====================== */
.eco-ba {
  background: #fff;
  border: 3px solid #27b970;
  border-radius: 1.25rem;
  max-width: 66.25rem;
  margin: 2.25rem auto 2.25rem;
  padding: 3.125rem 2.5rem 3.75rem;
  overflow: visible;
  position: relative;
}

.eco-ba__header {
  text-align: center;
  margin-bottom: 2.25rem;
}

.eco-ba__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2;
  color: #6e6358;
  margin: 0;
}

.eco-ba__title strong {
  color: #27b970;
  font-size: 2.875rem;
}

.eco-ba__sub {
  font-size: 1.125rem;
  line-height: 2.35;
  color: #333;
  margin: 0;
}

.eco-ba__items {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.eco-ba__item {
  display: grid;
  grid-template-columns: 20rem 1.5rem 1fr;
  gap: 0;
  align-items: start;
  position: relative;
}

.eco-ba__item-left {
  display: flex;
  flex-direction: column;
}

.eco-ba__item-info {
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}

.eco-ba__item-category {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1.625rem;
  color: #6e6358;
  margin: 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #6e6358;
}

.eco-ba__check-box,
.eco-ba__check-mark {
  position: absolute;
}

.eco-ba__item-category {
  position: relative;
  padding-left: 1.875rem;
}

.eco-ba__check-box {
  left: 0.125rem;
  top: 50%;
  transform: translateY(-65%);
  width: 1.25rem;
  height: 1.25rem;
}

.eco-ba__check-mark {
  left: 0;
  top: 50%;
  transform: translateY(-65%);
  width: 1.375rem;
  height: 1.375rem;
}

.eco-ba__item-reform {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.eco-ba__item-badge {
  display: inline-flex;
  align-items: center;
  background: #27b970;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.55;
  padding: 0 0.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.eco-ba__badge-arrow {
  display: inline-block;
  width: 0.6875rem;
  height: 1.75rem;
  margin-left: 0;
  vertical-align: middle;
}

.eco-ba__item-reform-text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

.eco-ba__photo {
  position: relative;
  overflow: hidden;
}

.eco-ba__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eco-ba__photo--before {
  height: 16rem;
  overflow: hidden;
}

.eco-ba__photo--after {
  height: 21.5rem;
  overflow: hidden;
}

.eco-ba__photo-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0.0625rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.eco-ba__photo-label--after {
  color: #f07f39;
  font-size: 1.5rem;
}

.eco-ba__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 21.5rem;
}

.eco-ba__arrow img {
  width: 1.5rem;
  height: auto;
}

.eco-ba__item-right {
  display: flex;
  position: relative;
  overflow: visible;
}

.eco-ba__item-right .eco-ba__photo--after {
  flex: 1;
  overflow: hidden;
}

.eco-ba__char {
  position: absolute;
  right: -1.5rem;
  bottom: -0.5rem;
  width: 8.5rem;
  text-align: center;
  z-index: 1;
}

.eco-ba__char img {
  width: 100%;
  height: auto;
}

.eco-ba__char-text {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0625rem;
  line-height: 1.3;
  color: #27b970;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
}

/* ======================
   Eco Reform - Striped Background
   ====================== */
.eco-stripe-bg {
  background-color: #f6f4f1;
  background-image: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 8px,
    rgba(200, 190, 175, 0.3) 8px,
    rgba(200, 190, 175, 0.3) 15px
  );
  padding: 3rem 1rem 2.5rem;
}

/* ======================
   Eco Reform - Reform Section
   ====================== */
.eco-reform {
  padding: 0;
}

.eco-reform__inner {
  max-width: 66.25rem;
  margin: 0 auto;
}

.eco-reform__heading-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Merit Box */
.eco-reform__merit-box {
  background: #fff;
  border: 3px solid #27b970;
  border-radius: 0.875rem;
  overflow: visible;
}

.eco-reform__merit-header {
  background: #27b970;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  padding: 0rem 2rem 0.5rem;
  position: relative;
  overflow: visible;
  border-radius: 0.625rem 0.625rem 0 0;
}

.eco-reform__merit-subsidy {
  position: absolute;
  left: 2.5rem;
  top: 1rem;
  color: #fff000;
  font-size: 1.375rem;
  font-weight: 500;
  transform: rotate(-5deg);
}

.eco-reform__merit-header-text {
  font-weight: 700;
  font-size: 1.625rem;
  color: #fff;
  margin: 0;
  padding-left: 8rem;
}

.eco-reform__num3 {
  font-size: 5.5rem;
  line-height: 0.4;
  color: #fff000;
  vertical-align: baseline;
  position: relative;
  top: 0.3rem;
}

.eco-reform__tsu {
  font-size: 2.5rem;
  position: relative;
  top: 0.3rem;
}

/* Merits Grid */
.eco-reform__merits {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 0;
  gap: 0;
}

.eco-reform__merit {
  flex: 1;
  padding: 0 1rem;
}

.eco-reform__merit-divider {
  width: 1px;
  background: #cbcbcb;
  align-self: stretch;
  flex-shrink: 0;
}

.eco-reform__merit-title-row {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}

.eco-reform__merit-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff000;
  border: 3px solid #27b970;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  color: #27b970;
  flex-shrink: 0;
}

.eco-reform__merit-name {
  font-weight: 700;
  font-size: 1.625rem;
  color: #27b970;
  margin: 0;
  border-bottom: 0.375rem solid #fff000;
  padding-bottom: 0.125rem;
  line-height: 1.2;
}

.eco-reform__merit-name strong {
  font-size: 2rem;
}

.eco-reform__merit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

.eco-reform__merit-desc {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #242424;
  margin: 0;
}

.eco-reform__merit-icon {
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  object-fit: contain;
}

/* Subsidy Banner */
.eco-reform__subsidy-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff000;
  margin: 1.5rem 1.5rem 1.5rem;
  padding: 0.625rem 1.5rem;
  border-radius: 0.625rem;
}

.eco-reform__subsidy-title {
  font-weight: 400;
  font-size: 1.1875rem;
  color: #f60012;
  margin: 0;
  white-space: nowrap;
}

.eco-reform__subsidy-arrow {
  width: 1rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.eco-reform__subsidy-text {
  font-size: 1rem;
  line-height: 1.35;
  color: #f60012;
  margin: 0;
}

/* ======================
   Eco Reform - Cases
   ====================== */
.eco-cases {
  padding: 2.5rem 0 0;
}

.eco-cases__inner {
  max-width: 66.25rem;
  margin: 0 auto;
}

.eco-cases__header {
  background: #27b970;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.eco-cases__header-text {
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
  margin: 0;
}

.eco-cases__recommend {
  position: absolute;
  left: 28%;
  top: 10%;
  transform: translateX(-50%) rotate(-10deg);
  background: #f07f39;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0.25rem 0.75rem;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
}

.eco-cases__grid {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 2rem;
}

.eco-cases__card {
  flex: 1;
  text-align: center;
  padding: 0 0.75rem;
}

.eco-cases__card-divider {
  width: 1px;
  background: #cbcbcb;
  align-self: stretch;
  flex-shrink: 0;
}

.eco-cases__card-badge {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  min-width: 11.625rem;
  height: 3.125rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #27b970;
  margin-bottom: 0.75rem;
}

.eco-cases__card-badge::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.375rem;
  background: #fff000;
  border-radius: 1.1875rem;
  z-index: 0;
}

.eco-cases__card-badge span,
.eco-cases__card-badge-text {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

.eco-cases__card-badge span:last-child {
  font-size: 2.75rem;
  line-height: 0.85;
  margin-left: 0.125rem;
}

.eco-cases__card-title {
  font-weight: 700;
  font-size: 1.875rem;
  color: #6e6358;
  margin: 0 0 0.5rem;
}

.eco-cases__card-desc {
  font-size: 1.125rem;
  color: #242424;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.eco-cases__card-img-wrap {
  width: 100%;
  height: 15.375rem;
  overflow: hidden;
}

.eco-cases__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eco-cases__card-img-wrap--empty {
  background: #eeeded;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eco-cases__card-empty-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #f60012;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

/* Equipment */
.eco-cases__equip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.eco-cases__equip-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.eco-cases__equip-title {
  font-weight: 700;
  font-size: 1.375rem;
  color: #27b970;
  margin: 0;
}

.eco-cases__equip-arrow {
  width: 1.25rem;
  height: 3rem;
}

.eco-cases__equip-grid {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.eco-cases__equip-item {
  text-align: center;
  width: 6rem;
}

.eco-cases__equip-icon {
  width: 4rem;
  height: 4.5rem;
  margin: 0 auto 0.375rem;
}

.eco-cases__equip-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eco-cases__equip-name {
  font-size: 1rem;
  color: #000;
  margin: 0;
}

/* ======================
   Eco Reform - CTA
   ====================== */
.eco-cta {
  max-width: 42rem;
  margin: 3rem auto;
  padding: 0 1rem;
}

.eco-cta__box {
  border: 2px solid #f07f39;
  border-radius: 0.5rem;
  padding: 2rem;
  position: relative;
  text-align: center;
}

.eco-cta__title {
  font-family: "A-OTF Gothic MB101 Pr6N", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #f07f39;
  margin: 0 0 0.25rem;
}

.eco-cta__sub {
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: #333;
  margin: 0 0 1rem;
}

.eco-cta__highlight {
  background: #fff000;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #F60012;
  margin-bottom: 1.25rem;
}

.eco-cta__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.eco-cta__phone-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.eco-cta__phone-number {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  color: #6e6358;
}

.eco-cta__hours {
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #6e6358;
  margin: 0;
}

.eco-cta__inspector {
  position: absolute;
  right: -14rem;
  top: 8rem;
  width: 20rem;
  height: auto;
}

/* ======================
   Eco Reform - Strengths
   ====================== */
.eco-strengths {
  text-align: center;
  padding: 3rem 1rem;
  background: #fff;
}

.eco-strengths__inner {
  max-width: 66.25rem;
  margin: 0 auto;
}

.eco-strengths__title-img {
  display: block;
  max-width: 40rem;
  width: 100%;
  height: auto;
  margin: 0 auto -1.2rem;
  position: relative;
  z-index: 1;
}

.eco-strengths__box {
  border: 3px solid #f07f39;
  border-radius: 0.75rem;
  padding: 3rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
}

.eco-strengths__grid {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.eco-strengths__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff9b7;
  border-radius: 0.5rem;
  padding: 1.75rem 0.75rem 1rem;
  width: 10.375rem;
  min-height: 7rem;
  position: relative;
}

.eco-strengths__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  background: #f07f39;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 50%;
  position: absolute;
  top: -0.8125rem;
  left: 50%;
  transform: translateX(-50%);
}

.eco-strengths__item-text {
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin: 0;
}

.eco-strengths__item-text small {
  font-size: 0.8125rem;
  font-weight: 400;
}

.eco-strengths__desc {
  text-align: left;
}

.eco-strengths__desc p {
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  margin: 0 0 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.eco-strengths__desc p::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: #C0B099;
}

.eco-strengths__desc p:last-child {
  margin-bottom: 0;
}

/* ======================
   SP (max-width: 767px)
   ====================== */
@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }

  /* Hero */
  .eco-hero__char {
    width: 4.5rem;
    right: 0.5rem;
    bottom: -0.75rem;
  }

  .eco-hero__band-text {
    font-size: 0.875rem;
  }

  /* Danger */
  .eco-danger {
    padding: 0 1rem;
  }

  /* Before/After */
  .eco-ba {
    margin: 1.5rem 1rem;
    padding: 1.5rem 1rem 2rem;
    border-radius: 0.75rem;
  }

  .eco-ba__header {
    margin-bottom: 1.5rem;
  }

  .eco-ba__title {
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1.25rem;
  }

  .eco-ba__title strong {
    font-size: 1.75rem;
  }

  .eco-ba__sub {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .eco-ba__items {
    gap: 2rem;
  }

  .eco-ba__item {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .eco-ba__item-left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .eco-ba__item-category {
    font-size: 1.25rem;
  }

  .eco-ba__item-badge {
    font-size: 0.875rem;
  }

  .eco-ba__item-reform-text {
    font-size: 0.875rem;
  }

  .eco-ba__arrow {
    display: none;
  }

  .eco-ba__item-right {
    display: block;
    position: relative;
  }

  .eco-ba__item-right .eco-ba__photo--after {
    height: auto;
  }

  .eco-ba__item-right .eco-ba__photo--after img {
    height: auto;
    width: 100%;
  }

  .eco-ba__char {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6rem;
    margin: 0;
  }

  /* Reform */

  .eco-reform__merit-header {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.75rem 1rem;
  }

  .eco-reform__merit-subsidy {
    position: static;
    transform: none;
    font-size: 1rem;
  }

  .eco-reform__merit-header-text {
    padding-left: 0;
    font-size: 1.25rem;
  }

  .eco-reform__num3 {
    font-size: 3rem;
  }

  .eco-reform__tsu {
    font-size: 1.75rem;
  }

  .eco-reform__merits {
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }

  .eco-reform__merit {
    text-align: center;
  }

  .eco-reform__merit-title-row {
    justify-content: center;
  }

  .eco-reform__merit-content {
    justify-content: center;
  }

  .eco-reform__merit-divider {
    width: 100%;
    height: 1px;
    margin: 0.75rem 0;
  }

  .eco-reform__subsidy-banner {
    flex-direction: column;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
  }

  .eco-reform__subsidy-arrow {
    transform: rotate(90deg);
  }

  /* Cases */
  .eco-cases__recommend {
    left: 10%;
    top: -25%;
    font-size: 1rem;
  }

  .eco-cases__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }

  .eco-cases__card-divider {
    display: none;
  }

  .eco-cases__equip {
    flex-direction: column;
    gap: 1rem;
  }

  .eco-cases__equip-arrow {
    transform: rotate(90deg);
  }

  .eco-cases__equip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  /* CTA */
  .eco-cta__title {
    white-space: nowrap;
    font-size: 1.25rem;
  }

  .eco-cta__box {
    padding: 1.5rem 1rem;
  }

  .eco-cta__phone-number {
    font-size: 2.25rem;
  }

  .eco-cta__inspector {
    position: static;
    display: block;
    margin: 1rem auto 0;
  }

  /* Strengths */
  .eco-strengths__box {
    padding: 3rem 1rem 2rem;
  }

  .eco-strengths__grid {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .eco-strengths__item {
    width: calc(50% - 0.375rem);
    min-height: auto;
    padding: 1.5rem 0.5rem 0.75rem;
  }

  .eco-strengths__title-img {
    max-width: 20rem;
  }

  .eco-strengths__item-text {
    font-size: 0.8125rem;
  }

  .eco-strengths__desc p {
    font-size: 0.875rem;
  }
}
