@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;*,::after,::before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,html,p{margin:0;padding:0}ol,ul{padding:0;margin:0}html{overflow-x:hidden}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;overflow-x:hidden}img,picture,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}button{background:0 0;border:none;padding:0;cursor:pointer}a{text-decoration:none;color:inherit}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;color:#212529;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.25rem}@media (min-width:768px){h1{font-size:3rem}}h2{font-size:1.875rem}@media (min-width:768px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media (min-width:768px){h3{font-size:1.875rem}}h4{font-size:1.25rem}@media (min-width:768px){h4{font-size:1.5rem}}h5{font-size:1.125rem}@media (min-width:768px){h5{font-size:1.25rem}}h6{font-size:1rem}@media (min-width:768px){h6{font-size:1.125rem}}p{margin-bottom:1rem}a{color:#28afa0;transition:color 250ms ease-in-out}a:hover{color:#096157;text-decoration:underline}a:focus-visible{outline:2px solid #28AFA0;outline-offset:2px}ol,ul{padding-left:1.5rem;margin-bottom:1rem}b,strong{font-weight:700}em,i{font-style:italic}code{font-size:.875em;padding:.125rem .25rem;background-color:#edf5f6;border-radius:.25rem}pre{font-size:.875rem;padding:1rem;margin-bottom:1rem;background-color:#edf5f6;border-radius:.5rem;overflow-x:auto}pre code{padding:0;background-color:transparent;border-radius:0}blockquote{padding-left:1.5rem;margin-bottom:1rem;border-left:4px solid #dee2e6;font-style:italic;color:#495057}hr{border:0;border-top:1px solid #e9ecef;margin:2rem 0}table{width:100%;border-collapse:collapse;margin-bottom:1rem}td,th{padding:.5rem 1rem;text-align:left;border-bottom:1px solid #e9ecef}th{font-weight:600;background-color:#f5f8fa}.l-header{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);width:100%;z-index:1030}.l-header__top{border-bottom:1px solid #e9ecef}.l-header__nav-bar{background-color:#28afa0;display:none}@media (min-width:1024px){.l-header__nav-bar{display:block}}.l-header__nav-bar .l-header__container{min-height:auto;padding-top:0;padding-bottom:0}.l-header__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding-top:.5rem;padding-bottom:.5rem;gap:1rem}@media (min-width:1024px){.l-header__container{min-height:auto;padding-top:1rem;padding-bottom:1rem}}.l-header__logo{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.l-header__logo a{display:flex;flex-direction:column;gap:2px;text-decoration:none;transition:opacity 250ms ease-in-out}.l-header__logo a:hover{opacity:.8;color:#343a40;text-decoration:none}.l-header__logo-text{font-size:10px;font-weight:700;color:#212529;line-height:1.2}@media (min-width:768px){.l-header__logo-text{font-size:12px}}.l-header__logo-image{height:24px;width:auto;max-width:300px}@media (min-width:768px){.l-header__logo-image{height:36px}}.l-header__main-nav{display:none}@media (min-width:1024px){.l-header__main-nav{display:block;width:100%}}.l-header__main-nav-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:2rem}@media (min-width:1024px){.l-header__main-nav-list{gap:40px}}.l-header__main-nav-item{position:relative}.l-header__main-nav-item--has-dropdown:hover .l-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.l-header__main-nav-link{display:flex;align-items:center;gap:4px;padding:.5em 0;font-size:15px;font-weight:700;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color 250ms ease-in-out}.l-header__main-nav-link:hover{color:#fff}.l-header__main-nav-link:focus-visible{outline:2px solid #28AFA0;outline-offset:2px}.l-header__main-nav-icon{width:14px;height:14px;color:#fff;flex-shrink:0;transition:transform 250ms ease-in-out}.l-header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background-color:#fff;border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 250ms ease-in-out;z-index:1000}.l-header__dropdown-list{list-style:none;padding:0;margin:0}.l-header__dropdown-link{display:block;padding:.5rem 1rem;font-size:16px;font-weight:400;color:#212529;text-decoration:none;transition:background-color 250ms ease-in-out}.l-header__dropdown-link:hover{background-color:#f8f9fa;color:#28afa0}.l-header__contact{display:none}@media (min-width:1024px){.l-header__contact{display:flex;align-items:center;flex-shrink:0;margin-left:auto;margin-right:1.5rem}}.l-header__phone{display:flex;align-items:center;gap:12px}.l-header__phone-content{display:flex;flex-direction:column;gap:0}.l-header__phone-inner{display:flex;align-items:center}.l-header__phone-inner img{height:20px;margin-right:8px}.l-header__phone-number{font-size:20px;font-weight:700;color:#212529;text-decoration:none;line-height:1.4}@media (min-width:1024px){.l-header__phone-number{pointer-events:none}}.l-header__phone-hours{font-size:14px;font-weight:400;color:#212529;line-height:1.714;margin:0 auto}.l-header__cta-group{display:none}@media (min-width:1024px){.l-header__cta-group{display:flex;align-items:center;gap:12px;flex-shrink:0}}.l-header__mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:0 0;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;position:relative;z-index:1031}@media (min-width:1024px){.l-header__mobile-toggle{display:none}}.l-header__mobile-toggle-icon{display:block;width:24px;height:2px;background-color:#212529;position:relative;transition:background-color 250ms ease-in-out}.l-header__mobile-toggle-icon::after,.l-header__mobile-toggle-icon::before{content:"";display:block;width:24px;height:2px;background-color:#212529;position:absolute;left:0;transition:transform 250ms ease-in-out}.l-header__mobile-toggle-icon::before{top:-8px}.l-header__mobile-toggle-icon::after{bottom:-8px}.l-header__mobile-toggle.is-active .l-header__mobile-toggle-icon{background-color:transparent}.l-header__mobile-toggle.is-active .l-header__mobile-toggle-icon::before{transform:translateY(8px) rotate(45deg)}.l-header__mobile-toggle.is-active .l-header__mobile-toggle-icon::after{transform:translateY(-8px) rotate(-45deg)}.l-header__mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background-color:#fff;overflow-y:auto;z-index:1029}@media (min-width:1024px){.l-header__mobile-menu{display:none!important}}.l-header__mobile-menu[aria-hidden=false]{display:block}.l-header__mobile-menu-inner{padding:1.5rem 1rem}.l-header__mobile-nav{margin-bottom:2rem}.l-header__mobile-nav-list{list-style:none;padding:0;margin:0}.l-header__mobile-nav-item{border-bottom:1px solid #e9ecef}.l-header__mobile-nav-item:last-child{border-bottom:none}.l-header__mobile-nav-item.is-open .l-header__mobile-subnav{display:block}.l-header__mobile-nav-item.is-open .l-header__mobile-nav-icon{transform:rotate(180deg)}.l-header__mobile-nav-item--has-subnav .l-header__mobile-nav-link{display:flex;align-items:center;justify-content:space-between}.l-header__mobile-nav-link{display:block;padding:1rem 0;font-size:18px;font-weight:700;color:#212529;text-decoration:none;cursor:pointer;transition:color 250ms ease-in-out}.l-header__mobile-nav-link:hover{color:#28afa0}.l-header__mobile-nav-icon{width:16px;height:16px;color:#212529;flex-shrink:0;transition:transform 250ms ease-in-out}.l-header__mobile-subnav{display:none;list-style:none;padding:0;margin:0;padding-left:1rem;padding-bottom:1rem}.l-header__mobile-subnav-link{display:block;padding:.5rem 0;font-size:16px;font-weight:400;color:#495057;text-decoration:none;transition:color 250ms ease-in-out}.l-header__mobile-subnav-link:hover{color:#28afa0}.l-header__mobile-cta{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;margin-bottom:1.5rem}.l-header__mobile-contact{padding-top:1.5rem}.l-header__mobile-contact .l-header__phone{justify-content:center}.l-footer{background-color:#28afa0;color:#fff}.l-footer__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.l-footer__container{padding-top:2rem;padding-bottom:2rem}}.l-footer__main{border-bottom:1px solid rgba(255,255,255,.1)}.l-footer__top{display:flex;flex-direction:column;gap:2rem;margin-bottom:1rem}@media (min-width:768px){.l-footer__top{flex-direction:row;gap:3rem}}.l-footer__brand{flex-shrink:0;text-align:center}.l-footer__logo{display:inline-block;transition:opacity 250ms ease-in-out}.l-footer__logo:hover{opacity:.8}.l-footer__logo img{height:24px;width:auto;max-width:300px}@media (min-width:768px){.l-footer__logo img{height:24px}}.l-footer__nav-wrapper{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.l-footer__nav-wrapper{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.l-footer__nav-wrapper{grid-template-columns:repeat(4,1fr);flex:1}}.l-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.l-footer__nav-link{display:inline-block;font-size:14px;font-weight:400;color:#fff;text-decoration:none;transition:color 250ms ease-in-out}.l-footer__nav-link:hover{color:#fff;text-decoration:underline}.l-footer__middle{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}@media (min-width:768px){.l-footer__middle{flex-direction:row;justify-content:flex-start;align-items:flex-end}}.l-footer__legal{flex-shrink:0}.l-footer__legal-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.l-footer__legal-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:400;color:#fff;text-decoration:none;transition:color 250ms ease-in-out}.l-footer__legal-link:hover{color:#fff;text-decoration:underline}.l-footer__external-icon{width:10px;height:10px;color:currentColor;flex-shrink:0}.l-footer__address{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.l-footer__address{flex-direction:row;gap:2rem}}.l-footer__address-item{display:flex;flex-direction:column;gap:.25rem}.l-footer__address-label{font-size:14px;font-weight:700;color:#fff}.l-footer__address-text{font-size:14px;font-weight:400;color:#fff;line-height:1.6}.l-footer__group{background-color:#fff;color:#212529;border-bottom:1px solid rgba(255,255,255,.1)}.l-footer__group-title{font-size:14px;font-weight:700;margin-bottom:1.5rem}.l-footer__group-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.l-footer__group-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.l-footer__group-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.l-footer__group-grid{grid-template-columns:repeat(5,1fr)}}.l-footer__group-category{display:flex;flex-direction:column;gap:.5rem}.l-footer__group-category-title{font-size:14px;font-weight:700;margin-bottom:.25rem}.l-footer__group-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.l-footer__group-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:400;color:#212529;text-decoration:none;transition:color 250ms ease-in-out}.l-footer__group-link:hover{color:#28afa0}.l-footer__pagetop-link{width:48px;height:48px;background-color:#28afa0;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;z-index:999;position:fixed;bottom:1.5rem;right:1.5rem;border:3px solid #fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.l-footer__pagetop-link::before{content:"";display:block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 4px))}.l-footer__pagetop-link::after{content:"";display:block;width:2px;height:8px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 4px))}.l-footer__pagetop-link:hover{color:#28afa0;text-decoration:underline}.l-footer__copyright{background-color:#15887b;padding:.25rem 0}.l-footer__copyright-text{font-size:12px;color:#fff;text-align:center}.c-breadcrumb{padding:1rem 0;font-size:.875rem;color:#495057}@media (min-width:768px){.c-breadcrumb{padding:1.5rem 0}}.c-breadcrumb__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.c-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;padding:0;margin:0}.c-breadcrumb__item{display:flex;align-items:center;gap:.25rem}.c-breadcrumb__item:last-child .c-breadcrumb__divider{display:none}.c-breadcrumb__link{text-decoration:none;transition:color 250ms ease-in-out}.c-breadcrumb__link:hover{color:#28afa0;text-decoration:underline}.c-breadcrumb__link:focus-visible{outline:2px solid #28AFA0;outline-offset:2px}.c-breadcrumb__text{color:#212529;font-weight:500}.c-breadcrumb__divider{color:#6c757d;margin:0 .25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.c-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;line-height:1;text-align:center;white-space:nowrap;border-radius:.5rem;cursor:pointer;transition:all 250ms ease-in-out;background:0 0;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit}.c-btn:disabled{opacity:.5;cursor:not-allowed}.c-btn:focus-visible{outline:2px solid #28AFA0;outline-offset:2px}.c-btn__primary{background-color:#28afa0;color:#fff}.c-btn__primary:hover:not(:disabled){text-decoration:none}.c-btn__secondary{background-color:#0c6;color:#fff}.c-btn__secondary:hover:not(:disabled){background-color:#15887b;text-decoration:none}.c-btn__cta{background-color:#ff9602;border:2px solid #ff9602;color:#fff}.c-btn__cta img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(153deg) brightness(101%) contrast(102%)}.c-btn__cta:hover:not(:disabled){background-color:#fff;border:2px solid #ff9602;color:#ff9602;text-decoration:none}.c-btn__cta:hover:not(:disabled) img{filter:invert(54%) sepia(96%) saturate(708%) hue-rotate(357deg) brightness(99%) contrast(102%)}.c-btn__primary-outline{background-color:#fff;border:2px solid #28afa0;color:#28afa0}.c-btn__primary-outline:hover:not(:disabled){background-color:#28afa0;color:#fff;text-decoration:none}.c-btn__primary-outline-icon{background-color:#fff;border:1px solid #28afa0;color:#343a40}.c-btn__primary-outline-icon:hover:not(:disabled){background-color:#28afa0;color:#fff;text-decoration:none}.c-btn__primary-outline-icon:hover:not(:disabled) img{filter:invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.c-btn:hover .c-btn__primary-outline-icon{transform:translateX(4px)}.c-btn__secondary-outline{background-color:#fff;border:2px solid #343a40;color:#343a40}.c-btn__secondary-outline:hover:not(:disabled){background-color:#343a40;color:#fff;text-decoration:none}.c-btn__sm{padding:.25rem 1rem;font-size:.875rem;font-weight:700}.c-btn__md{padding:.5rem 2rem;font-size:1rem;font-weight:700}.c-btn__lg{padding:1rem 2rem;font-size:1.125rem;font-weight:700}.c-btn__full{width:100%}.c-btn__rounded{border-radius:9999px}.c-btn__primary{background-color:#28afa0;color:#fff;border:2px solid #28afa0;text-decoration:none}.c-btn__primary:hover:not(:disabled){border:2px solid #28afa0;background-color:#fff;color:#28afa0;text-decoration:none}.c-btn__primary:active:not(:disabled){transform:translateY(0)}.c-btn__secondary{background-color:#fff;color:#28afa0;border:2px solid #28afa0;text-decoration:none}.c-btn__secondary:hover:not(:disabled){background-color:#28afa0;color:#fff;text-decoration:none;transform:translateY(-2px)}.c-btn__secondary:active:not(:disabled){transform:translateY(0)}.c-btn__outline-primary{background-color:transparent;border:2px solid #28afa0;color:#28afa0;text-decoration:none}.c-btn__outline-primary:hover:not(:disabled){background-color:#28afa0;color:#fff;text-decoration:none}.c-btn__outline{background-color:#fff;border:1px solid #28afa0;color:#333;text-decoration:none}.c-btn__outline:hover:not(:disabled){background-color:#28afa0;color:#fff;text-decoration:none}.c-btn__large{padding:1.5rem 3rem;font-size:1.125rem;font-weight:700}@media (min-width:640px){.c-btn__large{padding:1.125rem 4rem;font-size:1.125rem}}.c-btn__white{background-color:#fff;color:#28afa0;border:2px solid #fff;text-decoration:none}.c-btn__white:hover:not(:disabled){background-color:#28afa0;color:#fff;border-color:#28afa0;text-decoration:none}.c-btn__text{display:block}.c-btn__arrow{display:inline-block;margin-left:.25rem;transition:transform 250ms ease-in-out;font-size:1.25em}.c-btn__arrow img{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}.c-btn__arrow:hover:not(:disabled){color:#fff;text-decoration:none}.c-btn__arrow:hover:not(:disabled) img{filter:invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.c-btn:hover .c-btn__arrow{transform:translateX(4px)}.c-heading__margin{margin-top:4rem}@media (min-width:768px){.c-heading__margin{margin-top:8rem}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("/sangyoui/asset/lib/slick-1.8.1/ajax-loader.gif") center center no-repeat}@font-face{font-family:slick;src:url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.eot");src:url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.woff") format("woff"),url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.ttf") format("truetype"),url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.svg#slick") format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0px;cursor:pointer;background:0 0;color:transparent;top:50%;transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.p-banner-cta{position:fixed;width:100%;bottom:10px;right:50%;transform:translateX(50%);z-index:5}@media (min-width:768px){.p-banner-cta{right:1.5rem;bottom:1.5rem;width:auto;transform:none}}.p-banner-cta__inner{position:relative}.p-banner-cta__close-btn{position:absolute;top:-8px;right:12px;width:24px;height:24px;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:1}@media (min-width:768px){.p-banner-cta__close-btn{top:-8px;right:-8px}}.p-banner-cta__close-btn::after,.p-banner-cta__close-btn::before{content:"";position:absolute;top:50%;left:50%;width:2px;height:14px;background:#999}.p-banner-cta__close-btn::before{transform:translate(-50%,-50%) rotate(45deg)}.p-banner-cta__close-btn::after{transform:translate(-50%,-50%) rotate(-45deg)}.p-banner-cta a{display:block;position:relative}.p-banner-cta__sp{width:90%;max-width:100%;height:auto;margin:0 auto;box-shadow:0 0 6px 2px rgba(0,0,0,.3);border-radius:10px}@media (min-width:768px){.p-banner-cta__sp{display:none}}.p-banner-cta__pc{display:none;width:300px;height:auto;box-shadow:0 0 6px 2px rgba(0,0,0,.3);border-radius:10px}@media (min-width:768px){.p-banner-cta__pc{display:block}}.p-hero{position:relative;min-height:530px;display:flex;align-items:flex-start;overflow:hidden;padding:1rem;margin-top:4.5rem}@media (min-width:640px){.p-hero{min-height:460px;padding:4rem 1.5rem;margin-top:3rem}}@media (min-width:768px){.p-hero{min-height:600px;padding:6rem 2rem;margin-top:10rem}}@media (min-width:1024px){.p-hero{min-height:630px;padding:6rem 3rem;align-items:center}}.p-hero__background{position:absolute;top:0;left:0;right:0;margin:0 auto;width:100%;height:100%;border-radius:2rem;overflow:hidden}@media (min-width:640px){.p-hero__background{width:95%;border-radius:3rem}}.p-hero__background-image{display:block;width:100%;height:100%}.p-hero__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media (min-width:640px){.p-hero__bg{-o-object-position:center top;object-position:center top}}.p-hero__container{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:90%;display:grid;grid-template-columns:1fr}@media (min-width:1024px){.p-hero__container{grid-template-columns:1.2fr 1fr;align-items:center}}.p-hero__content{display:flex;flex-direction:column;gap:.25rem}@media (min-width:640px){.p-hero__content{gap:1rem}}.p-hero__badges{display:flex;flex-wrap:wrap;gap:1rem;animation:fadeInUp .6s ease-out}@media (min-width:640px){.p-hero__badges{gap:1.5rem}}.p-hero__title{animation:fadeInUp .6s ease-out .2s both;display:flex;flex-wrap:wrap;align-items:baseline;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.3;margin-bottom:0}.p-hero__title-main{display:block;font-size:3rem}@media (min-width:640px){.p-hero__title-main{line-height:1.25}}.p-hero__title-main-number{color:#28afa0;font-size:3rem}.p-hero__title-break{display:none}@media (min-width:640px){.p-hero__title-break{display:inline}}.p-hero__description{font-size:1.5rem;font-weight:700;line-height:1.4;color:#495057;animation:fadeInUp .6s ease-out .3s both}@media (min-width:768px){.p-hero__description{font-size:1.7rem;line-height:1.8}}.p-hero__description-highlight{color:#28afa0}.p-hero__description-break{display:none}@media (min-width:768px){.p-hero__description-break{display:inline}}.p-hero__stats{display:flex;gap:.5rem;animation:fadeInUp .6s ease-out .4s both}@media (min-width:640px){.p-hero__stats{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}.p-hero__stat{display:flex;align-items:center;gap:.5rem}.p-hero__stat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(40,175,160,.1);border-radius:.5rem;color:#28afa0;flex-shrink:0}@media (min-width:640px){.p-hero__stat-icon{width:40px;height:40px}}.p-hero__stat-icon svg{width:20px;height:20px}@media (min-width:640px){.p-hero__stat-icon svg{width:24px;height:24px}}.p-hero__stat-content{display:flex;flex-direction:column;gap:4px}.p-hero__stat-label{font-size:.7rem;font-weight:800;text-align:center}@media (min-width:768px){.p-hero__stat-label{font-size:1.25rem;letter-spacing:.02em}}.p-hero__stat-value{font-size:1.25rem;font-weight:700;color:#28afa0;line-height:1;letter-spacing:-.01em;text-align:center}@media (min-width:640px){.p-hero__stat-value{font-size:1.375rem}}@media (min-width:768px){.p-hero__stat-value{font-size:1.5rem}}.p-hero__stat-unit{font-size:.875rem;font-weight:600;margin-left:2px}@media (min-width:640px){.p-hero__stat-unit{font-size:1rem}}.p-hero__stat-note{font-size:.65rem;color:#6c757d;font-weight:400;margin-left:2px}.p-hero__actions{display:flex;flex-direction:column;gap:1rem;animation:fadeInUp .6s ease-out .5s both;margin-top:2rem}@media (min-width:640px){.p-hero__actions{flex-direction:row;gap:1.5rem}}.p-hero__actions .c-btn__cta{min-width:14rem}.p-hero__footer{display:flex;flex-direction:column;gap:.5rem;padding:.3rem .5rem 0}@media (min-width:640px){.p-hero__footer{padding:.3rem 3rem 0}}.p-hero__note{font-size:.75rem;color:#6c757d;line-height:1.5}@media (min-width:640px){.p-hero__note{font-size:.875rem}}.p-hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:3;animation:fadeIn .6s ease-out 1s both}@media (min-width:640px){.p-hero__scroll{bottom:4rem}}.p-hero__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#6c757d;cursor:pointer;transition:all 250ms ease-in-out}.p-hero__scroll-indicator:hover{color:#28afa0;transform:translateY(4px)}.p-hero__scroll-text{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.p-hero__scroll-icon{display:flex;animation:bounce 2s ease-in-out infinite}.p-hero__scroll-icon svg{width:16px;height:16px}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.p-area__title{font-weight:700;font-size:28px;text-align:center;margin-bottom:40px}@media (min-width:768px){.p-area__title{font-size:36px}}.p-area__title-text{font-size:32px}@media (min-width:768px){.p-area__title-text{font-size:32px}}.p-area__title-number{font-size:48px;color:#52bcb1}.p-area__description{text-align:center;font-weight:400;font-size:16px;line-height:30px;text-align:left;color:#333;margin-bottom:60px}@media (min-width:768px){.p-area__description{text-align:center}}.p-area__content{position:relative;width:100%;max-width:1440px;margin:0 auto}.p-area__map-wrapper{position:relative;max-width:890px;margin:0 auto}@media (min-width:640px){.p-area__map-container{position:absolute;left:0;top:10px}}.p-area__map-title{font-size:24px;font-weight:700;line-height:1.5}.p-area__map-title span{color:#28afa0}@media (min-width:768px){.p-area__map-title{font-size:32px}}.p-area__map-text{font-size:20px;border-bottom:1px solid #000;display:inline-block}.p-area__note{font-size:12px}.p-logo{margin:1.5rem 0 6rem}.p-logo__header{text-align:center;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-logo__header img{margin:0 auto}.p-logo__text{font-size:28px;margin-top:2rem;line-height:1.5}@media (min-width:768px){.p-logo__text{font-size:32px}}.p-logo__list img{padding:0 15px}.p-feature{padding:4rem 0;background-color:#f5f8fa}.p-feature__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-feature__header{text-align:center;margin-bottom:2rem}.p-feature__title{font-size:1.75rem;font-weight:900;line-height:1.2;color:#212529;margin-bottom:1rem;letter-spacing:-.02em}@media (min-width:640px){.p-feature__title{font-size:2rem}}@media (min-width:768px){.p-feature__title{font-size:2.25rem}}@media (min-width:1024px){.p-feature__title{font-size:2.5rem}}.p-feature__subtitle{font-size:1.125rem;font-weight:700;color:#28afa0;margin-bottom:1rem;letter-spacing:.1em}@media (min-width:768px){.p-feature__subtitle{font-size:1.25rem}}@media (min-width:768px){.p-feature__text{text-align:center}}.p-obligation{padding:6rem 0 3rem}@media (min-width:1024px){.p-obligation{padding:8rem 0 2rem}}.p-obligation__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-obligation__content{background-color:#28afa0;padding:1.5rem;border-radius:.75rem;color:#fff;position:relative}@media (min-width:768px){.p-obligation__content{padding:3rem}}.p-obligation__illust{position:absolute;top:-3rem;left:50%;transform:translateX(-50%);width:80px;height:auto;margin-bottom:2rem}.p-obligation__title{font-size:1.25rem;font-weight:700;margin-top:3rem;margin-bottom:2rem;color:#fff;line-height:1.2}@media (min-width:1024px){.p-obligation__title{text-align:center;font-size:1.875rem;margin-top:1.5rem}}.p-obligation__title-number{color:#ffffc7;font-size:1.5rem;font-weight:700}@media (min-width:768px){.p-obligation__title-number{font-size:2.25rem}}.p-obligation__text{margin-bottom:2rem}.p-obligation__text a{display:inline-flex;align-items:center;gap:.25rem;color:#fff;text-decoration:underline}.p-obligation__text a:hover{text-decoration:none;color:#fff}.p-obligation__btn-wrapper{text-align:center}.p-obligation__btn-wrapper .c-btn{padding:12px 32px;gap:8px;border:1px solid #28afa0;font-weight:700;font-size:16px;line-height:20px;color:#333;background-color:#fff}.p-obligation__btn-wrapper .c-btn img{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}.p-obligation__btn-wrapper .c-btn:hover:not(:disabled){background-color:#15887b;color:#fff;text-decoration:none}.p-obligation__btn-wrapper .c-btn:hover:not(:disabled) img{filter:invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.p-about{padding:4rem 0;background-color:#f5f8fa}@media (min-width:1024px){.p-about{padding:6rem 0}}.p-about__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.p-about__container{grid-template-columns:1fr 1fr;gap:6rem}}.p-about__image{width:100%;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.p-about__image img{width:100%;height:auto;display:block}@media (min-width:1024px){.p-about__content{order:-1}}.p-about__title{margin-bottom:1.5rem}.p-about__title-main{display:block;font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:.5rem}@media (min-width:768px){.p-about__title-main{font-size:1.875rem}}.p-about__title-sub{display:block;font-size:.875rem;color:#28afa0;font-weight:700;letter-spacing:.1em}.p-about__text{font-size:1rem;line-height:1.8;color:#212529}.p-industrial-physician{padding:4rem 0}@media (min-width:1024px){.p-industrial-physician{padding:6rem 0}}.p-industrial-physician__bg{background:linear-gradient(135deg,#28afa0 0,#1f857a 100%);border-radius:1.5rem;padding:4rem 1.5rem;color:#fff;text-align:center;margin:0 auto;max-width:1200px}@media (min-width:1024px){.p-industrial-physician__bg{padding:6rem 4rem}}.p-industrial-physician__container{max-width:900px;margin:0 auto}.p-industrial-physician__icon{margin:0 auto 1.5rem;width:100px;height:100px}.p-industrial-physician__icon svg{width:100%;height:100%}.p-industrial-physician__label{font-size:1.125rem;font-weight:700;margin-bottom:1rem;opacity:.9}.p-industrial-physician__title{font-size:1.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (min-width:768px){.p-industrial-physician__title{font-size:1.5rem}}.p-industrial-physician__text{font-size:1rem;line-height:1.8;margin-bottom:2rem;opacity:.95}@media (min-width:768px){.p-industrial-physician__text{font-size:1.125rem}}.p-industrial-physician__link{display:inline-flex;align-items:center;gap:.5rem}.p-service__container{max-width:1200px;margin:0 auto}.p-service__header{text-align:center;margin-bottom:6rem}@media (min-width:768px){.p-service__header{margin-bottom:8rem}}.p-service__title{font-size:1.75rem;font-weight:900;line-height:1.2;color:#212529;margin-bottom:1rem;letter-spacing:-.02em}@media (min-width:640px){.p-service__title{font-size:2rem}}@media (min-width:768px){.p-service__title{font-size:2.25rem}}@media (min-width:1024px){.p-service__title{font-size:2.5rem}}.p-service__description{font-size:14px;line-height:1.8;color:#495057;max-width:800px;margin:0 auto}.p-service__description br{display:none}@media (min-width:768px){.p-service__description br{display:inline}}.p-service__flex{display:flex;flex-direction:column;justify-content:space-around;flex-wrap:wrap;gap:2rem 1rem}@media (min-width:1024px){.p-service__flex{flex-direction:row;gap:4rem 3rem}}@media (min-width:1024px){.p-service__content{width:calc((100% - 3rem)/ 2)}}.p-service__content-secondary{background-color:#f5f8fa;border-radius:.75rem}.p-service__content-tertiary{background-color:#fff8fc;border-radius:.75rem;padding:1.5rem}@media (min-width:1024px){.p-service__content-tertiary{padding:2rem 3rem;max-width:580px}}.p-service__content-tertiary * .p-service__title{color:#343a40}.p-service__exclusive{padding:1.5rem}@media (min-width:1024px){.p-service__exclusive{width:50vw;margin-left:calc(47% - 50vw);padding:2rem 3rem}}@media (min-width:1024px){.p-service__exclusive-inner{max-width:480px;margin-left:auto}}.p-service__spot{padding:1.5rem}@media (min-width:1024px){.p-service__spot{width:50vw;margin-right:calc(47% - 50vw);padding:2rem 3rem}}@media (min-width:1024px){.p-service__spot-inner{max-width:480px;margin-right:auto}}.p-service__outer{overflow:hidden;display:flex;flex-direction:column}.p-service__secondary{background-color:#e9f7f5;border-radius:.75rem}.p-service__badge-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;justify-content:center;margin-bottom:1rem}@media (min-width:768px){.p-service__badge-wrapper{padding:0 1rem;flex-direction:row;gap:1rem;flex-wrap:wrap}}.p-service__badge{display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem;border-radius:.25rem;font-size:1rem;font-weight:900;letter-spacing:.05em}.p-service__badge-mandatory{background-color:#ff9602;color:#fff}.p-service__badge-optional{background-color:#15887b;color:#fff}.p-service__target{font-size:1rem;font-weight:700;line-height:1.6;color:#212529;margin:0}@media (min-width:768px){.p-service__target{font-size:1.25rem}}.p-service__target-number{font-weight:900;color:#28afa0;font-size:1.5rem;margin:0 .25rem}@media (min-width:768px){.p-service__target-number{font-size:1.875rem}}.p-service__inner{padding:1rem 0;flex:1}@media (min-width:768px){.p-service__inner{padding:1rem}}.p-service__inner-manual{padding:1.5rem;margin:auto 0}@media (min-width:768px){.p-service__inner-manual{padding:3rem}}.p-service__btn-wrapper{text-align:center}.p-service__title{font-size:1.5rem;font-weight:900;line-height:1.2;text-align:center;color:#28afa0;margin-bottom:1rem;letter-spacing:-.01em}@media (min-width:768px){.p-service__title{font-size:2.25rem}}.p-service__title-small{font-size:1.125rem;color:#15887b}@media (min-width:768px){.p-service__title-small{font-size:1.25rem}}.p-service__details{width:100%;overflow:hidden;margin:1rem 0;display:block}@media (min-width:768px){.p-service__details{display:table;border-collapse:separate;border-spacing:0.75rem}}.p-service__details tbody{display:block}@media (min-width:768px){.p-service__details tbody{display:table-row-group}}.p-service__detail-item{display:block;padding:1rem 0}@media (min-width:768px){.p-service__detail-item{display:table-row;padding:0}}.p-service__detail-label{background-color:#28afa0;color:#fff;font-size:14px;font-weight:900;line-height:1.2;text-align:left;border:none;border-radius:.25rem .25rem 0 0;display:block;width:100%;padding:.25rem 1rem}@media (min-width:768px){.p-service__detail-label{display:table-cell;width:30%;padding:.5rem 1.5rem;vertical-align:middle;border-radius:.5rem 0 0 .5rem}}.p-service__detail-value{background-color:#f5f8fa;font-size:14px;line-height:1.6;color:#212529;border:none;border-radius:0 0 .25rem .25rem;display:block;width:100%;padding:.5rem 1rem}@media (min-width:768px){.p-service__detail-value{display:table-cell;padding:.5rem 1.5rem;vertical-align:middle;border-radius:0 .5rem .5rem 0}}.p-service__list{margin:0;padding-left:1.5rem;list-style-type:disc}.p-service__list li{margin-bottom:.25rem;line-height:1.6}.p-service__list li:last-child{margin-bottom:0}.p-service__highlight{background-color:#f5f8fa;padding:1rem;border-radius:.5rem;text-align:center;margin-bottom:1rem}.p-service__highlight-label{display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem;border-radius:.25rem;font-size:.75rem;font-weight:900;letter-spacing:.05em;background-color:#bae2dd;padding:.5rem}.p-service__highlight-price{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem 0;font-size:1.25rem;line-height:1}.p-service__highlight-amount{font-size:1.875rem;font-weight:900;color:#15887b;line-height:1}@media (min-width:768px){.p-service__highlight-amount{font-size:2.25rem}}.p-service__highlight-note{font-size:1rem;margin-top:.5rem}.p-service__manual{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.p-service__manual{flex-direction:row;justify-content:space-around}}.p-service__checklist{list-style:none;padding-left:1em;margin:0 0 1.5rem 0}.p-service__checklist-item{position:relative;padding-left:.5rem;margin-bottom:.5rem;font-size:1rem;line-height:1.6;color:#212529;list-style-type:disc}.p-service__triangle{width:0;height:0;border-style:solid;border-right:60px solid transparent;border-left:60px solid transparent;border-top:20px solid #28afa0;border-bottom:0;margin:2rem auto 2rem}.p-service__manual-title{font-size:1.25rem;font-weight:900;color:#15887b;margin-bottom:.5rem;line-height:1.2}@media (min-width:768px){.p-service__manual-title{font-size:1.5rem}}.p-service__manual-description{font-size:.875rem;line-height:1.8;color:#495057;margin:0}@media (min-width:768px){.p-service__manual-description{font-size:.9375rem}}.p-service__more{padding-top:4rem}.p-services{padding:4rem 0;background-color:#fff}@media (min-width:1024px){.p-services{padding:6rem 0}}.p-services__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-services__header{display:flex;flex-direction:column;gap:2rem;padding-bottom:3.75rem;text-align:center}@media (min-width:768px){.p-services__header{gap:2rem;text-align:left}}.p-services__title{font-size:1.5rem;font-weight:700;margin-bottom:0;color:#333}@media (min-width:768px){.p-services__title{font-size:2.25rem}}.p-services__subtitle{font-size:14px;line-height:1.8;color:#333;margin:0;text-align:left}.p-services__list{display:grid;gap:3rem}@media (min-width:1024px){.p-services__list{grid-template-columns:repeat(2,1fr)}}.p-service-card{background-color:#fff;border:2px solid #e9ecef;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.p-service-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.p-service-card__header{padding:1.5rem;background-color:#f5f8fa}.p-service-card__badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.p-service-card__badge--orange{background-color:#ff9602;color:#fff}.p-service-card__target{font-size:1.125rem;font-weight:700;color:#212529}.p-service-card__body{padding:1.5rem}.p-service-card__title{font-size:1.25rem;font-weight:700;color:#28afa0;margin-bottom:1rem}.p-service-card__description{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:1.5rem}.p-service-card__table{border:1px solid #e9ecef;border-radius:.5rem;overflow:hidden;margin-bottom:1.5rem}.p-service-card__row{display:grid;grid-template-columns:140px 1fr;border-bottom:1px solid #e9ecef}.p-service-card__row:last-child{border-bottom:none}.p-service-card__label{background-color:#28afa0;color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:flex;align-items:center}.p-service-card__value{background-color:#f5f8fa;padding:.5rem 1rem;font-size:.875rem;color:#212529;display:flex;align-items:center}.p-service-card__highlight{background-color:#f5f8fa;padding:1rem;border-radius:.5rem;text-align:center;margin-bottom:1.5rem}.p-service-card__highlight p{font-size:1rem;font-weight:700;color:#212529;margin:0}.p-service-card__note{font-size:.875rem;color:#495057;margin-bottom:1.5rem}.p-service-card__footer{padding:0 1.5rem 1.5rem}.p-reason{padding:1rem 0}.p-reason__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-reason__content{background-color:#fff;padding:2rem 1.5rem;border-radius:.75rem;border:3px solid #28afa0}@media (min-width:768px){.p-reason__content{padding:4rem 3rem 1.5rem}}.p-reason__header{text-align:center;margin-bottom:3rem}.p-reason__title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#212529;line-height:1.2}@media (min-width:768px){.p-reason__title{font-size:1.875rem}}.p-reason__title-highlight{color:#28afa0}.p-reason__subtitle{font-size:1rem;font-weight:700;position:relative;display:inline-block}.p-reason__subtitle::before{position:absolute;left:0;content:"＼";margin-left:-1.5rem}.p-reason__subtitle::after{position:absolute;right:0;content:"／";margin-right:-1.5rem}@media (min-width:1024px){.p-reason__subtitle{font-size:1.25rem}}.p-reason__list{display:grid;gap:1.5rem}@media (min-width:768px){.p-reason__list{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.p-reason__list{grid-template-columns:repeat(3,1fr)}}.p-reason__item{padding:2rem 0}@media (min-width:1024px){.p-reason__item{padding:2rem}}.p-reason__point-number{display:flex;flex-direction:column;justify-content:center;color:#28afa0;font-weight:700}.p-reason__point-number span:first-child{font-size:.75rem}.p-reason__point-number span:last-child{font-size:2.25rem}.p-reason__icon{width:200px;height:130px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.p-reason__icon img{width:200px;height:130px;-o-object-fit:contain;object-fit:contain}.p-reason__item-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#28afa0}@media (min-width:1024px){.p-reason__item-title{font-size:1.25rem;text-align:center}}.p-reason__item-text{font-size:.875rem;line-height:1.8;color:#495057}.p-clients{padding:4rem 0;background-color:#f5f8fa}@media (min-width:1024px){.p-clients{padding:6rem 0}}.p-clients__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-clients__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#212529}@media (min-width:768px){.p-clients__title{font-size:2.25rem}}.p-clients__subtitle{font-size:14px;line-height:1.8;color:#495057;margin-bottom:4rem}.p-clients__list{display:grid;gap:3rem;margin-bottom:4rem}@media (min-width:768px){.p-clients__list{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.p-clients__list{grid-template-columns:repeat(3,1fr)}}.p-clients__card{display:flex;flex-direction:column;background-color:#fff;border-radius:.75rem;overflow:hidden;text-decoration:none}.p-clients__card:hover{opacity:.8;text-decoration:none}.p-clients__card-image{width:100%;height:200px;overflow:hidden;background-color:#e9ecef;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.p-clients__card-image{height:240px}}.p-clients__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-clients__card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.p-clients__card-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.p-clients__card-service{display:inline-block;padding:2px 18px;color:#212529;font-size:.75rem;font-weight:700;background:#fff;border:1px solid #ccc;border-radius:6px;color:#333}.p-clients__card-size{display:inline-block;color:#333;font-size:.75rem}.p-clients__card-quote{font-size:1rem;font-weight:700;line-height:1.2;color:#212529;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.p-clients__card-quote{font-size:1.125rem}}.p-clients__card-company{margin-top:auto;padding-top:1rem}.p-clients__card-company-name{font-size:1rem;color:#212529;margin:0 0 .25rem 0;line-height:1.2}.p-clients__card-company-info{font-size:.875rem;color:#495057;line-height:1.6}.p-clients__card-link{font-size:.875rem;font-weight:700;color:#333;display:flex;justify-content:flex-end;gap:5px}.p-clients__card-link img{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}.p-clients__button{text-align:center}.p-clients__button a:hover{color:#fff}.p-clients__logos{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center;justify-items:center}@media (min-width:768px){.p-clients__logos{grid-template-columns:repeat(4,1fr)}}.p-clients__logo{width:100%;max-width:180px;padding:1.5rem}.p-clients__logo img{width:100%;height:auto;display:block;filter:grayscale(100%);opacity:.6;transition:all .3s ease}.p-clients__logo img:hover{filter:grayscale(0%);opacity:1}.p-flow{padding:3rem 0;background-color:#fff}@media (min-width:640px){.p-flow{padding:4rem 0}}@media (min-width:1024px){.p-flow{padding:6rem 0}}.p-flow__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-flow__header{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:4rem;margin:0 auto}@media (min-width:640px){.p-flow__header{gap:2rem;padding-bottom:60px}}.p-flow__title{font-size:1.5rem;font-weight:700;color:#212529}@media (min-width:768px){.p-flow__title{font-size:2.25rem}}.p-flow__subtitle{font-size:14px;line-height:1.8;color:#495057;margin-bottom:4rem}.p-flow__list{display:flex;flex-direction:column;gap:0}.p-flow__item{display:flex;flex-direction:column;gap:0;margin-bottom:0;flex-wrap:wrap;justify-content:center}@media (min-width:768px){.p-flow__item{flex-direction:row;align-items:flex-start;gap:2rem}}@media (min-width:1024px){.p-flow__item{gap:65px;flex-direction:row}}.p-flow__item:not(:last-child){margin-bottom:6rem}@media (min-width:768px){.p-flow__item:not(:last-child){margin-bottom:76px}}.p-flow__image{flex-shrink:0;width:100%;max-width:150px;margin:0 auto 1.5rem}@media (min-width:640px){.p-flow__image{max-width:194px;width:194px;margin:0}}.p-flow__image img{width:100%;height:auto;display:block}.p-flow__content{flex:1;display:flex;flex-direction:column;gap:1rem;width:100%}@media (min-width:640px){.p-flow__content{max-width:100%}}@media (min-width:768px){.p-flow__content{max-width:779px}}.p-flow__header-item{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}@media (min-width:640px){.p-flow__header-item{gap:1rem}}.p-flow__step{font-size:1rem;font-weight:700;line-height:1.5;color:#28afa0;white-space:nowrap}@media (min-width:640px){.p-flow__step{font-size:1.125rem}}@media (min-width:768px){.p-flow__step{font-size:1.25rem}}.p-flow__title-item{font-size:1.125rem;font-weight:700;line-height:1.1666666667;color:#333;margin:0}@media (min-width:640px){.p-flow__title-item{font-size:1.25rem}}@media (min-width:768px){.p-flow__title-item{font-size:1.5rem}}.p-flow__divider{width:100%;height:1px;background-color:#7d7d7d;margin:0}@media (min-width:768px){.p-flow__divider{width:779px;max-width:100%}}.p-flow__description{display:flex;flex-direction:column;gap:1rem}.p-flow__description p{font-size:.8125rem;font-weight:400;line-height:1.7142857143;color:#333;margin:0}@media (min-width:640px){.p-flow__description p{font-size:.875rem}}.p-flow__actions{display:flex;flex-direction:column;gap:2rem;margin-top:1rem;width:100%}.p-flow__actions .p-flow__arrow{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}@media (min-width:640px){.p-flow__actions{flex-direction:row;align-items:center;gap:1rem;width:auto}}@media (min-width:768px){.p-flow__actions{gap:3rem;justify-content:space-evenly}}@media (min-width:1024px){.p-flow__actions{justify-content:flex-start}}.p-flow__btn{min-width:290px}.p-flow__btn:hover img{filter:saturate(100%) invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.p-flow__btn--phone{display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding:.1rem 2rem}@media (min-width:1024px){.p-flow__btn--phone{pointer-events:none}}.p-flow__phone-number{display:flex;gap:8px;font-size:1.5rem;line-height:1.4}.p-flow__phone-number img{filter:brightness(0) saturate(100%) invert(18%) sepia(5%) saturate(1275%) hue-rotate(169deg) brightness(100%) contrast(87%)}.p-flow__phone-hours{font-size:.875rem}.p-download-materials{padding:4rem 0}@media (min-width:1024px){.p-download-materials{padding:6rem 0}}.p-download-materials__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-download-materials__wrapper{position:relative;background-color:#f5f8fa;border-radius:8px;padding:40px 20px;display:flex;flex-direction:column;gap:3rem;align-items:center;flex-wrap:wrap;justify-content:center}@media (min-width:768px){.p-download-materials__wrapper{flex-direction:row;gap:45px;align-items:center;padding:99px 85px}}.p-download-materials__image{flex-shrink:0;width:100%;max-width:460px;height:280px;background-color:#fff;border-radius:0;box-shadow:2px 2px 8px 0 rgba(0,0,0,.25);overflow:hidden}@media (min-width:768px){.p-download-materials__image{width:460px}}.p-download-materials__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-download-materials__content{flex:1;display:flex;flex-direction:column;gap:41px;width:100%;max-width:384px}@media (min-width:768px){.p-download-materials__content{width:384px}}.p-download-materials__title{font-weight:700;font-size:24px;line-height:1.3333333333em;color:#333;margin:0;text-align:left}@media (min-width:768px){.p-download-materials__title{font-size:24px}}.p-download-materials__list-wrapper{display:flex;flex-direction:column;gap:0}.p-download-materials__subtitle{font-weight:700;font-size:18px;line-height:1.3333333333em;color:#333;margin:0 0 12px 8px;text-align:left}.p-download-materials__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(1,1fr);gap:0;width:315px}@media (min-width:768px){.p-download-materials__list{grid-template-columns:repeat(2,1fr)}}.p-download-materials__list-item{font-weight:400;font-size:14px;line-height:1.7142857143em;color:#333;padding:0;margin:0;text-align:left}@media (min-width:768px){.p-download-materials__list-item:nth-child(3),.p-download-materials__list-item:nth-child(4){margin-top:12px}}.p-download-materials__button{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:16px 40px;background-color:#fff;border:2px solid #28afa0;border-radius:60px;font-weight:700;font-size:20px;line-height:1.4em;color:#28afa0;text-align:center;text-decoration:none;transition:all .3s ease;cursor:pointer}.p-download-materials__button:hover{background-color:#28afa0;color:#fff;transform:translateY(-2px);text-decoration:none}.p-download-materials__button:active{transform:translateY(0)}.p-business{margin-top:3rem}.p-business__cards{display:grid;gap:6rem;margin-bottom:4rem}@media (min-width:768px){.p-business__cards{grid-template-columns:repeat(2,1fr);gap:6rem 3rem}}@media (min-width:1024px){.p-business__cards{grid-template-columns:repeat(3,1fr);gap:6rem 3rem}}.p-business__card{display:flex;flex-direction:column;overflow:hidden}.p-business__card-image{width:100%;overflow:hidden;background-color:#e9ecef;border-radius:.5rem}.p-business__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-business__card-content{padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.p-business__card-title{font-size:1.25rem;font-weight:700;color:#28afa0;margin:0;line-height:1.4}@media (min-width:768px){.p-business__card-title{font-size:1.25rem}}.p-business__card-description{font-size:.9375rem;line-height:1.8;color:#333;margin:0}@media (min-width:768px){.p-business__card-description{font-size:1rem}}.p-business__card-badge{display:inline-block;padding:4px 12px;background-color:#ff9602;color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:700;margin-top:.25rem;align-self:flex-start}.p-business__card-list{list-style:none;padding:0;margin:.5rem 0 0 0}.p-business__card-list li{font-size:.9375rem;line-height:1.8;color:#333;padding:.25rem 0}@media (min-width:768px){.p-business__card-list li{font-size:1rem}}.p-business__support{margin-top:6rem}.p-business__support-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:3rem;text-align:center}@media (min-width:768px){.p-business__support-title{font-size:1.75rem;text-align:left}}.p-business__support-grid{display:grid;gap:6rem}@media (min-width:768px){.p-business__support-grid{grid-template-columns:repeat(2,1fr);gap:6rem 3rem}}@media (min-width:1024px){.p-business__support-grid{grid-template-columns:repeat(3,1fr);gap:6rem 3rem}}.p-business__support-card{display:flex;flex-direction:column;overflow:hidden}.p-business__support-image{border-radius:.5rem;width:100%;overflow:hidden;background-color:#e9ecef}.p-business__support-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-business__support-content{padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.p-business__support-card-title{font-size:1.25rem;font-weight:700;color:#28afa0;margin:0;line-height:1.4}@media (min-width:768px){.p-business__support-card-title{font-size:1.25rem}}.p-business__support-card-description{font-size:.9375rem;line-height:1.8;color:#333;margin:0}@media (min-width:768px){.p-business__support-card-description{font-size:1rem}}.p-business__button-wrapper{display:flex;justify-content:center;margin-top:6rem}.p-business__button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all 250ms ease-in-out}.p-business__button:hover{background-color:#f5f8fa;border-color:#28afa0;color:#28afa0}.p-business__button:hover img{filter:invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.p-business__button img{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}.p-cta-rich{padding:3rem 0}@media (min-width:1024px){.p-cta-rich{padding:6rem 0}}.p-cta-rich__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-cta-rich__link{display:block;width:100%;height:auto}.p-cta-rich__link:hover{opacity:.8}.p-cta-rich__link img{max-width:100%;height:auto}.p-cta-rich__text{font-size:.875rem;line-height:1.5;margin-top:10px}.p-cta{padding:3rem 0;background:linear-gradient(90deg,#15887b 0,#159082 3%,#15a797 13%,#15b8a7 24%,#15c2b0 35%,#15c6b3 50%,#15c2b0 65%,#15b8a7 76%,#15a797 87%,#159082 97%,#15887b 100%)}@media (min-width:1024px){.p-cta{padding:4rem 0}}.p-cta__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-cta__content{margin:0 auto;text-align:center}.p-cta__text{font-size:1rem;line-height:1.5;color:#fff;margin-bottom:1rem;text-align:left}@media (min-width:640px){.p-cta__text{text-align:center}}.p-cta__title{font-style:normal;font-weight:700;font-size:24px;line-height:32px;color:#fff;margin-bottom:2rem}.p-cta__actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width:768px){.p-cta__actions{flex-direction:row;justify-content:center;gap:40px}}.p-cta__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 80px;width:100%;max-width:360px;height:70px;font-style:normal;font-weight:700;font-size:20px;line-height:30px;text-align:center}.p-cta__phone{display:flex;flex-direction:column;align-items:center}.p-cta__phone-inner{display:flex;flex-direction:row;align-items:center;padding:0 0 6px;gap:3px;margin-bottom:0}.p-cta__phone-icon{width:24px;height:24px;flex-shrink:0;filter:brightness(0) invert(1)}.p-cta__phone-number{font-weight:700;font-size:32px;line-height:28px;color:#fff;text-decoration:none}@media (min-width:640px){.p-cta__phone-number{pointer-events:none}}.p-cta__phone-number:hover{color:#fff;text-decoration:underline}.p-cta__phone-hours{font-weight:400;font-size:14px;line-height:24px;text-align:center;color:#fff;width:100%}.p-cta-card{padding:3rem 0}.p-cta-card__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-cta-card__content{margin:0 auto;text-align:center;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;background:#d4eeea;border-radius:1rem;padding:3rem 1.5rem}@media (min-width:1024px){.p-cta-card{padding:6rem 0}}.p-cta-card__text{font-size:1rem;line-height:1.5;color:#212529;margin-bottom:1rem;text-align:left}@media (min-width:640px){.p-cta-card__text{text-align:center}}.p-cta-card__title{font-style:normal;font-weight:700;font-size:24px;line-height:32px;color:#212529;margin-bottom:2rem}.p-cta-card__actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width:1024px){.p-cta-card__actions{flex-direction:row;justify-content:center;gap:40px}}.p-cta-card__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 80px;width:100%;max-width:360px;height:70px;font-style:normal;font-weight:700;font-size:20px;line-height:30px;text-align:center}.p-cta-card__phone{display:flex;flex-direction:column;align-items:center}.p-cta-card__phone-inner{display:flex;flex-direction:row;align-items:center;padding:0 0 6px;gap:3px;margin-bottom:0}.p-cta-card__phone-icon{width:24px;height:24px;flex-shrink:0}.p-cta-card__phone-number{font-weight:700;font-size:32px;line-height:28px;color:#212529;text-decoration:none}@media (min-width:640px){.p-cta-card__phone-number{pointer-events:none}}.p-cta-card__phone-number:hover{color:#212529;text-decoration:underline}.p-cta-card__phone-hours{font-weight:400;font-size:14px;line-height:24px;text-align:center;color:#212529;width:100%}.p-difference{padding:4rem 0}.p-difference__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-difference__title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#212529}@media (min-width:768px){.p-difference__title{font-size:40px}}.p-difference__subtitle{font-size:1rem;color:#495057;margin-bottom:4rem}.p-difference__button-wrapper{text-align:center}.p-difference__button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all 250ms ease-in-out}.p-difference__button:hover{background-color:#f5f8fa;border-color:#28afa0;color:#28afa0}.p-difference__button img{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}.p-number-selection{padding:4rem 0;background-color:#fff}@media (min-width:1024px){.p-number-selection{padding:6rem 0}}.p-number-selection__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-number-selection__header{display:flex;flex-direction:column;padding-bottom:1.5rem}.p-number-selection__title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#212529}@media (min-width:768px){.p-number-selection__title{font-size:40px}}.p-number-selection__subtitle{font-size:1rem;color:#495057}.p-number-selection__table-wrapper{margin-bottom:1rem;overflow-x:auto}.p-number-selection__table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #15887b;min-width:900px}.p-number-selection__table td{border-right-style:dashed;border-bottom-style:solid}.p-number-selection__table thead tr:first-child{background:rgba(21,136,123,.36);font-weight:700}.p-number-selection__table thead tr:first-child th:first-child{border-right-style:solid}.p-number-selection__table thead tr:last-child th:first-child{background-color:#fff}.p-number-selection__table thead tr:last-child th{border-bottom-style:solid}.p-number-selection__table tbody tr:first-child td:nth-child(4){border-bottom-style:dashed}.p-number-selection__table tbody tr:first-child td:last-child{border-right-style:solid}.p-number-selection__table tbody tr:last-child td{border-bottom-style:solid}.p-number-selection__table-header{background:rgba(40,175,160,.16);border:1px solid #15887b;font-size:14px;line-height:17px;text-align:center;color:#333;padding:0;vertical-align:middle;height:36px}.p-number-selection__table-row-header{background:rgba(40,175,160,.16);border:1px solid #15887b;font-weight:700;font-size:16px;line-height:30px;text-align:center;color:#333;padding:15px 8px;width:146px;vertical-align:middle;height:59px}.p-number-selection__table-cell{background:#fff;border:1px solid #15887b;font-weight:400;font-size:14px;line-height:24px;color:#333;padding:8px;text-align:left;vertical-align:middle;position:relative}.p-number-selection__table-cell div{margin-bottom:4px}.p-number-selection__table-cell div:last-child{margin-bottom:0}.p-number-selection__note{font-size:12px;line-height:20px;color:#333;margin-bottom:36px}.p-number-selection__note-link{color:#28afa0;text-decoration:none}.p-number-selection__note-link:hover{text-decoration:underline}.p-number-selection__note-link svg{display:inline-block;vertical-align:middle;margin-left:2px}.p-number-selection__button-wrapper{display:flex;justify-content:center;align-items:center}.p-number-selection__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 32px;gap:8px;background:#fff;border:1px solid #28afa0;border-radius:50px;font-weight:700;font-size:16px;line-height:20px;text-align:center;letter-spacing:.06em;color:#000;text-decoration:none;transition:all .3s ease}.p-number-selection__button:hover{background:#28afa0;color:#fff;text-decoration:none}.p-number-selection__button:hover img{filter:invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.p-number-selection__button:hover .p-number-selection__button-icon circle{fill:#FFFFFF}.p-number-selection__button:hover .p-number-selection__button-icon path{stroke:#28AFA0}.p-number-selection__button-icon{width:22px;height:22px;flex-shrink:0;display:inline-block;vertical-align:middle}.p-sample{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding:4rem 0;background-color:#fff}.p-sample__wrapper{background-color:#f5f8fa;border-radius:8px;padding:3rem 1rem}@media (min-width:768px){.p-sample__wrapper{padding:3rem 4rem}}.p-sample__title{font-size:28px;font-weight:700;line-height:1.25;color:#333;margin-bottom:2rem}@media (min-width:768px){.p-sample__title{font-size:40px}}.p-sample__subtitle{font-size:14px;font-weight:400;color:#333;margin-bottom:2rem}.p-sample__inner{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width:1024px){.p-sample__inner{flex-direction:row;justify-content:center;gap:4rem}}.p-sample__content{display:flex;flex-direction:column;gap:1rem}.p-sample__label{background-color:#15887b;color:#fff;padding:0;border-radius:6px;font-size:16px;font-weight:700;line-height:1.556;text-align:center;display:flex;align-items:center;justify-content:center;height:35px;flex-shrink:0}@media (min-width:768px){.p-sample__label{font-size:18px}}.p-sample__list{list-style:disc;padding-left:1em}.p-sample__list li{font-size:16px;font-weight:700;color:#333}@media (min-width:768px){.p-sample__list li{font-size:18px}}.p-sample__list li span{font-size:.8em;font-weight:400}.p-check{padding:4rem 0;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-check__container{background-color:#fff9f9;border:4px solid #ff7b67;border-radius:8px;padding:3rem 1.5rem}@media (min-width:640px){.p-check__container{padding:3rem 2rem}}@media (min-width:1024px){.p-check__container{padding:48px 64px}}.p-check__title{font-size:28px;font-weight:700;line-height:1.25;color:#333;margin-bottom:2rem}@media (min-width:768px){.p-check__title{font-size:40px}}.p-check__subtitle{font-size:14px;font-weight:400;color:#333;margin-bottom:2rem}.p-check__body{display:flex;flex-direction:column;gap:1.5rem;width:100%}@media (min-width:1024px){.p-check__body{flex-direction:row;gap:3rem;align-items:flex-start}}.p-check__questions{flex:1;min-width:0}.p-check__list li{font-size:16px;font-weight:700;line-height:1.875;color:#333}.p-check__image{flex-shrink:0;display:flex;align-items:center;justify-content:center}.p-check__buttons{display:flex;flex-direction:column;gap:1rem;width:100%;justify-content:center;margin-top:2rem}@media (min-width:1024px){.p-check__buttons{flex-direction:row;gap:36px;align-items:center;margin-top:3rem}}.p-check__buttons .c-btn{width:100%;padding:16px 40px;font-size:20px;font-weight:700;line-height:1.5;border-radius:60px;min-height:62px;display:flex;align-items:center;justify-content:center}@media (min-width:1024px){.p-check__buttons .c-btn{width:auto}}.p-check__buttons .c-btn__primary{background-color:#ff7b67;border:2px solid #ff7b67;color:#fff}.p-check__buttons .c-btn__primary:hover:not(:disabled){border:2px solid #ff7b67;background-color:#fff;color:#ff7b67}.p-check__buttons .c-btn__outline-primary{background-color:#fff;border:2px solid #ff7b67;color:#ff7b67}.p-check__buttons .c-btn__outline-primary:hover:not(:disabled){background-color:#ff7b67;color:#fff}.p-faq{padding:4rem 0}.p-faq__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-faq__title{font-size:28px;font-weight:700;line-height:1.25;color:#333;margin-bottom:2rem}@media (min-width:768px){.p-faq__title{font-size:40px}}.p-faq__subtitle{font-size:14px;font-weight:400;color:#333;margin-bottom:4rem}.p-faq__list{display:grid;gap:1.5rem}@media (min-width:768px){.p-faq__list{gap:2rem}}.p-faq__item{border-radius:.5rem;background-color:#f5f8fa}.p-faq__question{display:flex;align-items:center;gap:.5rem;padding:1.5rem;cursor:pointer;position:relative}@media (min-width:768px){.p-faq__question{padding:2rem;gap:1rem}}.p-faq__question::-webkit-details-marker{display:none}.p-faq__q-mark{flex-shrink:0;width:46px;height:46px;background-color:#28afa0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px}.p-faq__q-text{flex:1;font-size:1rem;font-weight:700;color:#212529;line-height:1.4;margin:0}@media (min-width:768px){.p-faq__q-text{font-size:1.25rem}}.p-faq__toggle{flex-shrink:0;width:24px;height:24px;position:relative;display:flex;align-items:center;justify-content:center}.p-faq__toggle::after,.p-faq__toggle::before{content:"";position:absolute;background-color:#495057;transition:transform .3s ease,opacity .3s ease}.p-faq__toggle::before{width:16px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.p-faq__toggle::after{width:2px;height:16px;top:50%;left:50%;transform:translate(-50%,-50%)}details[open] .p-faq__toggle::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.p-faq__answer{display:flex;align-items:flex-start;gap:1rem;padding:0 4rem 1.5rem 1.5rem}@media (min-width:768px){.p-faq__answer{padding:0 6rem 2rem 2rem;gap:1.5rem}}.p-faq__a-mark{flex-shrink:0;width:36px;height:36px;background-color:#fff;color:#28afa0;border-radius:50%;border:1px solid #28afa0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.p-faq__a-text{flex:1;font-size:.875rem;line-height:1.8;color:#212529;max-width:900px}.p-faq__more{text-align:right;margin-top:1rem}.p-faq__button{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 18px;gap:8px;font-style:normal;font-weight:700;font-size:12px;line-height:20px;text-align:center;letter-spacing:.06em;transition:all .3s ease}.p-faq__button svg{width:22px;height:22px;flex-shrink:0;display:inline-block;vertical-align:middle}.p-faq__button:hover{background:#28afa0;color:#fff;text-decoration:none}.p-faq__button:hover circle{fill:#FFFFFF}.p-faq__button:hover path{stroke:#28AFA0}.p-cases{padding:4rem 0;background-color:#f5f8fa}@media (min-width:1024px){.p-cases{padding:6rem 0}}.p-cases__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-cases__title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#212529}@media (min-width:768px){.p-cases__title{font-size:1.875rem}}.p-cases__subtitle{text-align:center;font-size:1rem;color:#495057;margin-bottom:4rem}.p-cases__list{display:grid;gap:3rem;margin-bottom:3rem}@media (min-width:1024px){.p-cases__list{grid-template-columns:repeat(3,1fr)}}.p-cases__more{text-align:center}.p-case-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.p-case-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.p-case-card__image{width:100%;height:200px;overflow:hidden;background-color:#e9ecef}.p-case-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-case-card__content{padding:1.5rem}.p-case-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.p-case-card__industry,.p-case-card__size{display:inline-block;padding:4px 12px;background-color:#28afa0;color:#fff;font-size:.75rem;border-radius:9999px}.p-case-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#212529;line-height:1.2}.p-case-card__text{font-size:.875rem;line-height:1.8;color:#495057;margin-bottom:1rem}.p-case-card__link{color:#28afa0;font-weight:700;text-decoration:none;font-size:.875rem}.p-case-card__link:hover{text-decoration:underline}.p-documents{padding:4rem 0;background-color:#fff}@media (min-width:1024px){.p-documents{padding:6rem 0}}.p-documents__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-documents__grid{display:grid;gap:3rem}@media (min-width:1024px){.p-documents__grid{grid-template-columns:repeat(2,1fr)}}.p-documents__card{background-color:#f5f8fa;padding:3rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.p-documents__card--manual{background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%)}.p-documents__card--stress{background:linear-gradient(135deg,#fff5e6 0,#ffe0b4 100%)}.p-documents__card-icon{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.p-documents__card-icon img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.p-documents__card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#212529}.p-documents__card-subtitle{font-size:.875rem;color:#495057;margin-bottom:1.5rem}.p-documents__card-list{list-style:none;padding:0;margin:0}.p-documents__card-list li{padding:.5rem 0;padding-left:1.5rem;position:relative;font-size:1rem;line-height:1.8;color:#212529}.p-documents__card-list li::before{content:"✓";position:absolute;left:0;color:#28afa0;font-weight:700}.p-about-company{padding:4rem 0}.p-about-company__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:grid;gap:3rem}@media (min-width:1024px){.p-about-company__container{grid-template-columns:1fr 1fr;gap:6rem}}.p-about-company__logo{width:200px;margin-bottom:1.5rem}.p-about-company__logo img{width:100%;height:auto;display:block}.p-about-company__text{font-size:14px;line-height:24px;color:#000;margin-bottom:1.5rem}.p-about-company__image{width:100%;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media (min-width:1024px){.p-about-company__image{order:0}}.p-about-company__image img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.p-about-company__logo-qjgroup{margin:0 auto 1.5rem}.p-about-company__text-qjgroup{text-align:left}@media (min-width:768px){.p-about-company__text-qjgroup{text-align:center}}.p-about-company__content .c-btn{padding:4px 18px;gap:8px;border:1px solid #28afa0;border-radius:50px;font-weight:700;font-size:12px;line-height:20px;color:#333;background-color:#fff}.p-about-company__content .c-btn img{filter:invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%)}.p-about-company__content .c-btn:hover:not(:disabled){background-color:#28afa0;color:#fff;text-decoration:none}.p-about-company__content .c-btn:hover:not(:disabled) img{filter:invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)}.p-about-company__info-title{font-weight:700;font-size:16px;line-height:28px;color:#000;margin-bottom:1.5rem}.p-about-company__info-list{margin:0;padding:0;list-style:none}.p-about-company__info-item{display:flex;margin-bottom:14px}.p-about-company__info-label{font-weight:700;font-size:12px;line-height:24px;color:#333;width:90px;flex-shrink:0;margin:0}@media (min-width:640px){.p-about-company__info-label{width:122px}}.p-about-company__info-value{font-weight:400;font-size:14px;line-height:24px;color:#333;margin:0;flex:1}.p-qjgroup{padding:4rem 0;background-color:#fff}.p-qjgroup__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;text-align:center}.p-qjgroup__text{font-size:1rem;line-height:1.5rem;color:#333;margin-bottom:1.5rem}@media (min-width:768px){.p-qjgroup__text{font-size:1.25rem;line-height:2rem}}.p-qjgroup__logo{width:160px;height:auto;display:block;margin:0 auto}.p-qjgroup__link{display:inline-flex;align-items:flex-end;gap:.25rem}.p-qjgroup__link svg{flex-shrink:0;width:20px;height:20px}.p-qjgroup__link:hover{text-decoration:underline}.p-page-header{position:relative;padding:4rem 1rem;background-color:#f1f3f5;overflow:hidden;min-height:160px;border-radius:1.5rem;margin:0 1rem}@media (min-width:768px){.p-page-header{padding:6rem 1.5rem;min-height:250px;margin:0 1.5rem}}.p-page-header__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit}.p-page-header__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:60% center;object-position:60% center}@media (min-width:768px){.p-page-header__background img{-o-object-position:center;object-position:center}}.p-page-header__container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.p-page-header__title{font-size:1.5rem;font-weight:900;color:#212529;text-align:left;margin:0}@media (min-width:768px){.p-page-header__title{font-size:2.25rem}}.p-about-physician{padding:6rem 0 3rem}@media (min-width:1024px){.p-about-physician{padding:8rem 0 2rem}}.p-about-physician__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-about-physician__title{font-size:1.875rem;font-weight:900;text-align:left;margin-bottom:1.5rem}@media (min-width:768px){.p-about-physician__title{font-size:2.25rem;margin-bottom:2rem}}.p-about-physician__description{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem;text-align:left}@media (min-width:768px){.p-about-physician__description{font-size:1.125rem;line-height:2}}.p-about-physician__requirements{display:grid;gap:1.5rem;margin-bottom:4rem}@media (min-width:768px){.p-about-physician__requirements{grid-template-columns:repeat(3,1fr);gap:2rem}}.p-about-physician__requirement-item{display:flex;flex-direction:row;align-items:center;text-align:center;justify-content:center;gap:1rem;padding:1.5rem;background-color:#f8f9fa;border-radius:.75rem;transition:transform 250ms ease-in-out}.p-about-physician__icon{flex-shrink:0}.p-about-physician__icon svg{display:block}.p-about-physician__requirement-title{margin:0;font-size:1.25rem;font-weight:700;text-align:center}.p-about-physician__legal{background-color:#f8f9fa;border-radius:.75rem;padding:2rem}@media (min-width:768px){.p-about-physician__legal{padding:3rem}}.p-about-physician__legal-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.p-about-physician__legal-title{font-size:1.25rem}}.p-about-physician__legal-link{font-size:.875rem;color:#28afa0;text-decoration:none;display:inline-flex;align-items:flex-start;gap:.25rem;margin-top:.5rem;transition:opacity 250ms ease-in-out}.p-about-physician__legal-link:hover{opacity:.7}.p-about-physician__legal-link svg{flex-shrink:0}@media (min-width:768px){.p-about-physician__legal-link{margin-left:.5rem}}.p-about-physician__legal-list{list-style:none;padding:0;margin:0;counter-reset:legal-counter}.p-about-physician__legal-item{position:relative;padding-left:2rem;font-size:.9375rem;line-height:1.8;color:#495057;counter-increment:legal-counter}.p-about-physician__legal-item:last-child{margin-bottom:0}.p-about-physician__legal-item::before{content:counter(legal-counter) ".";position:absolute;left:0;font-weight:700;color:#212529}@media (min-width:768px){.p-about-physician__legal-item{font-size:1rem}}.p-duties{padding:6rem 0 3rem}@media (min-width:1024px){.p-duties{padding:8rem 0 2rem}}.p-duties__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-duties__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-duties__title{font-size:1.875rem}}.p-duties__subtitle{font-size:1rem;line-height:1.8;color:#495057;text-align:left;margin-bottom:3rem}@media (min-width:768px){.p-duties__subtitle{font-size:1.125rem;margin-bottom:4rem}}.p-duties__grid{display:grid;gap:1.5rem}@media (min-width:640px){.p-duties__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.p-duties__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.p-duties__card{background-color:#fff;border:2px solid #28afa0;border-radius:.75rem;padding:0 .5rem;text-align:center;transition:all 250ms ease-in-out;min-height:160px;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.p-duties__card{min-height:130px}}.p-duties__number{font-size:1.25rem;font-weight:900;color:#28afa0;margin-bottom:.5rem}@media (min-width:768px){.p-duties__number{font-size:1.875rem}}.p-duties__description{font-size:.9375rem;line-height:1.8;color:#212529}@media (min-width:768px){.p-duties__description{font-size:1rem}}.p-difference-physicians{padding:6rem 0 3rem}@media (min-width:1024px){.p-difference-physicians{padding:8rem 0 8rem}}.p-difference-physicians__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-difference-physicians__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-difference-physicians__title{font-size:1.875rem}}@media (min-width:768px){.p-difference-physicians__title{margin-bottom:1.5rem}}.p-difference-physicians__description{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem;text-align:left}@media (min-width:768px){.p-difference-physicians__description{font-size:1.125rem;line-height:2;margin-bottom:4rem}}.p-difference-physicians__grid{display:grid;gap:1rem}.p-difference-physicians__header-row{display:none}@media (min-width:768px){.p-difference-physicians__header-row{display:grid;grid-template-columns:1fr 2fr 1.25fr;gap:1rem}.p-difference-physicians__header-row .p-difference-physicians__cell:nth-child(2){font-weight:700}}.p-difference-physicians__row{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.p-difference-physicians__row{grid-template-columns:1fr 2fr 1.25fr}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2){font-weight:700}}.p-difference-physicians__cell{padding:1rem 1.5rem;font-size:.875rem;text-align:center;line-height:1.8;border-radius:.5rem}@media (min-width:768px){.p-difference-physicians__cell{font-size:1rem}}.p-difference-physicians__cell--label{font-size:1.25rem;font-weight:700;background-color:transparent;text-align:center;padding:1rem 1rem 0}@media (min-width:768px){.p-difference-physicians__cell--label{font-size:1rem;background-color:transparent;padding:1rem}}.p-difference-physicians__cell:nth-child(2){background-color:#e9f7f5}@media (min-width:768px){.p-difference-physicians__cell:nth-child(2){background-color:transparent}}.p-difference-physicians__cell:nth-child(3){background-color:#f1f3f5}@media (min-width:768px){.p-difference-physicians__cell:nth-child(3){background-color:transparent}}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2){position:relative}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2)::before{content:"産業医";display:block;font-weight:700;color:#28afa0;margin-bottom:.25rem;font-size:1rem}@media (min-width:768px){.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2)::before{display:none}}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(3){position:relative}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(3)::before{content:"通常の医師";display:block;font-weight:700;color:#495057;margin-bottom:.25rem;font-size:1rem}@media (min-width:768px){.p-difference-physicians__row .p-difference-physicians__cell:nth-child(3)::before{display:none}}.p-difference-physicians__cell--header{background-color:#e9f7f5;color:#fff;font-weight:700;text-align:center;font-size:1.25rem}@media (min-width:768px){.p-difference-physicians__cell--header{font-size:1.5rem;background-color:#28afa0!important}}.p-difference-physicians__cell--highlight{background-color:#fff;font-weight:700}@media (min-width:768px){.p-difference-physicians__cell--highlight{background-color:#e9f7f5!important}}@media (min-width:768px){.p-difference-physicians__row:nth-of-type(2) .p-difference-physicians__cell--highlight,.p-difference-physicians__row:nth-of-type(4) .p-difference-physicians__cell--highlight{background-color:transparent!important}}@media (min-width:768px){.p-difference-physicians .p-difference-physicians__row:nth-child(3) .p-difference-physicians__cell--highlight,.p-difference-physicians .p-difference-physicians__row:nth-child(5) .p-difference-physicians__cell--highlight{background-color:transparent!important}}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight){background-color:#fff}@media (min-width:768px){.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight){background-color:transparent}}.p-difference-physicians__row--colored .p-difference-physicians__cell:first-child{background-color:transparent}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:first-child{background-color:#f1f3f5}}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__row--colored .p-difference-physicians__cell--highlight){background-color:transparent}}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2).p-difference-physicians__cell--highlight{background-color:#e9f7f5!important}}.p-difference-physicians__row--colored .p-difference-physicians__cell:last-child{background-color:#f1f3f5}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:last-child{background-color:#f1f3f5!important}}.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight){background-color:#fff}@media (min-width:768px){.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight){background-color:transparent}}.p-difference-physicians__row--colored .p-difference-physicians__cell:first-child{background-color:transparent}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:first-child{background-color:#f1f3f5}}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__row--colored .p-difference-physicians__cell--highlight){background-color:transparent}}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2).p-difference-physicians__cell--highlight{background-color:#e9f7f5!important}}.p-difference-physicians__row--colored .p-difference-physicians__cell:last-child{background-color:#f1f3f5}@media (min-width:768px){.p-difference-physicians__row--colored .p-difference-physicians__cell:last-child{background-color:#f1f3f5!important}}.p-difference-physicians__list{list-style:none;padding:0;margin:0;margin:0;text-align:center}@media (min-width:768px){.p-difference-physicians__list{text-align:left}}.p-difference-physicians__list li{margin-bottom:.25rem}.p-difference-physicians__list li:last-child{margin-bottom:0}.p-difference-physicians__list li::before{content:"• ";margin-right:.25rem}.p-about-business{padding:6rem 0 3rem;background-color:#f5f8fa}@media (min-width:1024px){.p-about-business{padding:8rem 0 8rem}}.p-about-business__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-about-business__header{display:flex;flex-direction:column;gap:2rem;padding-bottom:3.75rem;text-align:center}@media (min-width:768px){.p-about-business__header{gap:2rem;text-align:left}}.p-about-business__title{font-size:1.5rem;font-weight:700;margin-bottom:0;color:#333}@media (min-width:768px){.p-about-business__title{font-size:1.875rem}}.p-about-business__subtitle{font-size:1rem;line-height:1.8;color:#333;margin:0}.p-requirements{padding:6rem 0 3rem}@media (min-width:1024px){.p-requirements{padding:8rem 0 8rem}}.p-requirements__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-requirements__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-requirements__title{font-size:1.875rem}}@media (min-width:768px){.p-requirements__title{margin-bottom:1.5rem}}.p-requirements__intro{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:4rem;text-align:left}@media (min-width:768px){.p-requirements__intro{font-size:1.125rem;line-height:2;margin-bottom:6rem}}.p-requirements__row{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:6rem}@media (min-width:768px){.p-requirements__row{gap:4rem}}.p-requirements__row:last-child{margin-bottom:0}.p-requirements__row:last-child{flex-direction:row-reverse}@media (min-width:768px){.p-requirements__row:first-child{flex-direction:row-reverse}}@media (min-width:768px) and (min-width:768px){.p-requirements__row:first-child{flex-direction:row-reverse}.p-requirements__row:last-child{flex-direction:row-reverse}}.p-requirements__left,.p-requirements__right{display:flex;flex-direction:column;flex:1 1 100%}@media (min-width:768px){.p-requirements__left,.p-requirements__right{flex:1 1 45%}}.p-requirements__heading{font-size:1.25rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.p-requirements__heading{font-size:1.5rem;margin-bottom:1.5rem}}.p-requirements__text{font-size:1rem;line-height:1.8;color:#495057}@media (min-width:768px){.p-requirements__text{font-size:1.125rem;line-height:2}}.p-requirements__link{color:#28afa0;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.p-requirements__link:hover{text-decoration:underline}.p-requirements__left img,.p-requirements__right img{max-width:100%;height:auto;display:block;margin:0 auto}.p-physician-count{padding:6rem 0 3rem;background-color:#e9f7f5}@media (min-width:1024px){.p-physician-count{padding:8rem 0 8rem}}.p-physician-count__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-physician-count__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1.5rem}@media (min-width:768px){.p-physician-count__title{font-size:1.875rem}}@media (min-width:768px){.p-physician-count__title{margin-bottom:2rem}}.p-physician-count__intro{margin-bottom:1rem}@media (min-width:768px){.p-physician-count__intro{margin-bottom:2rem}}.p-physician-count__intro-text{font-size:.875rem;line-height:1.8;color:#495057;text-align:left;margin-bottom:1rem}.p-physician-count__intro-text:last-child{margin-bottom:0}@media (min-width:768px){.p-physician-count__intro-text{font-size:1rem;line-height:2}}.p-physician-count__note{margin-bottom:4rem;font-size:.75rem;line-height:1.8;color:#495057}@media (min-width:768px){.p-physician-count__note{font-size:.875rem}}.p-physician-count__cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:1rem}@media (min-width:640px){.p-physician-count__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.p-physician-count__cards{grid-template-columns:repeat(6,1fr);gap:2rem}}.p-physician-count__card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);text-align:center}@media (min-width:640px){.p-physician-count__card:nth-child(5){grid-column:span 2}}@media (min-width:1024px){.p-physician-count__card:first-child,.p-physician-count__card:nth-child(2),.p-physician-count__card:nth-child(3){grid-column:span 2}.p-physician-count__card:nth-child(4),.p-physician-count__card:nth-child(5){grid-column:span 3}}.p-physician-count__card-header{font-size:1rem;font-weight:700;text-align:center;margin-bottom:1.5rem;padding-bottom:1rem}.p-physician-count__card-number{font-size:1.5rem;color:#28afa0;font-weight:900;padding:0 .5rem}@media (min-width:768px){.p-physician-count__card-number{font-size:1.875rem}}.p-physician-count__card-visual{display:flex;justify-content:center;align-items:center;min-height:120px;margin-bottom:1.5rem;flex-wrap:wrap}.p-physician-count__card-visual img{display:block;max-width:230px;height:auto}.p-physician-count__card-type{font-size:1.125rem;font-weight:700;text-align:center;color:#212529;margin-bottom:1.5rem}@media (min-width:768px){.p-physician-count__card-type{font-size:1.25rem}}.p-physician-count__card-links{display:flex;flex-direction:column;gap:2rem;align-items:center}.p-physician-count__card-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem 1rem;background-color:#fff;border:1px solid #28afa0;border-radius:9999px;color:#495057;font-size:.75rem;font-weight:700;text-decoration:none;transition:all 250ms ease-in-out}.p-physician-count__card-link:hover{background-color:#28afa0;color:#fff}.p-physician-count__card-link svg{flex-shrink:0}.p-physician-count__legal-note{padding:0;margin-bottom:3rem;font-size:.75rem;line-height:1.8;color:#495057}.p-physician-count__legal-link{color:#28afa0;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.p-physician-count__legal-link:hover{text-decoration:underline}.p-advisory-service-form{padding:6rem 0;background-color:#fff}.p-advisory-service-form__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-advisory-service-form__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:2rem}@media (min-width:768px){.p-advisory-service-form__title{font-size:1.875rem}}.p-advisory__closing{text-align:center;font-size:1.125rem;font-weight:700;color:#28afa0}@media (min-width:768px){.p-advisory__closing{font-size:1.25rem}}.p-advisory-duties{padding:6rem 0;background-color:#f5f8fa}.p-advisory-duties__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-advisory-duties__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.p-advisory-duties__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-advisory-duties__title{font-size:1.875rem}}.p-advisory-duties__lead{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem}@media (min-width:768px){.p-advisory-duties__lead{font-size:1.125rem}}.p-advisory-duties__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.p-advisory-duties__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.p-advisory-duty{background-color:#fff;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.p-advisory-duty__image{width:100%;aspect-ratio:3/2;overflow:hidden}.p-advisory-duty__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-advisory-duty__body{padding:1.5rem 2rem;display:flex;flex-direction:column;flex:1}.p-advisory-duty__title{font-size:1.125rem;font-weight:700;color:#212529;margin-bottom:1rem}@media (min-width:768px){.p-advisory-duty__title{font-size:1.25rem}}.p-advisory-duty__obligation{background-color:#f5f8fa;border-left:4px solid #28afa0;border-radius:0 .25rem .25rem 0;padding:.5rem 1rem;margin-bottom:1rem}.p-advisory-duty__obligation-label{display:block;font-size:.75rem;font-weight:900;color:#28afa0;margin-bottom:.25rem;letter-spacing:.03em}.p-advisory-duty__obligation ul{list-style:none;padding:0;margin:0}.p-advisory-duty__obligation ul li{font-size:.875rem;color:#495057;padding-left:.5rem;position:relative}.p-advisory-duty__obligation ul li::before{content:"・";position:absolute;left:0;color:#28afa0}.p-advisory-duty__description{font-size:.875rem;line-height:1.8;color:#495057;margin-top:auto}@media (min-width:768px){.p-advisory-duty__description{font-size:1rem}}.p-advisory-promotion{padding:6rem 0;background-color:#fff}.p-advisory-promotion__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-advisory-promotion__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:3rem;line-height:1.5}@media (min-width:768px){.p-advisory-promotion__title{font-size:1.875rem}}.p-advisory-promotion__title strong{color:#28afa0}.p-advisory-promotion__media{margin-bottom:3rem;display:flex;justify-content:center}.p-advisory-promotion__media img{width:760px;max-width:100%;height:auto}.p-advisory-promotion__description{font-size:1rem;line-height:1.8;margin-bottom:.5rem}.p-advisory-promotion__description strong{color:#28afa0}.p-advisory-promotion__note{font-size:.75rem;color:#999;margin-bottom:2rem}.p-advisory-promotion__cta{text-align:center}.p-advisory-physicians{padding:6rem 0 3rem;background-color:#f5f8fa}@media (min-width:1024px){.p-advisory-physicians{padding:8rem 0 8rem}}.p-advisory-physicians__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-advisory-physicians__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:3rem}@media (min-width:768px){.p-advisory-physicians__title{font-size:1.875rem}}.p-advisory-physicians__row{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:4rem}@media (min-width:768px){.p-advisory-physicians__row{gap:4rem;margin-bottom:10rem}}.p-advisory-physicians__row:last-child{margin-bottom:0;flex-direction:row-reverse}@media (min-width:768px){.p-advisory-physicians__row:nth-child(2){flex-direction:row-reverse}}.p-advisory-physicians__left,.p-advisory-physicians__right{display:flex;flex-direction:column;flex:1 1 100%}@media (min-width:768px){.p-advisory-physicians__left,.p-advisory-physicians__right{flex:1 1 45%}}.p-advisory-physicians__left img,.p-advisory-physicians__right img{border-radius:.5rem}.p-advisory-physicians__heading{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#28afa0}@media (min-width:768px){.p-advisory-physicians__heading{font-size:1.5rem;margin-bottom:1.5rem}}.p-advisory-physicians__logo{margin:1rem 0 .5rem;width:-moz-fit-content;width:fit-content}.p-advisory-physicians__logo>img{max-width:100%;height:auto;display:block;margin:0}.p-advisory-physicians__text{font-size:1rem;line-height:1.8;color:#495057}@media (min-width:768px){.p-advisory-physicians__text{line-height:2}}.p-advisory-physicians__left img,.p-advisory-physicians__right img{max-width:100%;height:auto;display:block;margin:0 auto}.p-advisory-contract{padding:6rem 0;background-color:#fff}.p-advisory-contract__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-advisory-contract__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:3rem}@media (min-width:768px){.p-advisory-contract__title{font-size:1.875rem}}.p-advisory-contract__description{font-size:1rem;line-height:1.8;color:#495057;text-align:left;margin-top:1rem;margin-bottom:3rem}@media (min-width:768px){.p-advisory-contract__description{margin-bottom:4rem}}.p-advisory-contract__figure{width:100%;max-width:900px;margin:0 auto}.p-advisory-contract__figure img{width:100%;height:auto;display:block}.p-advisory-plans{padding:6rem 0;background-color:#f5f8fa}.p-advisory-plans__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-advisory-plans__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:3rem}@media (min-width:768px){.p-advisory-plans__title{font-size:1.875rem}}.p-advisory-plans__plan-title{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:.25rem;padding:1rem 1.5rem;background-color:#28afa0;border-radius:8px;text-align:center;box-sizing:border-box}@media (min-width:1024px){.p-advisory-plans__plan-title{padding:1rem .5rem}}.p-advisory-plans__plan-title-highlight{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.15em .4em;font-size:1.5rem;font-weight:900;line-height:1.2;color:#15887b;background-color:#fff;border-radius:4px}.p-advisory-plans__plan-title-text{flex:1 1 auto;min-width:0;font-size:1.875rem;font-weight:700;line-height:1.3;color:#fff}.p-advisory-plans__plan-title-text small{font-size:1.25rem;font-weight:inherit}.p-advisory-plans__description{font-size:1rem;line-height:1.8;color:#495057;text-align:left;margin-top:1rem;margin-bottom:3rem}@media (min-width:768px){.p-advisory-plans__description{margin-bottom:4rem}}.p-advisory-plans__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.p-advisory-plans__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;-moz-column-gap:2rem;column-gap:2rem}}@media (min-width:1024px){.p-advisory-plans__grid{grid-template-columns:repeat(3,1fr)}}.p-advisory-plans__card{background-color:#fff;border:1px solid #e9ecef;border-radius:10px;padding:2rem 1.5rem;display:flex;flex-direction:column;position:relative}@media (min-width:1280px){.p-advisory-plans__card{padding:3rem 1.5rem 1rem;display:grid;grid-template-rows:subgrid;grid-row:span 3}}.p-advisory-plans__card--recommended{border:3px solid #ff9602}.p-advisory-plans__badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background-color:#ff6200;color:#fff;font-size:.875rem;font-weight:700;padding:4px 24px;border-radius:0 0 8px 8px;white-space:nowrap;letter-spacing:.05em}.p-advisory-plans__card-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.p-advisory-plans__card-subtitle{color:#212529;margin-bottom:.25rem}.p-advisory-plans__card-overview{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.15em .25em;line-height:1.3;width:100%;margin-top:.5rem;margin-bottom:.25rem;text-align:center}.p-advisory-plans__card-overview-num{font-size:2.25rem;font-weight:900;color:#28afa0}.p-advisory-plans__card-overview-accent{font-size:1.875rem;font-weight:900;color:#28afa0}.p-advisory-plans__card-overview-sep,.p-advisory-plans__card-overview-unit{font-size:1.125rem;font-weight:700;color:#212529}.p-advisory-plans__card-overview-label{font-size:1.125rem;font-weight:700;color:#212529}.p-advisory-plans__card-description{font-size:.875rem;color:#212529;line-height:1.5}.p-advisory-plans__chart-area{margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:1rem}.p-advisory-plans__chart-label{font-size:1.125rem;font-weight:700;color:#6c757d;text-align:center;margin-bottom:4px}.p-advisory-plans__chart-row{display:flex;align-items:center;gap:1rem;justify-content:center}.p-advisory-plans__chart-wrap{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.p-advisory-plans__time-bottom,.p-advisory-plans__time-top{font-size:.75rem;color:#495057;font-weight:700}.p-advisory-plans__time-bottom-group{display:flex;gap:.5rem}.p-advisory-plans__legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.p-advisory-plans__legend-item{display:flex;align-items:flex-start;gap:6px;font-size:.75rem;color:#212529;line-height:1.4}.p-advisory-plans__legend-dot{display:inline-block;width:11px;height:11px;border-radius:2px;flex-shrink:0;margin-top:2px}.p-advisory-plans__frequency{display:inline-block;font-size:.875rem;font-weight:700;color:#28afa0;background-color:rgba(40,175,160,.08);border:1px solid rgba(40,175,160,.25);border-radius:4px;padding:2px 12px;margin:.25rem auto .5rem}.p-advisory-plans__notes-area{flex:1;border-top:1px solid #e9ecef;padding-top:1rem}@media (min-width:768px){.p-advisory-plans__notes-area{align-self:stretch}}.p-advisory-plans__notes{list-style:disc;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;padding-left:1rem}.p-advisory-plans__notes li{font-size:.875rem;color:#212529;line-height:1.8}.p-advisory-plans__footnote{font-size:.75rem;color:#495057;margin-top:.5rem}.p-advisory-plans__closing{margin-top:3rem;text-align:center;font-size:1rem;font-weight:700;color:#28afa0;line-height:1.8}.p-advisory-plans__closing-note{display:block;font-size:.75rem;color:#adb5bd;font-weight:400;margin-top:.5rem}.p-advisory-plans__chart-figure{width:100%;max-width:280px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.p-advisory-plans__chart-figure img{max-width:100%;height:auto;display:block}.p-advisory-plans img{max-width:100%;height:auto;display:block;margin:0 auto}.p-advisory-plans__chart-multiplier{box-sizing:border-box;width:100%;max-width:280px;margin-left:auto;margin-right:auto;margin-bottom:0;text-align:right;text-align:right;font-weight:700;font-size:1.5rem;line-height:1.2;color:#28afa0}.p-service-header{position:relative;padding:3rem 1rem;background-color:#f1f3f5;overflow:hidden;min-height:160px;border-radius:1.5rem;margin:0 1rem}@media (min-width:768px){.p-service-header{padding:3rem 1.5rem;min-height:250px;margin:0 1.5rem}}.p-service-header__content{display:flex;flex-direction:column-reverse;gap:1.5rem}@media (min-width:1024px){.p-service-header__content{flex-direction:row;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}}.p-service-header__container{position:relative;z-index:1;display:flex;flex-direction:column}@media (min-width:1024px){.p-service-header__container{flex:1}}.p-service-header__background-service{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit}.p-service-header__background-service img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:40% center;object-position:40% center}@media (min-width:768px){.p-service-header__background-service img{-o-object-position:center;object-position:center}}.p-service-header__title{font-size:1.875rem;font-weight:900;color:#212529;text-align:left;margin-bottom:1.5rem}@media (min-width:768px){.p-service-header__title{font-size:3rem}}.p-service-header__eyebrow{font-size:.875rem;font-weight:700;color:#495057}@media (min-width:768px){.p-service-header__eyebrow{font-size:1rem}}.p-service-header__description{font-size:1rem;font-weight:700;line-height:1.8;color:#495057;text-align:left;margin-bottom:1.5rem}@media (min-width:768px){.p-service-header__description{font-size:1rem}}.p-service-header__description-number{font-size:1.5rem;font-weight:700;color:#212529}.p-service-header strong{font-size:2.25rem;font-weight:900;color:#28afa0;line-height:1.2}.p-service-header__intro-container{position:relative;z-index:1}@media (min-width:1024px){.p-service-header__intro-container{flex:0 0 44%;max-width:500px}}.p-service-header__intro-container img{width:100%;height:auto;border-radius:3rem .5rem 3rem .5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.p-service-header__intro-actions{margin-top:.25rem;text-align:center}@media (min-width:768px){.p-service-header__intro-actions{text-align:left}}.p-exclusive-service-form{padding:6rem 0;background-color:#fff}.p-exclusive-service-form__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-exclusive-service-form__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:2rem}@media (min-width:768px){.p-exclusive-service-form__title{font-size:1.875rem}}.p-service__details{width:100%;overflow:hidden;margin:1rem 0;display:block}@media (min-width:768px){.p-service__details{display:table;border-collapse:separate;border-spacing:0.75rem}}.p-service__details tbody{display:block}@media (min-width:768px){.p-service__details tbody{display:table-row-group}}.p-service__detail-item{display:block;padding:1rem 0}@media (min-width:768px){.p-service__detail-item{display:table-row;padding:0}}.p-service__detail-label{background-color:#28afa0;color:#fff;font-size:1rem;font-weight:900;line-height:1.2;text-align:left;border:none;border-radius:.25rem .25rem 0 0;display:block;width:100%;padding:.25rem 1rem}@media (min-width:768px){.p-service__detail-label{display:table-cell;width:30%;padding:.5rem 1.5rem;vertical-align:middle;border-radius:.5rem 0 0 .5rem}}.p-service__detail-value{background-color:#f5f8fa;font-size:1rem;line-height:1.6;color:#212529;border:none;border-radius:0 0 .25rem .25rem;display:block;width:100%;padding:.5rem 1rem}@media (min-width:768px){.p-service__detail-value{display:table-cell;padding:.5rem 1.5rem;vertical-align:middle;border-radius:0 .5rem .5rem 0}}.p-service__detail-value ul{list-style:disc;padding-left:1rem;margin-bottom:0}.p-exclusive-requirement{padding:6rem 0 3rem;background-color:#f5f8fa}@media (min-width:1024px){.p-exclusive-requirement{padding:8rem 0 8rem}}.p-exclusive-requirement__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-exclusive-requirement__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1.5rem}@media (min-width:768px){.p-exclusive-requirement__title{font-size:1.875rem}}@media (min-width:768px){.p-exclusive-requirement__title{margin-bottom:2rem}}.p-exclusive-requirement__intro{margin-bottom:1rem}@media (min-width:768px){.p-exclusive-requirement__intro{margin-bottom:2rem}}.p-exclusive-requirement__intro-text{font-size:.875rem;line-height:1.8;color:#495057;text-align:left;margin-bottom:1rem}.p-exclusive-requirement__intro-text:last-child{margin-bottom:0}@media (min-width:768px){.p-exclusive-requirement__intro-text{font-size:1rem;line-height:2}}.p-exclusive-requirement__cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:1rem}@media (min-width:640px){.p-exclusive-requirement__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.p-exclusive-requirement__cards{grid-template-columns:repeat(3,1fr);gap:2rem}}.p-exclusive-requirement__card{display:flex;flex-direction:column;background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);text-align:center}@media (min-width:640px){.p-exclusive-requirement__card:nth-child(3){grid-column:span 2}}@media (min-width:1024px){.p-exclusive-requirement__card:nth-child(3){grid-column:auto}}.p-exclusive-requirement__card-header{font-size:1rem;font-weight:700;text-align:center;margin-bottom:1.5rem;padding-bottom:1rem}.p-exclusive-requirement__card-number{font-size:1.5rem;color:#28afa0;font-weight:900;padding:0 .5rem}@media (min-width:768px){.p-exclusive-requirement__card-number{font-size:1.875rem}}.p-exclusive-requirement__card-visual{display:flex;justify-content:center;align-items:center;min-height:120px;margin-top:auto;margin-bottom:1.5rem;flex-wrap:wrap}.p-exclusive-requirement__card-visual img{display:block;max-width:230px;height:auto}.p-exclusive-requirement__card-type{font-size:1.125rem;font-weight:700;text-align:center;color:#212529;margin-bottom:1.5rem}@media (min-width:768px){.p-exclusive-requirement__card-type{font-size:1.25rem}}.p-exclusive-requirement__legal-note{text-align:left;margin-top:1rem;padding:0;font-size:.75rem;line-height:1.8;color:#495057}.p-exclusive-requirement__legal-link{color:#28afa0;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.p-exclusive-requirement__legal-link:hover{text-decoration:underline}.p-exclusive-contract{padding:6rem 0;background-color:#fff;padding-bottom:0}.p-exclusive-contract__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-exclusive-contract__title{font-size:1.5rem;font-weight:900;text-align:left}@media (min-width:768px){.p-exclusive-contract__title{font-size:1.875rem}}.p-exclusive-contract__description{font-size:1rem;line-height:1.8;color:#495057;text-align:left;margin-bottom:3rem}@media (min-width:768px){.p-exclusive-contract__description{margin-bottom:4rem}}.p-exclusive-contract__figure{width:100%;max-width:900px;margin:0 auto}.p-exclusive-contract__figure img{width:100%;height:auto;display:block}.p-exclusive-points{padding:6rem 0;background-color:#f5f8fa}.p-exclusive-points__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-exclusive-points__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:3rem}@media (min-width:768px){.p-exclusive-points__title{font-size:1.875rem}}@media (min-width:768px){.p-exclusive-points__title{margin-bottom:4rem}}.p-exclusive-points__actions{display:flex;justify-content:center;margin-top:4rem}.p-exclusive-points__actions .c-btn{width:100%}@media (min-width:768px){.p-exclusive-points__actions .c-btn{width:auto}}.p-exclusive-point{background-color:#fff;border-radius:.75rem;overflow:hidden;margin-bottom:3rem}.p-exclusive-point:last-of-type{margin-bottom:0}.p-exclusive-point__header{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background-color:#e9f7f5}.p-exclusive-point__number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#28afa0;color:#fff;font-size:1.25rem;font-weight:900;line-height:1}@media (min-width:768px){.p-exclusive-point__number{width:3rem;height:3rem;font-size:1.5rem}}.p-exclusive-point__title{font-size:1.125rem;font-weight:700;color:#212529;margin:0}@media (min-width:768px){.p-exclusive-point__title{font-size:1.25rem}}.p-exclusive-point__body{padding:2rem}@media (min-width:768px){.p-exclusive-point__body{padding:3rem}}.p-exclusive-point__body p{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:1rem}.p-exclusive-point__body p:last-child{margin-bottom:0}.p-exclusive-point__callout{background-color:#edf5f6;border-left:4px solid #28afa0;border-radius:0 .5rem .5rem 0;padding:1.5rem 2rem;margin-top:1.5rem}.p-exclusive-point__callout p{margin-bottom:.5rem}.p-exclusive-point__callout-title{font-weight:700;color:#212529!important}.p-exclusive-point__example-label{font-weight:700;color:#28afa0!important;margin-bottom:1rem!important}.p-exclusive-point__closing{font-weight:700;color:#28afa0!important;margin-top:2rem}.p-exclusive-voice{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.p-exclusive-voice{flex-direction:row;gap:3rem}}.p-exclusive-voice__item{display:flex;gap:1rem;align-items:flex-start;background-color:#f5f8fa;border-radius:.75rem;padding:1.5rem;width:100%}.p-exclusive-voice__item img{flex-shrink:0;width:64px;height:64px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.p-exclusive-voice__item img{width:80px;height:80px}}.p-exclusive-voice__content{flex:1;display:flex;flex-direction:column;align-self:stretch}.p-exclusive-voice__content p{font-size:.875rem;color:#495057;margin-bottom:.25rem}@media (min-width:768px){.p-exclusive-voice__content p{font-size:1rem}}.p-exclusive-voice__quote{font-size:1rem!important;font-weight:700;color:#212529!important;margin-bottom:.25rem!important}@media (min-width:768px){.p-exclusive-voice__quote{font-size:1.125rem!important}}.p-exclusive-voice__point{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.5rem;flex-wrap:wrap}.p-exclusive-voice__point-label{display:inline-block;padding:2px .5rem;background-color:#ff9602;color:#fff;font-size:.75rem;font-weight:900;border-radius:.25rem;letter-spacing:.05em;flex-shrink:0}.p-spot-service-form{padding:6rem 0;background-color:#fff}.p-spot-service-form__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-spot-service-form__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:2rem}@media (min-width:768px){.p-spot-service-form__title{font-size:1.875rem}}.p-spot__closing{text-align:center;font-size:1.125rem;font-weight:700;color:#28afa0}@media (min-width:768px){.p-spot__closing{font-size:1.25rem}}.p-spot-duties{padding:6rem 0;background-color:#f5f8fa}.p-spot-duties__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-spot-duties__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.p-spot-duties__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-spot-duties__title{font-size:1.875rem}}.p-spot-duties__lead{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem}@media (min-width:768px){.p-spot-duties__lead{font-size:1.125rem}}.p-spot-duties__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.p-spot-duties__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.p-spot-duty{background-color:#fff;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.p-spot-duty__image{width:100%;aspect-ratio:3/2;overflow:hidden}.p-spot-duty__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-spot-duty__body{padding:1.5rem 2rem;display:flex;flex-direction:column;flex:1}.p-spot-duty__title{font-size:1.125rem;font-weight:700;color:#212529;margin-bottom:1rem}@media (min-width:768px){.p-spot-duty__title{font-size:1.25rem}}.p-spot-duty__obligation{background-color:#f5f8fa;border-left:4px solid #28afa0;border-radius:0 .25rem .25rem 0;padding:.5rem 1rem;margin-bottom:1rem}.p-spot-duty__obligation-label{display:block;font-size:.75rem;font-weight:900;color:#28afa0;margin-bottom:.25rem;letter-spacing:.03em}.p-spot-duty__obligation ul{list-style:none;padding:0;margin:0}.p-spot-duty__obligation ul li{font-size:.875rem;color:#495057;padding-left:.5rem;position:relative}.p-spot-duty__obligation ul li::before{content:"・";position:absolute;left:0;color:#28afa0}.p-spot-duty__description{font-size:.875rem;line-height:1.8;color:#495057;margin-top:auto}@media (min-width:768px){.p-spot-duty__description{font-size:1rem}}.p-spot-support{padding:6rem 0;background-color:#fff}.p-spot-support__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-spot-support__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-spot-support__title{font-size:1.875rem}}.p-spot-support__lead{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem}@media (min-width:768px){.p-spot-support__lead{font-size:1.125rem}}.p-spot-support__cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.p-spot-support__cards{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1024px){.p-spot-support__cards{grid-template-columns:repeat(3,1fr)}}.p-spot-support__card{background-color:#f5f8fa;border-radius:.75rem;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.p-spot-support__card-image img{display:block;max-width:140px;width:100%;height:auto;margin:0 auto}.p-spot-support__card-title{font-size:1rem;font-weight:700;color:#212529;line-height:1.6}@media (min-width:768px){.p-spot-support__card-title{font-size:1.125rem}}.p-spot-support__card-description{font-size:.875rem;line-height:1.8;color:#495057;text-align:left;margin-top:auto}@media (min-width:768px){.p-spot-support__card-description{font-size:1rem}}.p-spot-support__cta-block{background-color:#edf5f6;border-radius:.75rem;padding:3rem 2rem;text-align:center}.p-spot-support__cta-title{font-size:1.125rem;font-weight:700;color:#212529;margin-bottom:1rem}@media (min-width:768px){.p-spot-support__cta-title{font-size:1.25rem}}.p-spot-support__cta-text{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:2rem}.p-spot-support__cta-text strong{color:#28afa0;font-weight:700}.p-spot-support__cta-actions{display:flex;justify-content:center}.p-spot-support__cta-actions .c-btn{width:100%}@media (min-width:768px){.p-spot-support__cta-actions .c-btn{width:auto}}.p-spot-contract{padding:6rem 0;background-color:#f5f8fa}.p-spot-contract__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-spot-contract__title{font-size:1.5rem;font-weight:900;text-align:left}@media (min-width:768px){.p-spot-contract__title{font-size:1.875rem}}.p-spot-contract__description{font-size:1rem;line-height:1.8;color:#495057;text-align:left;margin-top:1rem;margin-bottom:3rem}@media (min-width:768px){.p-spot-contract__description{margin-bottom:4rem}}.p-spot-contract__figure{width:100%;max-width:900px;margin:0 auto}.p-spot-contract__figure img{width:100%;height:auto;display:block}.p-spot-contract__note{font-size:1rem;line-height:1.8;color:#495057;text-align:center;margin-bottom:3rem}.p-spot-contract__actions{display:flex;justify-content:center}.p-spot-contract__actions .c-btn{width:100%}@media (min-width:768px){.p-spot-contract__actions .c-btn{width:auto}}.p-spot-cases{padding:6rem 0;background-color:#fff}.p-spot-cases__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-spot-cases__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-spot-cases__title{font-size:1.875rem}}.p-spot-cases__lead{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem}@media (min-width:768px){.p-spot-cases__lead{font-size:1.125rem}}.p-spot-cases__list{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.p-spot-cases__actions{display:flex;justify-content:center}.p-spot-cases__actions .c-btn{width:100%}@media (min-width:768px){.p-spot-cases__actions .c-btn{width:auto}}.p-spot-case{display:flex;gap:1.5rem;align-items:flex-start;background-color:#f5f8fa;border-radius:.75rem;padding:2rem}@media (min-width:768px){.p-spot-case{gap:3rem}}.p-spot-case__image{flex-shrink:0}.p-spot-case__image img{width:72px;height:72px;border-radius:9999px;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width:768px){.p-spot-case__image img{width:96px;height:96px}}.p-spot-case__content{flex:1}.p-spot-case__quote{font-size:1rem;font-weight:700;color:#212529;margin-bottom:1rem;line-height:1.6}@media (min-width:768px){.p-spot-case__quote{font-size:1.125rem}}.p-spot-case__description{font-size:.875rem;line-height:1.8;color:#495057}@media (min-width:768px){.p-spot-case__description{font-size:1rem}}.p-hokenshi-service-form{padding:6rem 0;background-color:#fff}.p-hokenshi-service-form__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-hokenshi-service-form__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:2rem}@media (min-width:768px){.p-hokenshi-service-form__title{font-size:1.875rem}}.p-hokenshi__closing{text-align:center;font-size:1.125rem;font-weight:700;color:#ff9602}@media (min-width:768px){.p-hokenshi__closing{font-size:1.25rem}}.p-hokenshi-duties{padding:6rem 0;background-color:#f5f8fa}.p-hokenshi-duties__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-hokenshi-duties__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.p-hokenshi-duties__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-hokenshi-duties__title{font-size:1.875rem}}.p-hokenshi-duties__lead{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem}@media (min-width:768px){.p-hokenshi-duties__lead{font-size:1.125rem}}.p-hokenshi-duties__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.p-hokenshi-duties__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.p-hokenshi-duties__actions{display:flex;justify-content:center;margin-top:3rem}.p-hokenshi-duties__actions .c-btn{width:100%}@media (min-width:768px){.p-hokenshi-duties__actions .c-btn{width:auto}}.p-hokenshi-duty{background-color:#fff;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.p-hokenshi-duty__image{width:100%;aspect-ratio:3/2;overflow:hidden}.p-hokenshi-duty__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-hokenshi-duty__body{padding:1.5rem 2rem;display:flex;flex-direction:column;flex:1}.p-hokenshi-duty__title{font-size:1.125rem;font-weight:700;color:#212529;margin-bottom:1rem}@media (min-width:768px){.p-hokenshi-duty__title{font-size:1.25rem}}.p-hokenshi-duty__description{font-size:.875rem;line-height:1.8;color:#495057;margin-top:auto}.p-hokenshi-duty__description ul{list-style:none;padding:0;margin:.5rem 0 0}.p-hokenshi-duty__description ul li{padding-left:.5rem;position:relative}.p-hokenshi-duty__description ul li::before{content:"・";position:absolute;left:0;color:#28afa0}@media (min-width:768px){.p-hokenshi-duty__description{font-size:1rem}}.p-hokenshi-impossible{background-color:#fff;border-radius:.75rem;padding:2rem;margin-top:3rem}.p-hokenshi-impossible__title{font-size:1.25rem;font-weight:900;color:#212529;margin-bottom:1rem}@media (min-width:768px){.p-hokenshi-impossible__title{font-size:1.5rem}}.p-hokenshi-impossible__text{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:1.5rem}.p-hokenshi-impossible__callout{font-size:1.125rem;font-weight:700;color:#28afa0}@media (min-width:768px){.p-hokenshi-impossible__callout{font-size:1.25rem}}.p-hokenshi-cases{padding:6rem 0;padding-bottom:0;background-color:#fff}.p-hokenshi-cases__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-hokenshi-cases__title{font-size:1.5rem;font-weight:900;text-align:left;margin-bottom:1rem}@media (min-width:768px){.p-hokenshi-cases__title{font-size:1.875rem}}.p-hokenshi-cases__lead{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:3rem}@media (min-width:768px){.p-hokenshi-cases__lead{font-size:1.125rem}}.p-hokenshi-cases__list{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.p-hokenshi-cases__actions{display:flex;justify-content:center;margin-top:3rem}.p-hokenshi-cases__actions .c-btn{width:100%}@media (min-width:768px){.p-hokenshi-cases__actions .c-btn{width:auto}}.p-hokenshi-case{display:flex;gap:1.5rem;align-items:flex-start;background-color:#f5f8fa;border-radius:.75rem;padding:2rem}@media (min-width:768px){.p-hokenshi-case{gap:3rem}}.p-hokenshi-case__image{flex-shrink:0}.p-hokenshi-case__image img{width:72px;height:72px;border-radius:9999px;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width:768px){.p-hokenshi-case__image img{width:96px;height:96px}}.p-hokenshi-case__content{flex:1}.p-hokenshi-case__quote{font-size:1rem;font-weight:700;color:#212529;margin-bottom:1rem;line-height:1.6}@media (min-width:768px){.p-hokenshi-case__quote{font-size:1.125rem}}.p-hokenshi-case__description{font-size:.875rem;line-height:1.8;color:#495057}@media (min-width:768px){.p-hokenshi-case__description{font-size:1rem}}.p-hokenshi-contract{padding:6rem 0;background-color:#f5f8fa}.p-hokenshi-contract__container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.p-hokenshi-contract__title{font-size:1.5rem;font-weight:900;text-align:left}@media (min-width:768px){.p-hokenshi-contract__title{font-size:1.875rem}}.p-hokenshi-contract__description{font-size:1rem;line-height:1.8;color:#495057;text-align:left;margin-top:1rem;margin-bottom:3rem}@media (min-width:768px){.p-hokenshi-contract__description{margin-bottom:4rem}}.p-hokenshi-contract__figure{width:100%;max-width:900px;margin:0 auto 3rem}.p-hokenshi-contract__figure img{width:100%;height:auto;display:block}@media (min-width:768px){.p-hokenshi-contract__figure{margin:0 auto 6rem}}.p-hokenshi-plans{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.p-hokenshi-plan{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}@media (min-width:768px){.p-hokenshi-plan{padding:4rem}}.p-hokenshi-plan__subtitle{font-size:1.25rem;font-weight:900;color:#212529;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid #28afa0}@media (min-width:768px){.p-hokenshi-plan__subtitle{font-size:1.5rem}}.p-hokenshi-plan__contract{font-size:.875rem;color:#495057;margin-bottom:1.5rem}.p-hokenshi-plan__note-text{font-size:.875rem;color:#495057;margin-bottom:.5rem}.p-hokenshi-plan__supplement{font-size:.875rem;color:#495057;margin-bottom:2rem;line-height:1.8}.p-hokenshi-plan__price-number{font-size:1.875rem}.p-hokenshi-plan__table{width:100%;overflow:hidden;margin-bottom:1.5rem;display:block}@media (min-width:768px){.p-hokenshi-plan__table{display:table;border-collapse:separate;border-spacing:0.75rem}}.p-hokenshi-plan__table tbody{display:block}@media (min-width:768px){.p-hokenshi-plan__table tbody{display:table-row-group}}.p-hokenshi-plan__table tr{display:block;padding:1rem 0}@media (min-width:768px){.p-hokenshi-plan__table tr{display:table-row;padding:0}}.p-hokenshi-plan__table th{background-color:#28afa0;color:#fff;font-size:1rem;font-weight:900;line-height:1.2;text-align:left;border:none;border-radius:.25rem .25rem 0 0;display:block;width:100%;padding:.25rem 1rem}@media (min-width:768px){.p-hokenshi-plan__table th{display:table-cell;width:30%;padding:.5rem 1.5rem;vertical-align:middle;border-radius:.5rem 0 0 .5rem}}.p-hokenshi-plan__table td{background-color:#f5f8fa;font-size:1rem;line-height:1.6;color:#212529;border:none;border-radius:0 0 .25rem .25rem;display:block;width:100%;padding:.5rem 1rem}@media (min-width:768px){.p-hokenshi-plan__table td{display:table-cell;padding:.5rem 1.5rem;vertical-align:middle;border-radius:0 .5rem .5rem 0}}.p-hokenshi-plan__table td strong{font-size:1.25rem;color:#28afa0;font-weight:900}.p-hokenshi-plan__note{list-style:none;padding:0;margin:0 0 2rem}.p-hokenshi-plan__note li{font-size:.875rem;color:#495057;line-height:1.8;padding-left:1rem;position:relative}.p-hokenshi-plan__note li::before{content:"※";position:absolute;left:0}.p-hokenshi-plan__actions{display:flex;justify-content:center;margin-top:2rem}.p-hokenshi-plan__actions .c-btn{width:100%}@media (min-width:768px){.p-hokenshi-plan__actions .c-btn{width:auto}}.p-hokenshi-plan__flow{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.p-hokenshi-flow__title{font-size:1.125rem;font-weight:700;color:#212529;margin-bottom:1.5rem}@media (min-width:768px){.p-hokenshi-flow__title{font-size:1.25rem}}.p-hokenshi-flow__steps{display:flex;flex-direction:column;gap:0}.p-hokenshi-flow__step{display:flex;align-items:flex-start;gap:1rem;position:relative}.p-hokenshi-flow__step:not(:last-child){padding-bottom:1.5rem}.p-hokenshi-flow__step:not(:last-child)::after{content:"";position:absolute;left:calc(1.25rem - 1px);top:2.5rem;bottom:0;width:2px;background-color:#28afa0}.p-hokenshi-flow__step-badge{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#28afa0;color:#fff;font-size:1rem;font-weight:900;display:flex;align-items:center;justify-content:center}.p-hokenshi-flow__step-text{flex:1;font-size:1rem;line-height:1.8;color:#212529;padding-top:.25rem}.p-hokenshi-plan__timeline{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.p-hokenshi-timeline__title{font-size:1.125rem;font-weight:700;color:#212529;margin-bottom:1.5rem}@media (min-width:768px){.p-hokenshi-timeline__title{font-size:1.25rem}}.p-hokenshi-timeline__days{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.p-hokenshi-timeline__days{flex-direction:row;gap:3rem}}.p-hokenshi-timeline__day{flex:1}.p-hokenshi-timeline__day-title{font-size:1rem;font-weight:700;color:#28afa0;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:2px solid #28afa0}.p-hokenshi-timeline__item{display:flex;align-items:flex-start;gap:1rem;position:relative;padding-bottom:1rem}.p-hokenshi-timeline__item:not(:last-child)::before{content:"";position:absolute;left:3rem;top:1.5rem;bottom:0;width:2px;background-color:#e9ecef}.p-hokenshi-timeline__item-time{font-size:.875rem;font-weight:700;color:#212529;white-space:nowrap;min-width:7rem;padding-top:2px}.p-hokenshi-timeline__item-content{flex:1;font-size:.875rem;line-height:1.8;color:#495057}.p-hokenshi-timeline__item-content ul{list-style:none;padding:0;margin:0}.p-hokenshi-timeline__item-content ul li{padding-left:1rem;position:relative}.p-hokenshi-timeline__item-content ul li::before{content:"・";position:absolute;left:0;color:#28afa0}.u-mt-0{margin-top:0}.u-mt-xs{margin-top:.25rem}.u-mt-sm{margin-top:.5rem}.u-mt-md{margin-top:1rem}.u-mt-lg{margin-top:1.5rem}.u-mt-xl{margin-top:2rem}.u-mt-2xl{margin-top:3rem}.u-mb-0{margin-bottom:0}.u-mb-xs{margin-bottom:.25rem}.u-mb-sm{margin-bottom:.5rem}.u-mb-md{margin-bottom:1rem}.u-mb-lg{margin-bottom:1.5rem}.u-mb-xl{margin-bottom:2rem}.u-mb-2xl{margin-bottom:3rem}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-font-light{font-weight:300}.u-font-normal{font-weight:400}.u-font-medium{font-weight:500}.u-font-semibold{font-weight:600}.u-font-bold{font-weight:700}.u-text-primary{color:#212529}.u-text-secondary{color:#495057}.u-text-tertiary{color:#6c757d}.u-text-inverse{color:#fff}.u-block{display:block}.u-inline{display:inline}.u-inline-block{display:inline-block}.u-hidden{display:none}.u-visible{visibility:visible}.u-invisible{visibility:hidden}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.u-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.u-hide-on-mobile{display:none}@media (min-width:768px){.u-hide-on-mobile{display:block}}.u-hide-on-desktop{display:block}@media (min-width:768px){.u-hide-on-desktop{display:none}}.u-display__block{display:block}.u-display__inline{display:inline}.u-display__inline-block{display:inline-block}