/* Fonts */

.noto-sans-regular {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  overflow: hidden;
}

/* ================= NAV ================= */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #b4ee64;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  z-index: 100;
  transition: background 0.2s;
}

.nav img {
  width: 108px;
}

.nav-button {
  width: 230px;
  height: 58px;
  border: none;
  background: #fff;
  color: #009f42;
  font-size: 22px;
  font-weight: 700;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.nav.is-scrolled {
  background: #fff !important;
}

.nav.is-scrolled .nav-button {
  background: #009f42;
  color: #fff;
}

/* ================= MAIN ================= */

main {
  margin-top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  background: #b4ee64;
  position: relative;
  overflow-y: auto;
}

.bg-cover {
   position:fixed;
    top:-40px;
    left:50%;

    transform:translateX(-50%);

    width:2000px;
    max-width:none;
}
.bg-cover-2 {
  position: fixed;
  width: 100%;
  top: 800px;
}

.people-2 {
  position: fixed;
  top: 300px;
  width: 474.0000305175781px;
  left: 15%;
  height: 251.82217407226562px;
}

.image-sp {
  display: none;
}
.nav-sp-btn {
  display: none;
}
/* ================= HERO ================= */

.hero {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-card {
  position: absolute;
  top: 0;
  right: clamp(60px, 12vw, 190px);

  width: 375px;
  height: 100%; /* viewport jitni height */

  overflow-y: auto; /* <-- important */
  overflow-x: hidden;
  /* scroll-behavior:smooth; */

  background: #009f42;
}

.hero-card::-webkit-scrollbar {
  display: none;
}

.hero-card {
  scrollbar-width: none;
}
.inner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* badge */

.badge {
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 0;
  width: 167px;
  height: 24px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: white;

  color: #009f42;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 12px;

  font-weight: 500;
}

/* title */

.hero-card h1 {
  margin-top: 48px;

  text-align: center;

  color: white;

  font-size: 58px;

  line-height: 1.05;

  font-weight: 800;
  display: flex;
}
.inner-section h1:nth-of-type(2) {
  margin-top: 20px;
}
.inner-section h1:nth-of-type(1) {
  display: flex;
  align-items: end;
}
.inner-section h1:nth-of-type(2) span {
  font-weight: 800;
  font-size: 60px !important;
  line-height: 100%;
  letter-spacing: -10%;
}
.hero-card h1 span {
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  font-weight: 600;
}
.hero-card h1 span:nth-of-type(1) {
  font-size: 50px;
}
.hero-card h1 span:nth-of-type(2) {
  font-size: 40px;
}
.hero-card h1 span:nth-of-type(3) {
  font-size: 50px;
  color: #b4ee64;
}

/* house */

.house {
  width: 107.5px;
  height: 86px;

  margin-top: 30px;
}

/* text */

.hero-card p {
  margin-top: 36px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}
.hero-card p span {
  color: #b4ee64;
}

/* bottom */

.bottom {
  margin-top: -45px;

  width: 100%;

  height: 180px;

  display: flex;

  justify-content: space-around;

  align-items: flex-end;

  padding: 0 20px 0;
}

/* placeholder illustrations */

.person img {
  display: block;
}

.woman img {
  width: 77px;
  height: 108px;
}

.man img {
  width: 91px;
  transform: translateY(75px);
  height: 118px;
}
/* scroll */

.scroll {
  display: flex;

  flex-direction: row;
  transform: translateY(40px) translateX(20px);
  gap: 4px;

  align-items: center;

  justify-content: flex-end;

  height: 120px;
}

.scroll span {
  writing-mode: vertical-rl;

  color: #c8ff6c;

  font-size: 14px;
    transform: translateY(-20px);
  margin-top: 10px;
}
.scroll .scroll-line {
  height: 170px;
  width: 2px;
  background-color: #c8ff6c;
}

.curve {
  width: 100%;
  display: block;
  margin-top: -8px;
  position: relative;
}

.about {
  transform: translateY(-120px);
  width: 100%;
  background: #b4ee64;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 22px 40px;
  padding-bottom: 200px;
}

.about-logo {
  width: 335px;
  height: 62px;
}

.about h2 {
  color: #009f42;
  margin-top: 8px;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -10%;
}

.about-wrapper {
  margin-top: 50px;
}
#about-text {
  color: black !important;
  margin-top: 22px;
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  position: relative;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}
#about-text::before {
  content: "・・・・";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(22%);
  color: #009f42;
  font-size: 18px;
  letter-spacing: 6px;
}
#about-text .green {
  color: #009f42;
  font-size: 25px;
}

.feature {
  width: 320px;
  height: 60px;

  margin-top: 16px;

  background: #fff;
  border-radius: 999px;
  gap: 16px;
  display: flex;
  align-items: center;

  padding: 0 24px;
}
.feature-icon {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-shrink: 0;
}

.feature-icon img {
  width: 48px;
  height: auto;
}

.feature-text {
  flex: 1;

  font-size: 16px;
  font-weight: 700;

  display: flex;
  align-items: center;
}

.feature-text .green {
  font-size: 20px;
  color: #009f42;
}

/* ================= WHITE CURVE ================= */

.curve-white {
  display: block;
  width: 100%;
  margin-top: -270px;
  position: relative;
}

/* ================= PROBLEM SECTION ================= */

.problem {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  padding: 18px 24px 40px;
}

.problem-badge {
  transform: translateX(-96px);
  width: 184px;
  height: 24px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;

  background: #009f42;

  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}

.problem h3 {
  margin-top: 48px;
  margin-bottom: 48px;

  text-align: center;

  color: #222;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.problem h3 span {
  display: block;
  margin-top: 10px;
  color: #009f42;
  font-family: Noto Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.problem-cards {
  margin-top: 0px;

  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 18px;
}

/* ================= CARD ================= */

.problem-card {
  width: 290px;
height: 230px;
  min-height: 170px;

  background: #fff;

  border-radius: 18px;

  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: center;

  padding: 24px 20px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

  border: 1px solid #efefef;
}

.problem-card img {
  width: 114px;
  height: 105px;

  margin-bottom: 18px;
}
.problem-card:nth-of-type(2) img{
  width: 106px;
  height: 120px;
}
.problem-card:nth-of-type(3) img{
  width: 140px;
  height: 101px;
}

.problem-card p {
  color: #333 !important;
  margin: 0 !important;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
}

.problem-card p span {
  font-weight: 700;
  color: #009f42;
}

/* ================= BOTTOM ================= */
.problem-bottom {
  position: relative;

  background: #fff;

  display: flex;

  flex-direction: column;

  align-items: center;

  padding-top: 35px;
}

/* top line */

.line-wrapper {
  display: flex;
  margin-left: 14px;
  flex-direction: row;
  align-items: flex-start;
}

.line-wrapper .line {
  width: 2px;

  height: 140px;

  background: #009f42;
}

.line-wrapper span {
  writing-mode: vertical-rl;

  color: #009f42;

  margin-top: 8px;

  font-size: 14px;
}

/* center text */

.scroll-title {
  margin: 25px 0 !important;

  text-align: center;

  color: #000 !important;

  font-size: 22px !important;

  line-height: 1.7 !important;

  font-weight: 700 !important;
}

.scroll-title span {
  color: #009f42 !important;
}

/* bottom line */

.problem-bottom > .line {
  width: 2px;

  height: 170px;

  background: #009f42;
}

/* person */

.thinking-person {
  position: absolute;

  left: 28px;

  bottom: -8px;

  width: 95.00000171688332px;
  height: 134.0000024217091px;
  transform: translateY(48px);
  z-index: 3;
}

.curve-green-2 {
  width: 100%;

  display: block;

  margin-top: -95px;

  position: relative;

  z-index: 3;
}
.scroll-line-wrapper .scroll-line {
  width: 2px;

  height: 150px;

  background: #009f42;
}

.scroll-line-wrapper span {
  writing-mode: vertical-rl;

  color: #009f42;

  margin-top: 10px;

  font-size: 12px;
}

/* ================= CHOICE ================= */

.choice {
  width: 100%;
  background: #009f42;

  color: #fff;

  text-align: center;

  padding: 30px 20px 55px;
}

#choice-small {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  margin-top: -12px !important;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 8px;

  opacity: 0.9;
}

.choice h2::first-letter {
  font-family: Noto Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.choice h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.choice-card {
  width: 320px;
  margin: 40px auto 0;
  position: relative;
}

.choice-tag {
  position: relative;
  z-index: 2;
  width: max-content;
  width: 320px;
  margin: 0 auto;
  padding: 14px 20px;
  border-radius: 999px;
  background: #B4EE64;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
      box-shadow: 0px 4px 4px 0px #00000040;
  transform: translateY(-15px); /* isse card ke upar overlap hota hai */
}
.choice-tag:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #B4EE64;
  left: 47%;
  top: 47px;
}

.choice-body {
  background: #fff;
  border-radius: 28px;
  padding: 44px 20px 28px; /* top padding zyada rakha tag ke overlap ke liye space */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

.choice-body h3 {
  text-align: center;
  color: #00a340;
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 24px;
}

.point {
  margin-top: 22px;
}

.point-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.point-title {
  background: #009f42;
  color: #fff;
  height: 20px;

  transform: translateX(-20px);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0%;
  padding: 2px 19px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.point-title:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 80px;
  width: 40px;
  background: #00a340;
}

.point-title.gray {
  background: #c2c2c2;
}
.point-title.gray::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 136px;
  width: 40px;
  background: #c2c2c2;
}

.point-line {
  flex: 1;
  height: 1px;
  background: #00a340;
}

.point-line.gray {
  background: #c2c2c2;
}

.point ul {
  list-style: none;
  padding: 0;
}

.point li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 4px;
  color: #009f42;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0%;
}

.point li::before {
  content: "+";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 4px;
  background: #8fd85b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.gray-list li {
  color: #000;
  text-align: start;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0%;
}

.gray-list li::before {
  content: "-";
  background: #b0b0b0;
}

.means-box {
  background: #b4ee64;
  transform: translateX(-20px);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 307px;
  margin-top: 40px;
  height: 129px;
  padding: 18px 18px 14px;
  margin-bottom: 26px;
}

.means-badge {
  background: #1a1a1a;
  color: #b4ee64;
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;

  height: 20px;
  width: 128px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: translate(-90px, -26px);
}

.means-list {
  transform: translate(0, -40px);
  list-style: none;
  padding: 0;
}

.means-list li {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #00a340;
}

.means-num {
  margin-right: 2px;
}

/* ================= CURVE BLACK ================= */

.curve-black {
  width: 100%;
  display: block;
  margin-top: -95px;
  position: relative;
  z-index: 0;
}

/* ================= REGISTRATION (BLACK) SECTION ================= */

.registration {
  background: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 24px 60px;
  margin-top: -2px;
  position: relative;
}

#registration-pre {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 30px;
}

.registration-pill {
  margin-top: 18px;
  background: #b4ee64;
  color: #0a0a0a;
  font-size: 26px;
  padding: 8px 12px;
  width: 170px;
  height: 54px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.registration-title {
  margin-top: 22px;
  color: #B4EE64;
  font-weight: 700;
  font-size: 60px;
  line-height: 67px;
  letter-spacing: 0%;
  text-align: center;
}

#registration-sub {
  margin-top: 22px;
  color: #fff;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.registration-card {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 6px 1px #00000061;
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  width: 330px;
  display: flex;
  justify-content: center;
  height: 141px;
  max-width: 340px;
}

.registration-card p {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 17px;
  width: fit-content;
  line-height: 25px;
  letter-spacing: 0%;
  margin-top: 0;
  text-align: left;
}

.registration-card .green {
  color: #00a340;
}

/* ================= CURVE WHITE (2nd instance, black -> white) ================= */

.curve-white-2 {
  width: 100%;
  display: block;
  margin-top: -90px;
  position: relative;
  z-index: 0;
}

/* ================= BRAND INTRO SECTION ================= */

.brand-intro {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 24px 0;
  margin-top: -2px;
  position: relative;
}

#brand-intro-label {
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0 !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.brand-logo-2 {
  margin-top: 18px;
  width: 335px;
  height: 62px;
}
.brand-tagline .green {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  color: #009f42;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
}
.brand-tagline .green:first-child:before {
  content: "・・・・";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-46%);
  color: #009f42;
  font-size: 18px;
  letter-spacing: 6px;
}

.brand-tagline {
  margin-top: 14px;
  color: #000 !important;
  font-weight: 700;
  font-size: 22px !important;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
}

.brand-tagline .black {
  color: #1a1a1a;
}

.people-illustration {
  margin-top: 24px;
  width: 223.9989929199218px;
  height: 75.99979400634766px;
  margin-bottom: 7px;
  display: block;
}

/* ================= DEADLINE STRIP ================= */

.deadline-strip {
  width: 100%;
  background: #009f42;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 14px 12px;
  margin-top: 0;
}

/* ================= URGENCY (DEADLINE INFO) SECTION ================= */

.urgency {
  background: #E5E5E5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 24px 40px;
}

.urgency-pill {
  background: #0a0a0a;
  color: #fff;
  width: 205px;
  height: 30px;
  border-radius: 30px;
  padding: 5px 4px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.urgency-title {
  margin-top: 18px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
}

.urgency-title .green {
  color: #00a340;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
}

#urgency-desc {
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  width: 290px;
  line-height: 25px;
  letter-spacing: 0%;
  max-width: 320px;
}

#urgency-desc .green {
  color: #00a340;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
}

.urgency-card {
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 160px;
  border-radius: 30px;
  max-width: 320px;
  background: #0a0a0a;
  padding: 22px 15px;
  margin-top: 22px;
}

.urgency-card:nth-of-type(4) {
  position: relative;
  z-index: 4;
}

.urgency-card h4 {
  color: #009f42;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.urgency-card p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
  text-align: left;
  letter-spacing: 1px;
}
/* ================= GREEN CURVE (3rd instance, transition after urgency cards) ================= */

.curve-green-3 {
  width: 100%;
  display: block;
  margin-top: -255px;
  position: relative;
  z-index: 3;
}

/* ================= CTA INTRO (light green) ================= */

.cta-intro {
  background: #b4ee64;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 24px 80px;
}

.cta-intro-title {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.cta-logo {
  margin-top: 20px;
  width: 335px;
  height: 62px;
}

#cta-intro-sub {
  margin-top: 14px;
  color: #009f42;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* ================= WAVE CURVE (light green -> dark green) ================= */

.curve-wave {
  width: 100%;
  display: block;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

/* ================= CTA DARK (green) SECTION ================= */

.cta-dark {
  transform: translateY(-18px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px 50px;
  margin-top: -2px;
  position: relative;
}

#cta-dark-text {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  letter-spacing: 8%;
  text-align: center;
}

#cta-dark-text::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1.5px;
  background-color: white;
  transform: translate(-15px, 5px) rotate(-12deg);
}
#cta-dark-text::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1.5px;
  background-color: white;
  transform: translate(13px, -25px) rotate(12deg);
}

.cta-dark-title {
  margin-top: 22px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.cta-logo-inline {
  width: 205px;
  height: 37px;
}

.cta-card {
  margin-top: 28px;
  background: #b4ee64;
  border-radius: 30px;
  padding: 26px 18px;
  width: 330px;
  height: 260px;
}

.cta-card h4 {
  color: #009f42;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}

.cta-card-icon {
  width: 90px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}
.cta-card:nth-of-type(1) .cta-card-icon {
  width: 121px;
  height: 63px;
}
.cta-card:nth-of-type(2) .cta-card-icon {
  width: 74px;
  height: 74px;
}
.cta-card:nth-of-type(3) .cta-card-icon {
  width: 90px;
  height: 81px;
}
.cta-card:nth-of-type(3) h4 {
  font-size: 19px;
}

.cta-card p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.pricing {
  background: #009f42;

  padding: 36px 24px 60px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* card */

.price-card {
  width: 330px;
  height: 392px;

  background: #fff;

  border-radius: 28px;

  padding: 34px 20px;

  text-align: center;
}

.price-logo {
  width: 271.49481201171875px;
  height: 49.955116271972656px;

  margin-bottom: 14px;
}

.price-card .green {
  background-color: white;
  color: #009f42;
}
.price-card h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 34px;
}

/* price */

.price-box {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 18px;
}

.price-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #b7ed55;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.price-value {
  position: relative;

  display: flex;

  align-items: flex-end;
}

.price-value small {
  position: absolute;
  right: 8px;
  top: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}

.number {
  font-weight: 900;
  font-style: Black;
  font-size: 74px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.yen {
  font-weight: 900;
  font-style: Black;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 10px;
}

.divider {
  height: 2px;

  background: #009f42;

  margin: 26px 0;
}

.price-card p {
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
}

/* buttons */

.cta {
  width: 330px;

  height: 64px;

  margin-top: 22px;

  border-radius: 14px;

  border: 4px solid #fff;

  font-size: 22px;

  font-weight: 800;

  cursor: pointer;
}

.yellow {
  background: #ffed28;

  color: #000;
}

.cta.green {
  background: #b4ee64;

  color: #009f42;
}

/* accordion */

.accordion {
  margin-top: 36px;

  width: 330px;
  height: 30px;
  border-width: 1px;

  background: #009f42;
  position: relative;
  z-index: 1;

  color: #fff;

  border: 2px solid rgba(255, 255, 255, 0.8);

  display: flex;

  justify-content: space-between;

  align-items: center;

  justify-content: end;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  cursor: pointer;
}

.accordion span:last-child {
  font-size: 25px;

  font-weight: 300;
}

/* light green curve */

.curve-light {
  transform: rotateY(-180deg);
  width: 100%;
  display: block;

  margin-top: -80px;
  z-index: 0;
  position: relative;
}

/* section */

.after-support {
  background: #b4ee64;
  text-align: center;
  margin-top: -120px;
  padding: 40px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 4;
}

/* title */

.after-title {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 14px;

  color: #000;

  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.after-title span {
  color: #111;

  font-size: 28px;

  font-weight: 400;
}

/* logo */

.after-logo {
  width: 205px;
  height: 38px;

  margin: 36px auto 48px;

  display: block;
}

/* text */

.after-desc {
  color: #111 !important;

  margin: 0 !important;

  font-size: 16px !important;

  font-weight: 700 !important;

  line-height: 1.9 !important;
}

.after-desc .green {
  color: #009f42;
  font-size: 18px;

  font-weight: 800;
}

/* ================= SELL SECTION ================= */

.sell-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: center;
  align-items: center;
  background-color: #b4ee64;
  padding: 24px 20px 135px;
}
.faq {
  width: 100%;
}

.image-cover-gray {
  width: 100%;
}
.sell-card {
  background: #009f42;
  border: 3px solid #fff;
  border-radius: 32px;
  width: 100%;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px 24px 30px;
}

.sell-pill {
  background: #b4ee64;
  color: #009f42;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 18px;
  height: 30px;
  width: 210px;
  border-radius: 999px;
}

.sell-heading {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.sell-logo {
  width: 205px;
  height: 38px;
}

.sell-heading-suffix {
  color: #c8ff6c;
  font-size: 26px;
  font-weight: 700;
}

#sell-subheading {
  margin-top: 6px;
  color: #b4ee64;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

#sell-desc {
  margin-top: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}

.sell-bubble {
  position: relative;
  margin-top: 22px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 12px;
  width: 280px;
  height: 95px;
}

.sell-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.sell-bubble p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-top: 0;
  text-align: left;
}

.sell-card .cta {
  width: 290px;
}
/*====================*/

.start-section {
  margin-top: -85px;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 22px 20px;
}

/* people */

.start-people {
  width: 170px;

  display: block;
  transform: translateY(-97px);
  margin-bottom: -12px;

  z-index: 5;
}

/* title */

.start-title {
  width: 100%;

  background: #fff;

  padding: 36px 0 34px;

  text-align: center;

  border-radius: 0;
}

.start-title img {
  width: 180px;

  vertical-align: middle;
}

.start-title span {
  font-size: 34px;

  font-weight: 800;

  color: #111;

  margin-left: 6px;

  vertical-align: middle;
}

/* card */

.start-card {
  width: 330px;

  margin-top: 34px;

  background: #fff;

  border-radius: 24px;

  padding: 30px 20px;

  box-shadow: 0 6px 16px rgb(0 0 0 / 29%);
}

/* heading */

.start-card h3 {
  text-align: center;

  font-size: 22px;

  font-weight: 800;

  color: #111;
}

.start-card h3 span {
  color: #009f42;
}

/* divider */

.start-divider {
  width: 100%;

  height: 2px;

  background: #009f42;

  margin: 18px 0 22px;
}

/* text */

.start-card p {
  text-align: left;

  color: #222 !important;

  font-size: 17px !important;

  line-height: 1.8 !important;

  margin-bottom: 24px !important;
}

/* button */

.start-btn {
  width: 100%;

  height: 60px;

  border: none;

  border-radius: 14px;

  background: #ffe62b;

  font-size: 22px;

  font-weight: 800;

  cursor: pointer;

  transition: 0.25s;
}

.start-btn:hover {
  filter: brightness(1.03);
}

/* arrow */

.step-arrow {
  width: 0;

  height: 0;

  margin: 14px auto;

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

  border-top: 9px solid #009f42;
}

/* ---------- White Cards ---------- */

.step-card {
  width: 330px;

  background: #fff;

  border-radius: 24px;

  padding: 30px 12px;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);

  margin-bottom: 14px;
}

.step-card h3 {
  text-align: center;

  font-size: 24px;

  font-weight: 800;

  color: #111;

  margin-bottom: 18px;
}

.step-card p {
  color: #222 !important;

  font-size: 17px !important;

  line-height: 1.9 !important;

  margin: 0 !important;
}

/* ---------- Green Finish Card ---------- */

.finish-card {
  width: 330px;

  background: #009f42;

  border-radius: 24px;

  padding: 30px 20px;

  margin-bottom: 40px;
}

.finish-card h3 {
  text-align: center;

  color: #fff;

  font-size: 24px;

  font-weight: 800;

  margin-bottom: 18px;
}

.finish-divider {
  width: 100%;

  height: 2px;

  background: #fff;

  margin-bottom: 22px;
}

.finish-card p {
  color: #fff !important;

  font-size: 17px !important;
  text-align: left !important;

  line-height: 1.9 !important;

  margin: 0 !important;
}

/*==========================
FAQ
==========================*/

.faq {
  background: #e5e5e5;

  padding: 70px 18px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq h2 {
  font-size: 46px;

  font-weight: 800;

  color: #000;

  margin-bottom: 48px;
}

.faq-list {
  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 14px;
}

footer {
  width: 100%;
}
/* item */

.faq-item {
  width: 100%;

  background: #fff;

  border-radius: 14px;

  padding: 14px 16px;

  display: flex;

  flex-direction: column;

  transition: 0.25s;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-answer {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer-inner {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.faq-answer-inner,
.faq-answer-inner p,
.faq-answer-inner span,
.faq-answer-inner li {
  color: #333;
  text-align: left;
  font-weight: 400;
}

.faq-answer-inner p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 22px;
}

.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.faq-answer-inner a {
  color: #009f42;
  text-decoration: underline;
  word-break: break-all;
}

/* 強調はこのLP用の緑に */
.faq-answer-inner strong,
.faq-answer-inner b,
.faq-answer-inner em,
.faq-answer-inner .marker {
  color: #009f42;
  font-weight: 700;
}

.faq-item:hover {
  transform: translateY(-2px);
}

/* left */

.faq-left {
  display: flex;

  align-items: center;

  gap: 6px;

  width: 100%;
}

/* circle */

.q {
  width: 28px;

  height: 28px;

  border-radius: 50%;

  background: #000;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-shrink: 0;

  font-weight: 700;

  font-size: 18px;
}

/* question */

.faq-left span:last-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #111;
}

/* plus */

.plus {
  font-size: 25px;

  font-weight: 300;

  color: #000;

  flex-shrink: 0;

  transition: 0.25s;
}

/* optional */

.faq-item.active .plus {
  transform: rotate(45deg);
}

/*============================
      Contact CTA
============================*/

.contact-curve {
  width: 100%;
  display: block;
  margin-top: -2px;
}

/* section */

.contact-cta {
  background: #009f42;

  text-align: center;

  padding: 15px 24px 80px;
}

/* heading */

.contact-cta h2 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 42px;
}

.contact-cta h2 span:last-child {
  font-size: 26px;
}

.contact-cta h2 span {
  color: #c4f25a;
}

/* description */

.contact-cta p {
  color: #fff !important;

  margin: 0 0 55px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}

/* buttons */

.contact-btn {
  width: 330px;

  height: 58px;

  border-radius: 18px;

  border: 4px solid #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  cursor: pointer;

  transition: 0.25s;
}

.contact-btn + .contact-btn {
  margin-top: 20px;
}

/* yellow */

.contact-btn.yellow {
  background: #ffed28;

  color: #111;
}

/* green */

.contact-btn.green {
  background: #b4ee64;

  color: #009f42;
}

/* hover */

.contact-btn:hover {
  transform: translateY(-2px);

  filter: brightness(1.03);
}

.image-cover-gray {
  background-color: #e5e5e5;
}

.image-cover-gray .inverted {
  transform: rotateY(-180deg);
}

/*==========================
        FOOTER
==========================*/

.footer {
  background: #fff;

  padding: 70px 52px 60px;

  display: flex;

  flex-direction: column;

  align-items: flex-start;
}

/* logo */

.footer-logo {
  width: 272px;
  height: 50px;
  margin-bottom: 70px;
}

/* links */

.footer-links {
  list-style: none;

  width: 100%;

  padding: 0;

  margin: 0;
}

.footer-links li {
  margin-bottom: 25px;
}

.footer-links a {
  text-decoration: none;

  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;

  transition: 0.2s;
}

.footer-links a:hover {
  color: #009f42;
}

/* copyright */

.copyright {
  width: 100%;

  margin-top: 90px !important;

  text-align: center;

  color: #222 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 25px;
  letter-spacing: 0%;
}

@media (max-width: 500px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-card {
    position: unset;
  }
}

@media (max-width: 700px) {
  .nav {
    background-color: #009f42 !important;
    padding: 0 25px;
    height: 60px;
  }
main{
  margin-top: 60px;
  height: calc(100vh - 60px);

}
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-button {
    width: 130px;
    height: 30px;
    font-size: 16px;
  }
  .hero-card {
    position: unset;
    width: 100%;
  }
  .people-2 {
    display: none;
  }
  .image-pc {
    display: none;
  }
  .image-sp {
    display: block;
  }
  .nav-sp-btn {
    display: block;
  }
  .nav-pc-btn {
    display: none;
  }
}

/* ============ デザイナーFB反映 (xtns) ============ */

/* 3枚目 problem-card の box-shadow が .problem-bottom(白) に覆われないよう余白確保 */
.problem-cards {
  margin-bottom: 14px;
}

/* FAQ: ＋の開閉アニメーション */
.plus {
  transition: transform 0.2s ease;
}
.faq-item.open .plus {
  transform: rotate(45deg);
}

/* pricing アコーディオンの ＋ を画像アイコンに置換 */
.accordion .accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* ボタン上下の余白（(30px高さ - 2px×2border - 14pxアイコン) / 2 = 6px）と
     視覚的に揃えるための右余白 */
  margin-right: 6px;
}
.accordion .accordion-icon img {
  display: block;
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}

/* pricing アコーディオン開閉時の＋アイコン回転 */
.accordion.open .accordion-icon img {
  transform: rotate(45deg);
}

/* 「対応できないこと」アコーディオン（インライン開閉パネル） */
.caution-panel[hidden] {
  display: none;
}
.caution-panel {
  padding-top: 12px;
  text-align: left;
}
.caution-lead {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin: 0 0 16px;
}
.caution-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.caution-item {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.caution-item-head {
  font-size: 15px;
  font-weight: 700;
  color: #06233e;
  margin-bottom: 8px;
}
.caution-item-desc {
  font-size: 13px;
  line-height: 20px;
  color: #444;
  margin-bottom: 12px;
}
.caution-item-img {
  width: 140px;
  height: auto;
}

/* スクロール後: ヘッダー白背景に合わせ、ロゴもボタン同色(緑)のSVGに切替 */
.nav.is-scrolled .image-sp {
  content: url("../library/images/xtns/meihen-logo-green.svg");
}
