.page{font-family:Noto Sans JP,Roboto,sans-serif;line-height:1.8;color:var(--color-text);background:var(--color-bg)}.page .container{max-width:960px;margin:0 auto;padding:4rem 1.5rem;box-sizing:border-box}.page h1,.page h2,.page h3{font-weight:700;color:var(--color-text);margin-bottom:1.2rem}.page p{margin-bottom:1.6rem;font-size:1.6rem}.page .contact-form-area{max-width:640px;margin:3rem auto 0}.page .contact-form label{display:block;margin-bottom:1.2rem;font-weight:500}.page .contact-form input,.page .contact-form textarea{width:100%;padding:.8rem;border:1px solid var(--color-gray-4);border-radius:4px;font-size:1.4rem;box-sizing:border-box;background:#fafafa}.page .contact-form input:focus,.page .contact-form textarea:focus{outline:none;border-color:var(--color-primary);background:#fff}.page .contact-form button{display:inline-block;background:var(--color-primary);color:#fff;padding:1rem 2.4rem;border:none;border-radius:4px;font-size:1.4rem;cursor:pointer;transition:.2s}.page .contact-form button:hover{background:var(--color-primary-hover)}.page .l-header--lp{margin-bottom:2rem}.page .lp-footer{margin-top:4rem}.page-contact .contact-form{max-width:720px;margin:0 auto}.page-contact .form-row{margin-bottom:2rem}.page-contact label{display:block;font-weight:600;margin-bottom:.5rem}.page-contact input[type=email],.page-contact input[type=tel],.page-contact input[type=text],.page-contact select,.page-contact textarea{width:100%;padding:.8rem;border:1px solid var(--color-gray-4);border-radius:4px;font-size:1.5rem;box-sizing:border-box}.page-contact textarea{resize:vertical}.page-contact .radio-list{list-style:none;padding:0;margin:0}.page-contact .radio-list li{margin-bottom:.4rem}.page-contact .check-row label{font-size:1.4rem;line-height:1.6}.page-contact .submit-row{text-align:center;margin-top:3rem}.page-contact .c-button{background:var(--color-primary);color:#fff;border:none;padding:1rem 2.5rem;border-radius:4px;cursor:pointer;font-size:1.6rem;transition:background .2s}.page-contact .c-button:hover{background:var(--color-primary-hover)}.page-thanks{padding:6rem 0}.page-thanks .container{max-width:720px;text-align:center}.page-thanks .page-header{margin-bottom:3rem}.page-thanks .page-title{font-size:2.4rem;font-weight:700;color:var(--color-text)}.page-thanks .thanks-content{background:#fff;padding:3rem 2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.page-thanks .thanks-message{font-size:1.6rem;line-height:1.9;margin-bottom:2rem}.page-thanks .thanks-notice{background:var(--color-gray-1,#f5f5f5);padding:1.5rem;border-radius:6px;margin-bottom:2.5rem}.page-thanks .thanks-notice p{font-size:1.4rem;color:var(--color-gray-6,#666);margin:0;line-height:1.7}.page-thanks .thanks-action{margin-top:2rem}.page-thanks .c-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:200px;padding:1rem 2rem;font-size:1.5rem;font-weight:500;text-decoration:none;border-radius:6px;transition:all .2s ease;white-space:nowrap}.page-thanks .c-button--outline{background:#fff;color:var(--color-primary);border:2px solid var(--color-primary)}.page-thanks .c-button--outline:hover{background:var(--color-primary);color:#fff}.case-archive{padding:80px 0 100px;background:#F7F6F4}.case-archive .l-inner{max-width:1080px;margin:0 auto;padding:0 24px}.archive-header{text-align:center;margin-bottom:48px}.archive-title{font-size:32px;font-weight:700;color:#0098BB;margin-bottom:16px;line-height:1.4}.archive-description{font-size:16px;color:#59514E;line-height:1.7;max-width:600px;margin:0 auto}.archive-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;list-style:none;margin:0;padding:0}@media (max-width:768px){.archive-list{grid-template-columns:1fr;gap:24px}}.case-article{border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.case-article:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.case-article .thumb{width:100%;aspect-ratio:16/10;overflow:hidden}.case-article .thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.case-article:hover .thumb img{transform:scale(1.03)}.case-article .card-body{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1 1}.case-title{margin:0}.case-title a{display:block;font-size:17px;font-weight:700;color:#413C3A;text-decoration:none;line-height:1.5;transition:color .2s ease}.case-title a:hover{color:#0098BB}.case-excerpt{font-size:14px;color:#736B67;line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.case-read-more{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#0098BB;text-decoration:none;margin-top:auto;transition:opacity .2s ease}.case-read-more:after{content:"";width:20px;height:20px;background:url(/img/icon_button-arrow--blue.webp) no-repeat 50%/contain}.case-read-more:hover{opacity:.7}.pagination{margin-top:48px;display:flex;justify-content:center;gap:8px}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s ease}.pagination a{background:#fff;color:#413C3A;border:1px solid #ddd9d7}.pagination a:hover{background:#0098BB;color:#fff;border-color:#0098BB}.pagination span.current{background:#0098BB;color:#fff;border:1px solid #0098bb}@media (max-width:768px){.case-archive{padding:60px 0 80px}.archive-title{font-size:26px}.archive-description{font-size:14px}.case-article .card-body{padding:20px}.case-title a{font-size:15px}}.help-archive{max-width:1140px;margin:0 auto;padding:120px 16px 80px;font-family:Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;background:#fff;color:#333}.help-archive .page-header{text-align:center;margin-bottom:48px}.help-archive .page-title{font-size:32px;font-weight:700;margin-bottom:16px;color:#333}.help-archive .page-description{color:#666;font-size:15px;line-height:1.7}.help-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;list-style:none;padding:0;margin:0}@media (min-width:992px){.help-list{grid-template-columns:repeat(3,1fr)}}.help-item{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:box-shadow .3s,transform .3s}.help-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-3px)}.help-item>a{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.help-item .thumb{width:100%;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0}.help-item .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.help-item:hover .thumb img{transform:scale(1.05)}.help-item .content{flex:1 1;padding:20px;display:flex;flex-direction:column}.help-item h2{font-size:17px;font-weight:700;margin:0 0 12px;line-height:1.5;color:#333}.help-item .excerpt{font-size:14px;color:#666;line-height:1.7;margin-bottom:16px;flex:1 1}.help-item .readmore{font-size:14px;color:#0066cc;font-weight:600;transition:color .2s}.help-item:hover .readmore{color:#004999;text-decoration:underline}.help-archive .pagination{text-align:center;margin-top:48px}.help-archive .pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px}.help-archive .pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #e0e0e0;border-radius:4px;color:#333;text-decoration:none;font-size:14px;transition:background .2s,color .2s,border .2s}.help-archive .pagination .page-numbers:hover{background:#f5f5f5}.help-archive .pagination .page-numbers.current{background:#0066cc;color:#fff;border-color:#0066cc}@media (max-width:768px){.help-archive{padding:100px 16px 60px}.help-archive .page-header{margin-bottom:32px}.help-archive .page-title{font-size:26px}.help-list{grid-template-columns:1fr;gap:24px}.help-item .content{padding:16px}.help-item h2{font-size:16px}}html:not(:has(.l-main--front)){font-size:10px!important}body{font-size:1.6rem;line-height:1.7;background:var(--color-bg);color:var(--color-text)}.resource-archive{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.resource-archive li{list-style:none;border:1px solid var(--color-gray-5);border-radius:8px;padding:16px;background-color:var(--color-bg);transition:box-shadow .2s ease,transform .2s ease}.resource-archive li:hover{box-shadow:0 4px 10px rgba(0,0,0,.08);transform:translateY(-2px)}.resource-archive a{color:var(--color-text);font-weight:600;text-decoration:none;transition:color .2s ease}.resource-archive a:hover{color:var(--color-primary-hover)}body.single-case{background-color:#f7f6f4}body.single-case .l-main{margin-top:94px}.case-2col{max-width:1200px;margin:0 auto;display:flex;gap:40px;padding:32px 24px 80px;box-sizing:border-box}.case-main{flex:1 1 66.6666%;min-width:0}.case-sidebar{flex:0 0 33.3333%}.breadcrumb{background-color:var(--color-white);font-size:14px;padding:12px 0;margin-bottom:30px}.breadcrumb-inner{max-width:1200px;margin:0 auto;padding:0 20px}.breadcrumb-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5em;margin:0;padding:0}.breadcrumb-item:after{content:">";margin:0 .5em;color:var(--color-text-light)}.breadcrumb-item:last-child:after{content:""}.breadcrumb-item a{color:var(--color-primary);text-decoration:none}.breadcrumb-item a:hover{text-decoration:underline}.case-title,.single-case .page-title{font-size:28px;font-weight:700;margin:0 0 16px;color:#333;border:none;padding:0;line-height:1.5}.single-case .page-description{font-size:14px;color:#666;margin-bottom:24px}.case-article{background:#fff;padding:32px;border-radius:8px}.case-eyecatch,.case-thumb{margin-bottom:2rem;border-radius:8px;overflow:hidden}.case-thumb img{display:block;width:100%;height:auto;border-radius:8px}.article-content,.case-content{font-size:16px;line-height:1.8;color:var(--color-text)}.case-summary{background:var(--color-bg);padding:1.5rem;margin:2.5rem 0;border-radius:6px}.case-summary-title{font-size:1rem;font-weight:600;color:var(--color-text);border-bottom:1px solid var(--color-border);padding-bottom:.5rem;margin-bottom:1.5rem}.case-summary-list{list-style:none;padding-left:0;margin:1em 0;font-size:13px;color:var(--color-text)}.case-summary-item{display:flex;align-items:flex-start;gap:.5em;margin-bottom:.5em;line-height:1.5}.case-check-icon{color:var(--color-primary);font-weight:700;font-size:1em;margin-top:.15em;flex-shrink:0}.case-sidebar-box{position:-webkit-sticky;position:sticky;top:110px;background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.case-logo{margin-bottom:1rem;text-align:center}.case-logo img{height:80px;width:auto;object-fit:contain}.sidebar-title{font-size:16px;font-weight:700;color:#333;border-bottom:2px solid #ea526f;padding-bottom:8px;margin-bottom:16px}.case-info-list{margin:0}.case-info-item{display:flex;padding:12px 0;font-size:14px;line-height:1.6;border-bottom:1px solid #eee}.case-info-item:last-child{border-bottom:none}.case-info-item dt{flex-shrink:0;width:90px;color:#666;font-weight:600}.case-info-item dd{margin:0;flex:1 1;color:#333}.interview-lead{font-size:17px;line-height:1.9;font-weight:500;color:var(--color-text);background:var(--color-bg-alt);padding:1.5rem 2rem;border-left:4px solid var(--color-primary);border-radius:6px;margin-bottom:3rem}.single-case .article-content h2,h2.case{font-size:24px;font-weight:800;color:var(--color-primary);border-left:6px solid var(--color-primary);padding-left:12px;margin-top:48px;margin-bottom:24px;line-height:1.5}.single-case .article-content h3{font-size:20px;font-weight:700;color:var(--color-text);margin-top:40px;margin-bottom:16px;line-height:1.5}.case-answer,.single-case .article-content p{font-size:16px;line-height:1.9;color:var(--color-text);margin-bottom:24px}.case-marker{background:linear-gradient(transparent 60%,rgba(255,235,59,.7) 0);background-size:0 100%;background-repeat:no-repeat;transition:background-size 1s ease-out;font-weight:600}.case-marker.is-visible{background-size:100% 100%}.case-answer img,.case-content img,.single-case .article-content img{display:block;margin:2rem auto;max-width:100%;height:auto;border-radius:6px}.case-image-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:2rem auto;max-width:100%}.case-image-grid img{margin:0;width:100%;height:auto;object-fit:cover;border-radius:6px}@media (max-width:768px){.case-image-grid{grid-template-columns:1fr}}.case-answer iframe,.case-content iframe,.single-case .article-content iframe{display:block;width:100%;max-width:800px;height:450px;margin:2rem auto;border-radius:8px;border:none}.case-question{font-weight:700;font-size:17px;color:var(--color-dark);margin-top:2.5rem;margin-bottom:.8rem;line-height:1.7;background:var(--color-bg-alt);padding:.8rem 1rem;border-left:4px solid var(--color-primary);border-radius:4px}.speaker-name{display:inline-block;font-weight:700;color:var(--color-secondary);margin-right:.3em}.single-case .article-content ul{list-style:disc;margin:1.5rem 0 2rem;padding-left:1.5rem}.single-case .article-content ul ul{list-style:circle;margin-top:.5rem}.single-case .article-content li{margin-bottom:.6rem;line-height:1.8}.single-case .article-content ol{list-style:decimal;margin:1.5rem 0 2rem;padding-left:1.5rem}.single-case .article-content ol li{margin-bottom:.6rem;line-height:1.8}.single-case table{border-collapse:collapse;width:100%;border:1px solid var(--color-gray-4);margin:32px 0;font-size:15px}.single-case td,.single-case th{padding:12px;border:1px solid var(--color-gray-4);vertical-align:top;text-align:left}.single-case thead th{background:var(--color-gray-2);font-weight:600}.single-case tbody tr:nth-child(2n){background:var(--color-gray-1)}.single-case .back-to-archive{text-align:center;margin-top:4rem}.single-case .back-to-archive-link{display:inline-block;font-size:15px;font-weight:600;padding:14px 32px;border-radius:6px;border:2px solid var(--color-primary);color:var(--color-primary);text-decoration:none;transition:.3s}.single-case .back-to-archive-link:hover{background:var(--color-primary);color:#fff}.rcp-case-image-two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin:24px 0}.rcp-case-image-two figure{margin:0}.rcp-case-image-two figure img{width:100%;height:auto;display:block;border-radius:6px}.case-study-banner-sp{display:none}@media screen and (max-width:1024px){.case-2col{flex-direction:column}.case-main,.case-sidebar{width:100%;flex:none}.case-sidebar-box{position:static}}@media screen and (max-width:768px){.case-2col{padding:0 16px 60px}.case-article{padding:1.5rem}.single-case .page-title{font-size:1.5rem}.interview-lead{font-size:1rem;padding:1.25rem 1.5rem}.single-case .article-content h2,h2.case{font-size:1.3rem}.single-case .article-content h3{font-size:1.1rem}.rcp-case-image-two{grid-template-columns:1fr}.case-study-banner-pc{display:none}.case-study-banner-sp{display:block}}.single-help .help-single{max-width:860px;margin:0 auto;padding:120px 24px 80px;font-family:Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;background:#fff;color:#333;font-size:16px;line-height:1.8}.single-help .page-header{margin-bottom:40px}.single-help .page-title{font-size:28px;font-weight:700;line-height:1.4;margin:0 0 16px;padding-bottom:16px;border-bottom:2px solid #e0e0e0;color:#333}.single-help .post-meta{font-size:13px;color:#888}.single-help .article-content{font-size:16px;line-height:1.9;color:#333}.single-help .article-content p{margin:0 0 24px}.single-help .article-content h2{font-size:24px;font-weight:700;margin:56px 0 20px;padding-left:16px;border-left:4px solid #0066cc;line-height:1.4}.single-help .article-content h3{font-size:20px;font-weight:600;margin:40px 0 16px;color:#0066cc;line-height:1.4}.single-help .article-content h4{font-size:18px;font-weight:600;margin:32px 0 12px;color:#333}.single-help .article-content table{border-collapse:collapse;width:100%;margin:32px 0;font-size:15px;border:1px solid #e0e0e0}.single-help .article-content td,.single-help .article-content th{padding:12px 16px;border:1px solid #e0e0e0;vertical-align:top;text-align:left}.single-help .article-content thead th{background:#f5f5f5;font-weight:600}.single-help .article-content tbody tr:nth-child(2n){background:#fafafa}.single-help .table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:32px 0}.single-help .table-wrap table{margin:0;min-width:600px}.single-help .article-content ul{list-style-type:disc;padding-left:24px;margin:24px 0}.single-help .article-content ul ul{list-style-type:circle;margin:8px 0 8px 16px}.single-help .article-content ul li{font-size:16px;line-height:1.8;margin-bottom:8px}.single-help .article-content ol{counter-reset:list-counter;list-style:none;margin:32px 0;padding:0}.single-help .article-content ol>li{position:relative;counter-increment:list-counter;background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:14px 16px 14px 52px;margin-bottom:12px;font-size:16px;line-height:1.8}.single-help .article-content ol>li:before{content:counter(list-counter);position:absolute;left:16px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;background:#0066cc;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center}.single-help .article-content ol ol{margin:12px 0 0 24px;list-style:lower-alpha}.single-help .article-content ol ol li{background:none;border:none;padding:4px 0 4px 8px;font-size:15px}.single-help .article-content ol ol li:before{content:none}.single-help .faq-section{margin:48px 0;padding-top:32px;border-top:2px solid #0066cc}.single-help .faq-item{margin-bottom:24px;padding:20px;border-radius:8px;background:#f8f9fa}.single-help .faq-q{font-weight:600;color:#0066cc;margin-bottom:8px;font-size:16px}.single-help .faq-q span{font-weight:700;margin-right:8px}.single-help .faq-a{color:#333;line-height:1.8;font-size:15px}.single-help .faq-a span{font-weight:700;color:#666;margin-right:8px}.single-help .article-content img{display:block;margin:24px auto;max-width:100%;height:auto;border-radius:4px}.single-help .article-content .wp-caption{max-width:100%;margin:24px auto}.single-help .article-content .wp-caption img{margin:0}.single-help .article-content .wp-caption-text{font-size:13px;color:#888;text-align:center;margin-top:8px}.single-help .help-two-column{display:flex;flex-wrap:wrap;gap:32px;margin:40px 0;align-items:flex-start}.single-help .help-two-column__image,.single-help .help-two-column__text{flex:1 1 45%;min-width:280px}.single-help .help-two-column__image img{max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.single-help .help-two-column__caption{font-size:13px;color:#888;margin-top:8px;text-align:center}.single-help .help-two-column.image-left{flex-direction:row}.single-help .help-two-column.image-right{flex-direction:row-reverse}.single-help .help-three-column{display:flex;flex-wrap:wrap;gap:32px;margin:40px 0;align-items:flex-start}.single-help .help-three-column__image{flex:0 0 30%;text-align:center}.single-help .help-three-column__text{flex:1 1 65%}.single-help .help-three-column__image img{max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.single-help .help-three-column__caption{font-size:13px;color:#888;margin-top:8px;text-align:center}.single-help .help-three-column.image-left{flex-direction:row}.single-help .help-three-column.image-right{flex-direction:row-reverse}.single-help .back-to-archive{margin-top:64px;text-align:center}.single-help .back-to-archive a{display:inline-block;padding:14px 32px;font-size:15px;color:#0066cc;border:1px solid #0066cc;border-radius:4px;background:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.single-help .back-to-archive a:before{content:"←";margin-right:8px;font-weight:700}.single-help .back-to-archive a:hover{background:#0066cc;color:#fff}@media (max-width:768px){.single-help .help-single{padding:100px 16px 60px}.single-help .page-title{font-size:22px}.single-help .article-content h2{font-size:20px;margin-top:40px}.single-help .article-content h3{font-size:18px;margin-top:32px}.single-help .help-three-column,.single-help .help-two-column{flex-direction:column!important;gap:24px}.single-help .help-three-column__image,.single-help .help-three-column__text,.single-help .help-two-column__image,.single-help .help-two-column__text{flex:1 1 100%;min-width:0}}.single-resource{background-color:#fafafa;font-family:Noto Sans JP,Helvetica Neue,Arial,sans-serif}.single-resource .post-header{max-width:1100px;margin:0 auto;padding:40px 24px 0}.single-resource .post-title{font-size:28px;font-weight:700;color:#333;margin:0 0 24px;line-height:1.4;text-align:center}.resource-body{display:flex;flex-direction:row;align-items:flex-start;gap:48px;max-width:1100px;margin:0 auto;padding:24px 24px 64px}@media (max-width:768px){.resource-body{flex-direction:column;padding:16px 16px 48px;gap:32px}}.main-column{flex:1.2 1;min-width:0}.post-thumbnail{margin-bottom:24px}.post-thumbnail img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08)}.form-area{flex:1 1;background:#fff;padding:32px 24px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:110px}@media (max-width:768px){.form-area{width:100%;position:static}}.resource-meta-inline{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px;font-size:15px;color:#666;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.resource-meta-inline .label-badge{background:#f0f0f0;color:#333;font-weight:600;padding:6px 12px;border-radius:4px;font-size:13px}.resource-meta-inline .label-value{font-weight:500;font-size:15px;color:#333}.resource-meta{font-size:15px;color:#333;margin-bottom:32px}.resource-meta .meta-row{display:flex;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.resource-meta .meta-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.resource-meta .label-badge{flex-shrink:0;width:140px;background:#e8f4f8;color:#0098BB;font-weight:600;padding:8px 12px;border-radius:6px;font-size:13px;text-align:center;margin-right:16px}.resource-meta .label-value{flex:1 1;line-height:1.7;padding-top:6px}@media (max-width:768px){.resource-meta .meta-row{flex-direction:column;gap:8px}.resource-meta .label-badge{width:auto;align-self:flex-start}.resource-meta .label-value{padding-top:0}}.post-content{font-size:16px;line-height:1.8;color:#333}.post-content p{margin-bottom:1.5em}.form-area label{font-weight:600;font-size:14px;color:#333;display:block;margin-bottom:6px}.form-area input[type=email],.form-area input[type=tel],.form-area input[type=text],.form-area select,.form-area textarea{width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:6px;background:#fff;font-size:15px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form-area input:focus,.form-area select:focus,.form-area textarea:focus{outline:none;border-color:#0098BB;box-shadow:0 0 0 3px rgba(0,152,187,.15)}.form-row{margin-bottom:20px}.name-row{display:flex;gap:12px}.name-row>div{flex:1 1}.checkbox-list,.radio-list{list-style:none;margin:0;padding:0}.checkbox-list li,.radio-list li{margin-bottom:8px;font-size:14px}.checkbox-list input,.radio-list input{margin-right:8px}.check-row label{font-size:13px;color:#666;font-weight:400}.check-row a{color:#0098BB;text-decoration:underline}.check-row a:hover{text-decoration:none}.form-area .c-button,.form-area button[type=submit]{display:block;width:100%;background-color:#EA526F;color:#fff;font-weight:700;text-align:center;border:none;border-radius:8px;padding:14px 16px;cursor:pointer;font-size:16px;transition:background-color .25s ease;margin-top:24px}.form-area .c-button:hover,.form-area button[type=submit]:hover{background-color:#d1445e}.form-embed iframe{width:100%!important;min-height:600px;border:none}.form-embed form{font-family:inherit}.form-embed .form-field,.form-embed .pd-select,.form-embed .pd-text{margin-bottom:16px}.form-embed input[type=email],.form-embed input[type=tel],.form-embed input[type=text],.form-embed select,.form-embed textarea{width:100%!important;padding:12px 14px!important;border:1px solid #ccc!important;border-radius:6px!important;font-size:15px!important;box-sizing:border-box!important}.form-embed button[type=submit],.form-embed input[type=submit]{background-color:#EA526F!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:14px 24px!important;font-size:16px!important;font-weight:700!important;cursor:pointer!important;width:100%!important}.form-embed button[type=submit]:hover,.form-embed input[type=submit]:hover{background-color:#d1445e!important}@media (max-width:768px){.single-resource .post-header{padding:24px 16px 0}.single-resource .post-title{font-size:22px}.resource-meta,.resource-meta-inline{font-size:14px}.post-content{font-size:15px}}.lp-footer{background:#f7f6f4;padding:40px 20px;text-align:center}.lp-footer-inner{max-width:1100px;margin:0 auto}.lp-footer small{font-size:13px;color:#666}