.faqPage{min-height:100vh;background:#fff}.faqPage__section{padding:160px 0}@media(max-width:768px){.faqPage__section{padding:100px 0}}.faqPage__section{background:#f6f6f6}.faqPage__container{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.faqPage__container{padding:0 16px}}.faqPage__list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faqPage__item{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04);overflow:hidden;transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.faqPage__item:hover{box-shadow:0 4px 24px rgba(0,0,0,.06);border-color:rgba(38,218,210,.15);transform:translateY(-2px)}.faqPage__item_state_open{border-color:rgba(38,218,210,.3);box-shadow:0 4px 24px rgba(0,0,0,.06)}.faqPage__item_state_open:hover{transform:none}.faqPage__itemQuestion{width:100%;padding:24px 28px;display:flex;align-items:center;gap:16px;background:none;border:none;text-align:left;cursor:pointer;font-family:var(--font-zen-kaku-gothic-new),"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;transition:background .25s ease}.faqPage__itemQuestion:hover{background:rgba(38,218,210,.02)}@media(max-width:768px){.faqPage__itemQuestion{padding:20px;gap:12px}}.faqPage__itemNumber{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:rgba(38,218,210,.08);color:#26dad2;font-family:var(--font-manrope),"Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.02em;transition:background .25s ease,color .25s ease}.faqPage__item_state_open .faqPage__itemNumber{background:#26dad2;color:#fff}@media(max-width:768px){.faqPage__itemNumber{width:36px;height:36px;font-size:.75rem}}.faqPage__itemText{flex:1 1;font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.5;transition:color .25s ease}.faqPage__item:hover .faqPage__itemText,.faqPage__item_state_open .faqPage__itemText{color:#0d8f88}@media(max-width:768px){.faqPage__itemText{font-size:1rem}}.faqPage__itemIcon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(38,218,210,.06);color:#9ca3af;transition:transform .4s cubic-bezier(.22,1,.36,1),background .25s ease,color .25s ease}.faqPage__itemIcon_state_open{transform:rotate(180deg);background:rgba(38,218,210,.12);color:#26dad2}.faqPage__itemAnswer{max-height:0;opacity:0;overflow:hidden;transition:max-height .45s cubic-bezier(.22,1,.36,1),opacity .35s ease}.faqPage__itemAnswer_state_open{max-height:300px;opacity:1}.faqPage__itemAnswerInner{display:flex;gap:16px;padding:0 28px 28px 84px}@media(max-width:768px){.faqPage__itemAnswerInner{padding:0 20px 20px 68px;gap:12px}}.faqPage__answerLabel{flex-shrink:0;font-family:var(--font-manrope),"Helvetica Neue",Arial,sans-serif;font-size:1.125rem;font-weight:700;color:#26dad2;line-height:1.8}.faqPage__answerText{font-size:1rem;line-height:1.85;color:#6b7280;margin:0}