/* faq.css | SEO-focused FAQ page */
.seo-faq{position:relative;padding:72px 20px 90px;overflow:hidden;background:radial-gradient(circle at 10% 0,rgba(222,190,113,.16),transparent 28%),linear-gradient(180deg,#fbfaf7 0,#fff 100%);color:#344852}.seo-faq:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#173a51,#d2ad59,#173a51)}.seo-faq *{box-sizing:border-box}.seo-faq__inner{max-width:980px;margin:auto}.seo-faq__header{max-width:800px;margin:0 auto 32px;text-align:center}.seo-faq__eyebrow{margin:0 0 10px;color:#9a7228;font:700 12px/1.4 Georgia,serif;letter-spacing:.18em}.seo-faq__title{margin:0;color:#15384f;font-size:clamp(27px,3.6vw,40px);line-height:1.45;letter-spacing:.035em}.seo-faq__lead{margin:20px auto 0;max-width:760px;font-size:16px;line-height:2;color:#52636d}.seo-faq__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:18px;color:#6f777b;font-size:12px}.seo-faq__trust span+span:before{content:"・";margin-right:18px}.faq-nav{margin:0 0 28px;padding:24px;border:1px solid #e1d8c4;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(24,49,64,.07)}.faq-nav>p{margin:0 0 14px;text-align:center;color:#173a51;font-weight:700}.faq-nav__links{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.faq-nav__links a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:8px 12px;border:1px solid #ded8cc;border-radius:9px;background:#fbfaf6;color:#294959!important;font-size:14px;font-weight:700;text-decoration:none!important;transition:.2s}.faq-nav__links a:hover{border-color:#bc963f;background:#fff9e9;transform:translateY(-1px)}.faq-answer-guide{display:grid;grid-template-columns:120px 1fr;gap:18px;margin-bottom:42px;padding:20px 22px;border-left:4px solid #2b746a;border-radius:0 12px 12px 0;background:#eff7f5}.faq-answer-guide strong{color:#165e56}.faq-answer-guide p{margin:0;font-size:14px;line-height:1.85}.faq-category{margin:0 0 48px;scroll-margin-top:30px}.faq-category__header{display:flex;align-items:center;gap:14px;margin-bottom:17px;padding-bottom:12px;border-bottom:1px solid #ded7c8}.faq-category__number{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#173a51;color:#fff;font:700 13px/1 Georgia,serif}.faq-category__header h3{margin:0;color:#173a51;font-size:23px;line-height:1.5}.seo-faq__list{display:grid;gap:13px}.faq-item{overflow:hidden;border:1px solid #e3ded3;border-radius:13px;background:#fff;box-shadow:0 7px 23px rgba(24,49,64,.055);scroll-margin-top:24px;transition:border-color .2s,box-shadow .2s,transform .2s}.faq-item:hover{border-color:#d0b36e;box-shadow:0 11px 28px rgba(24,49,64,.1);transform:translateY(-1px)}.faq-item[open]{border-color:#cdb169}.faq-item__question{position:relative;display:flex;align-items:center;gap:15px;min-height:72px;padding:17px 60px 17px 20px;color:#183c52;cursor:pointer;list-style:none;font-size:16px;font-weight:700;line-height:1.7}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:before,.faq-item__question:after{content:"";position:absolute;top:50%;right:23px;width:16px;height:2px;border-radius:2px;background:#a67d2c;transition:transform .2s}.faq-item__question:after{transform:rotate(90deg)}.faq-item[open] .faq-item__question:after{transform:rotate(0)}.faq-item__mark{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border-radius:50%;background:#173a51;color:#fff;font:700 17px/1 Georgia,serif}.faq-item__mark--answer{background:linear-gradient(135deg,#b8872e,#dfc171)}.faq-item__answer{display:flex;gap:15px;padding:21px 22px 24px;border-top:1px solid #eee8dc;background:#fffdf8}.faq-item__answer-body{min-width:0}.faq-item__answer p{margin:1px 0 0;color:#3f515a;font-size:15.5px;line-height:2}.faq-item__answer a{color:#096b8f!important;font-weight:700;text-decoration:underline;text-underline-offset:3px}.seo-faq__cta{margin-top:58px;padding:38px 30px;border:1px solid #ddc98f;border-radius:18px;background:linear-gradient(135deg,#fffdf8,#f7f1e1);text-align:center}.seo-faq__cta-label{margin:0 0 7px!important;color:#9a7228!important;font-size:12px!important;font-weight:700;letter-spacing:.12em}.seo-faq__cta h3{margin:0;color:#173a51;font-size:23px;line-height:1.6}.seo-faq__cta>p:not(.seo-faq__cta-label){max-width:680px;margin:13px auto 22px;font-size:15px;line-height:1.85}.seo-faq__cta-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px}.seo-faq__button{display:inline-flex;align-items:center;justify-content:center;min-width:310px;min-height:58px;padding:12px 30px;border-radius:999px;background:linear-gradient(135deg,#176b62,#0f544e);box-shadow:0 8px 20px rgba(15,84,78,.22);color:#fff!important;font-size:16px;font-weight:700;text-decoration:none!important;transition:.2s}.seo-faq__button:after{content:"›";margin-left:12px;font-size:23px}.seo-faq__button:hover{box-shadow:0 11px 25px rgba(15,84,78,.3);transform:translateY(-2px)}.seo-faq__text-link{color:#176b62!important;font-weight:700;text-decoration:underline!important;text-underline-offset:4px}.faq-item__question:focus-visible,.faq-nav a:focus-visible,.seo-faq a:focus-visible{outline:3px solid rgba(36,126,173,.42);outline-offset:3px}.sp-only{display:none}@media(max-width:767px){.seo-faq{padding:54px 14px 68px}.seo-faq__header{margin-bottom:24px}.seo-faq__title{font-size:25px}.seo-faq__lead{font-size:14px;line-height:1.9;text-align:left}.seo-faq__trust{display:grid;gap:4px;text-align:left}.seo-faq__trust span+span:before{display:none}.faq-nav{padding:18px 14px}.faq-nav__links{grid-template-columns:1fr 1fr;gap:7px}.faq-nav__links a{min-height:43px;font-size:12px}.faq-answer-guide{grid-template-columns:1fr;gap:6px;margin-bottom:35px;padding:17px}.faq-category{margin-bottom:39px}.faq-category__header{gap:10px}.faq-category__number{width:33px;height:33px}.faq-category__header h3{font-size:19px}.faq-item__question{gap:11px;min-height:66px;padding:14px 47px 14px 14px;font-size:14.5px;line-height:1.65}.faq-item__question:before,.faq-item__question:after{right:17px;width:14px}.faq-item__mark{flex-basis:32px;width:32px;height:32px;font-size:15px}.faq-item__answer{gap:10px;padding:17px 14px 20px}.faq-item__answer p{font-size:14px;line-height:1.9}.faq-item:hover{transform:none}.seo-faq__cta{margin-top:45px;padding:29px 16px}.seo-faq__cta h3{font-size:19px}.seo-faq__button{width:100%;min-width:0;font-size:15px}.sp-only{display:block}}@media(prefers-reduced-motion:reduce){.seo-faq *{scroll-behavior:auto!important;transition:none!important}}
