@charset "UTF-8";

/* ============================================================
   PRICING PAGE
   /pricing/css/pricing.css
============================================================ */

.area-result .container,
.works .container,
.pricing .container,
.pricing-detail .container,
.estimate .container,
.pricing-faq .container,
.area-difference .container,
.industry-flow .container { position: relative; }

/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes charaIn {
  from { opacity: 0; transform: translateX(-18px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes charaBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ============================================================
   HERO  /industry/ ベース
============================================================ */
.hero {
  position: relative;
  width: 100%;
  overflow: visible;
  background: transparent;
  padding: 0;
}
.hero-upper {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 0;
  background: linear-gradient(
    180deg,
    #8ecce8 0%,
    #a8d9ef 35%,
    #c8e8f5 55%,
    transparent 80%
  );
}
.hero-bg-text-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  bottom: -56px;
  pointer-events: none;
  z-index: 2;
}
.hero-bg-text {
  position: absolute;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 0.88;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}
.hero-bg-text--bottom {
  top: -0.05em;
  left: -0.02em;
  font-size: clamp(83px, 17.4vw, 244px);
  color: rgba(255,255,255,.48);
}
.hero-bg-text--top {
  top: -0.1em;
  right: -0.02em;
  left: auto;
  font-size: clamp(50px, 10vw, 132px);
  color: rgba(91,173,209,.12);
  text-align: right;
}
.hero-upper-inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  max-width: 1300px;
  margin: 0 auto;
  padding: 32px 5% 0;
  gap: 0;
}
.hero-chara-col {
  flex: 0 0 auto;
  width: clamp(200px, 26vw, 340px);
  align-self: flex-end;
  position: relative;
  z-index: 20;
  margin-right: -1%;
  margin-bottom: -2%;
  animation: charaIn .9s var(--ease) .28s both;
}
.hero-chara-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0,30,60,.15));
  animation: charaBob 4.2s ease-in-out infinite;
}
.hero-copy-col {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 24px;
}
.hero-copy-eyebrow {
  display: inline-block;
  font-size: clamp(10px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: .18em;
  color: #fff;
  background: #111;
  padding: 3px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.4;
  transform: rotate(-2deg);
  transform-origin: left center;
  margin-bottom: -14px;
  top: 18px;
  margin-left: -18px;
  position: relative;
  z-index: 2;
}
.hero-h1 {
  font-size: clamp(16px, 4.4vw, 49px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: -.04em;
  color: #1a1a1a;
  margin: 3% 0 0;
  position: relative;
  z-index: 1;
}
.hero-h1-inner {
  display: inline;
  background: #fff;
  padding: 4px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-h1-inner span {
  color: #b8a800;
}
.hero-panel-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 5% 56px;
}
.hero-panel {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 48px 40px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 8px 40px rgba(21,41,84,.08);
  overflow: hidden;
}
.hero-panel-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.area-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  color: rgba(var(--soft-r), var(--soft-g), var(--soft-b), .78);
}
.area-page-hero__lead {
  font-weight: 600;
  margin: 0 0 1em;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.95;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}
.area-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.area-hero-actions .btn { min-width: 180px; }

/* ============================================================
   PRICING LEDE（大見出し）
============================================================ */
.pricing-lede {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.pricing-lede__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.2;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
  margin: 0 0 18px;
}

.pricing-lede__title em {
  font-style: normal;
  color: #BBB90B;
}

.pricing-lede__sub {
  margin: 0;
}

/* ============================================================
   PRICING CTA BANNER（薄青3カラム）
============================================================ */
.pricing-cta-banner {
  padding: 48px 0;
}

.pcta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  margin: 20px auto 0;
  padding: 36px 48px;
  background: rgba(140,160,212,.35);
  border-radius: 24px;
}

.pcta__chara {
  position: relative;
  width: 120px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
	.pcta__chara {
		max-width: 120px;
		width: 36%;
	}
}

.pcta__chara img {
    width: 140%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: -60%;
}
@media (max-width: 900px) {
	.pcta__chara img {
		width: 140%;
		position: relative;
		top: inherit;
		left: inherit;
	}
}

.pcta__balloon {
  position: absolute;
	z-index: 2;
  top: -42px;
  left: 16%;
  transform: translateX(-20%);
  background: #fff;
  border: 3px solid #000;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  padding: 7px 12px;
  white-space: nowrap;
  color: #111;
	border-radius: 999px;
}

.pcta__balloon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #000;
}

.pcta__balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 30px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
}

.pcta__balloon::after::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #000;
}

.pcta__title {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.4;
  color: #111;
  margin: 0 0 10px;
}

.pcta__lead {
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

.pcta__btn-col {
  flex-shrink: 0;
}

/* ============================================================
   FAQ アコーディオン
============================================================ */
.pricing-faq {
  padding-top: 92px;
  padding-bottom: 90px;
}

.faq-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 40px;
  align-items: start;
}

.faq-accordion {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 14px;
  overflow: hidden;
}

.faq-accordion__q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background .2s ease;
}

.faq-accordion__q::-webkit-details-marker { display: none; }

.faq-accordion__q:hover {
  background: rgba(74,124,255,.04);
}

.faq-accordion__q:hover .faq-plus {
  border-color: rgba(74,124,255,.4);
  color: #4a7cff;
}

/* 丸Q */
.faq-q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(74,124,255,.12);
  color: #4a7cff;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

/* ＋アイコン */
.faq-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0,0,0,.4);
  margin-left: auto;
  flex-shrink: 0;
  transition: transform .2s ease;
  line-height: 1;
}

.faq-plus::before {
  content: "+";
}

.faq-accordion[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-accordion__a {
  padding: 0 20px 18px 60px;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(17,17,17,.65);
  margin: 0;
  border-top: 1px solid rgba(0,0,0,.05);
  padding-top: 14px;
}

.faq-footer {
  text-align: center;
  font-size: 13px;
  color: rgba(0,0,0,.4);
  margin: 20px 0 0;
  padding-bottom: 20px;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .plan-cols { grid-template-columns: 1fr; }
  .pf-inner { padding: 40px 24px 28px; }
  .pf-upper { grid-template-columns: 1fr; }
  .pf-upper.box2 { grid-template-columns: 1fr; }
  .pf-left { padding-right: 0; border-right: none; border-bottom: 1px solid rgba(187,185,11,.2); padding-bottom: 24px; }
  .pf-right { padding-left: 0; padding-top: 20px; }
  .pf-terms { grid-template-columns: 1fr; }
  .pf-term__arrow { transform: rotate(90deg); text-align: center; }
  .faq-accordion-grid { grid-template-columns: 1fr; }
  .pcta { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .pf-block { margin-top: 20px; }
  .pf-price__num { font-size: clamp(48px, 13vw, 70px); }
  .pricing-cta-banner { padding: 24px 0; }
  .pcta { padding: 28px 24px; border-radius: 18px; }
  .faq-accordion-grid { margin-top: 28px; }
}

/* ============================================================
   PRICING CTA + EXTRA（補足）
============================================================ */
.pricing-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.pricing-cta-wrap .sw {
  margin: 0;
}

.extra-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.extra-label {
  margin: 0;
  letter-spacing: .01em;
  text-align: center;
}
@media (max-width: 900px) {
	.extra-label {
	  text-align: left;
	}
}

.extra-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
}

.extra-list li {
  font-size: 13px;
  line-height: 1.7;
  color: #222;
  padding-left: 12px;
  position: relative;
}

.extra-label {
  font-weight: 600;
  margin: 0;
  letter-spacing: .01em;
}

.extra-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media (max-width: 900px) {
	.extra-list {
	  display: block;
	}
}

.extra-list li {
  font-size: 13px;
	font-weight: 600;
  line-height: 1.7;
  padding: 5px 1em;
  position: relative;
	background-color: #fff;
	border-radius: 100px;
}
@media (max-width: 900px) {
	.extra-list li {
		margin-top: 12px;
	}
}









/* ============================================================
   7BEE PRICING SECTION CSS
   cleaned for: <section class="pricing section" id="price-plan">
   - 重複定義を削除
   - 未使用クラスを削除
   - 料金セクション内に影響範囲を整理
============================================================ */

:root {
  --pc-green:  #3d9970;
  --pc-purple: #9b72cf;
  --pc-yellow: #BBB90B;
  --pc-blue:   #4a90d9;
  --pc-red:    #e03b3b;
}

/* ===== Pricing section base ===== */
.pricing {
  padding: 0 !important;
  margin-bottom: 0;
}

.pricing .container {
  max-width: 1180px;
  padding: 0 !important;
}

.pricing .section-heading p {
  text-align: center;
}

.pricing-group {
  max-width: 1110px;
  margin: 0 auto;
  padding: 48px 52px 32px;
  background: rgba(255,255,255,.62);
  border-radius: 28px;
  border: 1.5px solid rgba(130,170,210,.28);
  box-shadow:
    0 2px 0 0 rgba(255,255,255,.9) inset,
    0 -1px 0 0 rgba(130,170,210,.15) inset,
    0 24px 64px rgba(40,80,120,.07);
}

.pricing-group .plan-cols {
  max-width: 100%;
  margin: 0 0 24px;
}

.pricing-group .pf-block {
  max-width: 100%;
  margin: 36px 0 0;
}

.pricing-group .plan-cols,
.pricing-group .pf-block {
  animation: none;
  opacity: 1;
  transform: none;
}

/* ===== Category blocks ===== */
.pricing-category {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 20px;
}

.pricing-category--green  { background: rgba(61,153,112,.06); }
.pricing-category--purple { background: rgba(155,114,207,.06); }
.pricing-category--yellow { background: rgba(187,185,11,.06); }
.pricing-category--blue   { background: rgba(74,144,217,.06); }

.pricing-category-head {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-category-note {
  margin-top: 0.75rem;
  line-height: 1.7;
  font-size: clamp(100%, 1.5vw, 112%);
  font-weight: 600;
  text-align: center;
}

/* ===== Bridge text between categories ===== */
.pricing-bridge {
  padding: 1.25rem 0 0;
  margin: 0.5rem 0 56px;
  line-height: 1.7;
  font-size: clamp(100%, 1.5vw, 112%);
  font-weight: 600;
  text-align: center;
  position: relative;
}

.pricing-bridge::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto 0.25rem;
  background-color: #000;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5v14M5 13l7 7 7-7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

/* ===== Badges ===== */
.plan-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: var(--pc-yellow);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  gap: 1px;
}

.plan-badge--sm {
  width: 93px;
  height: 93px;
}

.plan-badge--improve {
  background: #4a7cff;
}

.plan-badge--red {
  background: var(--pc-red) !important;
}

.plan-badge__ja {
  font-size: clamp(100%, 1.5vw, 112%);
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.5;
  text-align: center;
}

.plan-badge__en {
  font-size: 70%;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  font-family: var(--font-ui, "Inter", sans-serif);
}

.pricing-category--green  .pricing-category-head .plan-badge { background: var(--pc-green); }
.pricing-category--purple .pricing-category-head .plan-badge { background: var(--pc-purple); }
.pricing-category--yellow .pricing-category-head .plan-badge { background: var(--pc-yellow); }
.pricing-category--blue   .pricing-category-head .plan-badge { background: var(--pc-blue); }

/* ===== Plans ===== */
.plan-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
  align-items: start;
}

.plan-col {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 24px;
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.1);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow:
    0 20px 55px rgba(38,76,110,.08),
    inset 0 0 0 1px rgba(255,255,255,.9);
}

.plan-col--build {
  border: 2px solid rgba(184,168,0,.60);
}

.plan-col--improve {
  border: 2px solid rgba(74,124,255,.60);
}

.pricing-category--green  .plan-col { border-color: rgba(61,153,112,.4) !important; }
.pricing-category--purple .plan-col { border-color: rgba(155,114,207,.4) !important; }
.pricing-category--yellow .plan-col { border-color: rgba(187,185,11,.4) !important; }
.pricing-category--blue   .plan-col { border-color: rgba(74,144,217,.4) !important; }

.plan-col__head {
  margin-bottom: 20px;
}

.plan-col__body {
  flex: 1;
}

.plan-head-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.plan-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
  margin: 0;
  letter-spacing: -.01em;
  flex: 1;
}

.plan-col__title {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.3;
  margin: 0 0 8px;
}
.pf-upper.box2 .plan-col__title {
    font-size: clamp(22px, 2.4vw, 26px);
}

.plan-col__lead {
  line-height: 2;
}

.plan-col__price {
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.055em;
  margin: 0 0 20px;
  color: var(--pc-yellow);
}

.plan-col__price .sTxt {
  font-size: 70%;
}

.plan-col__price--build {
  color: var(--pc-yellow);
}

.plan-col__price--improve {
  color: #4a7cff;
}

.plan-col__price--red,
.pricing-category--yellow .pf-block--red .plan-col__price {
  color: var(--pc-red) !important;
}

.pricing-category--green  .plan-col__price { color: var(--pc-green) !important; }
.pricing-category--purple .plan-col__price { color: var(--pc-purple) !important; }
.pricing-category--yellow .plan-col__price { color: var(--pc-yellow) !important; }
.pricing-category--blue   .plan-col__price { color: var(--pc-blue) !important; }

.plan-col__tax {
  font-size: .32em;
  color: #333;
  font-weight: 800;
  letter-spacing: 0;
}

.plan-col__price-prefix {
  display: inline-block;
  font-size: .35em;
  margin-right: 8px;
  color: #111;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

/* ===== Feature lists ===== */
.plan-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
  background: rgba(0,0,0,.04);
  padding: 8px 14px;
  letter-spacing: -.01em;
}

.plan-features li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.7);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l4 4 6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  flex-shrink: 0;
}

.plan-features--main li {
  background: rgba(187,185,11,.07);
}

.plan-features--main li::before {
  background-color: var(--pc-yellow);
}

.plan-features--improve li {
  background: rgba(74,124,255,.06);
}

.plan-features--improve li::before {
  background-color: #4a7cff;
}

.pricing-category--green  .plan-features li::before { background-color: var(--pc-green) !important; }
.pricing-category--purple .plan-features li::before { background-color: var(--pc-purple) !important; }
.pricing-category--yellow .plan-features li::before { background-color: var(--pc-yellow) !important; }
.pricing-category--blue   .plan-features li::before { background-color: var(--pc-blue) !important; }

.plan-features-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(187,185,11,.8);
  margin: 0 0 10px;
  font-family: var(--font-ui, "Inter", sans-serif);
}

.plan-features-label--improve {
  color: rgba(74,124,255,.75);
}

.pricing-category--green  .plan-features-label { color: var(--pc-green) !important; }
.pricing-category--purple .plan-features-label { color: var(--pc-purple) !important; }
.pricing-category--yellow .plan-features-label { color: var(--pc-yellow) !important; }
.pricing-category--blue   .plan-features-label { color: var(--pc-blue) !important; }

/* ===== Large plan blocks ===== */
.pf-block {
  max-width: 960px;
  margin: 28px auto 0;
  border: 5px solid rgba(184,168,0,1);
  background: rgba(255,254,245,.98);
  position: relative;
  border-radius: 26px;
  box-shadow:
    0 20px 55px rgba(38,76,110,.08),
    inset 0 0 0 1px rgba(255,255,255,.9);
}

.pricing-category--purple .pf-block {
  border-color: rgba(155,114,207,1) !important;
  background: rgba(255,255,255,.96) !important;
}

.pricing-category--yellow .pf-block {
  border-color: rgba(187,185,11,1) !important;
}

.pf-block--red,
.pricing-category--yellow .pf-block--red {
  border-color: var(--pc-red) !important;
  background: rgba(255,255,255,.96) !important;
}

.pf-inner {
  padding: 20px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pf-upper {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
}
.pf-upper.box2 {
  grid-template-columns: 1.4fr 1fr;
}

.pf-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2%;
  min-width: 0;
}

.pf-right {
  display: flex;
  align-items: center;
}

.pf-right__body {
  font-weight: 600;
  margin: 0;
  line-height: 2;
}

/* ===== Split payment terms ===== */
.pf-terms {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.pf-term {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,.85);
  border: 2px solid rgba(187,185,11,1);
  border-radius: 14px;
}

.pf-block--red .pf-term,
.pf-terms--red .pf-term {
  border-color: rgba(224,59,59,.5) !important;
}

.pf-term__icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  width: 18%;
}

.pf-term__main {
  font-size: clamp(100%, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.6;
  color: #111;
  margin: 0;
}

.pf-term__main2 {
  font-size: clamp(100%, 2.2vw, 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #111;
  margin: 0;
}

.pf-term__sub {
  font-size: 11px;
  color: rgba(17,17,17,.5);
  margin: 2px 0 0;
}

.pf-term__arrow {
  font-size: 4vw;
  color: var(--pc-yellow);
  font-weight: 900;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.pf-block--red .pf-term__arrow,
.pf-term__arrow--red {
  color: var(--pc-red) !important;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .pricing-group {
    padding: 3%;
  }

  .pricing-category {
    padding: 7% 3%;
  }

  .pricing-category-note,
  .pricing-bridge {
    text-align: left;
  }

  .plan-cols {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch !important;
  }

  .plan-col {
    height: auto !important;
  }

  .plan-col--build {
    border: 2px solid rgba(184,168,0,.30);
  }

  .plan-col--improve {
    border: 2px solid rgba(74,124,255,.24);
  }

  .plan-badge {
    width: 110px;
    height: 110px;
  }

  .plan-badge--improve {
    box-shadow: 0 10px 24px rgba(74,124,255,.18);
  }

  .plan-subtitle {
    color: #111;
  }

  .plan-features {
    gap: 9px;
  }

  .plan-features-label {
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 12px;
  }

  .plan-col__body {
    flex: 0 0 auto;
  }

  .pf-inner {
    padding: 40px 24px 28px;
  }

  .pf-upper {
    grid-template-columns: 1fr;
  }
  .pf-upper.box2 {
    grid-template-columns: 1fr;
  }

  .pf-left {
    padding-right: 0;
    border-bottom: 1px solid rgba(187,185,11,.2);
    padding-bottom: 24px;
  }

  .pf-right {
    padding-top: 20px;
  }

  .pf-terms {
    grid-template-columns: 1fr;
  }

  .pf-term {
    flex: 1;
  }

  .pf-term__arrow {
    display: block;
    padding: 0;
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .pricing {
    padding-top: 72px;
  }

  .pricing .section-heading p {
    text-align: left;
  }

  .pricing-group {
    padding: 32px 20px 28px;
    border-radius: 18px;
  }

  .plan-col {
    padding: 24px 20px;
  }

  .pf-block {
    margin-top: 20px;
  }
}
.plan-col__foot {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.08);
}

/* plan-col内の価格 */
.plan-price--build {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  letter-spacing: -.03em;
  color: #8a8600;
  line-height: 1;
  margin: 12px 0 14px;
}

.plan-price--improve {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  letter-spacing: -.03em;
  color: #4a7cff;
  line-height: 1;
  margin: 12px 0 14px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-price__prefix {
  font-size: .45em;
  font-weight: 700;
  letter-spacing: .04em;
}

.plan-price__tax {
  font-size: .28em;
  letter-spacing: 0;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.6);
  font-weight: 600;
}

/* featuresラベル */
.plan-features-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(187,185,11,.8);
  margin: 0 0 10px;
  font-family: var(--font-ui, "Inter", sans-serif);
}

.plan-features-label--improve {
  color: rgba(74,124,255,.75);
}

/* 詳細ボタン */
.plan-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 18px;
  border: 1px solid rgba(187,185,11,.4);
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
  width: 100%;
  justify-content: center;
  letter-spacing: .01em;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.plan-detail-btn::-webkit-details-marker { display: none; }

/* 丸矢印アイコン（疑似要素）*/
.plan-detail-btn::after {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BBB90B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 5v10M5 11l5 5 5-5' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  flex-shrink: 0;
  transition: transform .2s ease;
}

.plan-detail-btn--improve::after {
  background-color: #4a7cff;
}

/* open時：丸矢印を上向きに */
.plan-accordion[open] .plan-detail-btn::after {
  transform: rotate(180deg);
}

.plan-detail-btn--improve {
  border-color: rgba(74,124,255,.3);
}

/* ============================================================
   PLAN ACCORDION（詳しい内容を見るアコーディオン）
============================================================ */
.plan-accordion {
  width: 100%;
}

/* open時：矢印はplan-detail-btn::afterで制御 */
.plan-accordion[open] summary svg {
  display: none;
}

.plan-accordion__body {
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.06);
  margin-top: 16px;
}

.plan-accordion--build .plan-accordion__body {
  border-top-color: rgba(187,185,11,.2);
}

.plan-accordion--improve .plan-accordion__body {
  border-top-color: rgba(74,124,255,.15);
}

.plan-accordion__note {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.8);
  margin: 0 0 16px;
}

/* ============================================================
   PLAN-NOTDO（右カラム内・plan-sitemapの青版）
============================================================ */
.plan-notdo {
  padding: 16px 18px;
  background: rgba(74,124,255,.05);
  border: 1px solid rgba(74,124,255,.15);
  flex: 1;
	border-radius: 14px;
}

.plan-notdo__label {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(74,124,255,.75);
  margin: 0 0 10px;
  display: block;
}

.plan-notdo__list {
  list-style: none;
  padding: 0 0 0 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-left: 2px solid rgba(74,124,255,.25);
}

.plan-notdo__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0 4px 8px;
}

.plan-notdo__item {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(74,124,255,.07);
  position: relative;
  padding-left: 20px;
}

.plan-notdo__item::before {
  content: "×";
  position: absolute;
  left: 7px;
  font-size: 9px;
  font-weight: 800;
  color: rgba(74,124,255,.45);
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .plan-notdo { padding: 14px 16px; }
}

.plan-sitemap__conclusion {
  font-size: 12px;
  font-weight: 700;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(187,185,11,.2);
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.6;
}

.plan-sitemap__conclusion::before {
  content: "→";
  color: #BBB90B;
  font-weight: 900;
  flex-shrink: 0;
}


/* ============================================================
   PRICING セクション見出しブロック
============================================================ */
.pricing-section-lead {
	position: relative;
  margin: 3rem 0 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 16px;
}
@media (max-width: 767px) {
.pricing-section-lead {
	  margin: 30% 0 1.5rem;
	}
}

.pricing-section-lead--green  { background: var(--pc-green) }
.pricing-section-lead--purple { background: var(--pc-purple); }
.pricing-section-lead--yellow { background: var(--pc-yellow); }
.pricing-section-lead--blue   { background: var(--pc-blue); }

.psl-img {
    position: absolute;
    top: 0;
    left: 3%;
    width: 28%;
}

.psl-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .psl-img {
	  top: -70px;
	  width: 38%;
    max-width: 120px;
  }
}

.psl-title {
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 0 30%;
}

.pricing-section-lead--green  .psl-title { color: #fff; }
.pricing-section-lead--purple .psl-title { color: #fff; }
.pricing-section-lead--yellow .psl-title { color: #fff; }
.pricing-section-lead--blue   .psl-title { color: #fff; }

.psl-sub {
  font-size: 0.95rem;
  color: #fff;
  margin: 0 0 0 30%;
  line-height: 1.6;
}

@media (max-width: 767px) {
	.psl-title {
	  margin: 0;
	}
	.psl-sub {
	  margin: 0;
	}
}
/* ============================================================
   PRICING 追加スタイル（2025年改定）
============================================================ */
.pricing-category {
  margin-bottom: 2rem;
}

.pricing-category-head {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-category-head .plan-badge {
  font-size: clamp(100%, 1.5vw, 112%);
}

.pricing-category-note {
  margin-top: 0.75rem;
  line-height: 1.7;
	font-size: clamp(100%, 1.5vw, 112%);
	font-weight: 600;
	text-align: center;
}
@media (max-width: 900px) {
	.pricing-category-note {
		text-align: left;
	}
}

.addon-note {
  display: inline-block;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: .05em;
  padding: .2em 1.2em;
  margin-bottom: .6em;
}
@media (max-width: 767px) {
	.addon-note {
	  font-size: 100%;
	  letter-spacing: -.03em;
	}
}

.addon-note::before,
.addon-note::after {
  content: "ー";
  font-weight: 400;
  margin: 0 .4em;
}

.pricing-category--green  .addon-note { color: var(--pc-green);  }
.pricing-category--purple .addon-note { color: var(--pc-purple); }

.pricing-bridge {
  padding: 1.25rem 0 0;
  margin: 0.5rem 0 56px;
  line-height: 1.7;
	font-size: clamp(100%, 1.5vw, 112%);
	font-weight: 600;
	text-align: center;
  position: relative;
}
@media (max-width: 900px) {
	.pricing-bridge {
		text-align: left;
	}
}

.pricing-bridge::before {
  content: '';
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto 0.25rem;
  background-color: #000;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5v14M5 13l7 7 7-7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

/* STRUCTURE 追加 */
.structure-bottom-note {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: rgba(187,185,11,0.08);
  border-left: 3px solid #BBB90B;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
}

.structure-bottom-note strong {
  color: #111;
}

/* STRUCTURE 3本柱 縦並び */
.structure-col3 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 720px;
  margin: 0 auto;
}

.structure-col3 .structure-block {
  flex: 1;
}

