/* =========================================
   RunTree TOP 専用CSS
   今のHTML構造に合わせた完成版
   ========================================= */

/* LP全体だけに効かせる */
.runtree-lp,
.runtree-lp * {
  box-sizing: border-box;
}

.runtree-lp {
  color: #222;
}

.runtree-lp img {
  max-width: 100%;
  height: auto;
}

.runtree-lp a {
  text-decoration: none;
}

/* 共通 */
.runtree-lp section {
  position: relative;
}

.runtree-lp .btn-main,
.runtree-lp .btn-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.runtree-lp .btn-main {
  background: #3f7d3f;
  color: #fff;
  border: 1px solid #3f7d3f;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.runtree-lp .btn-main:hover {
  background: #356b35;
  transform: translateY(-2px);
}

.runtree-lp .btn-sub {
  background: #fff;
  color: #3f7d3f;
  border: 1px solid #3f7d3f;
}

.runtree-lp .btn-sub:hover {
  background: #3f7d3f;
  color: #fff;
}

/* -----------------------------------------
   お悩み
----------------------------------------- */
.runtree-lp .problem {
  padding: 90px 20px 70px;
  background: #f7f7f7;
}

.runtree-lp .problem-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.runtree-lp .problem-label {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #2f6b2f;
  font-weight: 700;
  margin-bottom: 18px;
}

.runtree-lp .problem h2 {
  font-size: 48px;
  line-height: 1.35;
  color: #2f6b2f;
  margin: 0 0 34px;
  font-weight: 700;
}

.runtree-lp .runner-worries {
  list-style: none;
  padding: 0;
  margin: 0 auto 34px;
  max-width: 700px;
}

.runtree-lp .runner-worries li {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #333;
}

.runtree-lp .problem-note {
  font-size: 18px;
  line-height: 1.95;
  color: #444;
  margin: 0 auto;
  max-width: 760px;
}

/* -----------------------------------------
   メニュー
----------------------------------------- */
.runtree-lp .menu-section {
  padding: 95px 20px 85px;
  background: #f7f7f7;
}

.runtree-lp .menu-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.runtree-lp .menu-label {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #2f6b2f;
  font-weight: 700;
  margin-bottom: 16px;
}

.runtree-lp .menu-section h2 {
  font-size: 46px;
  line-height: 1.35;
  color: #2f6b2f;
  margin: 0 0 40px;
  font-weight: 700;
}

.runtree-lp .menu-card {
  background: rgba(255,255,255,0.9);
  border-radius: 28px;
  padding: 48px 34px 38px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
}

.runtree-lp .menu-card h3 {
  font-size: 34px;
  line-height: 1.4;
  color: #2f6b2f;
  margin: 0 0 24px;
  font-weight: 700;
}

.runtree-lp .menu-photo {
  max-width: 800px;
  margin: 0 auto 28px;
}

.runtree-lp .menu-photo img {
  width: 100%;
  display: block;
  border-radius: 22px;
  border: 8px solid #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.runtree-lp .menu-lead {
  font-size: 19px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 24px;
}

.runtree-lp .menu-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.runtree-lp .menu-points li {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 8px;
}

.runtree-lp .menu-text {
  font-size: 17px;
  line-height: 1.95;
  color: #555;
  margin: 0 0 26px;
}

.runtree-lp .menu-price {
  margin-bottom: 28px;
}

.runtree-lp .price-label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #2f6b2f;
  font-weight: 700;
  margin-bottom: 8px;
}

.runtree-lp .price-value {
  display: inline-block;
  font-size: 34px;
  line-height: 1.3;
  color: #222;
  font-weight: 700;
}

.runtree-lp .menu-btn,
.runtree-lp .fv-btn {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.runtree-lp .menu-note {
  font-size: 15px;
  line-height: 1.9;
  color: #666;
  margin-top: 22px;
}

/* -----------------------------------------
   FV（木目背景）
----------------------------------------- */
.runtree-lp .top-guide {
  padding: 90px 20px 80px;
  background: url('/upload/tenant_1/779f3eaaa8b40ad05648cf9582357248.JPG') center center / cover no-repeat;
}

.runtree-lp .fv {
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 0;
}

.runtree-lp .fv-inner {
  background: rgba(255,255,255,0.92);
  border-radius: 28px;
  padding: 56px 34px 46px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  text-align: center;
}

.runtree-lp .fv-title {
  font-size: 54px;
  line-height: 1.35;
  color: #2f6b2f;
  margin: 0 0 24px;
  font-weight: 700;
}

.runtree-lp .fv-sub {
  font-size: 20px;
  line-height: 1.9;
  color: #333;
  margin: 0 auto 24px;
  max-width: 760px;
}

.runtree-lp .fv-trust {
  margin: 0 auto 30px;
  max-width: 720px;
}

.runtree-lp .fv-trust p {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 8px;
}

.runtree-lp .top-guide .ttl-cmn01 {
  font-size: 46px;
  line-height: 1.35;
  color: #2f6b2f;
  text-align: center;
  margin: 0 0 34px;
}

.runtree-lp .top-guide ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.runtree-lp .cont-movie {
  background: rgba(255,255,255,0.92);
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

.runtree-lp .cont-movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
}

/* top-guide内の空div対策 */
.runtree-lp .top-guide > div:empty {
  display: none;
}

/* -----------------------------------------
   できること
----------------------------------------- */
.runtree-lp .service {
  padding: 90px 20px;
  background: #f7f7f7;
  max-width: none;
  margin: 0;
  text-align: center;
}

.runtree-lp .service h2 {
  font-size: 46px;
  line-height: 1.35;
  color: #2f6b2f;
  margin: 0 0 40px;
  font-weight: 700;
}

.runtree-lp .service-box {
  max-width: 980px;
  margin: 0 auto 22px;
  background: rgba(255,255,255,0.92);
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.runtree-lp .service-box:last-child {
  margin-bottom: 0;
}

.runtree-lp .service-box h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #2f6b2f;
  margin: 0 0 16px;
}

.runtree-lp .service-box p {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

/* -----------------------------------------
   CTA
----------------------------------------- */
.runtree-lp .cta {
  background: url('/upload/tenant_1/bfbc82860e4697b66454e6c7a7792a79.jpg') center center / cover no-repeat;
  padding: 100px 20px;
  text-align: center;
}

.runtree-lp .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.36);
}

.runtree-lp .cta h2,
.runtree-lp .cta p,
.runtree-lp .cta .fv-btn {
  position: relative;
  z-index: 1;
}

.runtree-lp .cta h2 {
  font-size: 50px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 700;
}

.runtree-lp .cta p {
  font-size: 19px;
  line-height: 1.9;
  color: #fff;
  margin: 0 0 30px;
}

/* -----------------------------------------
   プロフィール
----------------------------------------- */
.runtree-lp .profile {
  padding: 95px 20px 90px;
  background: #f7f7f7;
}

.runtree-lp .profile h2 {
  font-size: 46px;
  line-height: 1.35;
  color: #2f6b2f;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 700;
}

.runtree-lp .profile-inner {
  max-width: 1040px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  flex-wrap: wrap;
}

.runtree-lp .profile-img {
  flex: 0 0 280px;
}

.runtree-lp .profile-img img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.runtree-lp .profile-text {
  max-width: 580px;
}

.runtree-lp .profile-text p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin: 0 0 18px;
}

.runtree-lp .profile-achievement {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.runtree-lp .profile-achievement h3 {
  font-size: 38px;
  line-height: 1.4;
  color: #2f6b2f;
  margin: 0 0 24px;
  font-weight: 700;
}

.runtree-lp .profile-achievement ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.runtree-lp .profile-achievement li {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 10px;
}

/* -----------------------------------------
   スマホ
----------------------------------------- */
@media screen and (max-width: 768px) {
  .runtree-lp .btn-main,
  .runtree-lp .btn-sub {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .runtree-lp .problem,
  .runtree-lp .menu-section,
  .runtree-lp .top-guide,
  .runtree-lp .service,
  .runtree-lp .cta,
  .runtree-lp .profile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .runtree-lp .problem {
    padding-top: 70px;
    padding-bottom: 56px;
  }

  .runtree-lp .problem h2,
  .runtree-lp .menu-section h2,
  .runtree-lp .service h2,
  .runtree-lp .profile h2,
  .runtree-lp .top-guide .ttl-cmn01 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .runtree-lp .problem-label,
  .runtree-lp .menu-label {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .runtree-lp .runner-worries li {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 12px;
  }

  .runtree-lp .problem-note {
    font-size: 15px;
    line-height: 1.9;
  }

  .runtree-lp .menu-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .runtree-lp .menu-card {
    border-radius: 20px;
    padding: 30px 18px 28px;
  }

  .runtree-lp .menu-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .runtree-lp .menu-photo img {
    border-radius: 14px;
    border-width: 6px;
  }

  .runtree-lp .menu-lead,
  .runtree-lp .menu-points li {
    font-size: 16px;
    line-height: 1.8;
  }

  .runtree-lp .menu-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .runtree-lp .price-value {
    font-size: 24px;
  }

  .runtree-lp .top-guide {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .runtree-lp .fv {
    margin-bottom: 36px;
  }

  .runtree-lp .fv-inner {
    border-radius: 20px;
    padding: 34px 18px 30px;
  }

  .runtree-lp .fv-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .runtree-lp .fv-sub {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
  }

  .runtree-lp .fv-trust p {
    font-size: 15px;
    line-height: 1.85;
  }

  .runtree-lp .cont-movie {
    padding: 10px;
    border-radius: 18px;
  }

  .runtree-lp .cont-movie iframe {
    border-radius: 12px;
  }

  .runtree-lp .service {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .runtree-lp .service-box {
    border-radius: 18px;
    padding: 24px 18px;
    margin-bottom: 14px;
  }

  .runtree-lp .service-box h3 {
    font-size: 20px;
  }

  .runtree-lp .service-box p {
    font-size: 15px;
    line-height: 1.85;
  }

  .runtree-lp .cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .runtree-lp .cta h2 {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .runtree-lp .cta p {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 22px;
  }

  .runtree-lp .profile {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .runtree-lp .profile-inner {
    gap: 24px;
    margin-bottom: 36px;
  }

  .runtree-lp .profile-img {
    flex: none;
  }

  .runtree-lp .profile-img img {
    width: 180px;
    height: 180px;
  }

  .runtree-lp .profile-text p,
  .runtree-lp .profile-achievement li {
    font-size: 15px;
    line-height: 1.9;
  }

  .runtree-lp .profile-achievement h3 {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
/* ===== top-guide 調整 ===== */

/* 背景写真の位置を少し下げる */
.runtree-lp .top-guide {
  background-position: center 68%;
  padding-top: 90px;
  padding-bottom: 40px;
}

/* FVの下にあるRunTree見出しとYouTubeを非表示 */
.runtree-lp .top-guide .ttl-cmn01,
.runtree-lp .top-guide ul {
  display: none;
}

/* FVカードの下余白を少しだけ残す */
.runtree-lp .fv {
  margin-bottom: 0;
}

/* CTA背景も少し下げる */
.runtree-lp .cta {
  background-position: center 68%;
}

@media screen and (max-width: 768px) {
  .runtree-lp .top-guide {
    background-position: center 72%;
    padding-top: 70px;
    padding-bottom: 24px;
  }

  .runtree-lp .cta {
    background-position: center 72%;
  }
}
.profile-achievements {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.achievement-card {
  flex: 1 1 calc(50% - 10px);
  min-width: 0;
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  border: 1px solid rgba(47,111,62,0.08);
}

.achievement-card:last-child {
  flex-basis: 100%;
}

.achievement-card h3 {
  font-size: 18px;
  color: #2f6f3e;
  margin: 0 0 14px;
  line-height: 1.5;
}

.achievement-card p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  color: #333;
}

.podcast-link {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #2f6f3e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.podcast-link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
  .profile-achievements {
    flex-direction: column;
  }

  .achievement-card,
  .achievement-card:last-child {
    flex-basis: auto;
  }

  .achievement-card {
    padding: 20px 16px;
  }
}
.profile-nameblock {
  margin-bottom: 18px;
}

.profile-name {
  font-size: 26px;
  font-weight: 700;
  color: #2f6f3e;
  margin: 0 0 6px;
  line-height: 1.4;
}

.profile-role {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .profile-name {
    font-size: 22px;
  }

  .profile-role {
    font-size: 13px;
  }
}
.profile-name {
  font-size: 28px;
  font-weight: 700;
  color: #2f6f3e;
  margin-bottom: 4px;
}
.profile-role {
  font-size: 13px;
  color: #888;
  letter-spacing: 0.05em;
}
.profile-nameblock {
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-label {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
