

/* ========================================= Utilities ========================================= */
.container {width: 90%;max-width: 1000px;margin: 0 auto;}
.container--narrow {max-width: 1000px;}
.text-center {text-align: center;}
.mt-md {margin-top: 2.5rem;}
.section {padding: 6rem 0;}
.section__header {margin-bottom: 4rem;}
.section__title {font-family: var(--font-serif);font-size: 2.4rem;margin-bottom: 1rem;font-weight: 600;line-height: 1.4;color: var(--color-primary);}
.section__desc {font-size: 1rem;color: var(--color-text-light);}
.section__sub-title {font-size: 1.8rem;font-weight: 700;margin-bottom: 1.5rem;color: var(--color-primary);}
.mute {color: #ccc;text-decoration: line-through;}



/* =========================================
   Buttons
   ========================================= */
.btn {display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;padding: 1rem 3rem;border-radius: 4px;font-weight: 700;cursor: pointer;transition: all 0.3s var(--easing);overflow: hidden;}
.btn--primary {background-color: var(--color-accent);color: var(--color-white);box-shadow: 0 4px 15px rgba(15, 118, 110, 0.3);}
.btn--primary:hover {background-color: #115e59;transform: translateY(-2px);}
.btn--white {background-color: var(--color-white);color: var(--color-primary);}
.btn--white:hover {background-color: #f8f8f8;transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}
.btn--large {font-size: 1.1rem;padding: 1.2rem 4rem;min-width: 300px;border-radius: 50px;}

/* =========================================
   Strength Section (Card Styles)
   ========================================= */
.strength-lottie__data-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.5rem; }
.strength-data-card { background-color: #fff; border-radius: 12px; padding: 0.8rem; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); border: 1px solid rgba(15, 118, 110, 0.1); transition: transform 0.3s; }
.strength-data-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(15, 118, 110, 0.08); }
.hero-feature-card__icon { width: 48px; height: 48px; background-color: rgba(15, 118, 110, 0.1); color: var(--color-accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.hero-feature-card__main { font-size: 1.6rem; font-weight: 700; color: var(--color-primary); line-height: 1.2; font-family: var(--font-serif); }
.hero-feature-card__main .num { font-size: 1.8rem; }
.strength-data-card__label { font-size: 0.85rem; color: var(--color-text-light); margin-top: 0.3rem; font-weight: 700; }

/* =========================================
   Responsive Adjustments
   ========================================= */
@media (min-width: 600px) {
    .strength-lottie__data-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
    .header__hamburger { display: none; }
    .header__nav { display: block; position: static; height: auto; background: none; width: auto; }
    .header__list { flex-direction: row; gap: 2rem; align-items: center; }
    .strength { width: 80%; margin: 0 auto; }
}


/* =========================================
   Hero with Lottie (Optimized)
   ========================================= */
   
.hero-lottie {background-image:url(../img/hero-bg.jpg); position: relative; width: 100%; min-height: 100vh; background-color: #ffffff;display: flex; align-items: center; padding-top: 80px; overflow: hidden; background-size: cover; background-repeat: no-repeat;}
.hero-lottie::before {content:'';position: absolute;  background-color: rgba(255, 255, 255, 0.85); top: 0; right: 0; bottom: 0; left: 0; }
.hero-lottie__container { display: flex; flex-direction: column-reverse; align-items: center; gap: 0rem; padding: 2rem 0; position: relative;}
.hero-lottie__left { width: 100%; text-align: center; }
.hero-lottie__right { width: 100%; max-width: 500px; display: flex; justify-content: center; align-items: center; }
.hero-lottie__badge { display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; color: var(--color-text-light); margin-bottom: 1.5rem; border-bottom: 2px solid var(--color-text-light); padding-bottom: 0.2rem; }
.hero-lottie__title { font-family: var(--font-serif); font-size: 2.2rem; line-height: 1.3; font-weight: 700; color: var(--color-primary); margin-bottom: 1.5rem; }
.hero-lottie__title .highlight { background: linear-gradient(transparent 70%, #fef08a 70%); }
.hero-lottie__desc { font-size: 1rem; color: var(--color-text-light); line-height: 1.8; margin-bottom: 2.5rem; }
.btn--black { background-color: #111; color: #fff; border-radius: 50px; padding: 1rem 2.5rem; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }
.btn--black:hover { background-color: #333; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }

@media (min-width: 768px) {
    .hero-lottie__container { flex-direction: row; justify-content: space-between; height: 100%; min-height: 800px; }
    .hero-lottie__left { width:60%; text-align: left;  position: relative; z-index: 1;}
    .hero-lottie__right {position: relative; width: 40%;}
    .hero-lottie__right lotlottie-player{position: absolute;} 
    .hero-lottie__title { font-size: 3.2rem; }
    .hero-lottie__desc { font-size: 1.1rem; }
}

.hero-features { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 3rem; width: 100%; position: relative; z-index: 2; }
@media (min-width: 768px) {
    .hero-features { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
}
.hero-feature-card { padding: 1.5rem 1rem; border-radius: 12px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform 0.3s; }
.hero-feature-card:hover { transform: translateY(-5px); }
.hero-feature-card--blue { background-color: #e0f2fe; color: #0c4a6e; }
.hero-feature-card--blue .hero-feature-card__icon { border-color: #0284c7; color: #0284c7; }
.hero-feature-card--pink { background-color: #ffe4e6; color: #881337; }
.hero-feature-card--pink .hero-feature-card__icon { border-color: #e11d48; color: #e11d48; }
.hero-feature-card--yellow { background-color: #fef3c7; color: #78350f; }
.hero-feature-card--yellow .hero-feature-card__icon { border-color: #d97706; color: #d97706; }
.hero-feature-card__icon { width: 35px; height: 35px; border-radius: 50%; border: 2px solid; background-color: rgba(255, 255, 255, 0.6); display: flex; align-items: center; justify-content: center; margin:0 auto 0.8rem auto; }
.hero-feature-card__main { font-size: 0.8rem; font-weight: 700; margin-bottom: 0.5rem; display: flex; align-items: baseline; justify-content: center; white-space: nowrap; }
.hero-feature-card__main .num { font-size: 2.2rem; font-weight: 800; color: #f97316; font-family: var(--font-main); margin: 0 0.2rem; line-height: 1; }
.hero-feature-card__sub { font-size: 0.9rem; font-weight: 700; opacity: 0.9; }



/* =========================================
   お悩みセクション
   ========================================= */
.problem__list-wrapper { margin: 3rem auto 4rem; max-width: 700px; }
.problem__check-list { display: flex; flex-direction: column; gap: 1rem; }
.problem__check-list li { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.5rem; background-color: #fff; border-radius: 8px; border: 1px solid #e2e8f0; border-left: 5px solid #cbd5e1; box-shadow: 0 2px 5px rgba(0,0,0,0.03); transition: transform 0.3s; }
.problem__check-list li:hover { transform: translateX(5px); border-left-color: var(--color-accent-pop); }
.problem__check-list .icon { color: #94a3b8; font-size: 1.6rem; flex-shrink: 0; }
.problem__check-list .text { font-weight: 700; font-size: 0.95rem; line-height: 1.5; color: var(--color-text); }
.problem__check-list .text small { display: block; font-size: 0.8rem; font-weight: 400; color: var(--color-text-light); margin-top: 0.2rem; }
.solution-box { background-color: #fff; border: 2px solid var(--color-primary); border-radius: 16px; padding: 3rem 2rem 2.5rem; text-align: center; position: relative; box-shadow: 0 10px 30px rgba(30, 41, 59, 0.1); }
.solution-box__icon { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background-color: var(--color-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; border: 4px solid #fff; }
.solution-box__title { font-size: 1.4rem; font-weight: 700; color: var(--color-primary); margin-bottom: 2rem; line-height: 1.4; font-family: var(--font-serif); }
.solution-box__quote { font-size: 1rem; line-height: 1.8; font-weight: 500; background-color: #f0fdfa; padding: 1.5rem; border-radius: 8px; margin-bottom: 1.5rem; color: var(--color-primary); }
.solution-box__quote .text-accent { color: var(--color-accent); font-weight: 700; font-size: 1.1em; border-bottom: 2px solid var(--color-accent); }
.solution-box__desc { font-size: 1rem; line-height: 1.8; color: var(--color-text); }
@media (min-width: 768px) {
    .solution-box { padding: 3.5rem 4rem 3rem; }
    .solution-box__title { font-size: 1.8rem; }
}


/* =========================================
   Service Capabilities (できること3本柱)
   ========================================= */
.service-capabilities { padding-bottom: 6rem; }
.capabilities-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1100px; margin: 0 auto 3rem; }
.cap-card { background: #fff; border-radius: 12px; padding: 2rem; border: 1px solid var(--color-border); box-shadow: 0 4px 10px rgba(0,0,0,0.03); transition: transform 0.3s; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.cap-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.cap-card__head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 2px solid #f1f5f9; }
.cap-card__head .icon { font-size: 2rem; padding: 0.5rem; border-radius: 8px; background: #f8fafc; }
.cap-card__head .title { font-size: 1.2rem; font-weight: 700; color: var(--color-primary); line-height: 1.3; }
.cap-card__desc { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.6; margin-bottom: 1.5rem; min-height: 3em; }
.cap-list { list-style: none; margin-top: auto; }
.cap-list li { font-size: 0.95rem; margin-bottom: 0.8rem; padding-left: 1.4rem; position: relative; color: var(--color-text); line-height: 1.5; }
.cap-list li::before { content: "check"; font-family: "Material Symbols Outlined"; position: absolute; left: 0; top: 2px; font-size: 1.1rem; font-weight: bold; color: #cbd5e1; }
.cap-list li strong { font-weight: 700; color: var(--color-primary); border-bottom: 1px dashed #cbd5e1; }
.cap-card--proposal { border: 2px solid var(--color-accent-pop); background: #fff; }
.cap-card--proposal .cap-card__badge { position: absolute; top: 0; right: 0; background: var(--color-accent-pop); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.8rem; border-bottom-left-radius: 8px; }
.cap-card--proposal .cap-card__head .icon { color: var(--color-accent-pop); background: #fffbeb; }
.cap-card--proposal .cap-list li::before { color: var(--color-accent-pop); }
.cap-card--proposal .cap-list .highlight { background: linear-gradient(transparent 60%, #fef08a 60%); display: inline-block; width: 100%; }
.cap-card--defense { border-top: 4px solid var(--color-primary); }
.cap-card--defense .cap-card__head .icon { color: var(--color-primary); background: #f1f5f9; }
.cap-card--defense .cap-list li::before { color: var(--color-primary); }
.cap-card--it { border-top: 4px solid var(--color-accent); }
.cap-card--it .cap-card__head .icon { color: var(--color-accent); background: #f0fdfa; }
.cap-card--it .cap-list li::before { color: var(--color-accent); }
.text-note { font-size: 0.85rem; color: #94a3b8; line-height: 1.6; }

@media (min-width: 900px) {
    .capabilities-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}



/* =========================================
   Concept (Comparison) Styles
   ========================================= */
.concept { background-color: var(--color-white); }
.comparison-box { display: flex; flex-direction: column; gap: 1rem; margin-top: 4rem; align-items: center; }
.comparison-box__col { width: 100%; background: #f8fafc; border: 1px solid var(--color-border); padding: 2.5rem; border-radius: 12px; text-align: center; max-width: 450px; }
.comparison-box__col.active { background: var(--color-white); border: 2px solid var(--color-accent); box-shadow: 0 10px 30px rgba(15, 118, 110, 0.1); position: relative; overflow: hidden; }
.comparison-box__col.active::before { content: "おすすめ"; position: absolute; top: 0; right: 0; background: var(--color-accent); color: white; padding: 0.3rem 1rem; border-radius: 0 0 0 12px; font-size: 0.8rem; font-weight: 700; }
.comparison-box__center { font-size: 1.5rem; font-weight: 900; color: #cbd5e1; }
.comparison-box__title { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; }
.comparison-box__price { font-size: 2.5rem; font-weight: 700; font-family: var(--font-serif); color: var(--color-primary); margin-bottom: 1.5rem; }
.comparison-box__price span { font-size: 1rem; font-family: var(--font-main); }
.comparison-box__list { text-align: left; font-size: 0.95rem; }
.comparison-box__list li { margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem; }
.comparison-box__list.error li::before { content: "✕"; color: #ef4444; position: absolute; left: 0; font-weight: 700; }
.comparison-box__list.success li::before { content: "◎"; color: var(--color-accent); position: absolute; left: 0; font-weight: 700; }
@media (min-width: 768px) {
    .comparison-box { flex-direction: row; justify-content: center; align-items: stretch; gap: 2rem; }
    .comparison-box__center { align-self: center; }
}



/* =========================================
  「ホームページがあるだけ」の会社と、
「Web担当者がいる」会社、その差は歴然です。
   ========================================= */
.why-digitant { background-color: #fff; padding: 6rem 0; }
.why-digitant__header { margin-bottom: 5rem; }
.why-digitant__lead { font-size: 2rem; font-weight: 700; line-height: 1.6; color: var(--color-primary); margin-bottom: 2rem; font-family: var(--font-main); }
.highlight-navy { background: linear-gradient(transparent 60%, #bae6fd 60%); padding: 0 0.2em; }
.why-digitant__sub { font-size: 1.3rem; font-weight: 700; color: var(--color-text); margin-bottom: 1.5rem; }
.text-gold { color: #d97706; font-size: 1.5rem; margin: 0 0.2rem; }
.why-digitant__desc { font-size: 1rem; line-height: 1.9; color: var(--color-text-light); max-width: 800px; margin: 0 auto; }
.text-accent { color: var(--color-accent); font-weight: 700; }
.comparison-title { font-size: 1.4rem; font-weight: 700; color: var(--color-primary); margin-bottom: 3rem; font-family: var(--font-serif); }
.compare-table-wrapper { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 1040px; margin: 0 auto; }
.compare-col { background: #f8fafc; border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; text-align: center; transition: transform 0.3s; }
.compare-col__head { padding: 2rem 1rem; border-bottom: 1px solid var(--color-border); min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.compare-col__head .icon { font-family: 'Material Symbols Outlined'; font-size: 2.5rem; color: #94a3b8; margin-bottom: 0.8rem; }
.compare-col__head .name { font-weight: 700; color: var(--color-text); font-size: 1.1rem; }
.compare-col__head small { display: block; font-size: 0.85rem; font-weight: 400; color: var(--color-text-light); margin-top: 0.4rem; }
.compare-col__row { padding: 1.2rem 1rem; border-bottom: 1px solid #e2e8f0; display: flex; flex-direction: column; gap: 0.3rem; }
.compare-col__row:last-child { border-bottom: none; }
.compare-col__row .label { font-size: 0.75rem; color: #94a3b8; font-weight: 700; letter-spacing: 0.05em; }
.compare-col__row .value { font-size: 1rem; font-weight: 700; color: var(--color-text); line-height: 1.4; }
.compare-col__row small { font-weight: 400; font-size: 0.8rem; display: block; margin-top: 2px; color: #94a3b8; }

/* 主役カラム (DIGI TANT) */
.compare-col--recommend { background: #fff; border: 2px solid var(--color-accent); box-shadow: 0 20px 40px rgba(15, 118, 110, 0.15); transform: scale(1.02); position: relative; z-index: 2; border-radius: 12px; }
.compare-badge { position: absolute; top: 0; left: 0; width: 100%; background: var(--color-accent); color: #fff; font-weight: 700; font-size: 0.85rem; padding: 0.5rem 0; letter-spacing: 0.1em; text-transform: uppercase; }
.compare-col--recommend .compare-col__head { background: #fff; padding-top: 3.5rem; }
.compare-col--recommend .logo { font-family: var(--font-main); font-weight: 800; font-size: 1.8rem; color: var(--color-accent); letter-spacing: 0.05em; margin-bottom: 0.2rem; }
.compare-col--recommend .name { font-size: 1.1rem; color: var(--color-primary); }
.compare-col--recommend .value--strong { color: var(--color-accent); font-size: 1.2rem; }
.compare-col--recommend .unit { font-size: 0.9rem; color: var(--color-text); margin-left: 2px; }
.compare-col__foot { padding: 1rem; background: #fef2f2; color: #ef4444; font-size: 0.85rem; font-weight: 700; }

@media (min-width: 900px) {
    .why-digitant__lead { font-size: 2.4rem; }
    .compare-table-wrapper { grid-template-columns: 1fr 1.15fr 1fr; align-items: center; }
    .compare-col--recommend { transform: scale(1.1); margin: 0 0.5rem; }
}

/* =========================================
   Why DIGI TANT (スマホ最適化・コンパクト比較)
   ========================================= */
.why-digitant { background-color: #fff; padding: 5rem 0; }
.why-digitant__header { margin-bottom: 3rem; }
.compact-compare-wrapper { display: flex; flex-direction: column; gap: 1rem; max-width: 960px; margin: 0 auto; }
.cp-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--color-border); background: #fff; }
.cp-head { padding: 1rem 1.5rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; background: #f8fafc; border-bottom: 1px solid #f1f5f9; }
.cp-icon { color: #94a3b8; font-size: 1.8rem; }
.cp-title { font-weight: 700; color: var(--color-text); line-height: 1.2; }
.cp-title small { display: block; font-size: 0.75rem; color: #94a3b8; font-weight: 400; }
.cp-price { font-weight: 700; font-size: 1.2rem; color: var(--color-primary); font-family: var(--font-serif); }
.cp-price .u { font-size: 0.8rem; font-family: var(--font-main); }
.cp-body { padding: 1rem 1.5rem; font-size: 0.9rem; }
.cp-body dl { display: grid; grid-template-columns: 80px 1fr; gap: 0.5rem 1rem; align-items: baseline; }
.cp-body dt { color: #94a3b8; font-size: 0.8rem; font-weight: 700; }
.cp-body dd { color: var(--color-text); font-weight: 500; margin-bottom: 0.3rem; }
.cp-body .mute { color: #cbd5e1; }
.cp-risk { margin-top: 0.5rem; font-size: 0.8rem; color: #ef4444; text-align: right; font-weight: 700; }
.cp-card--gray { background: #fcfcfc; border-color: #e2e8f0; opacity: 0.9; }
.cp-card--main { border: 2px solid var(--color-accent); box-shadow: 0 8px 20px rgba(15, 118, 110, 0.1); position: relative; z-index: 2; transform: scale(1.02); }
.cp-badge { background: var(--color-accent); color: #fff; text-align: center; font-size: 0.75rem; font-weight: 700; padding: 0.3rem; letter-spacing: 0.1em; }
.cp-card--main .cp-head { background: #f0fdfa; border-bottom: 1px solid #ccfbf1; }
.cp-card--main .cp-icon { color: var(--color-accent); }
.cp-card--main .cp-title { color: var(--color-accent); font-size: 1.1rem; }
.cp-card--main .cp-title small { color: var(--color-primary); }
.cp-card--main .cp-price { color: var(--color-accent); font-size: 1.5rem; }
.cp-body .txt-strong { color: var(--color-primary); font-weight: 700; background: linear-gradient(transparent 70%, #ccfbf1 70%); }
.cp-foot { margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed #ccfbf1; color: var(--color-accent); font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }

@media (max-width: 767px) {
    .cp-card--gray .cp-body { display: none; }
    .cp-card--gray .cp-head { border-bottom: none; padding: 0.8rem 1.5rem; opacity: 0.7; }
    .cp-card--gray .cp-price { font-size: 1rem; color: #64748b; }
}

@media (min-width: 768px) {
    .compact-compare-wrapper { flex-direction: row; align-items: stretch; gap: 0; margin-top: 2rem; }
    .cp-card { flex: 1; border-radius: 0; border-right: none; display: flex; flex-direction: column; }
    .cp-card:first-child { border-radius: 12px 0 0 12px; border-right: 1px solid #e2e8f0; }
    .cp-card:last-child { border-radius: 0 12px 12px 0; border-right: 1px solid #e2e8f0; }
    .cp-card--main { flex: 1.2; border-radius: 12px; border: 2px solid var(--color-accent); margin: -1.5rem -2px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
    .cp-head { flex-direction: column; text-align: center; padding: 2rem 1rem; display: flex; gap: 0.5rem; }
    .cp-body { flex-grow: 1; padding: 2rem; }
    .cp-body dl { display: block; text-align: center; }
    .cp-body dt { margin-bottom: 0.2rem; display: block; margin-top: 1.5rem; }
    .cp-body dt:first-child { margin-top: 0; }
    .cp-risk { text-align: center; margin-top: 2rem; }
    .cp-card--gray .cp-body { display: block; }
}
/* =========================================
   改善事例
   ========================================= */
.achievements-grid-layout { background-color: var(--color-bg); padding-bottom: 6rem; }
.grid-wrapper { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 4rem; }
.grid-card { background: #fff; border-radius: 16px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.02); border: 1px solid var(--color-border); display: flex; flex-direction: column; transition: transform 0.3s; position: relative; overflow: hidden; }
.grid-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); border-color: var(--color-primary); }
.grid-card__head { margin-bottom: 1rem; }
.grid-card__head .tag { display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 2px 10px; border-radius: 4px; margin-bottom: 0.5rem; color: #fff; }
.tag--red { background: #ef4444; }
.tag--green { background: #10b981; }
.tag--blue { background: #3b82f6; }
.tag--gray { background: #64748b; }
.grid-card__head .title { font-size: 1.3rem; font-weight: 700; color: var(--color-primary); line-height: 1.3; }
.grid-card .desc { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.6; margin-bottom: 1.5rem; flex-grow: 1; }

/* 1. EC改善 (グラフ風) */
.mini-result { background: #f8fafc; padding: 1rem; border-radius: 8px; border: 1px solid #e2e8f0; }
.result-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; font-size: 0.9rem; }
.result-row .label { font-weight: 700; color: #64748b; }
.result-row .val-group { font-family: var(--font-main); font-weight: 700; }
.result-row .old { color: #cbd5e1; text-decoration: line-through; font-size: 0.85rem; }
.result-row .new { color: #ef4444; font-size: 1.1rem; margin-left: 5px; }
.result-row .badge { background: #fee2e2; color: #ef4444; font-size: 0.7rem; padding: 1px 6px; border-radius: 4px; font-weight: 700; }

/* 2. LINE誘導 */
.visual-area { background: #f0fdf4; padding: 1rem; border-radius: 8px; border: 1px solid #dcfce7; }
.line-visual { display: flex; align-items: center; gap: 1rem; }
.line-visual .icon { background: #22c55e; color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.line-text .label { font-size: 0.8rem; color: #15803d; font-weight: 700; display: block; }
.line-text .val-group { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; }
.line-text .old { color: #86efac; text-decoration: line-through; }
.line-text .new { color: #15803d; font-size: 1.4rem; line-height: 1; }

/* 3. テキスト改善 (Before/After) */
.text-comparison { background: #eff6ff; padding: 1rem; border-radius: 8px; border: 1px solid #dbeafe; text-align: center; }
.cmp-box { background: #fff; padding: 0.5rem; border-radius: 4px; font-size: 0.85rem; font-weight: 700; color: #64748b; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.cmp-box.good { color: #2563eb; border: 1px solid #2563eb; }
.cmp-result { margin-top: 0.8rem; font-size: 0.9rem; font-weight: 700; color: #1e40af; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.cmp-result strong { font-size: 1.2rem; color: #ef4444; }

/* 4. セキュリティ */
.security-status-mini { background: #f1f5f9; padding: 1rem; border-radius: 8px; }
.status-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 0.9rem; color: #334155; }
.status-row .icon.safe { color: var(--color-accent); }
.status-row .res { margin-left: auto; font-weight: 700; color: var(--color-primary); }

@media (min-width: 768px) {
    .grid-wrapper { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

/* =========================================
   Cases Section (相談例・チャット＆カテゴリ統合版)
   ========================================= */
.cases { background-color: #f8f9fa; }
.cases__wrapper { max-width: 800px; margin: 0 auto; }
.cases__chat { display: flex; align-items: flex-end; gap: 1rem; margin-bottom: 1.5rem; }
.cases__chat--left { justify-content: flex-start; }
.cases__chat--right { justify-content: flex-end; }
.cases__icon { width: 40px; height: 40px; background: #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.cases__icon .material-symbols-outlined { font-size: 24px; color: #666; }
.cases__icon--pro { background: var(--color-primary); }
.cases__bubble { padding: 1rem 1.5rem; border-radius: 20px; font-size: 0.95rem; line-height: 1.6; position: relative; max-width: 80%; }
.cases__chat--left .cases__bubble { background: #fff; border: 1px solid #e9ecef; border-bottom-left-radius: 4px; color: var(--color-text); }
.cases__chat--right .cases__bubble { background:#8c8c8c; color: #fff; border-bottom-right-radius: 4px; font-weight: 500; }
.cases__list-box { margin-top: 4rem; }
.cases__list-title { text-align: center; font-size: 1.3rem; font-weight: 700; color: var(--color-primary); margin-bottom: 2rem; }
.cases__category-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.category-item { background: #f8fafc; border-radius: 8px; padding: 1.5rem; border: 1px solid #e2e8f0; }
.cat-head { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; font-weight: 700; color: var(--color-primary); border-bottom: 2px solid var(--color-accent-pop); padding-bottom: 0.5rem; }
.cat-head .icon { color: var(--color-accent); }
.cat-list { list-style: none; }
.cat-list li { font-size: 0.9rem; margin-bottom: 0.5rem; padding-left: 1rem; position: relative; color: var(--color-text); }
.cat-list li::before { content: "•"; position: absolute; left: 0; color: var(--color-text-light); }
.cases__note-box { background: #fff; border: 2px dashed #cbd5e1; border-radius: 12px; padding: 2rem; margin-top: 3rem; }
.main-note { font-size: 1.1rem; font-weight: 700; color: var(--color-primary); margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; line-height: 1.6; }
.main-note .icon { color: var(--color-accent); font-size: 1.4rem; }
.sub-note { font-size: 0.85rem; color: #64748b; line-height: 1.6; text-align: left; max-width: 600px; margin: 0 auto; }

@media (min-width: 768px) {
    .cases__category-grid { grid-template-columns: repeat(3, 1fr); }
    .sub-note { text-align: center; }
}


/* =========================================
   Pricing Plans (料金プランセクション)
   ========================================= */
.plan__grid {display: grid;grid-template-columns: 1fr;gap: 2rem;margin-top: 3rem;align-items: start;}
.plan-card { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; padding: 2.5rem 1rem; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
.plan-card--recommend { border: 2px solid var(--color-primary); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); transform: scale(1.05); z-index: 2; }
.plan-card--recommend:hover { transform: scale(1.05) translateY(-5px); }
.plan-card__badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--color-accent); color: #fff; font-weight: bold; padding: 0.5rem 1.5rem; border-radius: 99px; font-size: 0.9rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.plan-card__head { text-align: center; margin-bottom: 1.5rem; }
.plan-card__icon .material-symbols-outlined { font-size: 3rem; color: #64748b; margin-bottom: 1rem; }
.plan-card--recommend .plan-card__icon .material-symbols-outlined { color: var(--color-primary); }
.plan-card__name { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.25rem; }
.plan-card__role { font-size: 0.9rem; color: #64748b; margin-bottom: 1rem; font-weight: 500; }
.plan-card__price { display: flex; align-items: baseline; justify-content: center; color: #1e293b; }
.plan-card__price .yen { font-size: 0.9rem; font-weight: bold; }
.plan-card__price .num { font-size: 2.5rem; font-weight: 700; line-height: 1; margin: 0 0.2rem; }
.plan-card__price .unit { font-size: 1rem; font-weight: bold; }
.plan-card__price .tax { font-size: 0.75rem; color: #94a3b8; }
.plan-card--recommend .plan-card__price { color: var(--color-primary); }
.plan-card__desc { font-size: 0.95rem; color: #475569; text-align: center; line-height: 1.6; margin-bottom: 1.5rem; }
.plan-card__separator { height: 1px; background: #e2e8f0; margin: 1.5rem 0; }
.plan-card__features { list-style: none; padding: 0; margin-bottom: 2rem; }
.plan-card__features li { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; font-size: 0.95rem; color: #334155; }
.plan-card__features li .icon { font-size: 1.25rem; color: var(--color-primary); }
.plan-card__features li.disabled { color: #cbd5e1; text-decoration: line-through; }
.plan-card__features li.disabled .icon { color: #cbd5e1; }
.plan-card__features li.highlight { background: #f0f9ff; padding: 0.5rem; border-radius: 6px; color: var(--color-primary); font-weight: bold; }
.btn--full { width: 100%; display: flex; justify-content: center; align-items: center; }
.btn--outline { border: 2px solid #cbd5e1; color: #475569; background: transparent; }
.btn--outline:hover { border-color: #94a3b8; background: #f8fafc; }
.btn--shadow { box-shadow: 0 4px 10px rgba(var(--color-primary-rgb), 0.3); }
.plan-card__note { text-align: center; font-size: 0.75rem; color: #64748b; margin-top: 0.5rem; }

@media (max-width: 768px) {
    .plan-card--recommend { transform: none; order: -1; border-width: 4px; }
    .plan-card:hover, .plan-card--recommend:hover { transform: none; }
}
@media (min-width: 850px) {
  .plan__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =========================================
   Cost Comparison (採用コスト比較 - 完成版)
   ========================================= */
.cost-comparison { background-color: #f8fafc; padding:0 0 6rem 0; }
.comparison-visual { max-width: 900px; margin: 0 auto; }
.comparison-chart { display: flex; justify-content: center; align-items: flex-end; gap: 1rem; margin-bottom: 3rem; padding: 2rem; background: #fff; border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid var(--color-border); position: relative; }
.chart-column { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; max-width: 300px;}
.chart-header { text-align: center; margin-bottom: 1rem; min-height: 80px; }
.chart-header .icon { font-size: 2.5rem; margin-bottom: 0.5rem; display: block; }
.chart-column--hiring .icon { color: #94a3b8; }
.chart-column--digitant .icon { color: var(--color-accent); }
.chart-header h4 { font-size: 1.1rem; font-weight: 700; color: var(--color-text); line-height: 1.3; }
.chart-header h4 small { display: block; font-size: 0.85rem; font-weight: 400; color: var(--color-text-light); }
.chart-bar-wrapper { width: 100%; height: 300px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; position: relative; margin-bottom: 1rem; }
.chart-bar { width: 100%; transition: height 1s ease-out; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; font-weight: 700; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.hiring-bar { height: 100%; background: #cbd5e1; border-radius: 8px 8px 0 0; justify-content: flex-start; overflow: hidden; }
.cost-breakdown { width: 100%; padding: 0.5rem; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.cost-breakdown:first-child { background: #94a3b8; height: 15%; font-size: 0.8rem; }
.cost-breakdown.main { background: #64748b; height: 20%; font-size: 0.8rem; }
.cost-breakdown.salary { background: #475569; flex-grow: 1; font-size: 1rem; }
.digitant-bar { height: 60px; background: var(--color-accent); border-radius: 4px; z-index: 2; }
.digitant-bar .cost-value-main { font-size: 1.2rem; color: #fff; }
.savings-box { width: 100%; flex-grow: 1; border: 3px dashed #ef4444; border-bottom: none; border-radius: 8px 8px 0 0; background-color: #fef2f2; margin-bottom: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #ef4444; animation: pulse 3s infinite; }
.savings-text { font-size: 0.9rem; font-weight: 700; text-align: center; line-height: 1.4; }
.savings-text strong { font-size: 1.3rem; background: linear-gradient(transparent 70%, rgba(239, 68, 68, 0.2) 70%); }
.savings-arrow { margin-top: 0.5rem; font-size: 1.2rem; animation: bounce 1.5s infinite; }
.chart-badge { background: var(--color-accent-pop); color: #fff; font-weight: 700; font-size: 0.85rem; padding: 0.4rem 1.2rem; border-radius: 20px; white-space: nowrap; box-shadow: 0 4px 8px rgba(0,0,0,0.15); }
.chart-vs { font-size: 1.5rem; font-weight: 900; color: #cbd5e1; font-style: italic; margin-bottom: 50px; }
.chart-total { font-size: 1.1rem; font-weight: 700; color: var(--color-text); margin-top: 0.5rem; }
.chart-total .price { font-size: 1.6rem; font-family: var(--font-serif); }
.chart-total.text-accent { color: var(--color-accent); }
.chart-risk { font-size: 0.8rem; margin-top: 0.3rem; font-weight: 700; }
.comparison-note { font-size: 0.95rem; line-height: 1.8; color: var(--color-text); margin-top: 2rem; }

@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
@keyframes pulse { 0% { background-color: #fef2f2; } 50% { background-color: #fff1f2; } 100% { background-color: #fef2f2; } }

@media (min-width: 768px) { .comparison-chart { gap: 3rem; padding: 3rem 4rem; } }
@media (max-width: 600px) { .chart-bar-wrapper { height: 220px; } .savings-text { font-size: 0.8rem; } .savings-text strong { font-size: 1.1rem; } .chart-column { max-width: 45%; } .chart-header { min-height: auto; margin-bottom: 0.5rem; } }

/* =========================================
   LINE Offer Section (LINE登録訴求)
   ========================================= */
.line-offer { padding:3rem 0 6rem 0; }
.line-offer__box { background: #fff; border: 4px solid #06c755; border-radius: 20px; padding: 2rem; display: flex; flex-direction: column; gap: 2rem; align-items: center; position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(6, 199, 85, 0.15); }
.line-offer__content { flex: 1; position: relative; z-index: 2; }
.line-offer__badge { display: inline-block; background: #ef4444; color: #fff; font-weight: 700; font-size: 0.85rem; padding: 0.3rem 1rem; border-radius: 50px; margin-bottom: 1rem; animation: bounce 2s infinite; }
.line-offer__title { font-size: 1.6rem; font-weight: 700; color: var(--color-text); line-height: 1.4; margin-bottom: 1.5rem; }
.line-offer__title .sub { font-size: 1.1rem; color: var(--color-text-light); }
.line-offer__title .highlight-line { color: #06c755; background: linear-gradient(transparent 70%, #dcfce7 70%); }
.line-offer__desc { font-size: 1rem; line-height: 1.8; color: var(--color-text); margin-bottom: 2rem; }
.btn--line { background-color: #06c755; color: #fff; font-weight: 700; padding: 1rem 2rem; border-radius: 50px; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 1.1rem; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3); }
.btn--line:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(6, 199, 85, 0.4); background-color: #05b54d; color: #fff; }
.line-offer__action .note { font-size: 0.8rem; color: #94a3b8; margin-top: 0.8rem; }
.line-offer__visual { flex: 0.8; display: flex; justify-content: center; }
.smartphone-mockup { background: #f0f2f5; border: 8px solid #333; border-radius: 20px; padding: 10px; width: 260px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.screen { display: flex; flex-direction: column; gap: 10px; padding: 10px 0; }
.chat-bubble { max-width: 85%; padding: 10px 14px; border-radius: 12px; font-size: 0.8rem; line-height: 1.4; position: relative; }
.chat-bubble.left { background: #fff; align-self: flex-start; border-top-left-radius: 2px; color: #333; }
.chat-bubble.right { background: #dcfce7; align-self: flex-end; border-top-right-radius: 2px; color: #064e3b; }

@media (min-width: 900px) {
    .line-offer__box { flex-direction: row; padding: 4rem; gap: 4rem; justify-content: space-between; }
}

@media (max-width: 767px) {
    .line-offer__title { font-size: 1.4rem; }
    .btn--line { width: 100%; justify-content: center; }
    .smartphone-mockup { width: 100%; max-width: 300px; }
}
/* =========================================
   段階的リニューアル
   ========================================= */
.renewal-timeline { background-color: #fff; padding: 6rem 0; }
.timeline-container { max-width: 800px; margin: 0 auto; position: relative; }
.timeline-item { display: flex; gap: 1.5rem; margin-bottom: 0; position: relative; }
.timeline-marker { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 50px; }
.timeline-marker .num { width: 50px; height: 50px; background-color: var(--color-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-main); font-size: 1.2rem; z-index: 2; box-shadow: 0 0 0 4px #fff; }
.timeline-marker .line { width: 2px; background-color: #e2e8f0; flex-grow: 1; min-height: 100px; margin-top: -5px; margin-bottom: -5px; }
.timeline-item:last-child .timeline-marker .line { display: none; }
.timeline-content { padding-bottom: 3rem; padding-top: 0.5rem; }
.step-label { display: inline-block; font-size: 0.8rem; font-weight: 700; color: var(--color-accent); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.timeline-title { font-size: 1.2rem; font-weight: 700; color: var(--color-primary); margin-bottom: 1rem; line-height: 1.4; }
.timeline-text { font-size: 0.95rem; line-height: 1.7; color: var(--color-text); background: #f8fafc; padding: 1.5rem; border-radius: 8px; border: 1px solid #f1f5f9; }
.timeline-text .text-accent { color: var(--color-accent); font-weight: 700; }

@media (min-width: 768px) {
    .timeline-marker { width: 60px; }
    .timeline-marker .num { width: 60px; height: 60px; font-size: 1.4rem; }
    .timeline-title { font-size: 1.4rem; }
}

/* =========================================
   Flow Section (導入の流れ)
   ========================================= */
.flow { background-color: #fff; padding-bottom: 6rem; }
.flow__wrapper { display: flex; flex-direction: column; gap: 1.5rem; align-items: center; max-width: 1000px; margin: 0 auto; }
.flow-card { background: #f8fafc; border: 1px solid var(--color-border); border-radius: 12px; padding: 2rem 1.5rem; flex: 1; text-align: center; position: relative; transition: transform 0.3s; }
.flow-card--active { background: #f0fdfa; border: 2px solid var(--color-accent); }
.flow-card--active .icon { background: var(--color-accent) !important; color: #fff !important; }
.flow-card__head { display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem; position: relative; }
.step-num { font-family: var(--font-main); font-weight: 900; font-size: 1.2rem; color: #cbd5e1; margin-bottom: 0.5rem; letter-spacing: 0.1em; }
.flow-card--active .step-num { color: var(--color-accent); }
.flow-card .icon { width: 60px; height: 60px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--color-primary); box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.flow-card__title { font-size: 1.1rem; font-weight: 700; color: var(--color-text); margin-bottom: 0.8rem; }
.flow-card--active .flow-card__title { color: var(--color-accent); }
.flow-card__text { font-size: 0.9rem; line-height: 1.6; color: var(--color-text-light); text-align: left; }
.flow-arrow { display: flex; align-items: center; justify-content: center; color: #cbd5e1; }
.flow-arrow span { font-size: 2rem; transform: rotate(90deg); }
.flow__note { font-size: 0.85rem; color: #94a3b8; text-align: center; margin-top: 2rem; }

@media (min-width: 900px) {
    .flow__wrapper { flex-direction: row; align-items: stretch; justify-content: space-between; gap: 1rem; }
    .flow-arrow span { transform: rotate(0deg); }
    .flow-card__text { text-align: center; }
}

/* =========================================
   FAQ Section (Minimalist Toggle)
   ========================================= */
.faq { background-color: #fff; padding-bottom: 6rem; }
.faq__list { max-width: 800px; margin: 0 auto; border-top: 1px solid #e2e8f0; }
.faq__item { border-bottom: 1px solid #e2e8f0; }
.faq__question { width: 100%; padding: 1.5rem 1rem 1.5rem 0; background: none; border: none; text-align: left; font-size: 1rem; font-weight: 700; color: var(--color-text); display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: color 0.3s; position: relative; }
.faq__question:hover { color: var(--color-primary); }
.q-mark { color: var(--color-accent); font-family: var(--font-serif); font-weight: 400; margin-right: 0.8rem; font-size: 1.1rem; }
.faq__icon { width: 20px; height: 20px; position: relative; flex-shrink: 0; margin-left: 1rem; }
.faq__icon::before, .faq__icon::after { content: ''; position: absolute; background-color: #cbd5e1; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform 0.3s ease, background-color 0.3s; }
.faq__icon::before { width: 100%; height: 2px; }
.faq__icon::after { width: 2px; height: 100%; }
.faq__item.is-open .faq__icon::before { transform: translate(-50%, -50%) rotate(180deg); background-color: var(--color-primary); }
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq__answer-inner { padding: 0 1rem 2rem 2rem; display: flex; gap: 0.8rem; }
.a-mark { color: var(--color-primary); font-family: var(--font-serif); font-weight: 700; font-size: 1.1rem; line-height: 1.6; }
.faq__answer p { font-size: 0.95rem; color: var(--color-text-light); line-height: 1.7; margin: 0; }

/* =========================================
   Journal / News Section (ブログ・お知らせ)
   ========================================= */
.journal { background-color: #fff; padding-bottom: 6rem; }
.journal__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1000px; margin: 0 auto; }
.journal-card { display: block; text-decoration: none; color: var(--color-text); transition: transform 0.4s ease, opacity 0.4s; cursor: pointer; }
.journal-card:hover { transform: translateY(-5px); opacity: 0.9; }
.journal-card__img { width: 100%; aspect-ratio: 16 / 9; background-color: #f1f5f9; border-radius: 8px; overflow: hidden; margin-bottom: 1.2rem; }
.journal-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.journal-card:hover .journal-card__img img { transform: scale(1.05); }
.journal-card__body { display: flex; flex-direction: column; gap: 0.5rem; }
.journal-card__meta { display: flex; align-items: center; gap: 1rem; font-size: 0.8rem; color: #94a3b8; font-family: var(--font-main); }
.journal-card__meta .tag { color: var(--color-accent); font-weight: 500; }
.journal-card__title {font-size: 1rem;font-weight: 700;line-height: 1.6;color: var(--color-text);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;line-clamp: 3;overflow: hidden;transition: color 0.3s;}
.journal-card:hover .journal-card__title { color: var(--color-primary); }
.journal__footer { margin-top: 4rem; text-align: center; }
.btn-text-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--color-text); text-decoration: none; font-weight: 700; font-size: 0.95rem; border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: color 0.3s; }
.btn-text-link:hover { color: var(--color-accent); }
.btn-text-link .material-symbols-outlined { font-size: 1.1rem; transition: transform 0.3s; }
.btn-text-link:hover .material-symbols-outlined { transform: translateX(4px); }

@media (min-width: 768px) {
    .journal__grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
}

/* =========================================
   Contact Section (お問い合わせセクション)
   ========================================= */
.contact { background-color: #f8fafc; padding-bottom: 6rem; }
.contact__wrapper { display: flex; flex-direction: column; gap: 2rem; max-width: 1000px; margin: 0 auto; }
.contact-method { background: #fff; border-radius: 16px; padding: 2rem; border: 1px solid var(--color-border); box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.contact-method--line { flex: 0.8; border: 2px solid #06c755; background: #f0fdf4; text-align: center; position: sticky; top: 100px; }
.contact-method--form { flex: 1.2; }
.method-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid #f1f5f9; }
.contact-method--line .method-head { flex-direction: column; border-bottom: none; gap: 0.5rem; }
.icon-badge { width: 50px; height: 50px; background: #06c755; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.icon-badge--blue { background: var(--color-primary); }
.method-title { font-size: 1.2rem; font-weight: 700; color: var(--color-text); }
.method-desc { font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; color: var(--color-text); }
.method-note { font-size: 0.8rem; color: #64748b; margin-top: 1rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-label { font-size: 0.9rem; font-weight: 700; color: var(--color-text); display: flex; align-items: center; gap: 0.5rem; }
.tag-req { background: #ef4444; color: #fff; font-size: 0.7rem; padding: 2px 6px; border-radius: 4px; }
.tag-any { background: #94a3b8; color: #fff; font-size: 0.7rem; padding: 2px 6px; border-radius: 4px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 1rem; background: #fff; transition: border-color 0.3s, box-shadow 0.3s; font-family: inherit; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1); }
.form-textarea { height: 150px; resize: vertical; }
.select-wrapper { position: relative; }
.select-wrapper::after { content: "expand_more"; font-family: "Material Symbols Outlined"; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); pointer-events: none; color: #64748b; }
.form-action { margin-top: 1rem; }

@media (min-width: 900px) {
    .contact__wrapper { flex-direction: row; align-items: flex-start; }
}
@media (max-width: 899px) { 
    .contact-method--line { position: static; } 
}

/* =========================================
   ナレッジ Archive 
   ========================================= */
.page-header { padding: 120px 0 60px; background-color: #f8fafc; margin-bottom: 0; }
.page-header__title { font-family: var(--font-serif); font-size: 2.5rem; color: var(--color-primary); margin-bottom: 0.5rem; }
.page-header__sub { font-size: 0.9rem; color: #64748b; font-weight: 700; }
.breadcrumbs { background-color: #f8fafc; padding-bottom: 2rem; font-size: 0.8rem; }
.breadcrumbs__list { display: flex; gap: 0.5rem; list-style: none; padding: 0; margin: 0; color: #94a3b8; }
.breadcrumbs__list a { color: #64748b; text-decoration: none; }
.breadcrumbs__list a:hover { text-decoration: underline; }
.breadcrumbs__list li::after { content: "/"; margin-left: 0.5rem; color: #cbd5e1; }
.breadcrumbs__list li:last-child::after { content: none; }
.archive { padding-top: 4rem; padding-bottom: 6rem; }
.category-filter { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 3rem; justify-content: center; }
.cat-pill { display: inline-block; padding: 0.5rem 1.2rem; border-radius: 50px; background: #fff; border: 1px solid #e2e8f0; color: var(--color-text); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: all 0.3s; }
.cat-pill:hover, .cat-pill.is-active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.archive__grid { margin-bottom: 4rem; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 0.8rem; }
.page-num { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 4px; text-decoration: none; color: var(--color-text); font-weight: 700; font-family: var(--font-main); transition: all 0.3s; background: #fff; border: 1px solid #e2e8f0; }
.page-num:hover, .page-num.current { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.page-num.next { font-size: 1.2rem; }
.cta-mini { background: var(--color-primary); padding: 4rem 0; color: #fff; text-align: center; }
.cta-mini__box { max-width: 800px; margin: 0 auto; }
.cta-mini__title { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
.cta-mini__desc { font-size: 1rem; margin-bottom: 2rem; opacity: 0.9; }
.cta-mini__actions { display: flex; justify-content: center; gap: 1.5rem; }
.btn--white { background: #fff; color: var(--color-primary); padding: 0.8rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 700; transition: opacity 0.3s; }
.btn--white:hover { opacity: 0.9; }
.btn--outline-white { background: transparent; color: #fff; border: 1px solid #fff; padding: 0.8rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 700; transition: background 0.3s, color 0.3s; }
.btn--outline-white:hover { background: #fff; color: var(--color-primary); }

@media (max-width: 767px) {
    .page-header__title { font-size: 1.8rem; }
    .cta-mini__actions { flex-direction: column; gap: 1rem; }
    .btn--white, .btn--outline-white { width: 100%; display: block; }
}

/* =========================================
   Contact Page Template (お問い合わせページ)
   ========================================= */
.contact-page { background-color: #f8fafc; padding-bottom: 6rem; padding-top: 2rem; }
.contact-lead { max-width: 600px; margin: 0 auto 3rem; line-height: 1.8; color: var(--color-text); text-align: center; }
.contact-routing { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto 4rem; }
.routing-card { flex: 1; background: #fff; border: 1px solid var(--color-border); border-radius: 8px; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; text-decoration: none; color: var(--color-text); font-weight: 700; transition: all 0.3s; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.routing-card:hover { transform: translateY(-3px); box-shadow: 0 10px 15px rgba(0,0,0,0.05); border-color: var(--color-primary); color: var(--color-primary); }
.routing-card .icon { font-size: 1.8rem; color: #cbd5e1; margin-right: 1rem; }
.routing-card:hover .icon { color: var(--color-primary); }
.routing-card .text { flex: 1; font-size: 1rem; }
.routing-card .arrow { font-size: 1.2rem; }
.contact-body-wrapper { max-width: 800px; margin: 0 auto; }
.form-container { background: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; }
.form-title { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; color: var(--color-text); }
.contact-line-box { background: #f0fdf4; border: 2px solid #06c755; border-radius: 12px; padding: 1.5rem; margin-bottom: 3rem; }
.line-box-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.line-text h3 { font-size: 1.1rem; font-weight: 700; color: #06c755; margin-bottom: 0.3rem; }
.line-text p { font-size: 0.85rem; color: var(--color-text); margin: 0; }
.form-group-row { display: flex; flex-direction: column; gap: 1.5rem; }
.form-privacy { margin: 2rem 0; text-align: center; }
.privacy-label { display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.privacy-label input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; }
.privacy-text { font-size: 0.9rem; }
.privacy-text a { color: var(--color-primary); text-decoration: underline; }

@media (min-width: 768px) {
    .contact-routing { flex-direction: row; justify-content: center; }
    .form-container { padding: 3rem 4rem; }
    .line-box-inner { flex-direction: row; text-align: left; justify-content: space-between; padding: 0 1rem; }
    .form-group-row { flex-direction: row; }
    .form-group-row .form-group { flex: 1; }
}
/* =========================================
   Company Profile Styles (会社概要・プロフィール)
   ========================================= */
.profile-message { display: flex; flex-direction: column; gap: 2rem; align-items: center; margin-bottom: 4rem; }
.profile-img { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 4px solid #f8fafc; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.profile-img img { width: 100%; height: 100%; object-fit: cover; }
.profile-text { flex: 1; }
.profile-text h2 { font-size: 1.4rem; color: var(--color-primary); margin-bottom: 1rem; border-bottom: none; }
.profile-text .sign { margin-top: 1.5rem; font-family: var(--font-serif); font-size: 1.1rem; color: var(--color-text); }
.profile-text .sign strong { font-size: 1.4rem; margin-left: 0.5rem; }
.divider { border: none; border-top: 1px dashed #cbd5e1; margin: 3rem 0; }
.google-map { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #f1f5f9; }
.google-map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (min-width: 768px) {
    .profile-message { flex-direction: row; align-items: flex-start; gap: 3rem; }
    .profile-img { width: 200px; height: 200px; }
}




/* =========================================
   Single Page (記事詳細) Styles
   ========================================= */
.container--text { max-width: 800px; margin: 0 auto; }
.breadcrumbs--single { background: #fff; padding-top: 100px; margin-bottom: 2rem; }
.article-header { margin-bottom: 3rem; text-align: left; }
.article-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; font-family: var(--font-main); color: #64748b; }
.cat-label { background: var(--color-primary); color: #fff; font-size: 0.8rem; padding: 0.2rem 0.8rem; border-radius: 4px; text-decoration: none; font-weight: 500; }
.article-title { font-size: 1.8rem; font-weight: 700; line-height: 1.5; color: var(--color-text); margin-bottom: 2rem; }
.article-thumbnail { width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.article-thumbnail img { width: 100%; height: auto; display: block; }

/* 目次 */
.toc { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 1.5rem 2rem; margin-bottom: 3rem; }
.toc__title { font-weight: 700; text-align: center; margin-bottom: 1rem; color: var(--color-text); }
.toc__list { list-style: none; padding: 0; margin: 0; }
.toc__list li { margin-bottom: 0.5rem; }
.toc__list a { text-decoration: none; color: var(--color-text); font-size: 0.95rem; }
.toc__list a:hover { text-decoration: underline; color: var(--color-primary); }
.toc__list ul { list-style: none; padding-left: 1.5rem; margin-top: 0.5rem; }


 

/* 記事本文エリア */
.post-body { font-size: 1rem; line-height: 1.9; color: var(--color-text); }
.post-body p { margin-bottom: 1.8rem; }
.post-body h2 { font-size: 1.5rem; font-weight: 700; margin-top: 4rem; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--color-primary); color: var(--color-text); }
.post-body h3 { font-size: 1.3rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 1rem; padding-left: 0.8rem; border-left: 5px solid var(--color-accent); color: var(--color-text); }
.post-body ul, .post-body ol { margin-bottom: 2rem; padding: 1.5rem 1.5rem 1.5rem 2.5rem; background: #f8fafc; border-radius: 8px; }
.post-body ul li { margin-bottom: 0.5rem; list-style: disc; }
.post-body ol li { margin-bottom: 0.5rem; list-style: decimal; }
.post-body blockquote { margin: 2rem 0; padding: 1.5rem; border-left: 4px solid #cbd5e1; background: #f1f5f9; color: #64748b; font-style: italic; }
.post-body blockquote p:last-child { margin-bottom: 0; }
.post-body img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.post-body figure { margin: 2rem 0; text-align: center; }
.post-body figcaption { font-size: 0.85rem; color: #94a3b8; margin-top: 0.5rem; }

/* 記事フッター */
.article-footer { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #e2e8f0; }
.share-btns { display: flex; align-items: center; gap: 1rem; }
.share-label { font-weight: 700; font-family: var(--font-main); }
.share-btn { display: inline-block; padding: 0.4rem 1rem; border-radius: 4px; color: #fff; text-decoration: none; font-size: 0.8rem; font-weight: 700; }
.x-btn { background: #000; }
.fb-btn { background: #1877f2; }
.line-btn { background: #06c755; }
.related-posts { padding: 4rem 0 6rem; }
.related-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 2rem; }

@media (max-width: 767px) {
    .article-title { font-size: 1.4rem; }
    .post-body h2 { font-size: 1.3rem; margin-top: 3rem; }
    .post-body h3 { font-size: 1.1rem; }
}
