/* CREETALK company section / すべてのクラスに ct- を付けて既存サイトとの衝突を軽減 */
:root{--ct-green:#145d44;--ct-dark:#202a2b;--ct-text:#53615d;--ct-sage:#eff4e9;--ct-border:#d6e0d2;--ct-muted:#7c8c75;--ct-radius:12px}
*{box-sizing:border-box}button,a{-webkit-tap-highlight-color:transparent}.ct-directory button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #c79b2f;outline-offset:4px}button:hover{filter:brightness(.95)}.ct-symbols{position:absolute;width:0;height:0;overflow:hidden}.ct-directory{width:min(1320px,calc(100% - 64px));margin:48px auto;padding:44px;background:#fff;border:1px solid #e3e6df;border-radius:12px}.ct-section-heading{margin-bottom:30px}.ct-eyebrow{display:flex;align-items:center;gap:18px;margin:0 0 18px;color:var(--ct-green);font-size:12px;font-weight:700;letter-spacing:.12em}.ct-eyebrow:before{content:'';width:38px;height:4px;border-radius:2px;background:var(--ct-green)}h1,h2,h3,h4,h5,p{margin-top:0}.ct-section-heading h1{font-size:clamp(25px,2.6vw,36px);line-height:1.5;margin-bottom:12px;letter-spacing:.015em}.ct-lead{font-size:17px;margin-bottom:10px;color:var(--ct-text)}.ct-source-note{display:inline-block;color:#737d72;font-size:11px}.ct-sp-only{display:none}.ct-purpose-heading{display:flex;gap:20px;align-items:flex-start;padding:20px 24px;border-radius:var(--ct-radius);background:var(--ct-sage);margin-bottom:18px}.ct-number{flex-shrink:0;background:var(--ct-green);color:white;font-size:21px;font-weight:700;line-height:40px;text-align:center;min-width:42px;border-radius:7px}.ct-purpose-heading h2{font-size:23px;margin:2px 0 5px;line-height:1.5}.ct-purpose-heading p{font-size:14px;color:var(--ct-text);margin:0}.ct-company{border:1px solid #cddbcf;border-radius:var(--ct-radius);padding:26px;margin-bottom:20px}.ct-company-heading{margin-bottom:20px}.ct-company-heading h3{color:var(--ct-green);font-size:26px;line-height:1.5;margin:0 0 4px}.ct-company-heading p{font-size:12px;color:var(--ct-muted);margin:0}.ct-company-main{display:grid;grid-template-columns:32% 1fr;gap:30px}.ct-company-image{margin:0;min-width:0}.ct-reference-crop{position:relative;overflow:hidden;aspect-ratio:419 / 262;border-radius:10px;background:#f8f8f8}.ct-reference-crop img{position:absolute;max-width:none;width:442.72%;height:auto;left:-25.06%;top:-84.73%}.ct-company-image figcaption{font-size:11px;color:var(--ct-muted);margin-top:8px}.ct-company-info{min-width:0}.ct-company-info h4{font-size:20px;color:var(--ct-green);line-height:1.6;margin-bottom:8px}.ct-description{color:var(--ct-text);font-size:13px;margin-bottom:14px}.ct-facts{margin:0 0 15px;font-size:13px}.ct-facts div{display:grid;grid-template-columns:116px 1fr;gap:12px;padding:5px 0;border-top:1px solid #e4e8e0}.ct-facts div:last-child{border-bottom:1px solid #e4e8e0}.ct-facts dt{color:#758b70}.ct-facts dd{margin:0;font-weight:700;overflow-wrap:anywhere}.ct-small-heading{font-size:12px;color:#758b70;margin:0 0 7px}.ct-services ul{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ct-services li{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dbe5d7;background:#f1f6ee;border-radius:7px;min-height:48px;color:var(--ct-green);font-size:12px;white-space:nowrap}.ct-services svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ct-strengths{background:#f0f5eb;border-radius:10px;padding:16px 18px;margin-top:18px}.ct-strengths h4{font-size:14px;color:var(--ct-green);margin:0 0 10px}.ct-strengths ul{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0;margin:0;list-style:none}.ct-strengths li{background:#fff;border:1px solid #dce4d7;border-radius:8px;padding:13px 16px}.ct-strengths h5{font-size:15px;color:var(--ct-green);margin:0 0 5px}.ct-strengths p{color:var(--ct-text);font-size:13px;margin:0}.ct-company-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}.ct-text-link{border:0;background:transparent;color:var(--ct-green);padding:8px 0;font-size:13px}.ct-text-link span{margin-left:7px}.ct-button{display:flex;align-items:center;justify-content:center;gap:30px;min-height:48px;background:var(--ct-green);border:1px solid var(--ct-green);color:white;border-radius:7px;padding:12px 28px;font-weight:700;font-size:14px}.ct-company-actions .ct-button{min-width:38%}.ct-button span{margin-left:auto}.ct-demo-note{color:#7a8475;font-size:11px;margin:22px 0 0}.ct-dialog{width:min(620px,calc(100% - 32px));padding:36px;border:1px solid var(--ct-border);border-radius:12px;color:var(--ct-dark)}.ct-dialog::backdrop{background:#12352880}.ct-dialog h2{font-size:23px;color:var(--ct-green)}.ct-dialog p,.ct-dialog li{font-size:14px}.ct-close{position:absolute;right:10px;top:6px;border:0;background:none;font-size:30px;color:var(--ct-green);width:44px;height:44px}.ct-dialog-close{margin-top:24px}.ct-dialog a{color:var(--ct-green)}
@media(min-width:768px) and (max-width:1080px){.ct-directory{padding:28px}.ct-company{padding:20px}.ct-company-main{gap:22px;grid-template-columns:30% 1fr}.ct-services ul{grid-template-columns:repeat(2,1fr)}.ct-strengths li{padding:12px}.ct-strengths h5{font-size:13px}}
@media(max-width:767px){.ct-directory{width:100%;margin:0;border:0;border-radius:0;padding:28px 16px}.ct-section-heading{margin-bottom:22px}.ct-eyebrow{font-size:10px;gap:12px;margin-bottom:14px}.ct-eyebrow:before{width:28px;height:3px}.ct-section-heading h1{font-size:24px;line-height:1.5;letter-spacing:0;margin-bottom:8px}.ct-sp-only{display:block}.ct-lead{font-size:13px;margin-bottom:8px}.ct-source-note{font-size:10px}.ct-purpose-heading{padding:14px 12px;gap:10px;margin-bottom:14px;border-radius:8px}.ct-number{min-width:32px;line-height:31px;font-size:16px;border-radius:5px}.ct-purpose-heading h2{font-size:16px;line-height:1.5;margin:2px 0 6px}.ct-purpose-heading p{font-size:12px}.ct-company{padding:14px;border-radius:9px}.ct-company-heading{margin-bottom:12px}.ct-company-heading h3{font-size:20px}.ct-company-heading h3 span{font-size:17px}.ct-company-heading p{font-size:11px}.ct-company-main{display:block}.ct-company-image{margin-bottom:14px}.ct-company-image figcaption{font-size:10px;margin-top:4px}.ct-company-info h4{font-size:16px;margin-bottom:7px}.ct-description{font-size:12px;margin-bottom:12px}.ct-facts{font-size:12px;margin-bottom:12px}.ct-facts div{grid-template-columns:84px 1fr;gap:8px;padding:6px 0}.ct-services ul{grid-template-columns:repeat(2,1fr);gap:6px}.ct-services li{min-height:42px;font-size:12px}.ct-services svg{width:21px;height:21px}.ct-strengths{margin-top:14px;padding:12px}.ct-strengths h4{font-size:13px;margin-bottom:8px}.ct-strengths ul{display:block;background:white;padding:9px 10px;border-radius:6px}.ct-strengths li{border:0;border-radius:0;padding:4px 0 4px 20px;position:relative}.ct-strengths li:before{content:'✓';position:absolute;left:0;top:5px;background:var(--ct-green);color:white;width:14px;height:14px;line-height:14px;text-align:center;font-size:10px;border-radius:50%}.ct-strengths h5{font-size:12px;margin:0 0 2px}.ct-strengths p{font-size:11px;line-height:1.6}.ct-strengths br{display:none}.ct-company-actions{flex-direction:column-reverse;gap:4px;margin-top:12px}.ct-company-actions .ct-button{width:100%;font-size:13px;padding:12px 16px}.ct-text-link{font-size:12px;min-height:44px}.ct-dialog{padding:28px 20px}.ct-dialog h2{font-size:19px}}
@media(prefers-reduced-motion:no-preference){button{transition:background-color .15s,filter .15s}}

/* 目的メニューと結果表示 */
[hidden]{display:none!important}.ct-purpose-menu{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background:var(--ct-sage);border-radius:10px;margin-bottom:24px}.ct-purpose-menu button{background:#fff;border:1px solid var(--ct-border);border-radius:6px;color:var(--ct-green);font-size:13px;padding:12px 16px;min-height:44px;font-weight:700}.ct-purpose-menu button[aria-pressed="true"]{background:var(--ct-green);border-color:var(--ct-green);color:#fff}.ct-results-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}.ct-results-heading h2{font-size:22px;margin:0}.ct-results-heading p{margin:0;color:var(--ct-green);font-weight:700;white-space:nowrap}.ct-filter-description{font-size:13px;color:var(--ct-text);margin:8px 0 18px}.ct-match-reason{font-size:13px;padding:10px 14px;background:var(--ct-sage);border-radius:6px;color:var(--ct-green);margin-bottom:16px}.ct-sample-image{aspect-ratio:419/262;background:#e6eedf;display:flex;flex-direction:column;justify-content:center;padding:24px;color:var(--ct-green);gap:16px;border-radius:10px}.ct-sample-image small{font-size:10px;letter-spacing:.12em}.ct-sample-image strong{font-size:21px}.ct-sample-image span{font-size:12px}
@media(max-width:767px){.ct-purpose-menu{padding:10px;gap:6px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:22px}.ct-purpose-menu button{padding:10px 8px;font-size:12px;text-align:left;line-height:1.6}.ct-purpose-menu button:first-child{grid-column:1/-1;text-align:center}.ct-results-heading h2{font-size:18px}.ct-filter-description{font-size:12px}.ct-match-reason{font-size:12px;padding:9px 10px}}
