@import"https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap";:root{--font-family-YakuHanJP: "YakuHanJP";--font-family-Roboto: "Roboto";--font-family-NotoSansJP: "Noto Sans JP";--color-sample-01: #444444;--color-sample-02: #ffffff;--color-sample-03: #C2C2C2;--color-white: #ffffff;--color-gray: #f8f8f8;--color-primary: #3C2C25;--color-secondary: #6A757D;--tint-primary: #F47214;--tint-secondary: #37C0A2;--tint-kaizen: #43a047;--tint-important: #e74c3c;--tint-pr: #2cb3ce;--tint-white: #FAF7F3;--tint-lwhite: #F6F9FC;--border-primary: #E2E3E5;--border-menu: #A3B6C7;--border-table: #d1d1d1;--text-link: #007AFF}.l-header{width:100%;background-color:var(--color-white);border-bottom:1px solid var(--tint-white);position:fixed;left:0;top:0;z-index:999}@media screen and (min-width: 769px){.l-header{top:29px;height:80px}}.l-header__inner{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 768px){.l-header__inner{height:56px;padding-bottom:10px;padding-left:16px;padding-right:16px;padding-top:10px}}@media screen and (min-width: 769px){.l-header__inner{max-width:1280px;min-width:1280px;height:80px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}}@media screen and (max-width: 768px){.l-header__logo{max-width:145px}}@media screen and (min-width: 769px){.l-header__logo{max-width:168px}}.l-header__logo-link{display:block}.l-header__logo-text{color:var(--text-text-secondary);font-size:1rem;display:block}.l-header__logo-img{max-width:100%;height:auto;margin-top:4px}@media screen and (max-width: 768px){.l-header__nav__humburger{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}}@media screen and (min-width: 769px){.l-header__nav__humburger{display:none}}@media screen and (max-width: 768px){.l-header__nav__humburger__box{width:20px;height:18px;display:block;position:relative;margin-left:auto;margin-right:auto}.l-header__nav__humburger__box>span{width:100%;height:2px;background-color:#b8b3a9;border-radius:3px;display:inline-block;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;box-sizing:border-box;position:absolute;left:0}.l-header__nav__humburger__box>span:nth-of-type(1){top:0}.l-header__nav__humburger__box>span:nth-of-type(2){bottom:8px}.l-header__nav__humburger__box>span:nth-of-type(3){bottom:0}.l-header__nav__humburger.is-active .l-header__nav__humburger__box>span:nth-of-type(1){transform:translateY(8px) rotate(45deg)}.l-header__nav__humburger.is-active .l-header__nav__humburger__box>span:nth-of-type(2){opacity:0;translate:50%}.l-header__nav__humburger.is-active .l-header__nav__humburger__box>span:nth-of-type(3){transform:translateY(-8px) rotate(-45deg)}}@media screen and (max-width: 768px){.l-header__nav__wrap{width:100%;height:100vh;overflow:hidden;opacity:0;position:absolute;right:0;top:57px;translate:100%;transition:all .3s;transform-origin:center right}.l-header__nav__wrap.no-animation{transition:none}.l-header__nav__wrap.is-active{opacity:1;background:rgba(0,0,0,.5);background:#fff;padding-bottom:56px;translate:0;overflow-y:scroll}}@media screen and (max-width: 768px){.l-header__nav__content{width:100%;height:auto;background-color:var(--color-white);padding-bottom:36px;padding-left:16px;padding-right:16px;padding-top:16px;position:relative;z-index:99}}@media screen and (min-width: 769px){.l-header__nav__content{display:flex;align-items:center;gap:0 72px}}@media screen and (min-width: 769px){.l-header__nav__list{display:flex;align-items:center;gap:24px}}.l-header__nav__list__item{position:relative}@media screen and (max-width: 768px){.l-header__nav__list__item{border-bottom:1px solid var(--border-primary)}}@media screen and (min-width: 769px){.l-header__nav__list__item:nth-of-type(6) .l-header__nav__submenu__content__wrap{padding:0 40px 0 839px}}.l-header__nav__list-link{color:var(--color-primary);display:block;line-height:175%}@media screen and (max-width: 768px){.l-header__nav__list-link{font-size:1.5rem;padding-bottom:10px;padding-left:8px;padding-right:8px;padding-top:10px;position:relative}.l-header__nav__list-link::after{content:"";width:8px;height:8px;border-top:1px solid var(--color-primary);border-left:1px solid var(--color-primary);display:block;position:absolute;right:10px;top:50%;transition:all .3s;rotate:135deg;translate:0 -50%}}@media screen and (min-width: 769px){.l-header__nav__list-link{font-size:1.5rem;padding-bottom:26px;padding-top:26px;position:relative;transition:all .3s}.l-header__nav__list-link::after{content:"";width:100%;height:4px;background-color:#f84400;position:absolute;bottom:-1px;left:0;transform:scale(0, 1);transform-origin:right top;transition:transform .3s}.l-header__nav__list-link:hover::after{transform:scale(1, 1);transform-origin:left top}.l-header__nav__list-link.is-current{color:var(--tint-primary);pointer-events:none}.l-header__nav__list-link.is-current::after{transform:scale(1, 1)}}.l-header__nav__submenu{display:block;line-height:175%}@media screen and (max-width: 768px){.l-header__nav__submenu{border-bottom:1px solid var(--border-primary);font-size:1.5rem;padding-bottom:10px;padding-left:6px;padding-right:0;padding-top:10px}}@media screen and (min-width: 769px){.l-header__nav__submenu{cursor:pointer;font-size:1.5rem;padding:26px 17px 26px 0;position:relative;transition:all .3s;background:url("/healthtechone/assets/imgs/common/nav_icon.svg") no-repeat right center}.l-header__nav__submenu::after{content:"";width:100%;height:4px;background-color:#f84400;position:absolute;bottom:-1px;left:0;transform:scale(0, 1);transform-origin:right top;transition:transform .3s}.l-header__nav__submenu:hover::after{transform:scale(1, 1);transform-origin:left top}.l-header__nav__submenu.is-hover::after{transform:scale(1, 1)}.l-header__nav__submenu.is-current{color:var(--tint-primary)}.l-header__nav__submenu.is-current::after{transform:scale(1, 1)}}@media screen and (min-width: 769px){.l-header__nav__submenu__content{width:100%;background-color:#fff;box-shadow:0 12px 20px 0 rgba(108,108,108,.1);position:fixed;left:0;top:109px;transform:scale(1, 0);transform-origin:left top;transition:transform .3s}.l-header__nav__submenu__content.is-hover{transform:scale(1, 1)}}@media screen and (min-width: 769px){.l-header__nav__submenu__content__wrap{width:1280px;height:63px;display:flex;align-items:center;padding:0 40px 0 281px;gap:0 32px;margin:0 auto}}@media screen and (max-width: 768px){.l-header__nav__submenu__item+.l-header__nav__submenu__item{border-top:1px solid var(--border-primary)}}.l-header__nav__submenu-link{display:block;line-height:175%;display:flex;align-items:center;gap:0 6px}.l-header__nav__submenu-link.icon-window{background-image:url("/healthtechone/assets/imgs/common/icon_window_02.svg");background-size:12px 10px;background-repeat:no-repeat;background-position:right top calc(50% - 2px);padding-right:18px}.l-header__nav__submenu-link.icon-window::after{display:none}@media screen and (max-width: 768px){.l-header__nav__submenu-link{font-size:1.4rem;padding-bottom:10px;padding-left:16px;padding-right:20px;padding-top:10px;position:relative}.l-header__nav__submenu-link::after{content:"";width:8px;height:8px;border-top:1px solid var(--color-primary);border-left:1px solid var(--color-primary);display:block;position:absolute;right:10px;top:50%;transition:all .3s;rotate:135deg;translate:0 -50%}.l-header__nav__submenu-link.icon-window{background-position:right 8px top 50%}}@media screen and (min-width: 769px){.l-header__nav__submenu-link{color:#3c2c25;font-size:1.5rem;text-decoration:none;position:relative;display:flex;align-items:center;height:63px}.l-header__nav__submenu-link::after{content:"";width:100%;height:4px;background-color:#f84400;position:absolute;bottom:-1px;left:0;transform:scale(0, 1);transform-origin:right top;transition:transform .3s}.l-header__nav__submenu-link:hover::after{transform:scale(1, 1);transform-origin:left top}.l-header__nav__submenu-link.is-hover::after{transform:scale(1, 1)}}@media screen and (max-width: 768px){.l-header__nav__cv-list{margin-top:24px;padding-left:20px;padding-right:20px}}@media screen and (min-width: 769px){.l-header__nav__cv-list{display:flex;align-items:center;gap:8px}}.l-header__nav__cv-list__btn{background-color:#ff8f3e;border-radius:100vh;color:var(--color-sample-02);text-align:center;display:block;line-height:1.7;padding-left:22px;padding-right:22px}@media screen and (max-width: 768px){.l-header__nav__cv-list__btn{font-size:1.6rem;font-weight:700;font-variation-settings:"wght" 700;padding-bottom:12px;padding-top:12px}}@media screen and (min-width: 769px){.l-header__nav__cv-list__btn{font-size:1.4rem;padding-bottom:8px;padding-top:8px}}@media(any-hover: hover){.l-header__nav__cv-list__btn:hover{opacity:.7}}@media screen and (max-width: 768px){.l-header__nav__cv-list__btn+.l-header__nav__cv-list__btn{margin-top:8px}}.l-footer__share{height:110px;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:0 20px}@media screen and (max-width: 768px){.l-footer__share{height:90px}}.l-footer__share .l-footer__share-text{font-weight:bold;color:#6a757d;letter-spacing:normal}.l-footer__share>a{display:block}.l-footer{width:100%}.l-footer__main{background-color:#f57b23}.l-footer__main__inner{max-width:1280px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.l-footer__main__inner{padding-bottom:24px;padding-left:16px;padding-right:16px;padding-top:24px}}@media screen and (min-width: 769px){.l-footer__main__inner{padding-bottom:26px;padding-left:40px;padding-right:40px;padding-top:26px}}@media screen and (min-width: 769px){.l-footer__menu{display:flex;align-items:center;gap:24px}}@media screen and (max-width: 768px){.l-footer__menu__item+.l-footer__menu__item{margin-top:10px}}.l-footer__menu-link{color:var(--color-white);line-height:1.5;display:flex;align-items:center;gap:0 6px}.l-footer__menu-link.icon-window::after{content:"";display:block;width:12px;height:10px;background-image:url("/healthtechone/assets/imgs/common/icon_window_03.svg");background-size:100%;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 768px){.l-footer__menu-link{font-size:1.4rem}}@media screen and (min-width: 769px){.l-footer__menu-link{font-size:1.6rem}}.l-footer__menu-link:hover{text-decoration:underline}.l-footer__sub{background-color:var(--color-primary)}.l-footer__sub__inner{max-width:1280px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.l-footer__sub__inner{padding-bottom:24px;padding-left:16px;padding-right:16px;padding-top:24px}}@media screen and (min-width: 769px){.l-footer__sub__inner{padding-bottom:32px;padding-left:40px;padding-right:40px;padding-top:24px}}@media screen and (min-width: 769px){.l-footer__submenu{display:flex;align-items:center;gap:24px}}@media screen and (max-width: 768px){.l-footer__submenu__item+.l-footer__submenu__item{margin-top:4px}}.l-footer__submenu-link{color:#f1e5d8;line-height:1.5;display:flex;align-items:center;gap:0 6px}.l-footer__submenu-link:hover{text-decoration:underline}.l-footer__submenu-link.icon-window::after{content:"";display:block;width:12px;height:10px;background-image:url("/healthtechone/assets/imgs/common/icon_window_01.svg");background-size:100%;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 768px){.l-footer__submenu-link{font-size:1.4rem}}@media screen and (min-width: 769px){.l-footer__submenu-link{font-size:1.5rem}}.l-footer__info{margin-top:40px}.l-footer__info-text{color:#f1e5d8;line-height:1.5}@media screen and (max-width: 768px){.l-footer__info-text{font-size:1.2rem}}@media screen and (min-width: 769px){.l-footer__info-text{font-size:1.2rem}}.l-footer__info-copyright{color:#f1e5d8;line-height:1.5;margin-top:16px}@media screen and (max-width: 768px){.l-footer__info-copyright{font-size:1rem}}@media screen and (min-width: 769px){.l-footer__info-copyright{font-size:1.2rem}}.l-footer-siteseal{background-color:#fff}.l-footer-siteseal__inner{display:flex;justify-content:center;gap:0 10px;padding:40px 0}.l-footer-siteseal__inner>div{width:100px;height:50px}@media screen and (max-width: 768px){.l-footer-siteseal__inner{gap:0 10px}}.l-footer-security{max-width:1200px;margin:0 auto}.l-footer-security__logo{padding:20px 0 20px 10px}@media screen and (max-width: 768px){.l-footer-security__logo{text-align:center}}.u-bg_color-white{background-color:var(--color-white)}.u-bg_color-navy{background-color:var(--color-primary)}.u-bg_color-primary{background-color:var(--tint-primary)}.u-bg_color-secondary{background-color:var(--tint-secondary)}.u-bg_color-gray{background-color:var(--color-gray)}.u-bg_color-lgray{background-color:var(--tint-white)}.u-bg_color-lwhite{background-color:var(--tint-lwhite)}.u-bg_color-brand{background-color:var(--tint-brand)}.u-bg_color-brand2{background-color:var(--tint-brand2)}.u-bg_color-brand3{background-color:var(--tint-brand3)}.u-bg_color-brand4{background-color:var(--tint-brand4)}.u-bg_color-brand5{background-color:var(--tint-brand5)}:root{--f8: clamp(0.8rem, 2.222vw, 1.0rem);--f9: clamp(0.9rem, 2.5vw, 1.1rem);--f10: clamp(1.0rem, 2.778vw, 1.2rem);--f11: clamp(1.1rem, 3.056vw, 1.3rem);--f12: clamp(1.2rem, 3.333vw, 1.5rem);--f13: clamp(1.3rem, 3.611vw, 1.7rem);--f15: clamp(1.5rem, 4.167vw, 1.6rem);--f16: clamp(1.6rem, 4.444vw, 1.8rem);--f18: clamp(1.8rem, 5.0vw, 2.0rem);--f19: clamp(1.9rem, 5.278vw, 2.2rem);--f20: clamp(2.0rem, 5.556vw, 2.4rem);--f22: clamp(2.2rem, 6.111vw, 2.4rem);--f25: clamp(2.5rem, 6.944vw, 2.8rem);--f26: clamp(2.6rem, 7.222vw, 3.0rem);--f27: clamp(2.7rem, 7.5vw, 3.2rem)}*{margin:0;padding:0}*,*::before,*::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}button{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:rgba(0,0,0,0);padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:"Roboto","Noto Sans JP",Meiryo,sans-serif;font-size:1.6rem;font-feature-settings:"halt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:var(--color-primary);min-width:auto;line-height:1;letter-spacing:.05em}@media screen and (min-width: 768px){body{min-width:1380px}}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}ul,li{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:0s !important;transition-duration:0s !important}}.pc-none{display:block}@media screen and (min-width: 768px){.pc-none{display:none}}.btn-link{width:fit-content;padding:0 24px 0 34px;font-weight:bold;color:#ff8e3f;display:flex;align-items:center;justify-content:center;gap:0 24px;background-color:#fff;border-radius:60px;height:56px;margin:0 auto 64px;line-height:1;border:2px solid #ff8e3f}.btn-link:hover{background-color:#ff8e3f;transition:all .7s;color:#fff}.btn-link:hover:after{background:url("/healthtechone/feature/aichart/imgs/icon_link.svg") no-repeat;background-size:22px;transition:all .7s}.btn-link:after{content:"";display:block;background:url("/healthtechone/feature/aichart/imgs/icon_link_hover.svg") no-repeat;background-size:22px;width:22px;height:22px}.btn-link.icon-window:after{background:url("/healthtechone/feature/aichart/imgs/icon_window_02.svg") no-repeat;background-size:cover;width:16px;height:14px}.btn-link.icon-window:hover:after{background:url("/healthtechone/feature/aichart/imgs/icon_window_02_hover.svg") no-repeat;background-size:cover;transition:all .7s}.header{width:100%}.header .header-inner{width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 12px}@media screen and (min-width: 768px){.header .header-inner{width:1300px;height:88px;margin:0 auto;padding:0}}.header .header-inner .header-logo{width:140px;height:auto}@media screen and (min-width: 768px){.header .header-inner .header-logo{width:226px;height:36px}}.header .header-inner .header-btn{display:flex;align-items:center;gap:0 8px}@media screen and (min-width: 768px){.header .header-inner .header-btn{gap:0 16px}}.header .header-inner .header-btn__item{display:inline-flex;align-items:center;justify-content:center;height:32px;border-radius:44px;font-weight:bold;font-size:1.2rem;line-height:24px;text-align:center;color:#fff;transition:opacity .3s}@media screen and (min-width: 768px){.header .header-inner .header-btn__item{font-size:1.4rem;height:44px}}.header .header-inner .header-btn__item:hover{opacity:.8}.header .header-inner .header-btn__item--secondary{width:84px;background-color:#ff8e3f}@media screen and (min-width: 768px){.header .header-inner .header-btn__item--secondary{width:107px}}.header .header-inner .header-btn__item--primary{width:90px;background-color:#37c0a2}@media screen and (min-width: 768px){.header .header-inner .header-btn__item--primary{width:136px}}.mainkv{width:100%;background:url("/healthtechone/lp/fastcheckout/imgs/mv-sp.jpg") no-repeat;background-position:center top;background-size:cover;aspect-ratio:36/55}@media screen and (min-width: 768px){.mainkv{background:url("/healthtechone/lp/fastcheckout/imgs/mv-pc.jpg") no-repeat;background-position:center center;background-size:cover;aspect-ratio:12/5}}.mainkv .mainkv-inner{width:100%;height:100%}@media screen and (min-width: 768px){.mainkv .mainkv-inner{width:1300px;margin:0 auto}}.ctabox{background:linear-gradient(90deg, #FFF490 0%, #FF5D13 100%);display:flex;align-items:center;justify-content:center;padding:16px 0;flex-direction:column}@media screen and (min-width: 768px){.ctabox{padding:40px 0}}.ctabox .ctabox-text{width:fit-content;background:#fff;border-radius:11px;font-size:1.1rem;font-weight:500;padding:4px 24px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.ctabox .ctabox-text>span{color:#15af8e;font-size:1.2rem;font-weight:bold}.ctabox .ctabox-text::before,.ctabox .ctabox-text::after{content:"";background-color:#3c2c25;border-radius:2px;width:13px;height:1px;bottom:0;position:relative}.ctabox .ctabox-text::before{transform:rotate(60deg);right:3px}.ctabox .ctabox-text::after{transform:rotate(-60deg);left:3px}@media screen and (min-width: 768px){.ctabox .ctabox-text{width:716px;height:36px;border-radius:18px;font-size:2rem;padding:6px 0;margin-bottom:32px}.ctabox .ctabox-text>span{font-size:2.2rem}.ctabox .ctabox-text::before,.ctabox .ctabox-text:after{width:22px;height:2px}.ctabox .ctabox-text::before{right:14px}.ctabox .ctabox-text::after{left:14px}}.ctabox .ctabox-btn{display:flex;align-items:center;justify-content:center;gap:0 16px}@media screen and (min-width: 768px){.ctabox .ctabox-btn{gap:0 32px}}.ctabox .ctabox-btn .ctabox-btn__item{box-shadow:2.182px 3.636px 10px 0 rgba(197,131,105,.8);width:150px;height:45px;border-radius:30px;font-size:1.6rem;font-weight:bold;display:flex;align-items:center;justify-content:center}.ctabox .ctabox-btn .ctabox-btn__item:hover{opacity:.7;transition:.3s}.ctabox .ctabox-btn .ctabox-btn__item--primary{background-color:#fff;color:#eb4d37}.ctabox .ctabox-btn .ctabox-btn__item--secondary{background-color:#37c0a2;color:#fff}.ctabox .ctabox-btn .ctabox-btn__item--secondary>span{display:none}@media screen and (min-width: 768px){.ctabox .ctabox-btn .ctabox-btn__item{width:338px;height:64px;font-size:1.8rem;background-position:right 24px center;background-repeat:no-repeat;background-size:22px}.ctabox .ctabox-btn .ctabox-btn__item--primary{background-image:url("/healthtechone/lp/fastcheckout/imgs/icon01.svg")}.ctabox .ctabox-btn .ctabox-btn__item--secondary{background-image:url("/healthtechone/lp/fastcheckout/imgs/icon02.svg")}.ctabox .ctabox-btn .ctabox-btn__item--secondary>span{display:inline}}.worries{position:relative}.worries::before{content:"";display:block;width:100%;height:1180px;background-image:url("/healthtechone/lp/fastcheckout/imgs/worries_bg_sp.webp");background-position:center top;background-size:cover;position:absolute;top:0;left:0;z-index:-1;clip-path:polygon(0 0%, 100% 0%, 100% 94%, 50% 100%, 0 94%)}@media screen and (min-width: 768px){.worries{position:relative}.worries::before{content:"";display:block;width:100%;height:631px;background-image:url("/healthtechone/lp/fastcheckout/imgs/worries_bg.webp");clip-path:polygon(0 0%, 100% 0%, 100% 78%, 50% 100%, 0 78%)}}.worries .worries-inner{width:100%;padding:46px 0 0}@media screen and (min-width: 768px){.worries .worries-inner{width:1200px;margin:0 auto;padding:76px 0 0}}.worries .worries-inner .worries-title{font-size:2.4rem;font-weight:bold;text-align:center;color:#fff;line-height:1.7;margin-bottom:36px}.worries .worries-inner .worries-title>span:nth-of-type(1){font-size:1.8rem;line-height:1.5;display:inline-block;margin-bottom:14px}@media screen and (min-width: 768px){.worries .worries-inner .worries-title{font-size:3.4rem;margin-bottom:80px}.worries .worries-inner .worries-title>span:nth-of-type(1){font-size:3.4rem}}.worries .worries-inner .worries-title .worries-title__highlight{width:82px;color:#323232;background-color:#fff;font-size:2.4rem;font-weight:bold;height:34px;display:inline-flex;align-items:center;justify-content:center;transform:rotate(-10.6deg);margin:0 10px;position:relative;top:-4px}@media screen and (min-width: 768px){.worries .worries-inner .worries-title .worries-title__highlight{width:116px;height:48px;font-size:3.4rem;margin:0 14px}}.worries .worries-inner .worries-list{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px 0}@media screen and (min-width: 768px){.worries .worries-inner .worries-list{flex-direction:row;gap:0 40px}}.worries .worries-inner .worries-list .worries-list__item{width:100%}@media screen and (min-width: 768px){.worries .worries-inner .worries-list .worries-list__item{width:377px}}.worries .worries-inner .worries-list .worries-list__item .worries-list__text{color:#fff;font-size:2rem;font-weight:bold;text-align:center;line-height:1.5;text-shadow:0 4px 20px rgba(0,0,0,.25);background:linear-gradient(270deg, #FFF 0%, #FFF 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media screen and (min-width: 768px){.worries .worries-inner .worries-list .worries-list__item .worries-list__text{font-size:2.3rem}}.worries .worries-inner .worries-list .worries-list__item .worries-img{margin:0 auto;width:calc(100% - 78px);max-width:282px;height:auto}@media screen and (min-width: 768px){.worries .worries-inner .worries-list .worries-list__item .worries-img{width:366px;height:auto;max-width:100%}}.fastcheckout{position:relative}.fastcheckout:before{content:"";display:block;width:100%;height:32%;background-size:cover;position:absolute;background-image:linear-gradient(180deg, #FFF7F1 0%, #FFE9DB 100%);z-index:-2;top:-215px}@media screen and (min-width: 768px){.fastcheckout{padding:24px 0 0}.fastcheckout::after{content:"";background:url("/healthtechone/lp/fastcheckout/imgs/reason_bg_left.webp") no-repeat left top,url("/healthtechone/lp/fastcheckout/imgs/reason_bg_right.webp") no-repeat right top;background-size:516px auto,516px auto;background-position:left top 2%,right top 2%;background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-3}.fastcheckout::before{content:"";display:block;width:100%;height:925px;background-image:url("/healthtechone/lp/fastcheckout/imgs/fco_bg.webp");background-position:center bottom;background-repeat:no-repeat;top:-220px;left:0;z-index:-2}}.fastcheckout .fastcheckout-inner{width:100%}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-inner{margin:0 auto}}.fastcheckout .fastcheckout-title{text-align:center;font-size:2.6rem;line-height:1.5;color:#3c2c25;margin-bottom:40px}.fastcheckout .fastcheckout-title>span:nth-of-type(1){font-size:1.7rem}.fastcheckout .fastcheckout-title .fastcheckout-title__highlight{font-size:3.8rem;background:linear-gradient(0deg, #FFC859 0%, #FF4314 88.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);position:relative;z-index:1;width:fit-content;padding:0 36px}.fastcheckout .fastcheckout-title .fastcheckout-title__highlight::before{content:"";display:block;width:100%;height:100%;background-color:#fff;border-radius:10px;position:absolute;z-index:-1;left:0;top:0;padding:5px 36px}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-title .fastcheckout-title__highlight{font-size:4.9rem;padding:0 16px}}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-title{font-size:4.3rem;margin-bottom:70px}.fastcheckout .fastcheckout-title>span:nth-of-type(1){font-size:2.8rem}.fastcheckout .fastcheckout-title>span:nth-of-type(2){margin-right:13px}.fastcheckout .fastcheckout-title>span:nth-of-type(4){margin-left:13px}}.fastcheckout .fastcheckout-list{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:48px 0;padding:0 16px;margin-bottom:53px}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-list{flex-direction:row;gap:0 40px}}.fastcheckout .fastcheckout-list .fastcheckout-item__img{margin-bottom:24px}.fastcheckout .fastcheckout-list .fastcheckout-item__img>img{width:100%;max-width:400px;height:auto;margin:0 auto;box-shadow:5px 6px 20px 0 rgba(199,199,199,.3)}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-list .fastcheckout-item__img{margin-bottom:40px}.fastcheckout .fastcheckout-list .fastcheckout-item__img>img{max-width:100%;width:436px;height:280px}}.fastcheckout .fastcheckout-list .fastcheckout-item__text{font-size:2rem;font-weight:bold;line-height:1.5;text-align:center}.fastcheckout .fastcheckout-list .fastcheckout-item__text>span:nth-of-type(1){background:linear-gradient(270deg, #3c2c25 0%, #78490f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:500}.fastcheckout .fastcheckout-list .fastcheckout-item__text>span:nth-of-type(2){background:linear-gradient(270deg, #3c2c25 0%, #78490f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.fastcheckout .fastcheckout-reson{width:100%;padding:72px 16px 64px;background:url("/healthtechone/lp/fastcheckout/imgs/reason_bg_sp.webp") no-repeat bottom center,linear-gradient(0deg, #f5e8dc 0%, #fff9f3 50%, #fffaf6 100%);background-size:100% auto,100% auto;background-repeat:no-repeat}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-reson{padding:150px 0 120px;position:relative;background:none}.fastcheckout .fastcheckout-reson::before{content:"";background:url("/healthtechone/lp/fastcheckout/imgs/reason_bg_bottom.webp") no-repeat bottom center,linear-gradient(0deg, #f5e8dc 0%, #fff9f3 50%, #fffaf6 100%);background-size:100% auto,100% auto;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-3}}.fastcheckout .fastcheckout-reson .fastcheckout-reson__title{border-radius:10px;background:linear-gradient(90deg, #FFDC7D 0%, #FF6217 100%);font-size:2.4rem;text-align:center;padding:22px 0 10px;line-height:1.5;position:relative;margin-bottom:60px}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-reson .fastcheckout-reson__title{width:1023px;margin:0 auto 98px;font-size:3.8rem;padding:0;height:80px;display:flex;align-items:center;justify-content:center}}.fastcheckout .fastcheckout-reson .fastcheckout-reson__title::before{content:"";display:block;width:110px;height:auto;aspect-ratio:332/231;background:url("/healthtechone/lp/fastcheckout/imgs/mark.webp") no-repeat;background-position:left top;position:absolute;background-size:cover;left:0;right:0;top:-44px;margin:0 auto;z-index:1}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-reson .fastcheckout-reson__title::before{width:166px;left:-30px;top:-30px;right:auto}}.fastcheckout .fastcheckout-reson .fastcheckout-reson__title .fastcheckout-reson__title--number{background-color:#fff;width:58px;font-size:3.3rem;padding:0 6px;margin-right:4px;line-height:1.2}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-reson .fastcheckout-reson__title .fastcheckout-reson__title--number{font-size:6.4rem;margin:0 14px;height:60px;line-height:1;width:auto;display:inline-flex;align-items:center;justify-content:center}}.fastcheckout .fastcheckout-reson .fastcheckout-reson__title .fastcheckout-reson__title--text{font-size:2.1rem}@media screen and (min-width: 768px){.fastcheckout .fastcheckout-reson .fastcheckout-reson__title .fastcheckout-reson__title--text{font-size:4rem}}.fastcheckout-reson__list{display:flex;flex-direction:column;gap:70px 0}@media screen and (min-width: 768px){.fastcheckout-reson__list{gap:102px 0}}.fastcheckout-reson__list .fastcheckout-reson__item{width:100%;border-radius:20px;background:#fff;padding:40px 0;position:relative}.fastcheckout-reson__list .fastcheckout-reson__item.reson1{box-shadow:0 -8px 0 0 #15af8e}.fastcheckout-reson__list .fastcheckout-reson__item.reson2{box-shadow:0 -8px 0 0 #26aef2}.fastcheckout-reson__list .fastcheckout-reson__item.reson3{box-shadow:0 -8px 0 0 #ff8e3f}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item{width:1052px;padding:64px 0 44px;margin:0 auto}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number{border-radius:6px;background:#fff;box-shadow:4px 4px 10px 0 rgba(0,0,0,.15);position:absolute;inset:0 0 0 0;margin:0 auto;top:-22px;width:100px;height:42px;padding:3px}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number{width:161px;height:68px}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p{border-radius:3px;background:#fff;height:100%;font-size:2.2rem;font-weight:bold;line-height:1;display:flex;align-items:center;justify-content:center;gap:0 4px}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson1{color:#15af8e;border:1.25px solid #15af8e}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson1>span{background-color:#15af8e}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson2{color:#26aef2;border:1.25px solid #26aef2}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson2>span{background-color:#26aef2}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson3{color:#ff8e3f;border:1.25px solid #ff8e3f}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson3>span{background-color:#ff8e3f}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p>span{font-size:1.6rem;border-radius:50%;width:23px;height:23px;display:flex;align-items:center;justify-content:center;color:#fff;padding-left:2px}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p{font-size:3.5rem;border-radius:6px}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson1{border:2px solid #15af8e}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p.reson2{border:2px solid #26aef2}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__number>p>span{font-size:2.7rem;width:37px;height:37px}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__text{font-size:2.3rem;font-weight:bold;line-height:1.5;text-align:center;margin-bottom:32px}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__text{font-size:3.8rem;margin-bottom:56px}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__text>span.reson1{color:#15af8e}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__text>span.reson2{color:#26aef2}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__text>span.reson3{color:#ff8e3f}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__textsub{line-height:1.6;text-align:left;font-size:1.6rem;width:calc(100% - 32px);margin:0 auto 40px}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__textsub{text-align:center}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list{display:flex;flex-direction:column;gap:32px 0}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list{width:fit-content;margin:0 auto;flex-direction:row;gap:0 40px;justify-content:center}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem{width:calc(100% - 32px);margin:0 auto}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem{width:auto}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem .fastcheckout-reson__listlabel{font-size:1.8rem;font-weight:500;line-height:1.5;background:linear-gradient(270deg, #3c2c25 0%, #78490f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-align:center;margin-bottom:16px}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem .fastcheckout-reson__listlabel.reson2{font-size:1.7rem;margin:24px 0 0}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem .fastcheckout-reson__listlabel.reson2{font-size:1.8rem}}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem .fastcheckout-reson__listlabel{font-size:2.4rem;margin-bottom:24px}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__list .fastcheckout-reson__listitem .fastcheckout-reson__listtimg{width:fit-content;margin:0 auto;box-shadow:3.217px 3.861px 12.87px 0 rgba(199,199,199,.3)}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languageimg{width:calc(100% - 32px);height:auto;margin:0 auto 40px;display:flex;align-items:center;justify-content:center}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languageimg>img{width:100%;max-width:400px}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languageimg{width:940px}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languageimg>img{max-width:100%}}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languagetext{width:calc(100% - 32px);margin:0 auto;border-radius:12px;border:1px solid #3c2c25;background:#fff;padding:16px 14px}.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languagetext>p{font-weight:bold;line-height:1.5;font-size:1.6rem;background:linear-gradient(270deg, #3c2c25 0%, #78490f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-align:center}@media screen and (min-width: 768px){.fastcheckout-reson__list .fastcheckout-reson__item .fastcheckout-reson__languagetext{width:912px;padding:13px 0}}.plan{width:100%;padding:40px 16px 48px;background-image:linear-gradient(to bottom, rgba(203, 242, 220, 0) 0, #d4f5e2)}@media screen and (min-width: 768px){.plan{padding:80px 0 100px;background-image:url("/healthtechone/lp/fastcheckout/imgs/price_bg.webp");background-size:cover;background-repeat:no-repeat;background-position:center top}}.plan .plan-subtitle{display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.plan .plan-subtitle::before,.plan .plan-subtitle::after{content:"";display:block;width:11px;height:2px;border-radius:6px;background-color:#15af8e}@media screen and (min-width: 768px){.plan .plan-subtitle::before,.plan .plan-subtitle::after{width:14px}}.plan .plan-subtitle>span{font-size:1.7rem;font-weight:500;color:#15af8e;padding:0 12px;line-height:1}@media screen and (min-width: 768px){.plan .plan-subtitle>span{font-size:2rem}}.plan .plan-title{font-size:2.3rem;font-weight:bold;line-height:1.5;text-align:center;margin-bottom:40px}@media screen and (min-width: 768px){.plan .plan-title{font-size:3.6rem;margin-bottom:64px}}.plan .price{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:48px;padding:0 14px}@media screen and (min-width: 768px){.plan .price{width:1052px;margin:0 auto 64px;padding:0}}.plan .price .price-item{width:50%}.plan .price .price-item:nth-child(odd) .price-item__label{border-right:2px solid #fff}.plan .price .price-item:nth-child(odd) .price-item__info{background-image:repeating-linear-gradient(180deg, #a2aeb8, #a2aeb8 5px, transparent 5px, transparent 9px);background-position:right top;background-repeat:repeat-y;background-size:2px 100%}@media screen and (min-width: 768px){.plan .price .price-item{width:263px}.plan .price .price-item:not(:last-child) .price-item__label{border-right:2px solid #fff}.plan .price .price-item:not(:last-child) .price-item__info{background-image:repeating-linear-gradient(180deg, #a2aeb8, #a2aeb8 5px, transparent 5px, transparent 9px);background-position:right top;background-repeat:repeat-y;background-size:2px 100%}.plan .price .price-item:nth-of-type(1) .price-item__label{border-top-left-radius:10px}.plan .price .price-item:nth-of-type(1) .price-item__info{border-bottom-left-radius:10px}.plan .price .price-item:nth-of-type(4) .price-item__label{border-top-right-radius:10px}.plan .price .price-item:nth-of-type(4) .price-item__info{border-bottom-right-radius:10px}}.plan .price .price-item .price-item__label{background-color:#15af8e;display:flex;align-items:center;justify-content:center;height:46px}.plan .price .price-item .price-item__label>p{font-size:1.5rem;color:#fff}.plan .price .price-item .price-item__label>p>span{font-size:1rem}@media screen and (min-width: 768px){.plan .price .price-item .price-item__label{height:63px}.plan .price .price-item .price-item__label>p{font-size:2rem}.plan .price .price-item .price-item__label>p>span{font-size:1.2rem}}.plan .price .price-item .price-item__info{height:100px;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info{height:148px}}.plan .price .price-item .price-item__info .price-item__price{color:#15af8e}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price{font-size:12.5rem}}.plan .price .price-item .price-item__info .price-item__price .price-item__price--number{background:var(--green_gradation, linear-gradient(270deg, #37C0A2 23.04%, #1EB090 95.24%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:8.1rem}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price .price-item__price--number{font-size:12.5rem}}.plan .price .price-item .price-item__info .price-item__price .price-item__price--yen{font-size:1.7rem;font-weight:900}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price .price-item__price--yen{font-size:2.6rem}}.plan .price .price-item .price-item__info .price-item__price .price-item__price--manyen{font-size:1.7rem;font-weight:900}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price .price-item__price--manyen{font-size:2.6rem;position:relative;left:-10px}}.plan .price .price-item .price-item__info .price-item__price--tax{position:absolute;color:#15af8e;font-size:.9rem;font-weight:500;right:33px;top:50px}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price--tax{font-size:1.4rem;right:76px;top:76px}}.plan .price .price-item .price-item__info .price-item__price--percent{font-size:2.1rem;font-weight:900;position:relative;left:-6px}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price--percent{font-size:3.2rem}}.plan .price .price-item .price-item__info .price-item__price--unit{font-size:.9rem;font-weight:500;position:relative;left:-6px}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price--unit{font-size:1.4rem}}.plan .price .price-item .price-item__info .price-item__price--note{position:absolute;color:#15af8e;font-size:.9rem;font-weight:500;right:42px;top:56px}@media screen and (min-width: 768px){.plan .price .price-item .price-item__info .price-item__price--note{font-size:1.4rem;right:80px;top:80px}}.plan .cashless{margin-bottom:32px}@media screen and (min-width: 768px){.plan .cashless{margin-bottom:48px}}.plan .cashless .cashless-list{width:100%;margin:0 auto;border-radius:20px;background:hsla(0,0%,100%,.6);position:relative;padding:56px 16px 32px}@media screen and (min-width: 768px){.plan .cashless .cashless-list{width:1052px;height:300px;border-radius:150px}}.plan .cashless .cashless-list .cashless-list__title{width:300px;border-radius:17px;background:#000;color:#fff;font-size:1.7rem;font-weight:bold;text-align:center;height:34px;display:flex;align-items:center;justify-content:center;position:absolute;inset:0;margin:-17px auto 0}@media screen and (min-width: 768px){.plan .cashless .cashless-list .cashless-list__title{width:374px;font-size:2rem}}.plan .cashless .cashless-list .cashless-list__items{display:flex;flex-direction:column;gap:32px 0;margin-bottom:40px}@media screen and (min-width: 768px){.plan .cashless .cashless-list .cashless-list__items{width:773px;margin:0 auto;flex-direction:row;justify-content:space-around;gap:0;margin-bottom:30px}}.plan .cashless .cashless-list .cashless-list__item{display:flex;align-items:center;justify-content:center;flex-direction:column}.plan .cashless .cashless-list .cashless-list__item .cashless-list__img{margin-bottom:40px}@media screen and (min-width: 768px){.plan .cashless .cashless-list .cashless-list__item .cashless-list__img{margin-bottom:16px}}.plan .cashless .cashless-list .cashless-list__item .cashless-list__name{font-size:1.8rem;background:linear-gradient(270deg, #FFA25E 23.04%, #E96F1E 95.24%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:bold}@media screen and (min-width: 768px){.plan .cashless .cashless-list .cashless-list__item .cashless-list__name{font-size:2.2rem}}.plan .cashless .cashless-list .cashless-list__item .cashless-list__name>span{font-size:1.1rem}@media screen and (min-width: 768px){.plan .cashless .cashless-list .cashless-list__item .cashless-list__name>span{font-size:1.4rem}}.plan .cashless .cashless-list .cashless-list__note{font-size:1.2rem;line-height:1.5}@media screen and (min-width: 768px){.plan .cashless .cashless-list .cashless-list__note{text-align:center;font-size:1.4rem}}.plan .cashless-note{width:calc(100% - 32px)}.plan .cashless-note>li{font-size:1.2rem;line-height:1.5}@media screen and (min-width: 768px){.plan .cashless-note>li{font-size:1.4rem}}@media screen and (min-width: 768px){.plan .cashless-note{width:1052px;margin:0 auto}}.step{padding:40px 30px 48px;background:url("/healthtechone/lp/fastcheckout/imgs/step_bg_sp.webp") no-repeat center bottom;background-size:cover}@media screen and (min-width: 768px){.step{background:url("/healthtechone/lp/fastcheckout/imgs/step_bg.webp") no-repeat center bottom;background-size:cover;padding:80px 0 100px}}.step .step-subtitle{display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step .step-subtitle::before,.step .step-subtitle::after{content:"";display:block;width:11px;height:2px;border-radius:6px;background-color:#fb803f}@media screen and (min-width: 768px){.step .step-subtitle::before,.step .step-subtitle::after{width:14px}}.step .step-subtitle>span{font-size:1.7rem;font-weight:500;color:#fb803f;padding:0 12px;line-height:1}@media screen and (min-width: 768px){.step .step-subtitle>span{font-size:2rem}}.step .step-title{font-size:2.3rem;font-weight:bold;line-height:1.5;text-align:center;margin-bottom:40px}@media screen and (min-width: 768px){.step .step-title{font-size:3.6rem;margin-bottom:64px}}.step .step-text{font-size:1.6rem;text-align:left;line-height:1.6;margin-bottom:32px}@media screen and (min-width: 768px){.step .step-text{text-align:center;margin-bottom:40px}}.step .step-img{display:flex;justify-content:center;margin:0 auto}@media screen and (min-width: 768px){.step .step-img{width:100%}}.faq{padding:40px 16px 48px;background:linear-gradient(0deg, rgba(221, 221, 221, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%),linear-gradient(0deg, #F7F7F7 0%, #FFF 85.1%)}@media screen and (min-width: 768px){.faq{padding:80px 0 100px}}.faq .faq-subtitle{display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.faq .faq-subtitle::before,.faq .faq-subtitle::after{content:"";display:block;width:11px;height:2px;border-radius:6px;background-color:#fb803f}@media screen and (min-width: 768px){.faq .faq-subtitle::before,.faq .faq-subtitle::after{width:14px}}.faq .faq-subtitle>span{font-size:1.7rem;font-weight:500;color:#fb803f;padding:0 12px;line-height:1}@media screen and (min-width: 768px){.faq .faq-subtitle>span{font-size:2rem}}.faq .faq-title{font-size:2.3rem;font-weight:bold;line-height:1.5;text-align:center;margin-bottom:40px}@media screen and (min-width: 768px){.faq .faq-title{font-size:3.6rem;margin-bottom:64px}}.faq .faq-lists{width:100%;margin:0 auto;box-shadow:5px 6px 20px 0 rgba(199,199,199,.4);background-color:#fff;border-radius:10px;padding:0 16px}@media screen and (min-width: 768px){.faq .faq-lists{width:1200px;margin:0 auto;padding:0}}.faq .faq-lists .faq-list__item:not(:first-child){border-top:1px solid #d1d1d1}.faq .faq-lists .faq-list__item .faq-list__detail[open] .faq-list__summary::after{rotate:180deg}.faq .faq-lists .faq-list__item .faq-list__summary{display:block;color:#fb803f;font-size:1.8rem;font-weight:bold;line-height:1.5;padding:20px 40px 20px 56px;position:relative;cursor:pointer}@media screen and (min-width: 768px){.faq .faq-lists .faq-list__item .faq-list__summary{font-size:2.4rem;padding:24px 32px 24px 102px}}.faq .faq-lists .faq-list__item .faq-list__summary::before{content:"Q";position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2.6rem;font-weight:bold;background-color:#fb803f;border-radius:50%;width:44px;height:44px;top:32px;left:0}@media screen and (min-width: 768px){.faq .faq-lists .faq-list__item .faq-list__summary::before{font-size:3rem;width:50px;height:50px;top:17px;left:32px}}.faq .faq-lists .faq-list__item .faq-list__summary::after{content:"";position:absolute;width:30px;height:30px;top:calc(50% - 15px);right:-8px;background-image:url("/healthtechone/lp/fastcheckout/imgs/icon-arrow.svg");background-repeat:no-repeat;background-size:16px 16px;background-position:center}@media screen and (min-width: 768px){.faq .faq-lists .faq-list__item .faq-list__summary::after{border-radius:50%;border:2px solid #d1d1d1;right:32px}}.faq .faq-lists .faq-list__item .faq-list__answer{font-size:1.4rem;line-height:1.5;padding:20px 0 20px 58px;position:relative}@media screen and (min-width: 768px){.faq .faq-lists .faq-list__item .faq-list__answer{font-size:1.8rem;padding:24px 32px 24px 102px}}.faq .faq-lists .faq-list__item .faq-list__answer::before{content:"A";position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2.6rem;font-weight:bold;line-height:1.4;background-color:#747170;border-radius:50%;width:44px;height:44px;top:12px;left:0}@media screen and (min-width: 768px){.faq .faq-lists .faq-list__item .faq-list__answer::before{font-size:3rem;width:50px;height:50px;top:24px;left:32px}}.faq .faq-lists .faq-list__item .faq-list__answer:after{content:"";position:absolute;width:100%;height:1px;background-color:#d1d1d1;top:0;left:0}.ftctabox{background-image:url("/healthtechone/lp/fastcheckout/imgs/cta_bg_sp.webp");background-repeat:no-repeat;background-position:center top;background-size:cover;padding:32px 0 40px}@media screen and (min-width: 768px){.ftctabox{background-image:url("/healthtechone/lp/fastcheckout/imgs/cta_bg.webp");padding:48px 0 60px}}.ftctabox .ftctabox-text{font-size:1.8rem;font-weight:bold;line-height:1.6;text-align:center;margin-bottom:32px}@media screen and (min-width: 768px){.ftctabox .ftctabox-text{font-size:2.6rem;margin-bottom:48px}}.ftctabox .ftctabox-inner{width:calc(100% - 32px);margin:0 auto;border-radius:20px;border:1px solid #fff;background:hsla(0,0%,100%,.7);padding:24px 16px}@media screen and (min-width: 768px){.ftctabox .ftctabox-inner{width:1000px;padding:32px 0}}.ftctabox .ftctabox-inner .ftctabox-inner__list{display:flex;justify-content:center;flex-direction:column;gap:16px 0;margin-bottom:24px}@media screen and (min-width: 768px){.ftctabox .ftctabox-inner .ftctabox-inner__list{flex-direction:row;gap:0 40px;margin-bottom:28px}}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item{width:calc(100% - 32px);border-radius:20px;aspect-ratio:320/191;margin:0 auto;position:relative}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item:nth-of-type(1){background:url("/healthtechone/lp/fastcheckout/imgs/request_img.webp") no-repeat,#fff;background-size:cover}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item:nth-of-type(2){background:url("/healthtechone/lp/fastcheckout/imgs/contact_img.webp") no-repeat,#fff;background-size:cover}@media screen and (min-width: 768px){.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item{width:320px;height:191px;margin:0}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item:hover{opacity:.7;transition:.3s}}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item .ftctabox-inner__text{font-size:1.6rem;font-weight:bold;color:#fff;height:40px;position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;border-bottom-left-radius:20px;border-bottom-right-radius:20px;gap:0 20px}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item .ftctabox-inner__text::after{content:"";width:19px;height:19px;background:url("/healthtechone/lp/fastcheckout/imgs/cta_arrow1.svg") no-repeat center right;background-size:cover}@media screen and (min-width: 768px){.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item .ftctabox-inner__text::after{width:22px;height:22px}}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item .ftctabox-inner__text:nth-of-type(1){background-color:#fb803f}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item .ftctabox-inner__text:nth-of-type(2){background-color:#15af8e}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item:nth-of-type(1) .ftctabox-inner__text{background-color:#fb803f}.ftctabox .ftctabox-inner .ftctabox-inner__list .ftctabox-inner__item:nth-of-type(2) .ftctabox-inner__text{background-color:#15af8e}.ftctabox .ftctabox-inner .ftctabox-inner__btn{width:252px;height:50px;border-radius:34px;border:solid 1.7px #ff8e3f;background-color:#fff;font-size:1.5rem;font-weight:bold;display:flex;align-items:center;justify-content:center;gap:0 14px;margin:0 auto}.ftctabox .ftctabox-inner .ftctabox-inner__btn::after{content:"";width:19px;height:19px;background:url("/healthtechone/lp/fastcheckout/imgs/cta_arrow2.svg") no-repeat center right;background-size:cover}@media screen and (min-width: 768px){.ftctabox .ftctabox-inner .ftctabox-inner__btn{font-size:1.8rem;width:360px;height:60px}.ftctabox .ftctabox-inner .ftctabox-inner__btn:hover{opacity:.7;transition:.3s}.ftctabox .ftctabox-inner .ftctabox-inner__btn::after{width:22px;height:22px}}footer{letter-spacing:normal}.ctabox-flow{opacity:0;width:100%;position:fixed;left:0;bottom:0;transition:all .3s;z-index:-5;pointer-events:none}
