*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:#fff;color:#333;font-family:Lato,Noto Sans JP,sans-serif;font-size:16px;line-height:1.6;margin:0;min-height:100vh;padding:0}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}h1,h2,h3,h4{font-weight:700;line-height:1.3;margin:0}p{margin:0}.page{flex-direction:column;max-width:100%;min-height:100vh;overflow-x:hidden}.header,.page{display:flex;width:100%}.header{align-items:center;background:#fff;border-bottom:1px solid #e6e6e6;gap:24px;justify-content:space-between;padding:16px 40px;position:sticky;top:0;z-index:50}.header__logo{flex:0 0 auto;gap:8px}.header__logo,.header__logo-mark{align-items:center;display:inline-flex}.header__logo-mark{background-image:var(--img-src);background-position:50%;background-repeat:no-repeat;background-size:contain;height:27px;justify-content:center;width:27px}.header__logo-mark-inner{height:15px;width:15px}.header__logo-text{height:auto;width:158px}.header__menu-btn{background:transparent;border:0;color:#333;cursor:pointer;display:none;font-size:24px;padding:4px}.header__nav{align-items:center;display:flex;flex:1 1 auto;gap:28px;justify-content:center}.header__nav-link{color:#333;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;transition:color .2s}.header__nav-link:hover,.header__nav-link[data-current]{color:#1c74f5}.header__cta-group{align-items:center;display:inline-flex;flex:0 0 auto;gap:12px}.header__cta-download{align-items:center;background:#1c74f5;border-radius:6px;color:#fff;display:inline-flex;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700;justify-content:center;padding:12px 20px;transition:opacity .2s}.header__cta-download:hover{opacity:.85}.header__cta-download-text{line-height:1}.main{flex:1 0 auto;padding:0;width:100%}.main__hero{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:1280px;padding:64px 40px 32px;width:100%}.main__title{color:#222;font-size:36px;font-weight:700}.main__subtitle,.main__title{font-family:Lato,Noto Sans JP,sans-serif;margin:0}.main__subtitle{color:#333;font-size:16px;font-weight:400;line-height:1.6}.main__list-wrap{margin:0 auto;max-width:1280px;padding:16px 40px 80px;width:100%}.list-1{display:grid;gap:32px 24px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.list-1__item{background:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;min-width:0;transition:opacity .2s,transform .2s}.list-1__item:hover{opacity:.85;transform:translateY(-2px)}.list-1__item--hidden{display:none}.list-1__item__link{display:flex;flex:1;flex-direction:column;gap:16px;padding:24px 24px 0}.list-1__item__download{align-items:center;background:#fff;border:2px solid #1c75f5;border-radius:8px;display:inline-flex;justify-content:center;margin:16px 24px 24px;padding:10px 16px;transition:background .2s,color .2s}.list-1__item__download:hover{background:#1c75f5}.list-1__item__download-text{color:#1c75f5;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1}.list-1__item__download:hover .list-1__item__download-text{color:#fff}.list-1__item__thumb{aspect-ratio:16/9;background:#f5f7f7;border-radius:4px;box-shadow:3px 3px 0 rgba(0,0,0,.15);display:block;height:auto;margin-left:auto;margin-right:auto;max-width:100%;object-fit:contain;width:100%}.list-1__item__title{color:#222;font-family:Lato,Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:1.5;margin:0;text-align:left}.main__more-wrap{display:flex;justify-content:center;margin:40px auto 0}.main__more-wrap[hidden]{display:none}.main__more-btn{align-items:center;background:#fff;border:1.5px solid #333;border-radius:999px;color:#333;cursor:pointer;display:inline-flex;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;gap:8px;justify-content:center;line-height:1;min-width:220px;padding:14px 32px;transition:background .2s,color .2s,opacity .2s}.main__more-btn:hover{background:#333;color:#fff}.main__more-icon,.main__more-label{align-items:center;display:inline-flex;line-height:1}.main__more-icon{font-size:16px;justify-content:center}.footer{background:#f5f7f7;flex:0 0 auto;padding:48px 40px 24px;width:100%}.footer__brand-row{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;gap:32px;justify-content:space-between;margin:0 auto 32px;max-width:1280px;padding-bottom:24px}.footer__brand-left{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.footer__brand-logo{height:auto;max-width:100%;width:327px}.footer__brand-tagline{color:#323232;font-family:Noto Sans JP,sans-serif;font-size:15px;font-weight:600}.footer__brand-trust{align-items:center;display:inline-flex;flex-wrap:wrap;gap:16px}.footer__trust-icon{height:80px;width:auto}.footer__legal-row{align-items:flex-start;display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:1280px}.footer__copyright{color:#323232;font-family:Inter,sans-serif;font-size:11px;font-weight:400}.footer__legal-links{display:inline-flex;flex-wrap:wrap;gap:24px}.footer__legal-link{color:#323232;font-family:Noto Sans JP,sans-serif;font-size:11px;font-weight:400;text-decoration:none}.footer__legal-link:hover{text-decoration:underline}@media (max-width:840px){.list-1{gap:24px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.main__hero{padding:48px 24px 24px}.main__list-wrap{padding:16px 24px 64px}.header{padding:12px 24px}.header__nav{display:none}.header__cta-group{gap:8px}}@media (max-width:540px){.header{gap:12px;padding:10px 16px}.header__menu-btn{align-items:center;display:inline-flex;justify-content:center;margin-left:auto;order:3}.header__cta-group{display:none}.header__logo-text{width:130px}.main__hero{padding:32px 16px 16px}.main__title{font-size:28px}.main__subtitle{font-size:14px}.main__list-wrap{padding:16px 16px 48px}.list-1{gap:20px;grid-template-columns:1fr}.list-1__item__link{gap:12px;padding:16px 16px 0}.list-1__item__download{margin:12px 16px 16px}.list-1__item__title{font-size:16px}.footer{padding:32px 16px 16px}.footer__brand-row{align-items:flex-start;flex-direction:column;gap:24px}.footer__brand-logo{width:220px}.footer__trust-icon{height:60px}.footer__legal-links{flex-direction:column;gap:8px}}.ah-lp-header .box{flex-direction:column;position:relative}.ah-lp-header .box,.ah-lp-header .text{align-items:center;box-sizing:border-box;display:flex}.ah-lp-header .text{flex-direction:row;justify-content:center;margin:0;overflow-wrap:anywhere;word-break:break-word}.ah-lp-header .img{box-sizing:border-box;display:block;height:auto;max-width:100%}.ah-lp-header .image{box-sizing:border-box;position:relative}.ah-lp-header .image:before{background-image:var(--img-src);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";inset:0;position:absolute}.ah-lp-header .icon{align-items:center;box-sizing:border-box;display:inline-flex;font-style:normal;justify-content:center}.ah-lp-header{display:block}.ah-lp-header .sd-2{align-content:center;align-items:center;background:#fff;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:32px;height:98px;justify-content:space-between;left:0;padding:0 24px;position:fixed;top:0;width:100%;z-index:100}.ah-lp-header .sd-3{flex:none;flex-direction:row;gap:13px;overflow:hidden;padding:0;width:197px}.ah-lp-header .sd-3,.ah-lp-header .sd-4{align-items:center;height:auto;justify-content:flex-start}.ah-lp-header .sd-4{flex:none;flex-direction:column;margin:0;padding:6px;width:27px}.ah-lp-header .sd-5{flex-direction:column;margin:0;width:100%}.ah-lp-header .sd-5,.ah-lp-header .sd-6{align-items:center;height:auto;justify-content:center}.ah-lp-header .sd-6{flex:none;flex-direction:column;margin:-1px 0 0;width:157px}.ah-lp-header .sd-7{background:transparent;border:0;color:#222;cursor:pointer;display:none;font-size:24px}.ah-lp-header .sd-8{align-content:center;align-items:center;backdrop-filter:blur(30px);background:hsla(0,0%,100%,.4);border-radius:100px;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:27px;height:auto;justify-content:flex-start;overflow:hidden;padding:20px 24px;width:auto}.ah-lp-header .sd-10,.ah-lp-header .sd-11,.ah-lp-header .sd-12,.ah-lp-header .sd-9{color:#000;flex:none;font-family:DM Sans,Noto Sans JP,sans-serif;font-size:14px;font-weight:700;height:auto;letter-spacing:-.02em;line-height:1.4;text-align:center;text-decoration:none;width:auto}.ah-lp-header .sd-10[data-current]{color:#1c74f5}.ah-lp-header .sd-13{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:8px;height:auto;justify-content:flex-start;padding:0;width:auto}.ah-lp-header .sd-14{align-items:center!important;background:transparent!important;border:0!important;border-radius:0!important;box-sizing:border-box!important;display:inline-flex!important;flex:none!important;flex-direction:row!important;gap:6px!important;height:48px!important;justify-content:center!important;min-width:0!important;padding:0 12px!important;text-decoration:none!important}.ah-lp-header .sd-15{color:#555454!important;font-family:Noto Sans JP,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1!important;text-align:center!important;width:auto!important}.ah-lp-header .sd-15,.ah-lp-header .sd-16{flex:none!important;height:auto!important;justify-content:center!important}.ah-lp-header .sd-16{align-items:center!important;display:inline-flex!important;padding:0!important;width:7px!important}.ah-lp-header .sd-17{align-items:center;background:#1c75f5;border:2px solid #1c75f5;border-radius:8px;box-sizing:border-box;display:inline-flex;flex:none;flex-direction:row;gap:2px;height:48px;justify-content:center;min-width:170px;padding:0 24px;text-decoration:none}.ah-lp-header .sd-18{color:#fff;flex:none;font-family:DM Sans,Noto Sans JP,sans-serif;font-size:14px;font-weight:700;height:auto;letter-spacing:-.02em;line-height:1;margin:0;text-align:center;width:auto}.ah-lp-header .ah-hdr-otoi{align-items:center;background:#fff;border:2px solid #1c75f5;border-radius:8px;box-sizing:border-box;display:inline-flex;flex:none;flex-direction:row;gap:2px;height:48px;justify-content:center;min-width:170px;padding:0 24px;text-decoration:none;transition:background .3s ease-in-out}.ah-lp-header .ah-hdr-otoi:hover{background:#eef4ff}.ah-lp-header .ah-hdr-otoi__text{color:#1c75f5;font-family:DM Sans,Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;margin:0;text-align:center}@media (max-width:840px){.ah-lp-header .sd-2{gap:12px;height:auto;padding:16px 24px}.ah-lp-header .sd-7,.ah-lp-header .sd-8{display:none}.ah-lp-header .sd-13{display:flex}.ah-lp-header .ah-hdr-otoi,.ah-lp-header .sd-14,.ah-lp-header .sd-17{font-size:13px;height:40px;min-width:auto;padding:0 16px}.ah-lp-header .ah-hdr-otoi__text,.ah-lp-header .sd-15,.ah-lp-header .sd-18{font-size:13px}}@media (max-width:540px){.ah-lp-header .sd-2{gap:12px;height:56px;padding:10px 16px}.ah-lp-header .sd-3{gap:6px;width:auto}.ah-lp-header .sd-6{width:130px}.ah-lp-header .sd-7{display:inline-flex;margin-left:auto;order:3}.ah-lp-header .sd-13,.ah-lp-header .sd-8{display:none}}.header-band,.single-post-container{margin-top:98px}@media (max-width:540px){.header-band,.single-post-container{margin-top:56px}}.ah-lp-footer .box{flex-direction:column;position:relative}.ah-lp-footer .box,.ah-lp-footer .text{align-items:center;box-sizing:border-box;display:flex}.ah-lp-footer .text{flex-direction:row;justify-content:center;margin:0;overflow-wrap:anywhere;word-break:break-word}.ah-lp-footer .img{box-sizing:border-box;display:block;height:auto;max-width:100%}.ah-lp-footer .sd-465{align-content:flex-start;align-items:flex-start;background:#fff;border:1px solid #e6e6e6;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;height:auto;justify-content:flex-start;margin:0;padding:40px 40px 0;width:100%}.ah-lp-footer .sd-466{align-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:24px;height:auto;justify-content:space-between;padding:0 0 20px;width:100%}.ah-lp-footer .sd-467{align-content:flex-start;align-items:flex-start;flex:none;flex-direction:column;flex-wrap:nowrap;gap:16px;height:auto;justify-content:flex-start;padding:0;width:449px}.ah-lp-footer .sd-468{align-items:center;flex-direction:column;height:auto;justify-content:center;width:327px}.ah-lp-footer .sd-469{color:#323232;font-family:Noto Sans JP;font-size:16px;font-style:normal;font-weight:600;height:23px;justify-content:flex-start;letter-spacing:0;line-height:22px;text-align:left;width:100%}.ah-lp-footer .sd-470{align-content:center;align-items:center;flex:none;flex-direction:row;flex-wrap:nowrap;gap:23px;height:auto;justify-content:flex-start;padding:0;width:auto}.ah-lp-footer .sd-471{width:80px}.ah-lp-footer .sd-471,.ah-lp-footer .sd-472{align-items:center;flex:none;flex-direction:column;height:auto;justify-content:center;overflow-x:hidden;overflow-y:hidden}.ah-lp-footer .sd-472{width:58px}.ah-lp-footer .sd-473{width:57px}.ah-lp-footer .sd-473,.ah-lp-footer .sd-474{align-items:center;flex:none;flex-direction:column;height:auto;justify-content:center;overflow-x:hidden;overflow-y:hidden}.ah-lp-footer .sd-474{width:123px}.ah-lp-footer .sd-475{align-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:433px;height:auto;justify-content:space-between;padding:20px 0;width:100%}.ah-lp-footer .sd-476{color:#323232;flex:none;font-family:Inter;font-size:9px;font-style:normal;font-weight:400;height:12px;justify-content:flex-start;letter-spacing:0;line-height:18px;text-align:left;width:125px}.ah-lp-footer .sd-477{align-content:flex-end;align-items:flex-end;flex:none;flex-direction:row;flex-wrap:nowrap;gap:24px;height:auto;justify-content:flex-start;padding:0;width:auto}.ah-lp-footer .sd-478,.ah-lp-footer .sd-479{color:#323232;font-family:Noto Sans JP;font-size:10px;font-style:normal;font-weight:400;height:14px;letter-spacing:0;line-height:40px;text-align:left;width:auto}.ah-lp-footer .sd-480,.ah-lp-footer .sd-481,.ah-lp-footer .sd-482{color:#323232;font-family:Noto Sans JP;font-size:10px;font-style:normal;font-weight:400;height:15px;letter-spacing:0;line-height:40px;text-align:left;width:auto}.ah-lp-footer .sd-483{background:#fff;border:1px solid #e6e6e6;display:none;height:auto;padding:40px 40px 0;width:100%}.ah-lp-footer .sd-483,.ah-lp-footer .sd-484{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;gap:0;justify-content:flex-start}.ah-lp-footer .sd-484{padding:0}.ah-lp-footer .sd-485{height:auto;padding:0 0 20px;width:100%}.ah-lp-footer .sd-485,.ah-lp-footer .sd-486{align-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:24px;justify-content:space-between}.ah-lp-footer .sd-486{padding:0}.ah-lp-footer .sd-487{align-content:flex-start;align-items:flex-start;flex:none;flex-direction:column;flex-wrap:nowrap;gap:16px;height:auto;justify-content:flex-start;padding:0;width:449px}.ah-lp-footer .sd-488{align-items:center;flex-direction:column;height:auto;justify-content:center;width:327px}.ah-lp-footer .sd-489{color:#323232;font-family:Noto Sans JP;font-size:16px;font-style:normal;font-weight:600;height:23px;justify-content:flex-start;letter-spacing:0;line-height:22px;text-align:left;width:100%}.ah-lp-footer .sd-490{align-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:433px;height:auto;justify-content:space-between;padding:20px 0;width:100%}.ah-lp-footer .sd-491{align-content:flex-end;align-items:flex-end;flex:none;flex-direction:row;flex-wrap:nowrap;gap:24px;height:auto;justify-content:flex-start;padding:0;width:auto}.ah-lp-footer .sd-492,.ah-lp-footer .sd-493{color:#323232;font-family:Noto Sans JP;font-size:10px;font-style:normal;font-weight:400;height:14px;letter-spacing:0;line-height:40px;text-align:left;width:auto}.ah-lp-footer .sd-494,.ah-lp-footer .sd-495,.ah-lp-footer .sd-496{color:#323232;font-family:Noto Sans JP;font-size:10px;font-style:normal;font-weight:400;height:15px;letter-spacing:0;line-height:40px;text-align:left;width:auto}.ah-lp-footer .sd-497{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;gap:0;justify-content:flex-start;padding:0}.ah-lp-footer .sd-498{align-content:center;align-items:center;flex:none;flex-direction:row;flex-wrap:nowrap;gap:23px;height:auto;justify-content:flex-start;padding:0;width:auto}.ah-lp-footer .sd-499{width:58px}.ah-lp-footer .sd-499,.ah-lp-footer .sd-500{align-items:center;flex:none;flex-direction:column;height:auto;justify-content:center;overflow-x:hidden;overflow-y:hidden}.ah-lp-footer .sd-500{width:80px}.ah-lp-footer .sd-501{width:57px}.ah-lp-footer .sd-501,.ah-lp-footer .sd-502{align-items:center;flex:none;flex-direction:column;height:auto;justify-content:center;overflow-x:hidden;overflow-y:hidden}.ah-lp-footer .sd-502{width:123px}.ah-lp-footer .sd-503{color:#323232;flex:none;font-family:Inter;font-size:9px;font-style:normal;font-weight:400;height:12px;justify-content:flex-start;letter-spacing:0;line-height:18px;text-align:left;width:125px}@media (max-width:840px){.ah-lp-footer .sd-465{display:flex}.ah-lp-footer .sd-466{flex-wrap:wrap}.ah-lp-footer .sd-467{flex:none;width:100%}.ah-lp-footer .sd-469{font-size:14px}.ah-lp-footer .sd-470{flex:none;width:100%}.ah-lp-footer .sd-475{flex-wrap:wrap;gap:433px 0}.ah-lp-footer .sd-476{flex:none;font-size:13px;width:100%}.ah-lp-footer .sd-477{flex:none;width:100%}.ah-lp-footer .sd-478,.ah-lp-footer .sd-479,.ah-lp-footer .sd-480,.ah-lp-footer .sd-481,.ah-lp-footer .sd-482{font-size:13px}.ah-lp-footer .sd-483{display:none}.ah-lp-footer .sd-485{flex-wrap:wrap}.ah-lp-footer .sd-487{flex:none;width:100%}.ah-lp-footer .sd-489{font-size:14px}.ah-lp-footer .sd-490{flex-wrap:wrap;gap:433px 0}.ah-lp-footer .sd-491{flex:none;width:100%}.ah-lp-footer .sd-492,.ah-lp-footer .sd-493,.ah-lp-footer .sd-494,.ah-lp-footer .sd-495,.ah-lp-footer .sd-496{font-size:13px}.ah-lp-footer .sd-498{flex:none;width:100%}.ah-lp-footer .sd-503{flex:none;font-size:13px;width:100%}}@media (max-width:540px){.ah-lp-footer .sd-465{display:none;padding:16px 16px 0}.ah-lp-footer .sd-466{gap:120px;padding:0 0 8px}.ah-lp-footer .sd-467{gap:6px;padding:0}.ah-lp-footer .sd-469{font-size:13px}.ah-lp-footer .sd-470{gap:10px;padding:0}.ah-lp-footer .sd-475{gap:120px 0;padding:8px 0}.ah-lp-footer .sd-476{font-size:13px}.ah-lp-footer .sd-477{gap:6px;padding:0}.ah-lp-footer .sd-478,.ah-lp-footer .sd-479,.ah-lp-footer .sd-480,.ah-lp-footer .sd-481,.ah-lp-footer .sd-482{font-size:13px}.ah-lp-footer .sd-483{display:flex;padding:40px 16px}.ah-lp-footer .sd-484{gap:24px}.ah-lp-footer .sd-485{gap:128px;padding:0 0 8px}.ah-lp-footer .sd-486{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;gap:56px;width:100%}.ah-lp-footer .sd-487{gap:0;padding:0;width:100%}.ah-lp-footer .sd-488{height:auto;scale:.8 .8;transform-origin:top left}.ah-lp-footer .sd-489{font-size:13px}.ah-lp-footer .sd-490{gap:74px 0;padding:8px 0}.ah-lp-footer .sd-491{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;gap:16px;height:auto;justify-content:flex-start;padding:0}.ah-lp-footer .sd-492,.ah-lp-footer .sd-493,.ah-lp-footer .sd-494,.ah-lp-footer .sd-495,.ah-lp-footer .sd-496{font-size:13px}.ah-lp-footer .sd-497{gap:20px}.ah-lp-footer .sd-498{gap:10px;padding:0}.ah-lp-footer .sd-503{font-size:13px;height:auto}}.main{margin-top:98px}@media (max-width:540px){.main{margin-top:56px}}