/* =========================================================
   調転社 新デザイン
   ========================================================= */
:root{
  --ct-bg:#f6f5f1;
  --ct-paper:#ffffff;
  --ct-ink:#1f1c1a;
  --ct-ink2:#4a4541;
  --ct-mute:#8a847c;
  --ct-line:#e6e1d6;
  --ct-dark:#2e2a27;
  --ct-y:#f9c300;
  --ct-y2:#ffd84a;
  --ct-am:#f29f05;
  --ct-r:18px;
  --ct-en:"Outfit","Noto Sans JP",sans-serif;
  --ct-ja:"Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif;
  --ct-w:1180px;
  --ct-head-h:76px;
}
body.ct-site{background:var(--ct-bg)!important;color:var(--ct-ink);font-family:var(--ct-ja);font-size:16px;line-height:1.85;letter-spacing:.03em;-webkit-font-smoothing:antialiased;overflow-x:clip;margin:0}
.ct-site *,.ct-site *::before,.ct-site *::after{box-sizing:border-box}
:where(.ct-site) img{max-width:100%;height:auto;vertical-align:middle}
:where(.ct-site) a{color:inherit;text-decoration:none}
:where(.ct-main,.ct-header,.ct-footer,.ct-drawer) :where(h1,h2,h3,p,ul,ol,dl,dd,figure,blockquote){margin:0;padding:0}
:where(.ct-main,.ct-header,.ct-footer,.ct-drawer) :where(ul,ol){list-style:none}
:where(.ct-content) :where(p,ul,ol,figure,blockquote,h2,h3){margin-bottom:0}
.ct-skip{position:absolute;left:-9999px}
.ct-skip:focus{left:16px;top:16px;z-index:999;background:#fff;padding:8px 12px}
.ct-main{display:block;overflow:clip}
.ct-wrap{width:min(var(--ct-w),100% - 40px);margin-inline:auto;position:relative;z-index:1}
.ct-wrap--narrow{width:min(880px,100% - 40px)}
.ct-center{text-align:center}
.ct-small{font-size:13px;color:var(--ct-mute);margin-top:18px}
.ct-arrow{width:16px;height:16px;flex:none}

/* ---------- 多角形 ---------- */
.ct-polys{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.ct-poly{position:absolute;display:block;width:var(--s,80px);height:var(--s,80px);pointer-events:none;
  transform:translate3d(0,var(--py,0px),0);transition:transform .2s linear}
.ct-poly::before{content:"";position:absolute;inset:0;background:currentColor;clip-path:var(--clip);animation:ctFloat var(--d,8s) ease-in-out infinite}
.ct-poly--a{--clip:polygon(30% 0,100% 16%,88% 80%,34% 100%,0 52%)}
.ct-poly--b{--clip:polygon(22% 4%,78% 0,100% 46%,80% 96%,20% 100%,0 50%)}
.ct-poly--c{--clip:polygon(10% 10%,86% 0,100% 72%,38% 100%)}
.ct-poly--d{--clip:polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%)}
.ct-poly--e{--clip:polygon(0 20%,70% 0,100% 60%,40% 100%)}
.ct-c-y{color:var(--ct-y)}.ct-c-y2{color:var(--ct-y2)}.ct-c-am{color:var(--ct-am)}.ct-c-k{color:var(--ct-dark)}.ct-c-w{color:#fff}.ct-c-g{color:#d9d4c7}
.ct-poly.is-blur::before{filter:blur(5px);opacity:.9}
.ct-poly.is-soft::before{opacity:.18}
@keyframes ctFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(8deg)}}
@media (prefers-reduced-motion:reduce){.ct-poly::before{animation:none}}

/* ---------- ボタン・リンク ---------- */
.ct-btn{display:inline-flex;align-items:center;gap:14px;padding:12px 12px 12px 26px;border-radius:999px;font-weight:700;font-size:15px;line-height:1.3;transition:transform .2s,box-shadow .2s,background .2s;border:2px solid transparent}
.ct-btn i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;flex:none;transition:transform .2s}
.ct-btn:hover{transform:translateY(-2px)}
.ct-btn:hover i{transform:translateX(3px)}
.ct-btn--dark{background:var(--ct-ink);color:#fff}
.ct-btn--dark i{background:var(--ct-y);color:var(--ct-ink)}
.ct-btn--yellow{background:var(--ct-y);color:var(--ct-ink)}
.ct-btn--yellow i{background:var(--ct-ink);color:var(--ct-y)}
.ct-btn--white{background:#fff;color:var(--ct-ink)}
.ct-btn--white i{background:var(--ct-y);color:var(--ct-ink)}
.ct-btn--line{background:transparent;color:var(--ct-ink);border-color:var(--ct-ink)}
.ct-btn--line i{background:var(--ct-ink);color:#fff}
.ct-link{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:14px;padding-bottom:6px;border-bottom:2px solid var(--ct-y);transition:gap .2s}
.ct-link:hover{gap:16px}
.ct-link--light{color:#fff}

/* ---------- 見出し ---------- */
.ct-head{margin-bottom:36px}
.ct-head__en{font-family:var(--ct-en);font-weight:700;font-size:clamp(44px,7vw,84px);line-height:1;letter-spacing:-.01em}
.ct-head__ja{display:inline-flex;align-items:center;gap:10px;margin-top:14px;font-size:14px;font-weight:700;color:var(--ct-ink2)}
.ct-head__ja::before{content:"";width:14px;height:14px;background:var(--ct-y);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.ct-head--center{text-align:center}
.ct-head--light .ct-head__en{color:#fff}
.ct-head--light .ct-head__ja{color:rgba(255,255,255,.75)}

/* ---------- ヘッダー ---------- */
.ct-header{position:fixed;left:0;right:0;top:16px;z-index:100;padding:0 20px;transition:top .3s}
.admin-bar .ct-header{top:48px}
.ct-header__bar{max-width:1400px;margin:0 auto;height:var(--ct-head-h);display:flex;align-items:center;gap:24px;padding:0 14px 0 24px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px rgba(31,28,26,.08);transition:height .3s}
.ct-header.is-scrolled .ct-header__bar{height:64px}
.ct-header__logo img{height:40px;width:auto}
.ct-nav{margin-left:auto}
.ct-nav>ul{display:flex;gap:4px}
.ct-nav>ul>li{position:relative}
.ct-nav>ul>li>a{display:flex;align-items:center;gap:6px;padding:10px 14px;font-size:14px;font-weight:700;border-radius:10px;transition:background .2s}
.ct-nav>ul>li>a:hover{background:#f6f3ea}
.ct-nav__plus{position:relative;width:9px;height:9px}
.ct-nav__plus::before,.ct-nav__plus::after{content:"";position:absolute;left:0;top:4px;width:9px;height:1.6px;background:currentColor}
.ct-nav__plus::after{transform:rotate(90deg);transition:transform .2s}
.ct-nav li:hover .ct-nav__plus::after{transform:rotate(0)}
.ct-nav__sub{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);padding-top:10px;opacity:0;visibility:hidden;transition:.2s}
.ct-nav li:hover>.ct-nav__sub,.ct-nav li:focus-within>.ct-nav__sub{opacity:1;visibility:visible;transform:translate(-50%,0)}
.ct-nav__sub ul{width:280px;background:#fff;border-radius:14px;box-shadow:0 16px 40px rgba(31,28,26,.14);padding:10px}
.ct-nav__sub a{display:block;padding:10px 12px;border-radius:10px}
.ct-nav__sub a:hover{background:#fff7d6}
.ct-nav__sub strong{display:block;font-size:14px}
.ct-nav__sub small{display:block;font-size:11px;color:var(--ct-mute);line-height:1.5}
.ct-header__cta{display:flex;align-items:center;gap:16px}
.ct-header__tel{font-family:var(--ct-en);font-weight:700;font-size:18px;line-height:1.1;text-align:right}
.ct-header__tel small{display:block;font-family:var(--ct-ja);font-size:10px;color:var(--ct-mute);font-weight:500}
.ct-header__btn{display:inline-flex;align-items:center;gap:12px;padding:10px 10px 10px 20px;background:var(--ct-ink);color:#fff!important;border-radius:12px;font-weight:700;font-size:14px}
.ct-header__btn i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--ct-y);color:var(--ct-ink)}
.ct-burger{display:none;margin-left:auto;width:48px;height:48px;border:0;border-radius:12px;background:var(--ct-ink);position:relative;cursor:pointer}
.ct-burger span{position:absolute;left:14px;right:14px;height:2px;background:#fff;transition:.25s}
.ct-burger span:first-child{top:19px}.ct-burger span:last-child{top:27px}
.is-drawer .ct-burger span:first-child{top:23px;transform:rotate(45deg)}
.is-drawer .ct-burger span:last-child{top:23px;transform:rotate(-45deg)}
.ct-drawer{position:fixed;inset:0;z-index:99;background:var(--ct-bg);padding:120px 28px 40px;overflow:auto}
.ct-drawer>nav>ul>li{border-bottom:1px solid var(--ct-line);padding:14px 0}
.ct-drawer>nav>ul>li>a{font-size:18px;font-weight:700}
.ct-drawer li ul{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:8px}
.ct-drawer li ul a{font-size:14px;color:var(--ct-ink2)}
.ct-drawer__cta{display:grid;gap:14px;margin-top:28px;justify-items:start}
.ct-drawer__tel{font-family:var(--ct-en);font-size:22px;font-weight:700}
.is-drawer{overflow:hidden}

/* ---------- ヒーロー ---------- */
.ct-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:150px 0 90px}
.ct-hero__inner{width:min(1280px,100% - 40px);margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center;position:relative;z-index:1}
.ct-hero__eyebrow{font-family:var(--ct-en);font-weight:600;font-size:14px;letter-spacing:.12em;color:var(--ct-mute);margin-bottom:22px}
.ct-hero__eyebrow span{color:var(--ct-ink);margin:0 .35em}
.ct-hero__eyebrow span:first-child{margin-left:0}
.ct-hero__title{font-weight:900;font-size:clamp(28px,3.1vw,50px);line-height:1.45;letter-spacing:.02em}
.ct-line{display:block}
.ct-hero__title mark,.ct-tk-hero__title mark{background:var(--ct-ink);color:#fff;padding:0 .18em;margin:0 .08em;border-radius:6px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.ct-hero__title mark:first-child{background:var(--ct-y);color:var(--ct-ink)}
.ct-hero__lead{margin-top:26px;max-width:34em;color:var(--ct-ink2);font-size:15px}
.ct-hero__btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.ct-stats{display:flex;flex-wrap:wrap;gap:12px 36px;margin-top:40px;padding-top:26px;border-top:1px solid var(--ct-line)}
.ct-stats dt{font-size:12px;color:var(--ct-mute);font-weight:700}
.ct-stats dd{font-weight:700;font-size:15px}
.ct-stats b{font-family:var(--ct-en);font-size:40px;line-height:1;margin-right:2px}
.ct-stats small{font-size:12px;margin-left:2px}
.ct-hero__visual{position:relative}
.ct-hero__visual img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:62% center;clip-path:polygon(18% 2%,86% 0,100% 44%,90% 92%,26% 100%,0 60%);filter:saturate(.95)}
.ct-hero__visual::before{content:"";position:absolute;inset:-4% -4% auto auto;width:62%;height:62%;background:var(--ct-y);clip-path:polygon(30% 0,100% 16%,88% 80%,34% 100%,0 52%);z-index:-1}
.ct-hero__badge{position:absolute;left:-6%;bottom:8%;background:#fff;border-radius:14px;padding:14px 18px;font-size:13px;line-height:1.6;box-shadow:0 14px 30px rgba(31,28,26,.12)}
.ct-hero__badge strong{display:block;font-size:16px}
.ct-hero__scroll{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);font-family:var(--ct-en);font-size:12px;letter-spacing:.2em;color:var(--ct-mute);padding-bottom:42px;z-index:1}
.ct-hero__scroll::after{content:"";position:absolute;left:50%;bottom:0;width:1px;height:34px;background:var(--ct-ink);animation:ctScroll 2s ease-in-out infinite;transform-origin:top}
@keyframes ctScroll{0%{transform:scaleY(0)}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* ---------- ダークセクション ---------- */
.ct-dark{position:relative;background:var(--ct-dark);color:#fff;border-radius:32px 32px 0 0;padding:120px 0 120px;margin-top:20px}
.ct-dark__inner{width:min(var(--ct-w),100% - 40px);margin:0 auto;position:relative;z-index:1}
.ct-about{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.ct-about__text p{font-size:clamp(20px,2.4vw,28px);font-weight:700;line-height:2.1}
.ct-about__text .ct-about__gap{margin-top:22px}
.ct-about__text .ct-link{margin-top:36px}
.ct-chip{display:inline-block;padding:0 .4em;line-height:1.5;background:var(--ct-am);color:#fff;border-radius:4px}
.ct-chip--y{background:var(--ct-y);color:var(--ct-ink)}
.ct-chip--w{background:#fff;color:var(--ct-ink);font-family:var(--ct-en)}
.ct-about__cluster{position:relative;height:460px}
.ct-hex{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f6f5f1;color:var(--ct-ink);clip-path:polygon(22% 4%,78% 0,100% 46%,80% 96%,20% 100%,0 50%);gap:4px}
.ct-hex strong{font-size:17px}
.ct-hex small{font-size:12px;color:var(--ct-mute)}
.ct-hex__icon{font-size:30px;line-height:1;color:var(--ct-am)}
.ct-hex img{width:52px;height:52px}
.ct-hex--1{width:270px;height:230px;left:18%;top:0}
.ct-hex--2{width:230px;height:210px;left:0;top:220px}
.ct-hex--3{width:250px;height:230px;left:52%;top:200px;background:var(--ct-y)}
.ct-hex--3 small{color:var(--ct-ink2)}

/* サービス */
.ct-services{margin-top:120px}
.ct-svc{position:relative;display:block;border-radius:var(--ct-r);padding:44px 40px;color:#fff;overflow:hidden;transition:transform .25s}
.ct-svc:hover{transform:translateY(-4px)}
.ct-svc__title{font-family:var(--ct-en);font-weight:700;font-size:clamp(34px,4.4vw,56px);line-height:1.1}
.ct-svc__kana{font-size:12px;font-weight:700;margin-top:10px;opacity:.85}
.ct-svc__desc{margin-top:18px;font-size:14px;font-weight:500;max-width:30em}
.ct-svc .ct-link{margin-top:24px;border-color:currentColor}
.ct-svc--tsukuru{display:grid;grid-template-columns:1fr 1.05fr;gap:30px;align-items:center;background:linear-gradient(120deg,#f9c300 0%,#ffd84a 55%,#f29f05 100%);color:var(--ct-ink);margin-bottom:24px}
.ct-svc--tsukuru .ct-svc__title{font-family:var(--ct-ja);font-weight:900}
.ct-svc__new{display:inline-block;background:var(--ct-ink);color:var(--ct-y);font-family:var(--ct-en);font-weight:700;font-size:12px;letter-spacing:.14em;padding:4px 12px;border-radius:999px;margin-bottom:16px}
.ct-svc__shot{position:relative}
.ct-svc__shot img{border-radius:12px;box-shadow:0 20px 50px rgba(31,28,26,.25);transform:rotate(-2deg)}
.ct-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ct-svc--hp{background:linear-gradient(135deg,#3b3531,#5a524b)}
.ct-svc--mk{background:linear-gradient(135deg,#c98a00,#f2a600)}
.ct-svc--sys{background:linear-gradient(135deg,#474039,#2b2724);border:1px solid rgba(255,255,255,.12)}
.ct-svc-grid .ct-svc__title{font-size:clamp(28px,3vw,40px)}

/* ---------- 汎用セクション ---------- */
.ct-section{position:relative;padding:110px 0}
.ct-panel{position:relative;z-index:1;width:min(1240px,100% - 40px);margin:0 auto;background:var(--ct-paper);border-radius:28px;padding:64px clamp(24px,5vw,72px)}
.ct-panel__head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:40px}
.ct-panel__head .ct-head{margin-bottom:18px}
.ct-panel__lead{max-width:36em;color:var(--ct-ink2);font-size:15px}
.ct-row-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.ct-grid{display:grid;gap:28px}
.ct-grid--3{grid-template-columns:repeat(3,1fr)}
.ct-grid--4{grid-template-columns:repeat(4,1fr)}

/* カード */
.ct-card{display:flex;flex-direction:column;border-radius:16px;background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s}
.ct-section--works .ct-card,.ct-media-box .ct-card{background:transparent}
.ct-card:hover{transform:translateY(-4px)}
.ct-card__img{aspect-ratio:16/10;overflow:hidden;border-radius:14px;background:#efece4}
.ct-card__img img,.ct-card__img .ct-noimg{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.ct-card:hover .ct-card__img img{transform:scale(1.04)}
.ct-card__body{padding:16px 4px 6px}
.ct-section--archive .ct-card__body{padding:18px 18px 20px}
.ct-section--archive .ct-card__img{border-radius:0}
.ct-card__title{font-size:15px;font-weight:700;line-height:1.6}
.ct-card__text{font-size:13px;color:var(--ct-mute);margin-top:6px;line-height:1.7}
.ct-card .ct-link{margin-top:12px;font-size:13px}
.ct-noimg{display:grid;place-items:center;font-weight:700;color:var(--ct-mute);background:repeating-linear-gradient(135deg,#f2efe6 0 12px,#ebe7dc 12px 24px)}
.ct-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.ct-tags li{font-size:12px;padding:2px 10px;border:1px solid var(--ct-line);border-radius:6px;color:var(--ct-ink2);background:#fff}
.ct-tags--lg li{font-size:13px;padding:4px 12px}

/* 強み */
.ct-strength{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ct-strength__item{position:relative;background:#fff;border-radius:var(--ct-r);padding:40px 32px 36px;overflow:hidden}
.ct-strength__item::after{content:"";position:absolute;right:-30px;top:-30px;width:110px;height:110px;background:var(--ct-y);opacity:.25;clip-path:polygon(30% 0,100% 16%,88% 80%,34% 100%,0 52%)}
.ct-strength__no{font-family:var(--ct-en);font-weight:700;font-size:44px;line-height:1;color:var(--ct-y)}
.ct-strength__item h3{font-size:21px;margin:14px 0 10px}
.ct-strength__item p{font-size:14px;color:var(--ct-ink2)}

/* プラン */
.ct-section--plan{background:#efece4}
.ct-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}
.ct-plans--2{grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;margin-top:34px}
.ct-plan{position:relative;display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:var(--ct-r);padding:32px 26px;font-size:14px;color:var(--ct-ink2)}
.ct-plan h3{font-size:20px;color:var(--ct-ink)}
.ct-plan__tag{align-self:flex-start;font-size:12px;font-weight:700;padding:3px 12px;border-radius:999px;background:#f3f0e7;color:var(--ct-ink2)}
.ct-plan__price{font-family:var(--ct-en);font-weight:700;font-size:48px;line-height:1.1;color:var(--ct-ink)}
.ct-plan__price span{font-family:var(--ct-ja);font-size:14px;margin-left:4px}
.ct-plan__price small{display:block;font-family:var(--ct-ja);font-size:12px;color:var(--ct-mute)}
.ct-plan__sub{font-weight:700;color:var(--ct-ink);font-size:13px}
.ct-plan ul{display:grid;gap:6px;margin-top:auto;padding-top:12px;border-top:1px dashed var(--ct-line)}
.ct-plan li{padding-left:22px;position:relative}
.ct-plan li::before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;background:var(--ct-y);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.ct-plan .ct-btn{margin-top:12px;align-self:flex-start}
.ct-plan--tsukuru{background:var(--ct-y);color:var(--ct-ink)}
.ct-plan--tsukuru .ct-plan__tag{background:var(--ct-ink);color:var(--ct-y)}
.ct-plan--tsukuru li::before{background:var(--ct-ink)}
.ct-plan--tsukuru ul{border-color:rgba(31,28,26,.25)}
.ct-plan--pop{box-shadow:0 0 0 3px var(--ct-ink)}
.ct-plan--pop .ct-plan__tag{background:var(--ct-ink);color:#fff}

/* マーケ */
.ct-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}
.ct-split__head{position:sticky;top:130px}
.ct-split__head p{color:var(--ct-ink2);font-size:15px}
.ct-mk{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ct-mk li{background:#fff;border-radius:16px;padding:26px 24px;display:grid;gap:8px}
.ct-mk b{font-size:17px;display:flex;align-items:center;gap:10px}
.ct-mk b::before{content:"";width:12px;height:12px;background:var(--ct-y);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.ct-mk span{font-size:14px;color:var(--ct-ink2)}

/* お客様の声 */
.ct-voice{display:flex;flex-direction:column;background:#fff;border-radius:var(--ct-r);overflow:hidden;transition:transform .25s}
.ct-voice:hover{transform:translateY(-4px)}
.ct-voice__img{aspect-ratio:4/3;overflow:hidden}
.ct-voice__img img,.ct-voice__img .ct-noimg{width:100%;height:100%;object-fit:cover}
.ct-voice__q{position:relative;padding:26px 26px 8px;font-size:16px;font-weight:700;line-height:1.8}
.ct-voice__q::before{content:"“";position:absolute;top:-34px;left:18px;font-family:var(--ct-en);font-size:88px;line-height:1;color:var(--ct-y)}
.ct-voice__who{padding:8px 26px 26px;font-size:13px;color:var(--ct-mute);margin-top:auto}
.ct-voice__who strong{display:block;color:var(--ct-ink);font-size:14px}
.ct-section--voice .ct-grid{margin-top:10px}

/* お知らせ */
.ct-news-wrap{display:grid;grid-template-columns:280px 1fr;gap:40px;margin-bottom:90px}
.ct-news-wrap__head .ct-head{margin-bottom:20px}
.ct-newslist{border-top:1px solid var(--ct-line)}
.ct-newslist li{border-bottom:1px solid var(--ct-line)}
.ct-news{display:grid;grid-template-columns:96px 110px 1fr 20px;gap:22px;align-items:center;padding:18px 6px;transition:background .2s}
.ct-news:hover{background:#fff}
.ct-news__img{aspect-ratio:16/10;border-radius:8px;overflow:hidden;background:#efece4}
.ct-news__img img,.ct-news__img .ct-noimg{width:100%;height:100%;object-fit:cover;font-size:0}
.ct-news__date{font-family:var(--ct-en);font-weight:600;font-size:14px;color:var(--ct-mute)}
.ct-news__title{font-weight:700;font-size:15px;line-height:1.6}
.ct-newslist--full{background:transparent}
.ct-media-box{background:#e9e6de;border-radius:var(--ct-r);padding:48px clamp(22px,4vw,48px)}
.ct-media-box__head{display:grid;grid-template-columns:auto 1fr;gap:12px 40px;align-items:end;margin-bottom:30px}
.ct-media-box__title{font-family:var(--ct-en);font-size:34px;font-weight:700;line-height:1}
.ct-media-box__title small{font-family:var(--ct-ja);font-size:12px;color:var(--ct-mute);margin-left:8px}
.ct-media-box__head p{font-size:14px;color:var(--ct-ink2)}

/* メンバー */
.ct-members{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.ct-member__img{aspect-ratio:1/1;overflow:hidden;background:var(--ct-y);clip-path:polygon(22% 4%,78% 0,100% 46%,80% 96%,20% 100%,0 50%);margin-bottom:16px}
.ct-member__img img{width:100%;height:100%;object-fit:cover}
.ct-member__role{font-size:12px;font-weight:700;color:var(--ct-am)}
.ct-member__name{font-size:19px;margin:2px 0 8px}
.ct-member__text{font-size:13px;color:var(--ct-ink2);line-height:1.75}

/* 想い */
.ct-purpose{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.ct-purpose__img{position:relative}
.ct-purpose__img img{border-radius:var(--ct-r);width:100%;aspect-ratio:4/3;object-fit:cover}
.ct-purpose__img .ct-poly{position:absolute}
.ct-purpose__catch{font-size:clamp(20px,2.4vw,26px);font-weight:900;line-height:1.7;margin-bottom:20px}
.ct-purpose__text p+p{margin-top:14px;color:var(--ct-ink2);font-size:15px}

/* FAQ */
.ct-faq{display:grid;gap:12px}
.ct-faq details{background:#fff;border-radius:14px;overflow:hidden}
.ct-faq summary{list-style:none;cursor:pointer;padding:22px 60px 22px 60px;position:relative;font-weight:700}
.ct-faq summary::-webkit-details-marker{display:none}
.ct-faq summary::before{content:"Q";position:absolute;left:22px;top:18px;font-family:var(--ct-en);font-size:22px;color:var(--ct-am)}
.ct-faq summary::after{content:"";position:absolute;right:24px;top:50%;width:12px;height:12px;border-right:2px solid var(--ct-ink);border-bottom:2px solid var(--ct-ink);transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.ct-faq details[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.ct-faq details p{padding:0 26px 24px 60px;color:var(--ct-ink2);font-size:15px}

/* 会社リンク */
.ct-linkcards{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ct-linkcards a{position:relative;display:block;background:#e9e6de;border-radius:14px;padding:30px 110px 30px 32px;transition:background .2s}
.ct-linkcards a:hover{background:var(--ct-y)}
.ct-linkcards small{display:block;font-family:var(--ct-en);font-weight:600;font-size:13px}
.ct-linkcards strong{font-size:20px}
.ct-linkcards i{position:absolute;right:26px;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#fff;display:grid;place-items:center;transition:transform .2s}
.ct-linkcards a:hover i{transform:translateY(-50%) translateX(4px)}

/* ---------- お問い合わせ ---------- */
.ct-contact{padding:40px 20px 110px}
.ct-contact__inner{position:relative;overflow:hidden;width:min(1240px,100%);margin:0 auto;background:var(--ct-y);border-radius:28px;padding:72px clamp(24px,5vw,80px);display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.ct-contact__main,.ct-contact__actions{position:relative;z-index:1}
.ct-contact__en{font-family:var(--ct-en);font-weight:700;font-size:18px}
.ct-contact__title{font-size:clamp(26px,3.4vw,42px);font-weight:900;line-height:1.5;margin:10px 0 16px}
.ct-contact__lead{font-size:15px}
.ct-contact__actions{display:grid;gap:14px;justify-items:stretch}
.ct-contact__actions .ct-btn{justify-content:space-between}
.ct-contact__tel{display:block;background:#fff;border-radius:16px;padding:18px 24px}
.ct-contact__tel small{display:block;font-size:12px;font-weight:700}
.ct-contact__tel strong{display:block;font-family:var(--ct-en);font-size:36px;line-height:1.2}
.ct-contact__tel span{font-size:12px;color:var(--ct-ink2)}

/* ---------- フッター ---------- */
.ct-footer{background:var(--ct-dark);color:#d9d4cb;padding:80px 0 30px;border-radius:32px 32px 0 0}
.ct-footer__inner{width:min(var(--ct-w),100% - 40px);margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:50px}
.ct-footer__logo img{height:36px;width:auto;background:#fff;border-radius:10px;padding:6px 12px;box-sizing:content-box}
.ct-footer__catch{margin:18px 0 12px;font-weight:700;color:#fff}
.ct-footer address{font-style:normal;font-size:13px;line-height:1.9}
.ct-footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ct-footer__h{font-family:var(--ct-en);font-weight:700;color:var(--ct-y);margin-bottom:12px}
.ct-footer__cols li{margin-bottom:8px;font-size:14px}
.ct-footer__cols a:hover{color:#fff}
.ct-footer__copy{width:min(var(--ct-w),100% - 40px);margin:60px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-family:var(--ct-en);font-size:12px;color:#9c958b}
.ct-fixbar{display:none}

/* ---------- 下層ページ ---------- */
.ct-pagehero{position:relative;padding:190px 0 70px}
.ct-crumb{font-size:12px;color:var(--ct-mute);margin-bottom:18px}
.ct-crumb a:hover{text-decoration:underline}
.ct-pagehero__en{font-family:var(--ct-en);font-weight:700;font-size:clamp(52px,9vw,110px);line-height:1}
.ct-pagehero__ja{display:inline-flex;align-items:center;gap:10px;margin-top:16px;font-weight:700}
.ct-pagehero__ja::before{content:"";width:14px;height:14px;background:var(--ct-y);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.ct-pagehero__lead{margin-top:18px;color:var(--ct-ink2);max-width:40em}
.ct-pagehero--404 .ct-btn{margin-top:26px}
.ct-section--archive,.ct-section--page{padding-top:10px}
.ct-empty{text-align:center;padding:60px 0;color:var(--ct-mute)}
.ct-pager{margin-top:50px;display:flex;justify-content:center;gap:8px}
.ct-pager .page-numbers{display:grid;place-items:center;min-width:44px;height:44px;border-radius:50%;background:#fff;font-family:var(--ct-en);font-weight:700}
.ct-pager .current{background:var(--ct-ink);color:#fff}
.ct-paper{background:#fff;border-radius:24px;padding:clamp(24px,5vw,64px)}

/* 記事 */
.ct-pagehero--single{padding-bottom:40px}
.ct-article__cat{display:flex;gap:14px;align-items:center;font-family:var(--ct-en);font-weight:600;font-size:14px;color:var(--ct-mute)}
.ct-article__cat span{background:var(--ct-ink);color:var(--ct-y);padding:2px 12px;border-radius:999px;font-size:12px;letter-spacing:.1em}
.ct-article__title{font-size:clamp(24px,3.4vw,38px);font-weight:900;line-height:1.5;margin-top:16px}
.ct-article__lead{margin-top:16px;font-size:16px;color:var(--ct-ink2)}
.ct-article__body{padding-bottom:90px}
.ct-article__eyecatch{margin-bottom:40px}
.ct-article__eyecatch img{width:100%;border-radius:var(--ct-r)}
.ct-facts{background:#fff;border-radius:16px;padding:10px 28px;margin-bottom:40px}
.ct-facts div{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--ct-line)}
.ct-facts div:last-child{border-bottom:0}
.ct-facts dt{font-weight:700;font-size:14px}
.ct-facts dd{font-size:14px}
.ct-facts a{text-decoration:underline}
.ct-bigquote{position:relative;background:var(--ct-y);border-radius:var(--ct-r);padding:44px 40px 36px;font-size:clamp(18px,2.2vw,24px);font-weight:900;line-height:1.7;margin-bottom:40px}
.ct-bigquote cite{display:block;margin-top:14px;font-size:14px;font-style:normal;font-weight:700}
.ct-article__cta{margin-top:30px}
.ct-prevnext{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;margin-top:70px;align-items:stretch}
.ct-prevnext a{background:#fff;border-radius:14px;padding:16px 20px;font-size:14px;font-weight:700;line-height:1.6}
.ct-prevnext small{display:block;font-size:11px;color:var(--ct-mute)}
.ct-prevnext__list{display:grid;place-items:center;background:var(--ct-ink)!important;color:#fff}
.ct-prevnext__next{grid-column:3;text-align:right}

/* 本文（SWELLブロックを包む） */
.ct-content{font-size:16px;line-height:2}
.ct-content>*+*{margin-top:1.4em}
.ct-content h2{font-size:24px;font-weight:900;line-height:1.5;padding:0 0 12px;border-bottom:3px solid var(--ct-ink);margin-top:2.4em;background:none!important;color:var(--ct-ink)!important}
.ct-content h2::before,.ct-content h2::after{display:none!important}
.ct-content h2 .swl-bg-color,.ct-content h2 mark{background:var(--ct-y)!important;color:var(--ct-ink)!important;padding:0 .3em}
.ct-content h3{font-size:20px;font-weight:700;padding-left:16px;border-left:6px solid var(--ct-y);margin-top:2em}
.ct-content a{text-decoration:underline;text-decoration-color:var(--ct-y);text-decoration-thickness:2px;text-underline-offset:4px}
.ct-content ul{list-style:disc;padding-left:1.4em}
.ct-content ol{list-style:decimal;padding-left:1.4em}
.ct-content img{border-radius:12px}
.ct-content .alignfull,.ct-content .alignwide,.ct-content .swell-block-fullWide{width:auto!important;max-width:100%!important;left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important;border-radius:16px}
.ct-content table{width:100%;border-collapse:collapse;background:#fff}
.ct-content th,.ct-content td{border:1px solid var(--ct-line);padding:14px 16px;text-align:left;vertical-align:top}
.ct-content th{background:#faf8f2;width:28%}
.ct-content .wpcf7 input[type=text],.ct-content .wpcf7 input[type=email],.ct-content .wpcf7 input[type=tel],.ct-content .wpcf7 textarea,.ct-content .wpcf7 select{width:100%;padding:12px 14px;border:1px solid #d8d2c4;border-radius:10px;background:#fff;font-size:16px}
.ct-content .wpcf7-submit{background:var(--ct-ink)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:16px 48px!important;font-weight:700;cursor:pointer}
.ct-content .wpcf7-submit:hover{background:#000!important}
.ct-content .wpcf7-list-item{margin:0 14px 6px 0}

/* ---------- ツクるくんページ ---------- */
.ct-tk-hero{position:relative;padding:170px 0 90px}
.ct-tk-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.ct-tk-hero__logo{width:150px;height:auto;margin-bottom:14px}
.ct-tk-hero__pill{display:inline-block;background:#fff;border:1px solid var(--ct-line);border-radius:999px;padding:4px 16px;font-size:13px;font-weight:700;margin-bottom:18px}
.ct-tk-hero__title{font-size:clamp(26px,3.6vw,48px);font-weight:900;line-height:1.5}
.ct-tk-hero__title mark{background:var(--ct-y);color:var(--ct-ink)}
.ct-tk-hero__lead{margin-top:22px;color:var(--ct-ink2);font-size:15px}
.ct-tk-hero__note{margin-top:14px;font-size:13px;color:var(--ct-mute)}
.ct-tk-hero__shot{position:relative}
.ct-tk-hero__shot .is-pc{border-radius:14px;box-shadow:0 30px 60px rgba(31,28,26,.2);transform:rotate(-1.5deg)}
.ct-tk-hero__shot .is-sp{position:absolute;right:-10px;bottom:-40px;width:26%;border-radius:18px;border:6px solid var(--ct-ink);box-shadow:0 20px 40px rgba(31,28,26,.25)}
.ct-dark--tk{padding-top:90px}
.ct-tk-nums{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:100px}
.ct-tk-nums div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:22px 24px}
.ct-tk-nums dt{font-size:13px;color:rgba(255,255,255,.7)}
.ct-tk-nums dd{font-weight:700}
.ct-tk-nums b{font-family:var(--ct-en);font-size:48px;line-height:1.1;color:var(--ct-y);margin-right:4px}
.ct-reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ct-reasons>div{background:#fff;color:var(--ct-ink);border-radius:var(--ct-r);padding:32px 28px}
.ct-reasons span{font-family:var(--ct-en);font-weight:700;font-size:14px;color:var(--ct-am)}
.ct-reasons h3{font-size:19px;margin:8px 0 10px}
.ct-reasons p{font-size:14px;color:var(--ct-ink2)}
.ct-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:st}
.ct-steps li{position:relative;background:#fff;border-radius:16px;padding:52px 22px 26px;counter-increment:st;display:grid;gap:8px}
.ct-steps li::before{content:"STEP " counter(st);position:absolute;top:18px;left:22px;font-family:var(--ct-en);font-weight:700;font-size:13px;color:var(--ct-am)}
.ct-steps b{font-size:17px}
.ct-steps span{font-size:14px;color:var(--ct-ink2)}
.ct-tk-wall{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:60px}
.ct-tk-wall img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:10px;box-shadow:0 10px 24px rgba(31,28,26,.1)}
.ct-tk-wall img:nth-child(even){transform:translateY(24px)}
.ct-table-wrap{overflow-x:auto;background:#fff;border-radius:var(--ct-r)}
.ct-compare{width:100%;min-width:640px;border-collapse:collapse;font-size:14px}
.ct-compare th,.ct-compare td{padding:18px 20px;border-bottom:1px solid var(--ct-line);text-align:left;vertical-align:top}
.ct-compare thead th{font-size:15px}
.ct-compare tbody th{width:130px;white-space:nowrap}
.ct-compare .is-tk{background:#fff8dc;font-weight:700}
.ct-compare thead .is-tk{background:var(--ct-y)}

/* ---------- 表示アニメーション ---------- */
.ct-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.ct-reveal.is-in{opacity:1;transform:none}

/* ---------- レスポンシブ ---------- */
@media (max-width:1180px){
  .ct-header__tel{display:none}
  .ct-plans{grid-template-columns:repeat(2,1fr)}
  .ct-members{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1024px){
  :root{--ct-head-h:64px}
  .ct-nav,.ct-header__cta{display:none}
  .ct-burger{display:block}
  .ct-header{top:12px;padding:0 12px}
  .ct-header__bar{padding:0 8px 0 18px}
  .ct-hero{min-height:auto;padding:120px 0 70px}
  .ct-hero__inner,.ct-tk-hero__inner{grid-template-columns:1fr;gap:40px}
  .ct-hero__visual{max-width:560px;margin:0 auto;width:100%}
  .ct-hero__scroll{display:none}
  .ct-about{grid-template-columns:1fr}
  .ct-about__cluster{height:420px;max-width:520px;width:100%;margin:0 auto}
  .ct-svc--tsukuru{grid-template-columns:1fr}
  .ct-svc-grid{grid-template-columns:1fr}
  .ct-grid--3,.ct-grid--4{grid-template-columns:repeat(2,1fr)}
  .ct-strength,.ct-reasons{grid-template-columns:1fr 1fr}
  .ct-split,.ct-purpose,.ct-news-wrap,.ct-contact__inner,.ct-footer__inner{grid-template-columns:1fr;gap:30px}
  .ct-split__head{position:static}
  .ct-news-wrap{margin-bottom:60px}
  .ct-tk-nums,.ct-steps{grid-template-columns:repeat(2,1fr)}
  .ct-tk-wall{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:640px){
  body.ct-site{font-size:15px}
  .ct-wrap,.ct-dark__inner,.ct-footer__inner{width:calc(100% - 32px)}
  .ct-section{padding:72px 0}
  .ct-panel{width:calc(100% - 20px);padding:44px 18px;border-radius:22px}
  .ct-panel__head,.ct-row-head{flex-direction:column;align-items:flex-start}
  .ct-hero{padding-top:104px}
  .ct-hero__title,.ct-tk-hero__title{font-size:clamp(24px,7.2vw,36px)}
  .ct-hero__btns .ct-btn{width:100%;justify-content:space-between}
  .ct-stats{gap:12px 22px}
  .ct-stats b{font-size:32px}
  .ct-hero__badge{left:0;bottom:-6%;font-size:12px}
  .ct-dark{padding:80px 0;border-radius:24px 24px 0 0}
  .ct-about__cluster{height:360px}
  .ct-hex--1{width:190px;height:170px;left:12%}
  .ct-hex--2{width:170px;height:156px;top:170px}
  .ct-hex--3{width:180px;height:170px;left:46%;top:160px}
  .ct-hex strong{font-size:14px}
  .ct-services{margin-top:80px}
  .ct-svc{padding:32px 24px}
  .ct-grid--3,.ct-grid--4,.ct-strength,.ct-plans,.ct-plans--2,.ct-mk,.ct-reasons,.ct-linkcards,.ct-steps{grid-template-columns:1fr}
  .ct-tk-nums{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:60px}.ct-tk-nums div{padding:16px}.ct-tk-nums b{font-size:34px}
  .ct-members{grid-template-columns:1fr 1fr;gap:20px 14px}
  .ct-member__text{font-size:12px}
  .ct-news{grid-template-columns:72px 1fr;gap:4px 14px;padding:14px 0}
  .ct-news__img{grid-row:span 2}
  .ct-news .ct-arrow{display:none}
  .ct-news__title{font-size:14px}
  .ct-media-box__head{grid-template-columns:1fr}
  .ct-linkcards a{padding:22px 90px 22px 22px}
  .ct-linkcards i{width:46px;height:46px}
  .ct-contact{padding:20px 10px 90px}
  .ct-contact__inner{padding:44px 22px;border-radius:22px}
  .ct-contact__tel strong{font-size:28px}
  .ct-contact__actions .ct-btn{font-size:14px}
  .ct-footer{padding-bottom:100px}
  .ct-footer__cols{grid-template-columns:1fr 1fr}
  .ct-pagehero{padding:130px 0 44px}
  .ct-facts div{grid-template-columns:1fr;gap:2px}
  .ct-prevnext{grid-template-columns:1fr}
  .ct-prevnext__next{grid-column:auto;text-align:left}
  .ct-faq summary{padding:18px 44px 18px 48px;font-size:15px}
  .ct-faq summary::before{left:16px;top:14px}
  .ct-faq details p{padding:0 18px 20px 48px}
  .ct-tk-hero{padding:120px 0 70px}
  .ct-tk-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ct-fixbar{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;position:fixed;left:10px;right:10px;bottom:10px;z-index:90}
  .ct-fixbar a{display:grid;place-items:center;height:52px;border-radius:14px;font-weight:700;font-size:14px;box-shadow:0 10px 24px rgba(31,28,26,.2)}
  .ct-fixbar__tel{background:#fff}
  .ct-fixbar__mail{background:var(--ct-y)}
  .ct-poly{--s:60px}
}

.ct-contact--tk .ct-contact__title{font-size:clamp(24px,2.8vw,36px)}
.ct-tk-hero__shot .is-pc{width:88%}
.ct-section--page .ct-paper{padding:clamp(24px,5vw,72px)}
.ct-content table.CF7_table{width:100%}

/* ---------- 表（会社概要など） ---------- */
.ct-content .wp-block-table{overflow-x:auto}
.ct-content .wp-block-table table,.ct-content table:not(.CF7_table){border:0!important;border-radius:14px;overflow:hidden;box-shadow:0 0 0 1px var(--ct-line)}
.ct-content table:not(.CF7_table) th,.ct-content table:not(.CF7_table) td{color:var(--ct-ink)!important;border:0!important;border-bottom:1px solid var(--ct-line)!important;padding:18px 22px!important;font-size:15px;line-height:1.8}
.ct-content table:not(.CF7_table) th,.ct-content table:not(.CF7_table) td:first-child{background:#faf6e8!important;font-weight:700;width:26%;white-space:nowrap}
.ct-content table:not(.CF7_table) td:not(:first-child){background:#fff!important}
.ct-content table:not(.CF7_table) tr:last-child th,.ct-content table:not(.CF7_table) tr:last-child td{border-bottom:0!important}
.ct-content table *{color:inherit}

/* ---------- お問い合わせフォーム ---------- */
.ct-site .wpcf7{max-width:760px;margin:0 auto}
.ct-site .wpcf7 table.CF7_table,.ct-site .wpcf7 table.CF7_table tbody,.ct-site .wpcf7 table.CF7_table tr,.ct-site .wpcf7 table.CF7_table th,.ct-site .wpcf7 table.CF7_table td{display:block!important;width:100%!important;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}
.ct-site .wpcf7 table.CF7_table{margin:0!important}
.ct-site .wpcf7 table.CF7_table tr{padding:0 0 22px!important}
.ct-site .wpcf7 table.CF7_table th p,.ct-site .wpcf7 table.CF7_table td p{margin:0!important}
.ct-site .wpcf7 table.CF7_table th{font-weight:700!important;font-size:15px;color:var(--ct-ink)!important;margin-bottom:8px!important;text-align:left}
.ct-site .wpcf7 table.CF7_table th p{display:flex;align-items:center;gap:10px}
.ct-site .wpcf7 .CF7_req,.ct-site .wpcf7 .CF7_unreq{order:2;font-size:11px!important;font-weight:700;line-height:1;padding:5px 9px!important;border-radius:999px!important;margin:0!important;background:var(--ct-ink)!important;color:var(--ct-y)!important}
.ct-site .wpcf7 .CF7_unreq{background:#e6e1d6!important;color:var(--ct-ink2)!important}
.ct-site .wpcf7 input[type=text],.ct-site .wpcf7 input[type=email],.ct-site .wpcf7 input[type=tel],.ct-site .wpcf7 input[type=url],.ct-site .wpcf7 textarea,.ct-site .wpcf7 select{width:100%!important;max-width:none!important;box-sizing:border-box;padding:16px 18px!important;font-size:16px!important;font-family:var(--ct-ja);color:var(--ct-ink);background:#f6f5f1!important;border:2px solid transparent!important;border-radius:14px!important;box-shadow:none!important;transition:border-color .2s,background .2s;appearance:none;-webkit-appearance:none}
.ct-site .wpcf7 select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%231f1c1a' stroke-width='2'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 16px center!important;background-size:16px!important;padding-right:44px!important}
.ct-site .wpcf7 textarea{min-height:180px;resize:vertical}
.ct-site .wpcf7 input::placeholder,.ct-site .wpcf7 textarea::placeholder{color:#aaa396}
.ct-site .wpcf7 input:focus,.ct-site .wpcf7 textarea:focus,.ct-site .wpcf7 select:focus{outline:0;background:#fff!important;border-color:var(--ct-y)!important;box-shadow:0 0 0 4px rgba(249,195,0,.2)!important}
.ct-site .wpcf7 .wpcf7-not-valid{border-color:#e0533d!important;background:#fff5f3!important}
.ct-site .wpcf7 .wpcf7-not-valid-tip{font-size:13px;margin-top:6px;color:#d0402a}
.ct-site .wpcf7 .CF7_btn{text-align:center;margin-top:10px!important}
.ct-site .wpcf7 .wpcf7-submit{display:inline-block;min-width:280px;padding:20px 56px!important;font-size:16px!important;font-weight:700;letter-spacing:.1em;background:var(--ct-ink)!important;color:#fff!important;border:0!important;border-radius:999px!important;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 8px 0 var(--ct-y)!important}
.ct-site .wpcf7 .wpcf7-submit:hover{transform:translateY(3px);box-shadow:0 5px 0 var(--ct-y)!important;background:#000!important}
.ct-site .wpcf7 .wpcf7-spinner{display:block;margin:10px auto 0}
.ct-site .wpcf7 .wpcf7-response-output{border-radius:12px;padding:14px 18px!important;margin:20px 0 0!important;font-size:14px}
.ct-site .wpcf7 .wpcf7-acceptance,.ct-site .wpcf7 .wpcf7-list-item{font-size:14px}
/* フォームの外側（記事・固定ページ内のお問い合わせ帯） */
.ct-content .wpcf7{background:#fff;border-radius:20px;padding:clamp(22px,4vw,44px);box-shadow:0 0 0 1px var(--ct-line)}
.ct-content .wpcf7 table.CF7_table tr:last-child{padding-bottom:6px!important}
@media (max-width:640px){
  .ct-site .wpcf7 .wpcf7-submit{width:100%;min-width:0}
  .ct-content table:not(.CF7_table) th,.ct-content table:not(.CF7_table) td:first-child{width:34%;white-space:normal}
  .ct-content table:not(.CF7_table) th,.ct-content table:not(.CF7_table) td{padding:14px!important;font-size:14px}
}

/* メインビジュアルを大きく */
@media (min-width:1025px){
  .ct-hero__visual{width:116%;margin-right:-16%}
  .ct-hero__visual img{aspect-ratio:1.08/1}
}
/* 固定ページに埋め込まれた記事一覧（旧SWELL投稿リストの置き換え） */
.ct-embed{margin:10px 0 0}
.ct-embed .ct-grid{margin-bottom:26px}
.ct-embed__more{text-align:center}
.ct-content .ct-embed a{text-decoration:none}
.ct-content .ct-embed ul{list-style:none;padding:0}
.ct-content .ct-embed h3{border:0;padding:0;margin:0}
.ct-content .ct-embed blockquote{margin:0}
/* 本文内に埋め込んだカードをSWELLの本文スタイルから切り離す */
.ct-content .ct-embed .ct-card__title{font-size:15px!important;line-height:1.6!important;border:0!important;padding:0!important;margin:0!important;background:none!important}
.ct-content .ct-embed .ct-card__title::before,.ct-content .ct-embed .ct-card__title::after{display:none!important}
.ct-content .ct-embed .ct-card__text,.ct-content .ct-embed .ct-voice__who{margin:6px 0 0!important}
.ct-content .ct-voice__q{background:none!important;border:0!important;padding:26px 26px 8px!important;margin:0!important;font-size:16px!important;font-style:normal!important;color:var(--ct-ink)!important}
.ct-content .ct-voice__q::after{display:none!important}
.ct-content .ct-voice__q::before{content:"“"!important;display:block!important;position:absolute!important;top:-34px!important;left:18px!important;font-family:var(--ct-en)!important;font-size:88px!important;line-height:1!important;color:var(--ct-y)!important;background:none!important;width:auto!important;height:auto!important;opacity:1!important;transform:none!important}
.ct-content .ct-voice__who{padding:8px 26px 26px!important}
.ct-content .ct-embed .ct-grid{gap:24px}
.ct-content .ct-embed p.ct-embed__more{margin-top:10px!important}
.ct-content .ct-embed .ct-card__body p,.ct-content .ct-embed .ct-voice p{margin-bottom:0!important}
@media (min-width:1025px){.ct-hero__title .ct-line{white-space:nowrap}}
.ct-content .ct-voice{background:#fff!important;box-shadow:0 0 0 1px var(--ct-line)}
.ct-content .ct-voice__q::before{border:0!important;box-shadow:none!important}
.ct-content .ct-voice__q{border-left:0!important;box-shadow:none!important}
/* メインビジュアル：写真全体（左端の人まで）が入るよう横長で表示 */
.ct-hero__visual img{aspect-ratio:3/2!important;object-position:center center!important;clip-path:polygon(7% 0,100% 0,100% 86%,93% 100%,0 100%,0 14%)!important;border-radius:0}
@media (min-width:1025px){
  .ct-hero__visual{width:122%;margin-right:-22%}
  .ct-hero__visual::before{inset:-8% -3% auto auto;width:48%;height:70%}
  .ct-hero__badge{left:-4%;bottom:-6%}
}
@media (max-width:1024px){
  .ct-hero__visual{max-width:none;width:calc(100% + 16px);margin-right:-16px}
  .ct-hero__badge{bottom:-14%}
}
@media (max-width:1024px){
  .ct-hero__visual{order:-1;margin-top:0}
  .ct-hero__inner{gap:28px}
  .ct-hero__badge{bottom:-10%;left:auto;right:10px}
  .ct-hero__text{padding-top:18px}
}
@media (min-width:1025px){.ct-hero__badge{left:auto!important;right:18%;bottom:-9%!important}}
/* メインビジュアル：多角形に戻す（写真は横長のまま全員入る形） */
.ct-hero__visual img{clip-path:polygon(13% 0,89% 3%,100% 44%,92% 100%,3% 96%,0 48%)!important}
.ct-hero__visual::before{clip-path:polygon(30% 0,100% 16%,88% 80%,34% 100%,0 52%)!important}
@media (min-width:1025px){.ct-hero__visual::before{inset:-12% -2% auto auto!important;width:46%!important;height:78%!important}}
@media (max-width:1024px){.ct-hero__visual::before{inset:-8% -2% auto auto;width:50%;height:70%}}
/* SP：メインビジュアルの写真を背景に */
@media (max-width:1024px){
  .ct-hero{min-height:100svh;padding:120px 0 60px;color:#fff;overflow:hidden}
  .ct-hero__inner{position:static;display:block}
  .ct-hero__visual{position:absolute!important;inset:0;width:auto!important;margin:0!important;z-index:0;order:0}
  .ct-hero__visual img{width:100%;height:100%;aspect-ratio:auto!important;object-fit:cover;object-position:28% center!important;clip-path:none!important}
  .ct-hero__visual::before{display:none!important}
  .ct-hero__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(31,28,26,.55) 0%,rgba(31,28,26,.72) 55%,rgba(31,28,26,.88) 100%)}
  .ct-hero__badge{display:none}
  .ct-hero .ct-polys{z-index:1;opacity:.85}
  .ct-hero__text{position:relative;z-index:2;padding-top:0}
  .ct-hero__eyebrow,.ct-hero__eyebrow span{color:rgba(255,255,255,.85)}
  .ct-hero__title{color:#fff}
  .ct-hero__title mark{background:#fff;color:var(--ct-ink)}
  .ct-hero__title mark:first-child{background:var(--ct-y);color:var(--ct-ink)}
  .ct-hero__lead{color:rgba(255,255,255,.88)}
  .ct-hero .ct-btn--dark{background:#fff;color:var(--ct-ink)}
  .ct-stats{border-top-color:rgba(255,255,255,.25)}
  .ct-stats dt{color:rgba(255,255,255,.7)}
  .ct-stats dd{color:#fff}
}

/* ---------- 記事ページ（実績・お客様の声・お知らせ等）の幅と枠 ---------- */
.ct-article .ct-wrap--narrow{width:min(1080px,100% - 40px)}
.ct-article__body .ct-content{background:#fff;border-radius:24px;padding:clamp(22px,5vw,60px);overflow:hidden}
.ct-content,.ct-facts dd{overflow-wrap:anywhere;word-break:normal}
.ct-content h2,.ct-content h3,.ct-content .is-style-section_ttl{margin-left:0!important;margin-right:0!important;max-width:100%!important;width:auto!important}
.ct-content h2:first-child{margin-top:0!important}
.ct-content figure,.ct-content img,.ct-content iframe,.ct-content video{max-width:100%!important}
.ct-content .wp-block-image{margin-left:0!important;margin-right:0!important}
.ct-content a{word-break:break-all}
/* 記事内の「お問合せ」パーツは白枠の外いっぱいに */
.ct-article__body .ct-content .p-blogParts{margin-left:calc(-1*clamp(22px,5vw,60px))!important;margin-right:calc(-1*clamp(22px,5vw,60px))!important;margin-bottom:calc(-1*clamp(22px,5vw,60px))!important}
.ct-article__body .ct-content .p-blogParts .swell-block-fullWide{border-radius:0!important}
.ct-bigquote{max-width:100%}
.ct-article__eyecatch{background:#fff;border-radius:24px;padding:clamp(12px,2vw,24px)}
.ct-article__eyecatch img{border-radius:14px}
.ct-article__eyecatch img{width:100%;max-height:620px;object-fit:cover}
.ct-article--ct_works .ct-article__eyecatch img{object-fit:contain;background:#faf8f2}
.ct-content .p-blogParts,.ct-content .p-blogParts .swell-block-fullWide,.ct-content .p-blogParts .swell-block-fullWide__inner{max-width:none!important;width:auto!important}
.ct-content .p-blogParts .wpcf7{margin-left:auto!important;margin-right:auto!important}
.ct-content .p-blogParts{margin-top:clamp(60px,8vw,100px)!important}

/* ---------- MEOのばすくん ---------- */
.ct-svc--meo{display:grid;grid-template-columns:1.05fr 1fr;gap:30px;align-items:center;background:#fff;color:var(--ct-ink);margin-bottom:24px}
.ct-svc--meo .ct-svc__title{font-family:var(--ct-ja);font-weight:900}
.ct-svc--meo .ct-svc__new{background:var(--ct-y);color:var(--ct-ink)}
.ct-svc--meo .ct-svc__shot img{border-radius:12px;box-shadow:0 20px 50px rgba(31,28,26,.18);transform:rotate(1.5deg)}
.ct-inline-link{display:inline-block;margin-left:6px;font-weight:700;color:var(--ct-ink);border-bottom:2px solid var(--ct-y)}
.ct-meo-logo{width:220px!important}
.ct-meo-shot img.is-pc{width:100%!important;transform:rotate(-1.5deg)}
.ct-meo-pain{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:28px 32px;margin-bottom:80px;display:flex;flex-wrap:wrap;align-items:center;gap:14px 30px}
.ct-meo-pain__lead{font-weight:900;font-size:20px;color:var(--ct-y)}
.ct-meo-pain ul{display:flex;flex-wrap:wrap;gap:10px}
.ct-meo-pain li{background:#fff;color:var(--ct-ink);border-radius:999px;padding:6px 16px;font-weight:700;font-size:14px}
.ct-meo-shots figure{background:#fff;border-radius:16px;padding:12px;margin:0}
.ct-meo-shots img{border-radius:10px;width:100%}
.ct-meo-shots figcaption{text-align:center;font-weight:700;font-size:14px;padding-top:10px}
.ct-plans--1{grid-template-columns:minmax(0,520px)!important}
@media (max-width:1024px){.ct-svc--meo{grid-template-columns:1fr}.ct-svc--meo .ct-svc__shot{order:2}}
/* メインビジュアルのバッジ：サイトの見出しラベルと同じ黒×黄の多角形に */
.ct-hero__badge{position:absolute;left:auto!important;right:10%!important;bottom:-4%!important;display:flex;flex-direction:column;gap:2px;background:var(--ct-ink)!important;color:#fff;border-radius:0!important;box-shadow:none!important;padding:16px 34px 16px 30px!important;clip-path:polygon(14px 0,100% 0,calc(100% - 14px) 100%,0 100%);line-height:1.5;z-index:2}
.ct-hero__badge-en{font-family:var(--ct-en);font-weight:700;font-size:12px;letter-spacing:.14em;color:var(--ct-y)}
.ct-hero__badge strong{font-size:15px;font-weight:700;color:#fff}
.ct-hero__badge small{font-size:12px;color:rgba(255,255,255,.7)}
@media (max-width:1024px){.ct-hero__badge{display:none!important}}
