/* /trial/ 体験申込の流れ（スマホ最適化）*/
.thero{background:var(--navy);color:#fff;padding:44px 0 40px;text-align:center;position:relative;overflow:hidden;}
.thero::after{content:"";position:absolute;right:-70px;top:-70px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(43,107,228,.3),transparent 70%);}
.thero .wrap{position:relative;}
.thero .free{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:#fff;font-weight:900;font-size:14px;padding:7px 16px;border-radius:999px;letter-spacing:.03em;}
.thero h1{font-size:clamp(24px,6vw,32px);font-weight:900;line-height:1.5;margin:16px 0 10px;}
.thero .lead{font-size:14.5px;color:#cdd6e4;line-height:1.9;max-width:520px;margin:0 auto;}
.thero .meta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px;}
.thero .chip{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:12.5px;font-weight:700;padding:6px 14px;}

.tsteps{padding:40px 0 8px;}
.tstep{max-width:560px;margin:0 auto 20px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;}
.tstep.key{border:2px solid var(--gold);}
.tstep .head{display:flex;align-items:flex-start;gap:14px;padding:22px 22px 6px;}
.tstep .no{flex:none;width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;font-family:var(--lat);font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;}
.tstep.key .no{background:var(--gold);}
.tstep .htxt h3{font-size:17px;font-weight:900;color:var(--navy);line-height:1.5;}
.tstep .htxt .free-tag{display:inline-block;background:var(--gold);color:#fff;font-size:11px;font-weight:900;padding:2px 8px;border-radius:6px;margin-top:6px;}
.tstep .body{padding:6px 22px 20px 72px;}
.tstep .body p{font-size:13.5px;color:var(--muted);line-height:1.9;}
.tstep .body .note{margin-top:10px;font-size:12.5px;color:var(--gold-d);background:var(--tint);border-radius:10px;padding:10px 12px;line-height:1.75;}
.tshot{display:flex;justify-content:center;padding:0 22px 22px;}
.tshot img{width:100%;height:auto;max-width:300px;border-radius:16px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(22,34,58,.12);display:block;}

.tskip{max-width:560px;margin:0 auto 20px;text-align:center;font-size:13px;color:var(--muted);}
.tskip .dots{letter-spacing:.3em;color:var(--line);font-size:20px;display:block;margin-bottom:6px;}

.tcta{background:var(--tint);padding:36px 0;text-align:center;}
.tcta .wrap{max-width:560px;}
.tcta h2{font-size:20px;font-weight:900;color:var(--navy);}
.tcta p{font-size:13.5px;color:var(--muted);margin:10px 0 20px;line-height:1.85;}
.tcta .btn{width:100%;justify-content:center;}
.tcta .sub{margin-top:14px;font-size:12px;color:var(--muted);}

/* 困ったとき */
.tfaq{padding:40px 0;}
.tfaq .head{max-width:560px;margin:0 auto 22px;text-align:center;}
.tfaq .head h2{font-size:20px;font-weight:900;color:var(--navy);}
.tfaq .list{max-width:560px;margin:0 auto;display:grid;gap:12px;}
.tfaq .q{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;}
.tfaq .q h3{font-size:14.5px;font-weight:900;color:var(--navy);margin-bottom:8px;display:flex;gap:8px;align-items:flex-start;}
.tfaq .q h3::before{content:"Q";font-family:var(--lat);color:var(--blue);flex:none;}
.tfaq .q p{font-size:13px;color:var(--muted);line-height:1.9;}
.tfaq .q ul{list-style:none;margin-top:6px;}
.tfaq .q li{font-size:13px;color:var(--muted);line-height:1.85;padding-left:16px;position:relative;}
.tfaq .q li::before{content:"・";position:absolute;left:0;color:var(--gold);}

/* 体験当日について */
.tday{padding:8px 0 40px;}
.tday .head{max-width:560px;margin:0 auto 22px;text-align:center;}
.tday .head h2{font-size:20px;font-weight:900;color:var(--navy);}
.tday .dcard{max-width:560px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;}
.tday .drow{display:flex;gap:16px;padding:18px 22px;border-top:1px solid var(--line);align-items:flex-start;}
.tday .drow:first-child{border-top:none;}
.tday .lbl{flex:none;width:74px;font-size:13px;font-weight:900;color:var(--navy);padding-top:2px;}
.tday .val{font-size:15px;color:var(--ink);font-weight:700;}
.tday .val small{font-size:12.5px;color:var(--muted);font-weight:700;}
.tday .val.small{font-size:13.5px;font-weight:500;color:var(--muted);line-height:1.9;}
.tday .val.small b{color:var(--navy);font-weight:900;}
.tday .price .val{font-family:var(--lat);font-size:26px;font-weight:900;color:var(--gold-d);}
.tday .items{list-style:none;display:flex;flex-wrap:wrap;gap:8px;}
.tday .items li{background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:800;padding:7px 14px;border-radius:999px;}
