a.cta_button{-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0;padding:0}.hs-breadcrumb-menu-item{float:left;padding:10px 0 10px 10px}.hs-breadcrumb-menu-divider:before{content:"›";padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width:568px){.hs-featured-image{float:none;margin:0;max-width:100%;width:100%}}.hs-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:clamp(16px,1vw,1vw);scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP,sans-serif;font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-wrap:break-word;color:var(--black);overflow-wrap:break-word}a{color:var(--maincolor);text-decoration:underline}.contents-section{margin:0 auto;padding:4rem 0;width:100%}.centered-section>div{margin:0 auto;max-width:100%;width:55rem}.bottom-blue{background:linear-gradient(to top,var(--maincolor) 30%,var(--white) 0)}@media screen and (max-width:480px){html{font-size:14px}.centered-section>div{padding:0 2rem;width:100%}}.hs-form{align-items:flex-start;display:flex;flex-direction:column;gap:32px}.hs-form .input option,.hs-form .input span{font-size:16px}.hs-form .form-title,.hs-form legend{color:var(--black);font-family:var(--h3-black-font-family);font-size:var(--h3-black-font-size);font-weight:var(--h3-black-font-weight);letter-spacing:var(--h3-black-letter-spacing);line-height:var(--h3-black-line-height);margin:0 auto 8px;text-align:center}.hs-form .hs-form-field{display:flex;flex-direction:column;gap:8px;width:100%}.hs-form .hs-form-field>label{align-items:center;color:var(--black);display:inline-flex;font-family:var(--h6-bold-font-family);font-size:var(--h6-bold-font-size);font-weight:var(--h6-bold-font-weight);gap:8px;line-height:var(--h6-bold-line-height);margin:0}.hs-form .hs-form-field>label .hs-form-required{align-items:center;border:1px solid var(--statuswarning);border-radius:4px;color:transparent;display:inline-flex;font-family:var(--footnote-medium-font-family);font-size:var(--footnote-medium-font-size);font-weight:var(--footnote-medium-font-weight);height:.8rem;justify-content:center;line-height:var(--footnote-medium-line-height);padding:1px 4px;position:relative;width:1.5rem}.hs-form .hs-form-field>label .hs-form-required:before{color:var(--statuswarning);content:"必須";font-size:.5rem;position:absolute}.hs-form .hs-dateinput>input[readonly],.hs-form .input .hs-input[type=email],.hs-form .input .hs-input[type=number],.hs-form .input .hs-input[type=tel],.hs-form .input .hs-input[type=text],.hs-form select,.hs-form textarea.hs-input{background:#fff;border:1px solid var(--gray-50);border-radius:12px;box-sizing:border-box;color:var(--black);font-family:var(--body-medium-font-family);font-size:var(--body-medium-font-size);font-weight:var(--body-medium-font-weight);line-height:var(--body-medium-line-height);outline:none;padding:12px 16px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.hs-form .hs-input::placeholder,.hs-form textarea.hs-input::placeholder{color:var(--gray-50)}.hs-form .hs-input:focus,.hs-form textarea.hs-input:focus{border-color:var(--maincolor);box-shadow:0 0 0 3px color-mix(in srgb,var(--maincolor) 20%,transparent)}.hs-form .hs-error input.hs-input,.hs-form .hs-error textarea.hs-input,.hs-form .hs-fieldtype-radio.hs-error{border-color:var(--statuswarning)!important}.hs-form .hs-error-msg,.hs-form .hs-error-msgs label{color:var(--statuswarning);font-family:var(--footnote-medium-font-family);font-size:var(--footnote-medium-font-size);font-weight:var(--footnote-medium-font-weight);line-height:var(--footnote-medium-line-height);margin-top:6px}.hs-form ul.inputs-list{display:grid;gap:10px;list-style:none;margin:0;padding:0}.hs-form ul.inputs-list li{margin:0}.hs-form .hs-form-checkbox-display,.hs-form .hs-form-radio-display{align-items:center;border:1px solid var(--gray-50);border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:12px 16px}.hs-form input[type=checkbox],.hs-form input[type=radio]{height:18px;width:18px}.hs-form .hs-dateinput{position:relative}.hs-form .hs-datepicker .pika-single{z-index:10000}.hs-form .hs-field-desc,.hs-form .hs-richtext{color:var(--gray-70);font-family:var(--footnote-medium-font-family);font-size:var(--footnote-medium-font-size);font-weight:var(--footnote-medium-font-weight);line-height:var(--footnote-medium-line-height)}.hs-form .hs-submit .actions .hs-button.primary{background:var(--maincolor);border:1px solid var(--maincolor);border-radius:12px;color:#fff;cursor:pointer;font-family:var(--h6-bold-font-family);font-size:16px;font-weight:var(--h6-bold-font-weight);line-height:1.2;padding:14px 18px;transition:transform .02s ease,opacity .15s ease,box-shadow .15s ease;width:100%}.hs-form .hs-submit .actions .hs-button.primary:hover{opacity:.95}.hs-form .hs-submit .actions .hs-button.primary:active{transform:translateY(1px)}.hs-form .hs-form-field+.hs-form-field{margin-top:16px}.hs-form .hs-form-field[style*="display: none"]{display:none!important}.hs-form .grecaptcha-badge{margin:auto}.hs-form .hs-submit{margin:auto;min-width:11rem}@media (max-width:768px){.hs-form{gap:24px}.hs-form .hs-form-field+.hs-form-field{margin-top:12px}}:root{--breakpoint-xs:0rem;--breakpoint-sm:36rem;--breakpoint-md:48rem;--breakpoint-lg:62rem;--breakpoint-xl:75rem;--breakpoint-xxl:87.5rem;--maincolor:#0069c3;--skyblue:#5ac3ff;--white:#fff;--black:#333;--red:#c80000;--yellow:#e6d200;--gray-70:#555;--gray-50:#999;--gray-30:#d3d3d3;--gray-10:#ebebeb;--statuswarning:#c80000;--statuscaution:#e6d200;--boderblue:#82bee6;--backgroundgray:#f5f5f5;--backgroundblue:#f2f7fc;--backgroundwarning:#fff6f6;--backgroundcaution:#fffde6;--iconblue:#b2d2ed;--iconskyblue:#e5f0f9;--icongray:#f0f0f0;--price-bold-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--price-bold-font-weight:700;--price-bold-font-size:2.25rem;--price-bold-letter-spacing:0px;--price-bold-line-height:150%;--price-bold-font-style:normal;--h1-black-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h1-black-font-weight:900;--h1-black-font-size:2.5rem;--h1-black-letter-spacing:0px;--h1-black-line-height:150%;--h1-black-font-style:normal;--h2-black-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h2-black-font-weight:900;--h2-black-font-size:1.75rem;--h2-black-letter-spacing:0px;--h2-black-line-height:150%;--h2-black-font-style:normal;--h3-black-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h3-black-font-weight:900;--h3-black-font-size:1.5rem;--h3-black-letter-spacing:0px;--h3-black-line-height:150%;--h3-black-font-style:normal;--h4-bold-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h4-bold-font-weight:700;--h4-bold-font-size:1.25rem;--h4-bold-letter-spacing:0px;--h4-bold-line-height:150%;--h4-bold-font-style:normal;--h5-black-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h5-black-font-weight:900;--h5-black-font-size:1.125rem;--h5-black-letter-spacing:0px;--h5-black-line-height:160.0000023841858%;--h5-black-font-style:normal;--h5-bold-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h5-bold-font-weight:700;--h5-bold-font-size:1.125rem;--h5-bold-letter-spacing:0px;--h5-bold-line-height:150%;--h5-bold-font-style:normal;--h5-medium-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h5-medium-font-weight:500;--h5-medium-font-size:1.125rem;--h5-medium-letter-spacing:0px;--h5-medium-line-height:150%;--h5-medium-font-style:normal;--h6-bold-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--h6-bold-font-weight:700;--h6-bold-font-size:0.9375rem;--h6-bold-letter-spacing:0px;--h6-bold-line-height:150%;--h6-bold-font-style:normal;--h7-bold-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--h7-bold-font-weight:700;--h7-bold-font-size:0.75rem;--h7-bold-letter-spacing:0px;--h7-bold-line-height:139.9999976158142%;--h7-bold-font-style:normal;--body-medium-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--body-medium-font-weight:500;--body-medium-font-size:0.9375rem;--body-medium-letter-spacing:0px;--body-medium-line-height:150%;--body-medium-font-style:normal;--copy-black-l-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--copy-black-l-font-weight:900;--copy-black-l-font-size:2rem;--copy-black-l-letter-spacing:0px;--copy-black-l-line-height:150%;--copy-black-l-font-style:normal;--copy-bold-m-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--copy-bold-m-font-weight:700;--copy-bold-m-font-size:0.9375rem;--copy-bold-m-letter-spacing:0px;--copy-bold-m-line-height:1.6875rem;--copy-bold-m-font-style:normal;--copy-medium-m-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--copy-medium-m-font-weight:500;--copy-medium-m-font-size:0.9375rem;--copy-medium-m-letter-spacing:0px;--copy-medium-m-line-height:1.6875rem;--copy-medium-m-font-style:normal;--CTA-black-font-family:AvenirNextLTPro-Bold,Lexend,Noto Sans JP;--CTA-black-font-weight:900;--CTA-black-font-size:1.125rem;--CTA-black-letter-spacing:0.0225rem;--CTA-black-line-height:139.9999976158142%;--CTA-black-font-style:normal;--footnote-medium-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--footnote-medium-font-weight:500;--footnote-medium-font-size:0.75rem;--footnote-medium-letter-spacing:0px;--footnote-medium-line-height:150%;--footnote-medium-font-style:normal;--caption-medium-m-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--caption-medium-m-font-weight:500;--caption-medium-m-font-size:0.625rem;--caption-medium-m-letter-spacing:0px;--caption-medium-m-line-height:150%;--caption-medium-m-font-style:normal;--caption-medium-s-font-family:AvenirNextLTPro-Medium,Lexend,Noto Sans JP;--caption-medium-s-font-weight:500;--caption-medium-s-font-size:0.8rem;--caption-medium-s-letter-spacing:0px;--caption-medium-s-line-height:150%;--caption-medium-s-font-style:normal;--avenir-bold-l-font-family:AvenirNextLTPro-Bold;--avenir-bold-l-font-weight:700;--avenir-bold-l-font-size:2rem;--avenir-bold-l-letter-spacing:0px;--avenir-bold-l-line-height:150%;--avenir-bold-l-font-style:normal;--avenir-bold-m-font-family:AvenirNextLTPro-Medium;--avenir-bold-m-font-weight:700;--avenir-bold-m-font-size:1.125rem;--avenir-bold-m-letter-spacing:0px;--avenir-bold-m-line-height:150%;--avenir-bold-m-font-style:normal;--avenir-bold-m-SP-PC-font-family:AvenirNextLTPro-Medium;--avenir-bold-m-SP-PC-font-weight:700;--avenir-bold-m-SP-PC-font-size:1.125rem;--avenir-bold-m-SP-PC-letter-spacing:0.045rem;--avenir-bold-m-SP-PC-line-height:179.99999523162842%;--avenir-bold-m-SP-PC-font-style:normal;--avenir-bold-s-font-family:AvenirNextLTPro-Medium;--avenir-bold-s-font-weight:700;--avenir-bold-s-font-size:0.9375rem;--avenir-bold-s-letter-spacing:0px;--avenir-bold-s-line-height:150%;--avenir-bold-s-font-style:normal;--avenir-medium-SS-SP-PC-font-family:AvenirNextLTPro-Bold;--avenir-medium-SS-SP-PC-font-weight:500;--avenir-medium-SS-SP-PC-font-size:0.75rem;--avenir-medium-SS-SP-PC-letter-spacing:0px;--avenir-medium-SS-SP-PC-line-height:150%;--avenir-medium-SS-SP-PC-font-style:normal;--shadow:0 0 1.25rem 0 rgba(51,51,51,.12)}.modalOuter{display:none}.modalOuter .modal{background:var(--white);border-radius:1.5rem;justify-content:space-between;left:50%;max-height:90vh;max-width:90vw;overflow-y:auto;padding:2.5rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:99999}.modalOuter .modal .modalInner{align-items:flex-start;background:var(--white);border-radius:.5rem;display:inline-flex;flex:1;gap:1rem;min-height:0}.modalOuter .modal .modalInner .content{align-items:flex-start;display:flex;flex:1;flex-direction:column;max-height:calc(90vh - 7.5rem);min-width:12.5rem;overflow-y:auto;padding:0 1rem;scroll-behavior:smooth;scrollbar-color:var(--maincolor) var(--backgroundgray);scrollbar-width:thin}.modalOuter .modal .modalInner .content::-webkit-scrollbar{width:.375rem}.modalOuter .modal .modalInner .content::-webkit-scrollbar-track{background:var(--backgroundgray);border-radius:.1875rem}.modalOuter .modal .modalInner .content::-webkit-scrollbar-thumb{background:var(--maincolor);border-radius:.1875rem}.modalOuter .modal .modalInner .content::-webkit-scrollbar-thumb:hover{background:#0056a3}.modalOuter .modal .modalClose{align-items:center;align-self:flex-start;background:var(--backgroundgray);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:2.125rem;justify-content:center;position:fixed;right:1%;top:1%;transition:background-color .3s ease;width:2.125rem}.modalOuter .modal .modalClose:hover{background:var(--gray-30)}.modalOuter .modal .modalClose .close-icon{height:1rem;position:relative;width:1rem}.modalOuter .modal .modalClose .close-icon:after,.modalOuter .modal .modalClose .close-icon:before{background:var(--gray-70);border-radius:.0625rem;content:"";height:.125rem;left:50%;position:absolute;top:50%;transform-origin:center;width:1rem}.modalOuter .modal .modalClose .close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.modalOuter .modal .modalClose .close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.modalOuter .modalBg{background:rgba(0,0,0,.2);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.modalOuter .modal .modalInner .button.disabled{cursor:not-allowed;opacity:.5}@media screen and (max-width:30rem){.modalOuter .modal{max-height:95vh;padding:1.5rem 1.25rem 1.25rem;width:95vw}.modalOuter .modal .modalInner .content{max-height:calc(95vh - 5.5rem)}.modalOuter .modal .modalInner .content .title{font-size:var(--h6-bold-font-size)}.modalOuter .modal .modalInner .content .links,.modalOuter .modal .modalInner .content .links a{font-size:var(--h7-bold-font-size)}.modalOuter .modal .modalInner .content .text{font-size:var(--h6-bold-font-size);padding-right:.5rem}}header .headerLogo img{display:block;width:100%}header .headerMenu{align-items:center;background:var(--maincolor);border-bottom:.0625rem solid var(--white);display:flex;gap:2rem;padding:1rem 2.5rem}header .headerMenu .headerContent{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:100%}header .headerMenu .headerContent .headerLink{align-items:center;display:flex;gap:1.5rem;text-align:right}header .headerMenu .headerContent .headerLink .modalBtn{align-items:center;display:flex}header .headerMenu .headerContent .headerLink .modalBtn .modalBtnArrow{height:1.5rem;width:1.5rem}header .headerMenu .headerContent .headerLink .title{background:transparent;border:none;cursor:pointer}header .headerMenu .headerContent .headerLink .title,header .headerMenu .headerContent .headerLink a{color:var(--white);font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);line-height:var(--h6-bold-line-height)}header .headerMenu .headerContent .headerLink a{text-decoration:none}header .headerMenu .headerContent .headerLink .request{border:.0625rem solid var(--white)}header .headerMenu .headerContent .headerLink .myPage,header .headerMenu .headerContent .headerLink .request{align-items:center;border-radius:.75rem;display:flex;gap:.25rem;justify-content:center;padding:.5rem 1rem .5rem .75rem}header .headerMenu .headerContent .headerLink .myPage{background:var(--white);color:var(--black)}header .smp{display:none}header .smpMenu .content{text-align:right}header .modalOuter{display:none}header .modalOuter .modal{background:var(--white);border-radius:.5rem;left:50%;position:fixed;top:12.5rem;transform:translate(-50%,-50%);z-index:99999}header .modalOuter .modal .modalInner{align-items:flex-start;background:var(--white);border-radius:.5rem;display:inline-flex;gap:1rem;padding:1.5rem}header .modalOuter .modal .modalInner .content{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;min-width:12.5rem}header .modalOuter .modal .modalInner .content .title{color:var(--maincolor);font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);line-height:150%;text-align:center}header .modalOuter .modal .modalInner .content .links{align-self:stretch}header .modalOuter .modal .modalInner .content .links,header .modalOuter .modal .modalInner .content .links a{color:var(--black);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);line-height:150%}header .modalOuter .modal .modalInner .content .links a{display:block;margin-top:.75rem;text-decoration:none}header .modalOuter .modal .modalInner .content .links a:hover{opacity:.3}header .modalOuter .modal .modalInner .content .links a:first-child{margin-top:0}header .modalOuter .modal .modalClose{background:var(--white);border-radius:50%;cursor:pointer;display:grid;height:2.5rem;place-content:center;position:absolute;right:1.5rem;top:1.5rem;width:2.5rem}header .modalOuter .modalBg{background:rgba(0,0,0,.2);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}@media screen and (max-width:30rem){header .headerMenu{flex:1 0 0;flex-direction:row;padding:0}header .headerMenu,header .headerMenu .headerLogo{align-items:flex-start;align-self:stretch;display:flex;gap:.5rem;justify-content:center}header .headerMenu .headerLogo{flex:1 0 0;flex-direction:column;padding:0 0 .3125rem 1rem}header .headerMenu .headerLogo img{align-items:center;display:flex;justify-content:center;padding:.0625rem;width:7.5625rem}header .headerMenu .headerContent{display:flex}header .headerMenu .headerContent .headerLink{align-items:center;display:flex;gap:0;justify-content:center;padding:0;width:auto}header .headerMenu .headerContent .headerLink a{align-items:center;display:flex;flex-direction:column;font-size:.75rem;justify-content:center;padding:.5rem;width:4.75rem}header .headerMenu .headerContent .headerLink .pc{display:none}header .headerMenu .headerContent .headerLink .smp{display:block}header .headerMenu .headerContent .headerLink .request{border:none;border-left:.03125rem solid var(--backgroundblue);border-radius:0;padding:.5rem 0}header .headerMenu .headerContent .headerLink .myPage,header .headerMenu .headerContent .headerLink .smpMenuBtn{align-items:center;background:none;border:none;border-radius:0;color:var(--white);display:flex;flex-direction:column;justify-content:center;padding:.5rem 0}header .headerMenu .headerContent .headerLink .myPage{border-left:.05rem solid var(--backgroundblue);border-right:.05rem solid var(--backgroundblue)}header .smpMenu{display:none}header .smpMenu .content{align-items:flex-start;align-self:stretch;background:var(--white);border-bottom:.03125rem solid var(--gray-30);border-top:.03125rem solid var(--gray-30);display:flex;flex-direction:column;gap:0;padding:0 1.5rem;width:auto}header .smpMenu .content:first-child{border-top:none}header .smpMenu .content div{height:0;opacity:0;overflow:hidden;padding:0;transition:.5s}header .smpMenu .content input{display:none}header .smpMenu .content label{display:flex}header .smpMenu .content .links{display:none}header .smpMenu .content .title{color:var(--maincolor);display:flex;font-style:normal;font-weight:700;gap:0;justify-content:space-between;line-height:150%;padding:1rem 0;width:100%}header .smpMenu .content .title:after{height:1.5rem;text-align:right;width:1.5rem}header .smpMenu .content .links{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:.75rem}header .smpMenu .content .links .subtitle{color:var(--maincolor);display:flex;font-style:normal;font-weight:700;gap:0;justify-content:space-between;line-height:150%;padding:1.5rem 0 0;width:100%}header .smpMenu .content .links .subtitle:first-child{padding:0}header .smpMenu .content .links a{color:var(--black);font-size:.875rem;font-style:normal;font-weight:500;line-height:150%;text-decoration:none}header .smpMenu .content input:checked~div{height:auto;margin-bottom:1.5rem;opacity:1}header .smpMenu .content input:checked~.title:after{content:url(../Header/img/size24typearrowtopcolorgray.svg);text-align:right}header .smpMenu .content a{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:1rem;min-width:12.5rem}header .smpMenu .contentJump{background:var(--white);border-bottom:.03125rem solid var(--gray-30);border-top:.03125rem solid var(--gray-30);display:flex;flex-direction:column;gap:1.5rem;padding:0 1.5rem;text-align:left}header .smpMenu .contentJump p{margin:0}header .smpMenu .contentJump .jumpLink{display:flex;text-decoration:none;width:100%}header .smpMenu .contentJump .jumpLink .date{color:var(--gray-70);font-size:.75rem;font-style:normal;font-weight:500;line-height:150%;margin-right:2rem}header .smpMenu .contentJump .jumpLink div{align-items:center;display:flex;justify-content:space-between;width:100%}header .smpMenu .contentJump .jumpLink div p{color:var(--maincolor);display:flex;font-style:normal;font-weight:700;gap:0;justify-content:space-between;line-height:150%;padding:1rem 0;width:100%}header .smpMenu .contentJump .jumpLink div img{height:1.5rem;margin-left:1rem;width:1.5rem}}#hs_cos_wrapper_header_content-module-2 header .smpMenu .content .title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/size24typearrowbottomcolorgray.svg)}#hs_cos_wrapper_header_content-module-2 header .smpMenu .content input:checked~.title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/size24typearrowtopcolorgray.svg)}.visual1{position:relative}.visual1 .visualCard{background:var(--maincolor);display:grid;grid-template-areas:"content images";grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:100%;overflow:hidden;position:relative;width:100%}.visual1 .visualCard h1.title{color:var(--white);font-family:var(--h1-black-font-family);font-weight:var(--h1-black-font-weight);line-height:1.2em;margin:1.5rem}.visual1 .visualCard p{font-style:normal;font-weight:var(--h4-bold-font-weight);line-height:150%;margin:0;text-align:center}.visual1 .visualCard .mark{font-size:var(--caption-medium-m-font-size);font-style:normal;font-weight:var(--caption-medium-m-font-weight);line-height:140%;position:relative;text-align:center}.visual1 .visualCard .pc{display:block}.visual1 .visualCard .sp{display:none}.visual1 .visualCard .contentText{display:flex;flex-direction:column;justify-content:center;padding-top:2.5rem;text-align:center;width:100%}.visual1 .visualCard .contentText .subTitle{align-items:center;background:var(--white);border-radius:8px;display:flex;font-family:var(--h1-black-font-family);justify-content:flex-start;margin:0 auto;padding:.5rem 1rem 0;position:relative;width:fit-content}.visual1 .visualCard .contentText .subTitle p{color:var(--maincolor);font-feature-settings:"palt" on}.visual1 .visualCard .contentText .subTitle .subText{font-family:var(--h1-black-font-family);font-size:1.8rem;font-weight:var(--h1-black-font-weight);letter-spacing:.0366rem}.visual1 .visualCard .contentText .subTitle .subNumber{font-family:var(--h1-black-font-family);font-size:2.4rem;font-weight:var(--h4-bold-font-weight);letter-spacing:-.0836rem;line-height:150%}.visual1 .visualCard .contentText .subTitle img{bottom:-1px;display:block;left:.3rem;position:relative;position:absolute;width:100%;width:4.5rem!important}.visual1 .visualCard .contentText .subTitle .mark{bottom:1.25rem}.visual1 .visualCard .contentText .titleImg{margin:0 auto .5rem;width:22.6875rem}.visual1 .visualCard .contentText .detail{color:var(--white);font-family:var(--h4-bold-font-family);font-feature-settings:"palt" on;font-size:var(--h4-bold-font-size);letter-spacing:.0375rem;line-height:170%;text-align:center}.visual1 .visualCard .contentText .circles{display:flex;justify-content:center;margin-bottom:1.5rem}.visual1 .visualCard .contentText .circles .circle{align-items:center;background-image:url(no_such_asset_in_module_asset_url);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:column;height:9.3916rem;justify-content:center;transform:rotate(-20deg);width:9.3916rem}.visual1 .visualCard .contentText .circles .circle .circleBlue{color:var(--maincolor);font-family:var(--h1-black-font-family);font-size:1.1756rem;font-weight:var(--h1-black-font-weight);line-height:180%}.visual1 .visualCard .contentText .circles .circle .circleBlue .circleNum{font-size:1.5rem}.visual1 .visualCard .contentText .circles .circle .circleBlack{color:var(--black);font-size:.7481rem;line-height:140%}.visual1 .visualCard .contentText .circles .circle .mark{bottom:.625rem;font-size:.4275rem;position:relative}.visual1 .visualCard .annotation{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:85%;position:relative;z-index:2}.visual1 .visualCard .annotation p{color:var(--white);font-size:var(--caption-medium-m-font-size);font-weight:var(--caption-medium-m-font-size);text-align:left;width:100%}.visual1 .visualCard .images{height:100%}.visual1 .visualCard .images .visualImg{height:auto;width:100%}.visual1 .visualCard .images .characterSide{display:none;height:10.1875rem;position:fixed;right:0;top:27.3125rem;width:10.0625rem}.visual1 .characterBottom{bottom:0;left:50%;position:absolute;transform:translate(-50%)}@media screen and (max-width:768px){.visual1 .characterBottom{display:none}.visual1{width:100%}.visual1 .visualCard{display:block;height:auto;width:100%}.visual1 .visualCard .pc{display:none}.visual1 .visualCard .sp{display:block}.visual1 .visualCard .contentText{box-sizing:content-box;padding-top:1.5rem}.visual1 .visualCard .contentText .subTitle{max-width:90%;padding-bottom:.5rem;padding-top:0}.visual1 .visualCard .contentText .subTitle .subText{font-size:1.1875rem}.visual1 .visualCard .contentText .subTitle p{align-items:flex-end;column-gap:.25rem;display:flex;flex-wrap:wrap;justify-content:center;padding-top:.5rem;row-gap:.5rem;width:100%}.visual1 .visualCard .contentText .subTitle .subNumber{line-height:1em}.visual1 .visualCard .contentText .subTitle .mark{bottom:.625rem;left:auto}.visual1 .visualCard .contentText .subTitle img{max-width:13.1875rem;width:100%}.visual1 .visualCard .contentText .titleImg{margin-bottom:1.5rem;width:14.6875rem}.visual1 .visualCard .contentText .detail{font-size:.8125rem;margin-bottom:.25rem}.visual1 .visualCard .contentText .circles .circle{height:9rem;width:9rem}.visual1 .visualCard .contentText .circles .circle .circleBlue{font-size:var(--h5-black-font-size)}.visual1 .visualCard .contentText .circles .circle .circleBlue .circleNum{font-size:.9733rem}.visual1 .visualCard .contentText .circles .circle .circleBlack{font-size:var(--caption-medium-s-font-size)}.visual1 .visualCard .contentText .circles .circle .mark{bottom:.4375rem;font-size:.2774rem}.visual1 .visualCard .contentText .annotation{bottom:.9375rem}.visual1 .visualCard .images{position:relative}.visual1 .visualCard .images .visualImg{width:100%}.visual1 .visualCard .images .characterSide{bottom:0;display:block;height:auto;margin:0;position:absolute;right:0;top:auto;z-index:2}}#hs_cos_wrapper_widget_1752044713078 .visual1 .visualCard .contentText .circles .circle{background-image:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/circle.svg)}#hs_cos_wrapper_widget_1752044713078 .visual1 .visualCard h1.title{font-size:4rem}#hs_cos_wrapper_widget_1752044713078 .visual1 .visualCard .contentText .subTitle{padding-left:5.5rem}@media screen and (max-width:480px){#hs_cos_wrapper_widget_1752044713078 .visual1 .visualCard h1.title{font-size:3rem}#hs_cos_wrapper_widget_1752044713078 .visual1 .visualCard .contentText .subTitle{width:65%}}.headline-and-message-richtext{align-items:center;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:0 1rem;text-align:center}.headline-and-message-richtext--reverse{color:var(--maincolor)!important}.headline-and-message-richtext h1{color:green!important;font-size:50.75rem}.headline-and-message-richtext h2{color:var(--black);font-family:var(--h2-black-font-family);font-size:var(--h2-black-font-size);font-style:normal;font-weight:900;line-height:150%;margin-bottom:3rem;text-align:center}.headline-and-message-richtext--reverse h2{color:var(--white)}.headline-and-message-richtext h2 span{background:none!important;border:.25rem solid var(--maincolor)!important;color:var(--maincolor)!important;display:inline-block;margin:.3em;padding:.5rem .5rem .1rem}.headline-and-message-richtext--reverse h2 span{border:.25rem solid var(--white)!important;color:var(--white)!important}.headline-and-message-richtext h3,.headline-and-message-richtext h4,.headline-and-message-richtext h5,.headline-and-message-richtext h6{font-family:var(--h4-bold-font-family);font-size:var(--h4-bold-font-size);font-style:normal;font-weight:700;line-height:150%}.headline-and-message-richtext p{color:var(--black);font-family:var(--h4-bold-font-family);font-size:var(--h4-bold-font-size);font-style:normal;font-weight:700;line-height:2em;margin:0 0 .75rem}.headline-and-message-richtext--reverse p{color:var(--white)}.headline-and-message-richtext p span[style^=background-color]{background:var(--maincolor)!important;color:var(--white)!important;font-family:var(--h4-bold-font-family);font-size:var(--h4-bold-font-size);font-style:normal;font-weight:700;letter-spacing:.125rem;line-height:150%;margin-bottom:.75rem;padding:.35em .1em .1em}.headline-and-message-richtext--reverse p span[style^=background-color]{background:var(--white)!important;color:var(--maincolor)!important}.headline-and-message-richtext p u{background:none!important;color:var(--maincolor)!important;text-decoration:underline}.headline-and-message-richtext p:has(span[style^=font-size]){line-height:1.3em}@media screen and (max-width:768px){.headline-and-message-richtext h2 span{padding-top:0}}.recommendation{align-items:center;display:flex;flex-direction:column;overflow-x:hidden;width:100%}.recommendation .icon{height:9.125rem;position:relative;top:4.375rem;width:9rem}.recommendation .bigCircle{background:var(--maincolor);border-radius:50% 50% 0 0/25rem 25rem 0 0;box-sizing:content-box;margin:1rem -12.5rem 0;min-height:18.75rem;padding:4.0625rem 17.5rem;text-align:center;width:100%}.recommendation .bigCircle .description{margin:1.875rem 0}.recommendation .bigCircle .description p{color:var(--white);font-size:var(--h4-bold-font-size);font-style:normal;font-weight:700;line-height:180%;margin:0 auto;text-align:left;width:39.375rem}.recommendation .bigCircle .description .textSmall{color:var(--white);font-size:var(--avenir-medium-SS-SP-PC-font-size);font-style:normal;font-weight:500;line-height:150%;text-align:left}.recommendation .bigCircle div .recommend p{display:table;margin:0}.recommendation .bigCircle div .recommend p span{bottom:.1875rem;font-style:normal;font-weight:700;margin:0 .25rem;position:relative;text-align:center}.recommendation .bigCircle div .recommend .blue{color:var(--maincolor)}.recommendation .bigCircle div .recommend .white{color:var(--white)}.recommendation .bigCircle div .recommend .black{color:var(--black)}.recommendation .bigCircle div .recommend .big span{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);line-height:150%}.recommendation .bigCircle div .recommend .big img{height:1rem;width:1rem}.recommendation .bigCircle div .recommend .middle span{font-size:var(--body-medium-font-size);line-height:150%}.recommendation .bigCircle div .recommend .middle img{height:.75rem;width:.75rem}.recommendation .bigCircle div .recommend .small span{font-size:var(--avenir-medium-SS-SP-PC-font-size);line-height:150%}.recommendation .bigCircle div .recommend .small img{height:.625rem;width:.625rem}.recommendation .bigCircle div .recommend{display:flex;justify-content:center;margin-bottom:1rem}.recommendation .bigCircle div .cards{display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);margin:0 auto;width:39rem}.recommendation .bigCircle div .cards .card{align-items:center;background-image:url();background-repeat:no-repeat;color:var(--black);flex:1 0 0;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:normal;font-weight:700;justify-content:center;line-height:150%;margin:0;padding:.75rem 1rem;text-align:left;width:100%}@media screen and (max-width:480px){.recommendation .icon{height:7.625rem;width:7.625rem}.recommendation .bigCircle{width:100%}.recommendation .bigCircle img{margin:0 auto}.recommendation .bigCircle .description p{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);width:90vw}.recommendation .bigCircle .description .textSmall{font-family:var(--caption-medium-m-font-family);font-size:var(--caption-medium-m-font-size)}.recommendation .bigCircle div .cards{gap:.5rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);width:90vw}.recommendation .bigCircle div .cards .card{background-image:url();border-radius:.25rem;min-height:4.5rem;padding:.75rem}}#hs_cos_wrapper_module_17521374008117 .recommendation .bigCircle div .cards .card{background-image:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/card_pc.svg);background-size:cover}.toggle-button{display:flex;justify-content:center;margin-bottom:1.5rem}.toggle-button .toggle_input{cursor:pointer;left:0;opacity:0;position:absolute;top:0;visibility:hidden;z-index:5}.toggle-button .toggle_input:checked+.toggle_label{background:var(--backgroundgray)}.toggle-button .toggle_label{align-items:center;background:var(--backgroundgray);border-radius:2.5rem;box-sizing:border-box;display:inline-block;display:flex;height:2.9375rem;justify-content:space-between;position:relative;transition:.2s;width:24.75rem}.toggle-button .toggle_label:after{align-items:flex-start;background:var(--maincolor);border:.125rem solid var(--backgroundgray);border-radius:2.5rem;box-sizing:content-box;color:var(--white);content:"ラベルA";display:flex;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);height:1.1875rem;justify-content:center;left:0;line-height:130%;padding:.75rem 0;position:absolute;text-align:center;top:0;transition:.2s;width:12.375rem;z-index:2}.toggle-button .toggle_label .toggle_left{padding:.75rem 0 .75rem 1.25rem}.toggle-button .toggle_label .toggle_left,.toggle-button .toggle_label .toggle_right{color:var(--black);font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:130%;text-align:center;width:9.375rem}.toggle-button .toggle_label .toggle_right{padding:.75rem 1.25rem .75rem 0}@media screen and (max-width:30rem){.toggle-button .toggle_label:after{padding:.625rem 0 .875rem}.toggle-button .toggle_label .toggle_left,.toggle-button .toggle_label .toggle_right,.toggle-button .toggle_label:after{font-size:var(--copy-bold-m-font-size)}}#hs_cos_wrapper_module_175214525540811 .toggle-button .toggle_input:checked+.toggle_label:after{content:"学生スマホ保険";left:12.3125rem}#hs_cos_wrapper_module_175214525540811 .toggle-button .toggle_label:after{content:"スマホ保険"}@media (max-width:768px){#hs_cos_wrapper_module_175214525540811 .toggle-button .toggle_input:checked+.toggle_label:after{left:10.3125rem}}.character-button{align-items:center!important;background-color:var(--white)!important;border:.0625rem solid!important;border-color:var(--gray-30)!important;border-radius:.75rem!important;cursor:pointer!important;display:flex!important;gap:.5rem!important;margin:auto!important;max-width:var(--sp-max-width,none)!important;overflow:hidden!important;position:relative!important;text-decoration:none!important;transition:all .3s ease!important}.character-button:before{display:none!important}@media (min-width:768px){.character-button{max-width:var(--pc-max-width,none)!important}}.character-button:hover{box-shadow:0 .25rem .5rem rgba(58,58,58,.1)!important;transform:translateY(-.125rem)!important}.character-button .character-image{align-self:stretch!important;margin:.3rem .3rem .3rem 0!important;position:relative!important;width:3.75rem!important}.character-button .button-content{align-items:center!important;display:flex!important;flex:1!important;flex-grow:1!important;gap:.5rem!important;padding:.5rem .75rem!important;position:relative!important}.character-button .button-text{color:var(--black)!important;flex:1!important;font-family:var(--h6-bold-font-family)!important;font-size:var(--h6-bold-font-size)!important;font-style:var(--h6-bold-font-style)!important;font-weight:var(--h6-bold-font-weight)!important;letter-spacing:var(--h6-bold-letter-spacing)!important;line-height:var(--h6-bold-line-height)!important;margin-top:-.0625rem!important;position:relative!important}.character-button .button-icon{height:1.5rem!important;position:relative!important;width:1.5rem!important}.general-richtext *{margin:0;padding:0;width:100%}.general-richtext h1,.general-richtext h2,.general-richtext h3,.general-richtext h4,.general-richtext h5,.general-richtext h6{margin:.75em 0 .5em}.general-richtext h1{font-family:var(--copy-black-l-font-family);font-size:var(--copy-black-l-font-size);font-style:var(--copy-black-l-font-style);font-weight:var(--copy-black-l-font-weight);letter-spacing:var(--copy-black-l-letter-spacing);line-height:var(--copy-black-l-line-height)}.general-richtext h2{font-family:var(--h2-black-font-family);font-size:var(--h2-black-font-size);font-style:var(--h2-black-font-style);font-weight:var(--h2-black-font-weight);letter-spacing:var(--h2-black-letter-spacing);line-height:var(--h2-black-line-height)}.general-richtext h3{font-family:var(--h3-black-font-family);font-size:var(--h3-black-font-size);font-style:var(--h3-black-font-style);font-weight:var(--h3-black-font-weight);letter-spacing:var(--h3-black-letter-spacing);line-height:var(--h3-black-line-height)}.general-richtext h4{font-family:var(--h4-bold-font-family);font-size:var(--h4-bold-font-size);font-style:var(--h4-bold-font-style);font-weight:var(--h4-bold-font-weight);letter-spacing:var(--h4-bold-letter-spacing);line-height:var(--h4-bold-line-height)}.general-richtext h5{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);letter-spacing:var(--h5-bold-letter-spacing);line-height:var(--h5-bold-line-height)}.general-richtext h6{font-family:var(--h6-bold-font-family);font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);letter-spacing:var(--h6-bold-letter-spacing);line-height:var(--h6-bold-line-height);margin-bottom:.75rem;margin-left:1rem;position:relative}.general-richtext h6:before{background:var(--maincolor);border-radius:50%;content:"";display:inline-block;height:.75rem;left:-1rem;margin-right:.5rem;position:absolute;top:.25rem;width:.75rem}.general-richtext div,.general-richtext p{font-family:var(--body-medium-font-family);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);letter-spacing:var(--body-medium-letter-spacing);line-height:var(--body-medium-line-height);margin-bottom:.75rem}.general-richtext div{color:var(--gray-70);padding-left:1rem;position:relative}.general-richtext div span{background:none!important;color:var(--gray-70)!important;left:0;position:absolute;text-decoration:none!important;width:fit-content}.general-richtext blockquote{background:var(--white);border:1px solid var(--gray-30);border-radius:.75rem;box-sizing:border-box;font-family:var(--h6-bold-font-family);font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);letter-spacing:var(--h6-bold-letter-spacing);line-height:var(--h6-bold-line-height);margin-bottom:.75rem;padding:.75rem 1rem;position:relative;width:100%}.general-richtext ul{list-style:disc;margin:0 0 .75rem;margin-left:.5rem!important;padding-left:1.5rem}.general-richtext ol{list-style:decimal;margin:0 0 .75rem;padding-left:1.5rem}.general-richtext ol li,.general-richtext ul li{color:var(--black);font-family:var(--body-medium-font-family);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);letter-spacing:var(--body-medium-letter-spacing);line-height:var(--body-medium-line-height);margin-bottom:.5rem;position:relative}.general-richtext table,.general-richtext table tbody{border:none!important;border-collapse:collapse!important;border-spacing:0!important;margin:0!important;padding:0!important;width:100%}.general-richtext table tr{border:none!important;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.5rem;width:100%}.general-richtext table tr td,.general-richtext table tr th{align-items:flex-end;border:none!important;border-radius:.25rem;display:flex;flex:1 0 0;font-family:var(--body-medium-font-family);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);gap:.5rem;justify-content:center;letter-spacing:var(--body-medium-letter-spacing);line-height:var(--body-medium-line-height);padding:.25rem .5rem}.general-richtext table tr:first-child td{background:var(--maincolor)!important;color:var(--white)!important;text-align:center}.general-richtext table tr td{background:var(--white)!important;border:1px solid var(--maincolor)!important;color:var(--maincolor)!important}.general-richtext table tr:not(:first-child) td:first-child{background:var(--iconskyblue)}.general-richtext table tr td:has(span),.general-richtext table tr th:has(span){opacity:.3!important}.general-richtext table tr td span{background:none!important}.general-richtext table tr td a{text-align:center}.general-richtext table:has(img) tr td,.general-richtext table:has(img) tr th,.general-richtext table:has(img) tr:first-child td,.general-richtext table:has(img) tr:not(:first-child) td:first-child{align-items:flex-start;background:none!important;border:none!important;justify-content:center}.general-richtext a{color:var(--maincolor);margin:0 .2rem;text-decoration:underline}.general-richtext a:hover{opacity:.3}@media screen and (max-width:768px){.labelText__title{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);letter-spacing:var(--h5-bold-letter-spacing);line-height:var(--h5-bold-line-height)}.labelText__main{font-family:var(--body-medium-font-family);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);letter-spacing:var(--body-medium-letter-spacing);line-height:var(--body-medium-line-height)}.caption{font-family:var(--caption-medium-m-font-family);font-size:var(--caption-medium-m-font-size);font-style:var(--caption-medium-m-font-style);font-weight:var(--caption-medium-m-font-weight);letter-spacing:var(--caption-medium-m-letter-spacing);line-height:var(--caption-medium-m-line-height)}.general-richtext table:has(img) tr{box-sizing:border-box;flex-wrap:wrap;justify-content:space-around;padding:0 1rem}.general-richtext table:has(img) tr td,.general-richtext table:has(img) tr th,.general-richtext table:has(img) tr:first-child td,.general-richtext table:has(img) tr:not(:first-child) td:first-child{align-items:flex-start;background:none!important;border:none!important;justify-content:center;max-width:30%;min-width:30%}.general-richtext table:has(img) tr td:not(:has(img)),.general-richtext table:has(img) tr th:not(:has(img)),.general-richtext table:has(img) tr:first-child td:not(:has(img)),.general-richtext table:has(img) tr:not(:first-child) td:first-child:not(:has(img)){display:none}}a[href^="#OpenModal:"]{align-items:center;background:none;border:none;color:var(--maincolor);display:inline-flex;font-style:normal;font-weight:700;justify-self:center;line-height:150%;margin-bottom:16px;text-align:left;text-decoration:none}a[href^="#OpenModal:"]:before{background:var(--maincolor);border-radius:50%;content:"";display:inline-block;height:1.2em;margin-right:.2em;width:1.2em}.modalOuter .modal .modalInner .content{overflow-x:hidden;word-wrap:break-word;word-break:break-word}.modalOuter .modal .modalInner .content table{max-width:100%;table-layout:fixed}.modalOuter .modal .modalInner .content table td,.modalOuter .modal .modalInner .content table th{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}a[href^="#OpenModal:"]:before{background:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_question_blue.svg) no-repeat 50%;background-size:contain}.spacer{display:block;min-height:1px;width:100%}.spacer-96{height:6rem}.spacer-56{height:3.5rem}.spacer-40{height:2.5rem}.spacer-32{height:2rem}.spacer-24{height:1.5rem}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}@media screen and (max-width:30rem){.pc{display:none}.sp{display:block}}.plan-card .swiper-slide{width:fit-content}.plan-card .card1{display:flex;justify-content:center;margin:0 calc(50% - 50vw);width:100vw}.plan-card .card1 div{text-align:center}.plan-card .card1 div .recommend{display:flex;justify-content:center}.plan-card .card1 div .recommend p{display:table;margin:0}.plan-card .card1 div .recommend p span{bottom:.1875rem;font-style:normal;font-weight:700;margin:0 .25rem;position:relative;text-align:center}.plan-card .card1 div .recommend .blue{color:var(--maincolor)}.plan-card .card1 div .recommend .white{color:var(--white)}.plan-card .card1 div .recommend .black{color:var(--black)}.plan-card .card1 div .recommend .big span{font-size:1.375rem;line-height:150%}.plan-card .card1 div .recommend .big img{height:1rem;width:1rem}.plan-card .card1 div .recommend .middle span{font-size:1.125rem;line-height:150%}.plan-card .card1 div .recommend .middle img{height:.75rem;width:.75rem}.plan-card .card1 div .recommend .small span{font-size:.875rem;line-height:150%}.plan-card .card1 div .recommend .small img{height:.625rem;width:.625rem}@media screen and (max-width:768px){.plan-card .card1 div .card{margin:0 0 1rem!important}.plan-card .card1 div .recommend .big span{font-size:var(--h5-bold-font-size)}.plan-card .card1 div .recommend .middle span{font-size:var(--copy-bold-m-font-size)}.plan-card .card1 div .recommend .small span{font-size:var(--footnote-medium-font-size)}}.plan-card .card1 div .card{align-items:center;background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;flex-shrink:0;font-family:var(--h3-black-font-family);margin:0 1rem 1rem;width:18.75rem}.plan-card .card1 div .card p{color:var(--black);font-family:var(--h3-black-font-family);font-style:var(--copy-bold-m-font-style);font-weight:var(--copy-bold-m-font-weight);line-height:var(--copy-bold-m-line-height);margin:0;text-align:center}.plan-card .card1 div .card .mark{font-size:.5rem;font-weight:500;vertical-align:top}.plan-card .card1 div .card .cardHeader{align-items:center;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem .25rem}.plan-card .card1 div .card .cardHeader .plan{align-items:center;border-radius:6.25rem;display:flex;font-size:.9375rem;justify-content:center;padding:.375rem 1.25rem}.plan-card .card1 div .card .cardHeader .priceSet{margin-top:1rem}.plan-card .card1 div .card .cardHeader .priceSet .price{font-size:2.25rem}.plan-card .card1 div .card .cardHeader .priceSet .priceSmall{font-size:.9375rem}.plan-card .card1 div .card .cardBody{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;font-family:var(--h3-black-font-family);justify-content:space-between;padding:1.25rem 1rem}.plan-card .card1 div .card .cardBody .imgSet{border-bottom:.0625rem solid var(--gray-30);display:flex;flex-wrap:wrap;gap:1rem .75rem;padding-bottom:1.25rem}.plan-card .card1 div .card .cardBody .imgSet img{width:5rem}.plan-card .card1 div .card .cardBody .amountSlim{margin-top:0}.plan-card .card1 div .card .cardBody .amount{padding-top:1.25rem}.plan-card .card1 div .card .cardBody .amount,.plan-card .card1 div .card .cardBody .amountSlim{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column}.plan-card .card1 div .card .cardBody .amount .title,.plan-card .card1 div .card .cardBody .amountSlim .title{font-size:1.125rem;vertical-align:top}.plan-card .card1 div .card .cardBody .amount .title .titleSmall,.plan-card .card1 div .card .cardBody .amountSlim .title .titleSmall{font-size:var(--TextSize-Footnote,12px)}.plan-card .card1 div .card .cardBody .amount .text,.plan-card .card1 div .card .cardBody .amountSlim .text{align-items:center;display:flex;justify-content:space-between;width:100%}.plan-card .card1 div .card .cardBody .amount .text .detail,.plan-card .card1 div .card .cardBody .amountSlim .text .detail{align-items:center;display:flex;font-size:.9375rem;font-weight:500;margin-bottom:.5rem}.plan-card .card1 div .card .cardBody .amount .text .detail img,.plan-card .card1 div .card .cardBody .amountSlim .text .detail img{height:1.5rem;margin-right:.5rem;width:1.5rem}.plan-card .card1 div .card .cardBody .amount .text .priceSet,.plan-card .card1 div .card .cardBody .amountSlim .text .priceSet{display:table}.plan-card .card1 div .card .cardBody .amount .text .priceSet .price,.plan-card .card1 div .card .cardBody .amountSlim .text .priceSet .price{font-size:1.25rem}.plan-card .card1 div .card .cardBody .amount .text .priceSet .priceSmall,.plan-card .card1 div .card .cardBody .amountSlim .text .priceSet .priceSmall{font-size:.9375rem}.plan-card .card1 div .card .cardBody .amount .text .title,.plan-card .card1 div .card .cardBody .amountSlim .text .title{font-size:1.125rem}.plan-card .card1 div .card .cardBody .amount .text .totalPrice,.plan-card .card1 div .card .cardBody .amountSlim .text .totalPrice{color:var(--maincolor);font-family:var(--h3-black-font-family);font-size:var(--h3-black-font-size);font-style:var(--h3-black-font-style);font-weight:var(--h3-black-font-weight);line-height:var(--h3-black-line-height)}.plan-card .card1 div .card .cardBody .amount .text .totalPrice .totalPriceSmall,.plan-card .card1 div .card .cardBody .amountSlim .text .totalPrice .totalPriceSmall{color:#0069c3;font-size:1.25rem}.plan-card .card1 div .card .cardBody .amount .apply,.plan-card .card1 div .card .cardBody .amountSlim .apply{align-items:center;align-self:stretch;border-radius:.75rem;display:flex;font-size:.9375rem;font-style:normal;font-weight:700;justify-content:center;line-height:150%;margin-top:.75rem;max-width:26rem;padding:.75rem .5rem;text-decoration:none}.plan-card .card1 .attention-box{background:#fffde6;border:none;border-radius:.5rem;box-shadow:none;box-sizing:border-box;font-style:normal;font-weight:700;line-height:150%;margin:0;padding:0;width:100%}.plan-card .card1 .attention-box .attention-header{align-items:center;background:#e6d200;border-radius:.5rem .5rem 0 0;color:#333;display:flex;font-size:.9375rem;padding:.5rem 1rem}.plan-card .card1 .attention-box .attention-icon{height:1.5rem;width:1.5rem}.plan-card .card1 .attention-box .attention-title{margin-left:.25rem}.plan-card .card1 .attention-box .attention-body{background:#fffde6;border-radius:0 0 .5rem .5rem;color:#333;font-size:.75rem;font-weight:500;line-height:150%;padding:1rem;text-align:left}.plan-card .card1 .attention-box--alert{background:#fff6f6;border:none;border-radius:.5rem;box-shadow:none;box-sizing:border-box;font-style:normal;font-weight:700;line-height:150%;margin:0;padding:0;width:100%}.plan-card .card1 .attention-box--alert .attention-header{align-items:center;background:#c80000;border-radius:.5rem .5rem 0 0;display:flex;font-size:.9375rem;padding:.5rem 1rem}.plan-card .card1 .attention-box--alert .attention-icon{height:1.5rem;width:1.5rem}.plan-card .card1 .attention-box--alert .attention-title{margin-left:.25rem}.plan-card .card1 .attention-box--alert .attention-body{background:#fff6f6;border-radius:0 0 .5rem .5rem;color:#333;font-size:.75rem;font-weight:500;line-height:150%;padding:1rem;text-align:left}.plan-card .card1 .attention-box--alert .attention-header,.plan-card .card1 .attention-box--alert .attention-title{color:#fff}.plan-card .card1 .attention-box--alert .attention-icon{filter:brightness(0) invert(1)}.plan-card .card1 .attention-list{list-style:disc;margin:0;padding-left:1.5rem}.plan-card .card1 .attention-section{margin-bottom:.75rem}.plan-card .card1 .attention-section-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.plan-card .card1 .attention-section-body{margin-left:1rem}.plan-card .card1 .blue .cardHeader{background:#0069c3;border-radius:1.5rem 1.5rem 0 0}.plan-card .card1 .blue .cardHeader .plan{background:rgba(0,0,0,.4);color:#fff}.plan-card .card1 .blue .cardHeader .priceSet{color:#fff}.plan-card .card1 .blue .cardBody .amount .apply{background:#0069c3;color:#fff}.plan-card .card1 .skyblue .cardHeader{background:#5ac3ff;border-radius:1.5rem 1.5rem 0 0}.plan-card .card1 .skyblue .cardHeader .plan{background:hsla(0,0%,100%,.4);color:#333}.plan-card .card1 .skyblue .cardHeader .priceSet{color:#333}.plan-card .card1 .skyblue .cardBody .amount .apply{background:#5ac3ff;color:#333}@media screen and (min-width:769px){.plan-card .swiper-wrapper{justify-content:center}}.caption-text.caption{color:var(--gray-70,#555);display:grid;font-size:var(--caption-medium-s-font-size,12px);font-style:var(--caption-medium-m-font-style,normal);font-weight:var(--caption-medium-m-font-weight,500);grid-template-columns:1fr 24fr;line-height:var(--caption-medium-m-line-height,1.5);margin:1.5rem auto;width:var(--pc-width,100%)}.caption-text.caption__label{flex-shrink:0;margin-right:4px}.caption-text.caption__desc{text-align:left}.caption-text.caption__desc p{margin:0}.caption-text.caption__desc--center{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%}@media screen and (max-width:480px){.caption-text.caption{font-size:var(--caption-medium-s-font-size,10px);grid-template-columns:1fr 11fr;margin:1.5rem auto;width:100%!important}}.attention-richtext{background:var(--backgroundcaution,#fffde6);border:none;border-radius:.5rem;box-shadow:none;box-sizing:border-box;font-family:var(--h5-bold-font-family);font-style:normal;font-weight:700;line-height:150%;margin:0;padding:0;width:100%}.attention-richtext.alert{background:var(--backgroundwarning,#fff6f6)}.attention-richtext *{margin:0;padding:0}.attention-richtext .attention-header{align-items:center;background:var(--statuscaution,#e6d200);border-radius:.5rem .5rem 0 0;color:var(--black,#333);display:flex;font-size:var(--h5-bold-font-size,1.125rem);line-height:normal;padding:.5rem 1rem}.attention-richtext.alert .attention-header{background:var(--statuswarning,#c80000);color:var(--white,#fff)}.attention-richtext .attention-title{font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);margin-left:.25rem}.attention-richtext.alert .attention-icon{filter:brightness(0) invert(1)}.attention-richtext .attention-body{border-radius:0 0 .5rem .5rem;color:var(--black,#333);font-size:var(--body-medium-font-size,.875rem);font-style:var(--body-medium-font-style,normal);font-weight:var(--body-medium-font-weight,500);line-height:var(--body-medium-line-height,150%);padding:1rem}@media screen and (max-width:30rem){.attention-richtext .labelText__title{font-size:var(--h5-bold-font-size,1.125rem)}.attention-richtext .labelText__main{font-size:var(--body-medium-font-size,.9375rem)}.attention-richtext .caption{font-size:var(--caption-medium-s-font-size,.625rem)}}.peeping-out-character{width:100%}.peeping-out-character img{display:block;margin:auto}.feature-card-container .icon{height:9rem;position:relative;top:.375rem;width:20.25rem}.feature-card-container .card{align-items:center;align-self:stretch;background:var(--white);border-radius:1.5rem;display:flex;flex-direction:column;justify-content:center;margin:0 auto 1.5rem;max-width:var(--Width,54.375rem);padding:3.5rem 3.5rem 4rem}.feature-card-container .card p{margin:0}.feature-card-container .card .point{align-items:center;background:var(--maincolor);border-radius:62.5rem;color:var(--white);display:flex;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);gap:.25rem;justify-content:center;line-height:var(--h5-bold-line-height);margin-bottom:1rem;padding:.1875rem 1.25rem .0625rem}.feature-card-container .card .cardTitle{color:var(--black);font-family:var(--h2-black-font-family);font-size:var(--h2-black-font-size);font-style:var(--h2-black-font-style);font-weight:var(--h2-black-font-weight);line-height:var(--h2-black-line-height);margin-bottom:2rem;text-align:center}.feature-card-container .card .cardContent{display:grid;gap:2rem;width:100%}.feature-card-container .card .cardContent img{height:auto;width:100%}.feature-card-container .card .cardContent .description{color:var(--black);display:block;font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:200%;text-align:left}.feature-card-container .card .cardContent .description ul{margin:1rem 0 0;padding:0}.feature-card-container .card .cardContent .description ul li{align-items:center;background:var(--backgroundblue);border-radius:.5rem;display:flex;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);margin-bottom:.75rem;padding:.75rem .75rem .75rem 2rem;position:relative}.feature-card-container .card .cardContent .description ul li:before{content:"";display:inline-block;height:1.25rem;left:.5rem;position:absolute;top:.85rem;width:1.25rem}.feature-card-container .card .exampleTitle{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);margin:.75rem 0;text-align:center}.feature-card-container .card .example{width:100%}.feature-card-container .card .example .case{align-items:center;align-self:stretch;background:var(--backgroundgray);border-radius:.5rem;display:flex;gap:2.5rem;justify-content:center;margin-bottom:1rem;padding:1rem;width:100%}.feature-card-container .card .example .case div{display:flex;margin:auto;width:80%}.feature-card-container .card .example .case div>div{align-items:center;display:flex;flex:1;justify-content:center}.feature-card-container .card .example .case div .price{display:block;font-family:var(--h3-black-font-family);font-size:1.75rem;line-height:1.3;text-align:center}.feature-card-container .card .example .case div .price .priceName{color:var(--gray-70);display:block;font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:var(--copy-medium-m-line-height)}.feature-card-container .card .example .case div .price .priceSmall{font-size:1.125rem}.feature-card-container .card .example .case div .arrow{margin-right:2rem}.feature-card-container .card .example .case div .arrow.left{margin-right:2rem;transform:rotate(270deg)}.feature-card-container .card .example .case div .left{display:inline-block}.feature-card-container .card .example .case div .bottom{display:none}.feature-card-container .card .example .case div .blue{color:var(--black);color:var(--maincolor);display:block;font-family:var(--h3-black-font-family);font-size:var(--copy-black-l-font-size);font-style:var(--copy-black-l-font-style);font-weight:var(--copy-black-l-font-weight);line-height:var(--copy-black-l-line-height);position:relative;top:-.1875rem}.feature-card-container .card .example .case div .blue .priceName{color:var(--maincolor);font-family:var(--h6-bold-font-family);font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);line-height:var(--h6-bold-line-height)}.feature-card-container .card .cardFooter{margin-top:1.5rem;text-align:left;width:100%}.feature-card-container .card .cardFooter p{color:var(--gray-70);font-family:var(--h7-bold-font-family);font-size:var(--h7-bold-font-size);font-style:var(--h7-bold-font-style);font-weight:var(--h7-bold-font-weight);line-height:var(--h7-bold-line-height)}.feature-card-container .card .ac-box3{display:block;flex-direction:column;gap:24px;width:100%}.feature-card-container .card .ac-box3 input{display:none}.feature-card-container .card .ac-box3 p{margin:0}.feature-card-container .card .ac-box3 .content3{align-items:flex-start;align-self:stretch;background:#fff;border:.0625rem solid #d3d3d3;border-radius:.75rem;display:flex;flex-direction:column;gap:0;padding:.75rem 1rem;text-align:left;width:calc(100% - 2rem)}.feature-card-container .card .ac-box3 .content3 .title{align-items:center;border-radius:.75rem;color:#333;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:0;justify-content:space-between;line-height:150%;padding-bottom:0;padding-right:1.5rem;position:relative;width:100%}.feature-card-container .card .ac-box3 .content3 .title:after{display:block;height:1.5rem;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.5rem}.feature-card-container .card .ac-box3 .content3 .title p{margin:0 auto 0 0}.feature-card-container .card .ac-box3 .content3 .question{color:#0069c3;font-family:Avenir Next,Lexend;font-size:1.375rem;font-style:normal;font-weight:700;line-height:150%;margin-right:.3125rem}.feature-card-container .card .ac-box3 .content3 section{height:0;opacity:0;overflow:hidden;padding:0;transition:.5s}.feature-card-container .card .ac-box3 .content3 section p{margin:0}.feature-card-container .card .ac-box3 .content3 section div{margin-bottom:1.5rem}.feature-card-container .card .ac-box3 .content3 section div:last-child{margin-bottom:0}.feature-card-container .card .ac-box3 .content3 section .amount{align-items:flex-start;align-self:stretch;background:#f5f5f5;border-radius:.25rem;display:flex;height:2.0625rem;justify-content:space-between;margin-bottom:1rem;padding:.5rem .75rem}.feature-card-container .card .ac-box3 .content3 section .amount p{color:#333;font-size:1.125rem;font-style:normal;font-weight:700;line-height:150%}.feature-card-container .card .ac-box3 .content3 section .amount .price{color:#0069c3;font-size:1.375rem;font-style:normal;font-weight:700;line-height:150%}.feature-card-container .card .ac-box3 .content3 section .amount .priceSmall{color:#0069c3;font-size:.875rem;font-style:normal;font-weight:700;line-height:140%}.feature-card-container .card .ac-box3 .content3 section .description{align-items:flex-start;align-self:stretch;display:flex;gap:1.5rem}.feature-card-container .card .ac-box3 .content3 section .description a{color:#0069c3;display:inline-block;margin:0;min-width:0}.feature-card-container .card .ac-box3 .content3 section .description .composition{color:#333;font-size:1rem;font-style:normal;font-weight:500;line-height:180%}.feature-card-container .card .ac-box3 .content3 section .description .composition .compositionSmall{align-items:flex-start;align-self:stretch;color:#555;display:block;font-size:.875rem;font-style:normal;font-weight:500;gap:.25rem;line-height:150%}.feature-card-container .card .ac-box3 .content3 section .description .composition .compositionSmall a:hover{opacity:.3}.feature-card-container .card .ac-box3 .content3 section .sub .subTitle{color:#333;font-size:1.125rem;font-style:normal;font-weight:700;line-height:150%}.feature-card-container .card .ac-box3 .content3 section .sub .subTitle .circle{background:#0069c3;border-radius:50%;display:inline-block;height:.75rem;width:.75rem}.feature-card-container .card .ac-box3 .content3 section .sub .subContent{color:#333;font-size:1rem;font-style:normal;font-weight:500;line-height:180%;margin:0}.feature-card-container .card .ac-box3 .content3 section .sub .subImg{align-items:center}.feature-card-container .card .ac-box3 .content3 section .sub .subImg img{height:auto;margin:.5rem .75rem;max-width:100%;vertical-align:top}.feature-card-container .card .ac-box3 .content3 section .sub .subImg img:last-child{margin-right:0}.feature-card-container .card .ac-box3 .content3 input:checked~section{height:auto;opacity:1;padding-top:1rem;width:100%}.feature-card-container .card .ac-box3 .content3 input:checked~.title:after{content:url(img/icon_24_arrowtop_gray.svg);text-align:right}.feature-card-container .card .ac-box3 .content3 a{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:1rem;margin:0 0 1rem;min-width:12.5rem}.feature-card-container .card .ac-box3 .content3 .small{color:#555;font-size:var(--TextSize-Capiton,.625rem);font-style:normal;font-weight:500;line-height:150%}.feature-card-container .card .ac-box4{display:block;flex-direction:column;gap:1.5rem;margin-bottom:1rem;margin-top:1rem;width:100%}.feature-card-container .card .ac-box4 input{display:none}.feature-card-container .card .ac-box4 p{margin:0}.feature-card-container .card .ac-box4 .content{align-items:flex-start;align-self:stretch;background:#fff;border:.0625rem solid #d3d3d3;border-radius:.75rem;display:flex;flex-direction:column;gap:0;padding:.75rem 1rem;width:100%}.feature-card-container .card .ac-box4 .content .title{align-items:center;border-radius:.75rem;color:#333;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:0;justify-content:space-between;line-height:150%;padding-right:1.5rem;position:relative;width:100%}.feature-card-container .card .ac-box4 .content .title:after{content:url(img/icon_24_arrowbottom_gray.svg);display:block;height:1.5rem;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.5rem}.feature-card-container .card .ac-box4 .content .question{color:#0069c3;font-family:Avenir Next,Lexend;font-size:1.375rem;font-style:normal;font-weight:700;line-height:150%;margin-right:.3125rem}.feature-card-container .card .ac-box4 .content section{height:0;opacity:0;overflow:hidden;padding:0;transition:.5s}.feature-card-container .card .ac-box4 .content section p{margin:0}.feature-card-container .card .ac-box4 .content section .amount{align-items:center;align-self:stretch;background:#f5f5f5;border-radius:.25rem;box-sizing:content-box;display:flex;height:2.0625rem;justify-content:space-between;margin-bottom:1rem;padding:.5rem .75rem}.feature-card-container .card .ac-box4 .content section .amount p{color:#333;font-size:1.125rem;font-style:normal;font-weight:700;line-height:150%}.feature-card-container .card .ac-box4 .content section .amount .price{color:#0069c3;font-size:1.375rem;font-style:normal;font-weight:700;line-height:150%}.feature-card-container .card .ac-box4 .content section .amount .priceSmall{color:#0069c3;font-size:.875rem;font-style:normal;font-weight:700;line-height:140%}.feature-card-container .card .ac-box4 .content section .description{align-items:flex-start;align-self:stretch;display:flex;gap:1.5rem}.feature-card-container .card .ac-box4 .content section .description a{display:contents;margin:0;min-width:0}.feature-card-container .card .ac-box4 .content section .description .composition{color:#333;font-size:1rem;font-style:normal;font-weight:500;line-height:180%}.feature-card-container .card .ac-box4 .content section .description .composition .compositionSmall{align-items:flex-start;align-self:stretch;color:#555;display:block;font-size:.875rem;font-style:normal;font-weight:500;gap:.25rem;line-height:150%}.feature-card-container .card .ac-box4 .content section .sub{margin-top:1rem}.feature-card-container .card .ac-box4 .content section .sub:last-child{margin-bottom:0}.feature-card-container .card .ac-box4 .content section .sub .subTitle{color:#333;font-size:1.125rem;font-style:normal;font-weight:700;line-height:150%}.feature-card-container .card .ac-box4 .content section .sub .subTitle .circle{background:#0069c3;border-radius:50%;display:inline-block;height:.75rem;width:.75rem}.feature-card-container .card .ac-box4 .content section .sub .subContent{color:#333;font-size:1rem;font-style:normal;font-weight:500;line-height:180%;margin:0}.feature-card-container .card .ac-box4 .content section .sub .subContent a{color:#0069c3;display:inline}.feature-card-container .card .ac-box4 .content section .sub .subContent a:hover{opacity:.3}.feature-card-container .card .ac-box4 .content section .sub .subImg{align-items:center}.feature-card-container .card .ac-box4 .content section .sub .subImg img{height:auto;margin:.5rem .75rem;max-width:100%;vertical-align:top}.feature-card-container .card .ac-box4 .content section .sub .subImg img:last-child{margin-right:0}.feature-card-container .card .ac-box4 .content input:checked~section{border-radius:.75rem;height:auto;opacity:1;padding-top:1rem;width:100%}.feature-card-container .card .ac-box4 .content input:checked~.title:after{content:url(img/icon_24_arrowtop_gray.svg);text-align:right}.feature-card-container .card .ac-box4 .content a{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:1rem;margin:0 0 1rem;min-width:12.5rem}.feature-card-container .card .ac-box4 .content a:hover{opacity:.3}.feature-card-container .card .ac-box4 .content .small{color:#555;font-size:.75rem;font-style:normal;font-weight:500;line-height:150%}.feature-card-container .card .ac-box4 .content{margin-bottom:1.5rem}.feature-card-container .card .ac-box4 .content:last-child{margin-bottom:0}.ac-box4 .content .content-wrapper{height:0;opacity:0;overflow:hidden;padding:0;transition:.5s}.ac-box4 .content .content-wrapper p{margin:0}.ac-box4 .content .content-wrapper .container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:1rem 0}.ac-box4 .content .content-wrapper .container .amount{align-items:center;align-self:stretch;background:#f5f5f5;border-radius:1rem;display:flex;gap:var(--Margin-12,.75rem);height:3rem;justify-content:space-between;padding:.25rem 1rem .25rem .25rem;width:calc(50% - 1.875rem)}.ac-box4 .content .content-wrapper .container .amount p{align-items:center;color:#333;display:flex;font-size:1rem;font-style:normal;font-weight:500;line-height:150%;margin:0}.ac-box4 .content .content-wrapper .container .amount p img{margin-right:.75rem;vertical-align:middle}.ac-box4 .content .content-wrapper .container .amount .price{align-items:baseline;color:#333;font-size:1.75rem;font-style:normal;font-weight:500;line-height:150%}.ac-box4 .content .content-wrapper .container .amount .priceSmall{color:#333;font-size:1.125rem;font-style:normal;font-weight:700;line-height:140%}.ac-box4 .content .content-wrapper .total{text-align:center}.ac-box4 .content .content-wrapper .total .amount{color:#333;font-size:1rem;font-style:normal;font-weight:500;line-height:150%;text-align:center}.ac-box4 .content .content-wrapper .total .price{color:#333;font-size:1.75rem;font-style:normal;font-weight:700;line-height:150%}.ac-box4 .content .content-wrapper .total .priceSmall{color:#333;font-size:1.125rem;font-style:normal;font-weight:700;line-height:150%}.ac-box4 .content .content-wrapper .total img{height:1.5rem;margin:1rem 0;width:1.5rem}.ac-box4 .content .content-wrapper .total .resultAmount{color:#333;font-size:1.375rem;font-style:normal;font-weight:700;line-height:150%;text-align:center}.ac-box4 .content .content-wrapper .total .resultPrice{font-size:2rem;font-style:normal;font-weight:900;line-height:150%}.ac-box4 .content .content-wrapper .total .blue{color:#0069c3}.ac-box4 .content input:checked~.content-wrapper{border-radius:.75rem;height:auto;opacity:1;padding-top:1rem;width:100%}.ac-box4 .content-wrapper .content a{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:1rem;margin:0 0 1rem;min-width:12.5rem}.ac-box4 .content-wrapper .content .small{color:#555;font-size:.625rem;font-style:normal;font-weight:500;line-height:150%}@media screen and (max-width:30rem){.feature-card-container .title .firstText{font-size:1.5rem}.feature-card-container .title .secondText{font-size:2rem}.feature-card-container .icon{height:6.4375rem;width:14.5rem}.feature-card-container .card{padding:2rem 1.25rem}.feature-card-container .card .cardTitle{font-size:1.25rem;margin:0}.feature-card-container .card .point{font-size:1.125rem}.feature-card-container .card .cardContent{display:block}.feature-card-container .card .cardContent img{margin:1.5rem 0;width:100%}.feature-card-container .card .cardContent .description,.feature-card-container .card .cardContent .description ul li{font-size:.9375rem}.feature-card-container .card .cardContent .description ul li:before{top:.75rem}.feature-card-container .card .example{align-items:center;display:flex;flex:1 0 0;gap:var(--Margin-8,.5rem);justify-content:center;padding:.5rem .5rem 1.5rem}.feature-card-container .card .example .case{display:block;margin:0;padding:1rem .75rem;width:45%}.feature-card-container .card .example .case .viewImg{align-self:stretch;height:5.1875rem;margin:1.5rem 0;width:100%}.feature-card-container .card .example .case div{display:block;text-align:center;width:100%}.feature-card-container .card .example .case div .price{margin:.5rem 0}.feature-card-container .card .example .case div .arrow{margin:0}.feature-card-container .card .example .case div .left{display:none}.feature-card-container .card .example .case div .bottom{display:inline-block}.feature-card-container .card .cardFooter{margin:0}.feature-card-container .card .ac-box3{align-items:center;display:flex;gap:.75rem;padding:.75rem 1rem;width:20.4375rem}.feature-card-container .card .ac-box3 .content{width:auto}.feature-card-container .card .ac-box3 .content .title{align-items:center;align-self:stretch;font-size:.9375rem;gap:.5rem}.feature-card-container .card .ac-box3 .content section .amount{height:1.75rem}.feature-card-container .card .ac-box3 .content section .amount p{font-size:.9375rem}.feature-card-container .card .ac-box3 .content section .amount .price{font-size:1.125rem}.feature-card-container .card .ac-box3 .content section .amount .priceSmall{font-size:.75rem}.feature-card-container .card .ac-box3 .content section .description{display:block}.feature-card-container .card .ac-box3 .content section .description img{width:100%}.feature-card-container .card .ac-box3 .content section .description .composition{font-size:.9375rem}.feature-card-container .card .ac-box3 .content section .description .composition .compositionSmall{font-size:.75rem}.feature-card-container .card .ac-box3 .content section .sub .subContent,.feature-card-container .card .ac-box3 .content section .sub .subTitle{font-size:.9375rem}.feature-card-container .card .ac-box3 .content section .sub .subImg img{margin:0 .1875rem}.feature-card-container .card .ac-box4{align-items:center;display:flex;gap:.75rem;padding:.75rem 1rem;width:20.4375rem}.feature-card-container .card .ac-box4 .content{width:auto}.feature-card-container .card .ac-box4 .content .title{align-items:center;align-self:stretch;font-size:.9375rem;gap:.5rem}.feature-card-container .card .ac-box4 .content section .amount{height:1.75rem}.feature-card-container .card .ac-box4 .content section .amount p{font-size:.9375rem}.feature-card-container .card .ac-box4 .content section .amount .price{font-size:1.125rem}.feature-card-container .card .ac-box4 .content section .amount .priceSmall{font-size:.75rem}.feature-card-container .card .ac-box4 .content section .description{display:block}.feature-card-container .card .ac-box4 .content section .description img{width:100%}.feature-card-container .card .ac-box4 .content section .description .composition{font-size:.9375rem}.feature-card-container .card .ac-box4 .content section .description .composition .compositionSmall{font-size:.75rem}.feature-card-container .card .ac-box4 .content section .sub .subContent,.feature-card-container .card .ac-box4 .content section .sub .subTitle{font-size:.9375rem}.feature-card-container .card .ac-box4 .content section .sub .subImg img{margin:0 .3125rem}.ac-box4 .content .content-wrapper .container{display:block}.ac-box4 .content .content-wrapper .container .amount{align-items:center;align-self:stretch;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.25rem 1rem .25rem .25rem;width:auto}.ac-box4 .content .content-wrapper .container .amount p{font-size:.9375rem}.ac-box4 .content .content-wrapper .container .amount p img{width:2rem}.ac-box4 .content .content-wrapper .container .amount .price{font-size:1.25rem}.ac-box4 .content .content-wrapper .container .amount .priceSmall,.ac-box4 .content .content-wrapper .total .amount{font-size:.9375rem}.ac-box4 .content .content-wrapper .total .price{font-size:1.25rem}.ac-box4 .content .content-wrapper .total .priceSmall{font-size:.9375rem}.ac-box4 .content .content-wrapper .total img{margin:.5rem 0}.ac-box4 .content .content-wrapper .total .resultAmount{font-size:1.125rem}.ac-box4 .content .content-wrapper .total .resultPrice{font-size:1.5rem}}#hs_cos_wrapper_module_175214626375513 .feature-card-container .card div .description ul li:before{background:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_check_blue.svg) no-repeat 50%;background-size:contain}#hs_cos_wrapper_module_175214626375513 .feature-card-container .card .ac-box3 .content3 .title:after,#hs_cos_wrapper_module_175214626375513 .feature-card-container .card .ac-box4 .content .title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowbottom_gray.svg)}#hs_cos_wrapper_module_175214626375513 .feature-card-container .card .ac-box3 .content3 input:checked~title:after,#hs_cos_wrapper_module_175214626375513 .feature-card-container .card .ac-box4 .content input:checked~.title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowtop_gray.svg)}#hs_cos_wrapper_module_175214626375513 .feature-card-container .card .cardContent{grid-template-columns:2fr 3fr}#hs_cos_wrapper_module_1752146559697 .feature-card-container .card div .description ul li:before{background:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_check_blue.svg) no-repeat 50%;background-size:contain}#hs_cos_wrapper_module_1752146559697 .feature-card-container .card .ac-box3 .content3 .title:after,#hs_cos_wrapper_module_1752146559697 .feature-card-container .card .ac-box4 .content .title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowbottom_gray.svg)}#hs_cos_wrapper_module_1752146559697 .feature-card-container .card .ac-box3 .content3 input:checked~title:after,#hs_cos_wrapper_module_1752146559697 .feature-card-container .card .ac-box4 .content input:checked~.title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowtop_gray.svg)}#hs_cos_wrapper_module_1752146559697 .feature-card-container .card .cardContent{grid-template-columns:2fr 3fr}#hs_cos_wrapper_module_1752146602501 .feature-card-container .card div .description ul li:before{background:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_check_blue.svg) no-repeat 50%;background-size:contain}#hs_cos_wrapper_module_1752146602501 .feature-card-container .card .ac-box3 .content3 .title:after,#hs_cos_wrapper_module_1752146602501 .feature-card-container .card .ac-box4 .content .title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowbottom_gray.svg)}#hs_cos_wrapper_module_1752146602501 .feature-card-container .card .ac-box3 .content3 input:checked~title:after,#hs_cos_wrapper_module_1752146602501 .feature-card-container .card .ac-box4 .content input:checked~.title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowtop_gray.svg)}#hs_cos_wrapper_module_1752146602501 .feature-card-container .card .cardContent{grid-template-columns:2fr 3fr}@keyframes scroll-hint-appear{0%{opacity:0;transform:translateX(40px)}10%{opacity:1}50%,to{opacity:0;transform:translateX(-40px)}}.scroll-hint-icon{background:rgba(0,0,0,.7);border-radius:5px;box-sizing:border-box;height:auto;left:calc(50% - 60px);opacity:0;padding:20px 10px 10px;position:absolute;text-align:center;top:calc(50% - 25px);transition:opacity .3s;width:120px}.scroll-hint-icon-wrap{height:100%;left:0;max-height:100%;pointer-events:none;position:absolute;top:0;width:100%}.scroll-hint-text{color:#fff;font-size:10px;margin-top:5px}.scroll-hint-icon-wrap.is-active .scroll-hint-icon{opacity:.8}.scroll-hint-icon:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMS4zMyAzMC41Mkg3Ljg1QTEuNTUgMS41NSAwIDAgMSA2LjMgMjlhMTIuNSAxMi41IDAgMCAwLS42My00LjQyIDI1LjIgMjUuMiAwIDAgMC00LjI1LTVsLS4wNi0uMDZBNSA1IDAgMCAxIDAgMTUuODZhMy42NCAzLjY0IDAgMCAxIDEuMTctMi42MiAzLjYzIDMuNjMgMCAwIDEgNS4xNC4wN1YzLjc3YTMuNzcgMy43NyAwIDEgMSA3LjU0IDB2NC41NmEzLjQgMy40IDAgMCAxIDEuMjYgMCAzIDMgMCAwIDEgMiAxLjIyIDMuNSAzLjUgMCAwIDEgMi0uMDYgMy4yIDMuMiAwIDAgMSAyIDEuNTQgMy43NCAzLjc0IDAgMCAxIDMgLjQ3IDQuMjEgNC4yMSAwIDAgMSAxLjYzIDMuNXYuNDZhMTkuMyAxOS4zIDAgMCAxLS44NCA3Yy0uMTQuMzgtLjM2LjgxLS41NiAxLjIybC0uMTEuMjJjMCAuMDctLjA5LjE0LS4xNC4yMWE3LjEgNy4xIDAgMCAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAgMS0xLjU0IDEuNTNNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4LjcgOC43IDAgMCAxIDEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMCAwIC40Ni0xIDE2LjggMTYuOCAwIDAgMCAuNy02LjEydi0uNTRhMiAyIDAgMCAwLS42NC0xLjUyIDEuMzMgMS4zMyAwIDAgMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAgMS0xLjE4LjI4IDEuMTUgMS4xNSAwIDAgMS0uNzgtLjk0IDEuMjYgMS4yNiAwIDAgMC0uNzUtMS4xMSAxIDEgMCAwIDAtMS4xMS4yOGwtLjEuMWExLjE1IDEuMTUgMCAwIDEtMS4xOS4yOSAxLjE2IDEuMTYgMCAwIDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwIDAtMSAuNDggMS4xNiAxLjE2IDAgMCAxLTIuMTYtLjU4VjMuNzdhMS40NiAxLjQ2IDAgMSAwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwIDEtLjgzIDEuMTEgMS4xNSAxLjE1IDAgMCAxLTEuMi0uMzVsLTEtLjkxYy0uNDctLjQyLS43My0uNjYtLjg0LS43N2ExLjM1IDEuMzUgMCAwIDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAgMC0uMzkgMUEyLjU3IDIuNTcgMCAwIDAgMyAxNy44NWEyNy4yIDI3LjIgMCAwIDEgNC43IDUuNjIgMTIuNiAxMi42IDAgMCAxIC45MSA0Ljc0bS0yLjEtMTEuNjIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;content:"";display:inline-block;height:40px;text-align:center;vertical-align:middle;width:40px}.scroll-hint-icon:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGZpbGw9IiNmZmYiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0xLjg1IDYuMDFoOC41NW0wIDEuMTZIMS44NWExLjE2IDEuMTYgMCAxIDEgMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMSAxIDAgMi4zMSIvPjxwYXRoIGQ9Ik03LjQgMTJhMS4xNSAxLjE1IDAgMCAxLS43Mi0uMjVsLTYuMjUtNUExLjIgMS4yIDAgMCAxIDAgNS44NyAxLjE0IDEuMTQgMCAwIDEgLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAgMSAxLjQgMS44NUwzIDUuOTEgOC4xMiAxMGExLjE2IDEuMTYgMCAwIDEtLjcyIDJtMjQuMDUtNS45OWgtOC41Nm04LjU2IDEuMTZoLTguNTZhMS4xNiAxLjE2IDAgMSAxIDAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAgMSAwIDIuMzEiLz48cGF0aCBkPSJNMjUuOSAxMmExLjE4IDEuMTggMCAwIDEtLjkxLS40MyAxLjE3IDEuMTcgMCAwIDEgLjE4LTEuNTdsNS4wOS00LjA1LTUuMDYtMy44N0ExLjE2IDEuMTYgMCAwIDEgMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwIDEgLjQ1LjkxIDEuMTQgMS4xNCAwIDAgMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwIDEtLjcyLjE3Ii8+PC9nPjwvZz48L3N2Zz4=);background-repeat:no-repeat;content:"";display:block;height:14px;left:50%;margin-left:-20px;opacity:0;position:absolute;top:10px;transition-delay:2.4s;width:34px}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{opacity:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{animation:scroll-hint-appear 1.2s linear;animation-iteration-count:2}.scroll-hint-icon-white{background-color:#fff;box-shadow:0 4px 5px rgba(0,0,0,.4)}.scroll-hint-icon-white:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxwYXRoIGQ9Ik0yMS4zMyAzMC41Mkg3Ljg1QTEuNTUgMS41NSAwIDAgMSA2LjMgMjlhMTIuNSAxMi41IDAgMCAwLS42My00LjQyIDI1LjIgMjUuMiAwIDAgMC00LjI1LTVsLS4wNi0uMDZBNSA1IDAgMCAxIDAgMTUuODZhMy42NCAzLjY0IDAgMCAxIDEuMTctMi42MiAzLjYzIDMuNjMgMCAwIDEgNS4xNC4wN1YzLjc3YTMuNzcgMy43NyAwIDEgMSA3LjU0IDB2NC41NmEzLjQgMy40IDAgMCAxIDEuMjYgMCAzIDMgMCAwIDEgMiAxLjIyIDMuNSAzLjUgMCAwIDEgMi0uMDYgMy4yIDMuMiAwIDAgMSAyIDEuNTQgMy43NCAzLjc0IDAgMCAxIDMgLjQ3IDQuMjEgNC4yMSAwIDAgMSAxLjYzIDMuNXYuNDZhMTkuMyAxOS4zIDAgMCAxLS44NCA3Yy0uMTQuMzgtLjM2LjgxLS41NiAxLjIybC0uMTEuMjJjMCAuMDctLjA5LjE0LS4xNC4yMWE3LjEgNy4xIDAgMCAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAgMS0xLjU0IDEuNTNNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4LjcgOC43IDAgMCAxIDEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMCAwIC40Ni0xIDE2LjggMTYuOCAwIDAgMCAuNy02LjEydi0uNTRhMiAyIDAgMCAwLS42NC0xLjUyIDEuMzMgMS4zMyAwIDAgMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAgMS0xLjE4LjI4IDEuMTUgMS4xNSAwIDAgMS0uNzgtLjk0IDEuMjYgMS4yNiAwIDAgMC0uNzUtMS4xMSAxIDEgMCAwIDAtMS4xMS4yOGwtLjEuMWExLjE1IDEuMTUgMCAwIDEtMS4xOS4yOSAxLjE2IDEuMTYgMCAwIDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwIDAtMSAuNDggMS4xNiAxLjE2IDAgMCAxLTIuMTYtLjU4VjMuNzdhMS40NiAxLjQ2IDAgMSAwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwIDEtLjgzIDEuMTEgMS4xNSAxLjE1IDAgMCAxLTEuMi0uMzVsLTEtLjkxYy0uNDctLjQyLS43My0uNjYtLjg0LS43N2ExLjM1IDEuMzUgMCAwIDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAgMC0uMzkgMUEyLjU3IDIuNTcgMCAwIDAgMyAxNy44NWEyNy4yIDI3LjIgMCAwIDEgNC43IDUuNjIgMTIuNiAxMi42IDAgMCAxIC45MSA0Ljc0bS0yLjEtMTEuNjIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiLz48L2c+PC9zdmc+)}.scroll-hint-icon-white:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0xLjg1IDYuMDFoOC41NW0wIDEuMTZIMS44NWExLjE2IDEuMTYgMCAxIDEgMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMSAxIDAgMi4zMSIvPjxwYXRoIGQ9Ik03LjQgMTJhMS4xNSAxLjE1IDAgMCAxLS43Mi0uMjVsLTYuMjUtNUExLjIgMS4yIDAgMCAxIDAgNS44NyAxLjE0IDEuMTQgMCAwIDEgLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAgMSAxLjQgMS44NUwzIDUuOTEgOC4xMiAxMGExLjE2IDEuMTYgMCAwIDEtLjcyIDJtMjQuMDUtNS45OWgtOC41Nm04LjU2IDEuMTZoLTguNTZhMS4xNiAxLjE2IDAgMSAxIDAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAgMSAwIDIuMzEiLz48cGF0aCBkPSJNMjUuOSAxMmExLjE4IDEuMTggMCAwIDEtLjkxLS40MyAxLjE3IDEuMTcgMCAwIDEgLjE4LTEuNTdsNS4wOS00LjA1LTUuMDYtMy44N0ExLjE2IDEuMTYgMCAwIDEgMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwIDEgLjQ1LjkxIDEuMTQgMS4xNCAwIDAgMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwIDEtLjcyLjE3Ii8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon-white .scroll-hint-text{color:#000}.scroll-hint-shadow-wrap{position:relative}.scroll-hint-shadow-wrap:after{background:linear-gradient(270deg,rgba(0,0,0,.15),transparent 16px,transparent);right:0}.scroll-hint-shadow-wrap:after,.scroll-hint-shadow-wrap:before{content:"";height:100%;opacity:0;pointer-events:none;position:absolute;top:0;visibility:hidden;width:20px;z-index:1}.scroll-hint-shadow-wrap:before{background:linear-gradient(90deg,rgba(0,0,0,.15),transparent 16px,transparent);left:0}.scroll-hint-shadow-wrap.is-right-scrollable:after,.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable):after{opacity:1;visibility:visible}.scroll-hint-shadow-wrap.is-left-scrollable:before,.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable):before{opacity:1;visibility:visible}.table1 .js-scrollable .scroll-hint-icon{display:none}.table1 .table1-wrapper{width:100%}.table1 .table1-wrapper .plan-table{border-spacing:.25rem 0;margin-left:-.25rem;margin-right:-.25rem;table-layout:fixed;width:100%}.table1 .table1-wrapper .plan-table td,.table1 .table1-wrapper .plan-table th{box-sizing:border-box}.table1 .table1-wrapper .plan-table thead th{background:var(--white);border-bottom:.0625rem solid var(--gray-30);color:var(--black);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);height:4rem;padding:0 .5rem;text-align:center;vertical-align:middle;width:11.46875rem}.table1 .table1-wrapper .plan-table thead th .thRemarks{color:var(--gray-70);font-size:var(--footnote-medium-font-size);font-style:var(--footnote-medium-font-style);font-weight:var(--footnote-medium-font-weight);line-height:var(--footnote-medium-line-height);margin:0;position:relative;text-align:center}.table1 .table1-wrapper .plan-table thead .thNone{background:var(--white);border-bottom:.0625rem solid var(--gray-30);width:7.5rem}.table1 .table1-wrapper .plan-table thead .thGray{background:var(--gray-30);border-bottom:.0625rem solid var(--gray-30);color:var(--black);line-height:var(--h5-bold-line-height);text-align:center;width:11.5rem}.table1 .table1-wrapper .plan-table thead .thBlue,.table1 .table1-wrapper .plan-table thead .thGray{border-radius:.5rem .5rem 0 0;font-size:var(--h5-bold-font-size);font-weight:var(--h5-bold-font-weight)}.table1 .table1-wrapper .plan-table thead .thBlue{background:var(--maincolor);border-bottom:.0625rem solid var(--maincolor);color:var(--white);line-height:1.3}.table1 .table1-wrapper .plan-table thead .remarksNote{color:var(--gray-70);font-size:var(--caption-medium-s-font-size);font-style:var(--caption-medium-s-font-style);font-weight:var(--caption-medium-s-font-weight);line-height:1;position:absolute;right:1.875rem;top:0}.table1 .table1-wrapper .plan-table tbody th{background:var(--white);border-spacing:0;font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);text-align:left;width:7.5rem}.table1 .table1-wrapper .plan-table tbody td,.table1 .table1-wrapper .plan-table tbody th{border-bottom:.0625rem solid var(--gray-30);color:var(--black);height:2.5rem;padding:.75rem .5rem;vertical-align:middle}.table1 .table1-wrapper .plan-table tbody td{background:var(--backgroundgray);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-medium-font-weight);text-align:center}.table1 .table1-wrapper .plan-table tbody td img{display:block;margin:0 auto}.table1 .table1-wrapper .plan-table tbody td .tdRemarks{color:inherit;font-size:var(--footnote-medium-font-size);font-style:var(--footnote-medium-font-style);font-weight:var(--footnote-medium-font-weight);line-height:var(--footnote-medium-line-height);margin:0;text-align:center}.table1 .table1-wrapper .plan-table tbody .tdGray_1{border-spacing:0}.table1 .table1-wrapper .plan-table tbody .tdGray_2{background:var(--backgroundgray);border-bottom:.0625rem solid var(--gray-30);border-spacing:0;color:var(--gray-50);position:relative;text-align:center}.table1 .table1-wrapper .plan-table tbody .tdNote{color:var(--black);font-size:var(--caption-medium-s-font-size);font-style:var(--caption-medium-s-font-style);font-weight:var(--caption-medium-s-font-weight);line-height:150%;margin-left:1.3em;position:absolute;top:2.7em}.table1 .table1-wrapper .plan-table tbody .tdBlue{background:var(--backgroundblue);border-bottom:.0625rem solid var(--boderblue);color:var(--maincolor);font-family:var(--h5-bold-font-family);font-weight:var(--h5-bold-font-weight);margin-left:.25rem}.table1 .table1-notes{color:var(--gray-70);display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.table1 .table1-notes .note{font-size:var(--footnote-medium-font-size);font-style:var(--footnote-medium-font-style);font-weight:var(--footnote-medium-font-weight);line-height:var(--footnote-medium-line-height);margin:0}.table1 .table1-notes .note .noteRemark{margin-right:.25rem}@media screen and (max-width:var(--breakpoint-lg )){.table1 .table1-wrapper .plan-table thead .remarksNote{right:.625rem}}@media screen and (max-width:30rem){.table1 .js-scrollable .scroll-hint-icon{display:block;height:4.75rem;left:calc(85% - 3.75rem);width:5rem}.table1 .table1-wrapper{overflow-x:auto;width:100%}.table1 .table1-wrapper .plan-table{border-spacing:0;table-layout:fixed;width:100%}.table1 .table1-wrapper .plan-table thead th{font-size:var(--h5-bold-font-size);font-weight:var(--h5-bold-font-weight);height:3rem;padding:.75rem .5rem;text-align:center;vertical-align:middle;width:9.46875rem}.table1 .table1-wrapper .plan-table thead th.thNone{background:var(--white);left:0;position:sticky;width:5rem;z-index:5}.table1 .table1-wrapper .plan-table thead th.thGray{left:5rem;line-height:var(--h6-bold-line-height);position:sticky;width:9.5rem;z-index:5}.table1 .table1-wrapper .plan-table thead th.thBlue,.table1 .table1-wrapper .plan-table thead th.thGray{font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight)}.table1 .table1-wrapper .plan-table thead th.thBlue{border:.125rem solid var(--maincolor);line-height:130%;min-width:7.96875rem}.table1 .table1-wrapper .plan-table thead .thRemarks{font-size:var(--caption-medium-m-font-size)}.table1 .table1-wrapper .plan-table thead .remarksNote{color:var(--gray-50);font-size:var(--caption-medium-m-font-size);font-style:var(--caption-medium-m-font-style);font-weight:var(--caption-medium-m-font-weight);line-height:1;right:-.125rem;top:.3em}.table1 .table1-wrapper .plan-table tbody th{background:var(--white);font-size:var(--footnote-medium-font-size);left:0;position:sticky;z-index:5}.table1 .table1-wrapper .plan-table tbody td{font-size:var(--h6-bold-font-size);text-align:center}.table1 .table1-wrapper .plan-table tbody td.tdGray_1,.table1 .table1-wrapper .plan-table tbody td.tdGray_2{left:5rem;position:sticky;z-index:5}.table1 .table1-wrapper .plan-table tbody td.tdBlue{border-left:.125rem solid var(--maincolor);border-right:.125rem solid var(--maincolor);min-width:7.96875rem}.table1 .table1-wrapper .plan-table tbody td.leftBorder{border-left:.5rem solid var(--maincolor)}.table1 .table1-wrapper .plan-table tbody td.last{border-right:.25rem solid var(--maincolor)}}#hs_cos_wrapper_widget_1752146801780 .table1 .js-scrollable .scroll-hint-icon:before{background-image:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/scroll-hint/finger.svg)}#hs_cos_wrapper_widget_1752146801780 .table1 .js-scrollable .scroll-hint-icon:after{background-image:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/scroll-hint/scroll_arrow.svg);left:40%;width:5.4375rem}.satisfaction-section .title p{font-family:var(--h2-black-font-family);font-size:var(--h2-black-font-size);font-style:var(--h2-black-font-style);font-weight:var(--h2-black-font-weight);letter-spacing:var(--h2-black-letter-spacing);line-height:var(--h2-black-line-height);margin:0;text-align:center}.satisfaction-section .flexible-image{display:block;height:auto;margin:2rem 0;max-height:25rem;max-width:100%;width:auto}.satisfaction-section .small{align-items:flex-start;align-self:stretch;display:flex;font-family:var(--footnote-medium-font-family);font-size:var(--footnote-medium-font-size);font-style:var(--footnote-medium-font-style);font-weight:var(--footnote-medium-font-weight);gap:.25rem;justify-content:center;letter-spacing:var(--footnote-medium-letter-spacing);line-height:var(--footnote-medium-line-height);margin:0 auto;max-width:26rem}.satisfaction-section.blue{align-items:center;background:var(--maincolor);display:flex;flex-direction:column;justify-content:center;padding:3.5rem 1rem 4rem}.satisfaction-section.blue p{color:var(--white)}.satisfaction-section.white{align-items:center;background:var(--white);display:flex;flex-direction:column;justify-content:center;padding:3.5rem 1rem 4rem}.satisfaction-section.white p{color:var(--gray-70)}.satisfaction-section.white .title p{color:var(--black)}.satisfaction-section .content-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:var(--breakpoint-xl);width:100%}@media screen and (max-width:30rem){.satisfaction-section .flexible-image{margin:1.5rem auto;max-height:18.75rem}.satisfaction-section .title p{font-family:var(--h4-bold-font-family);font-size:var(--h4-bold-font-size);font-style:var(--h4-bold-font-style);font-weight:var(--h4-bold-font-weight);letter-spacing:var(--h4-bold-letter-spacing);line-height:var(--h4-bold-line-height)}.satisfaction-section .small{font-family:var(--caption-medium-m-font-family);font-size:var(--caption-medium-m-font-size);font-style:var(--caption-medium-m-font-style);font-weight:var(--caption-medium-m-font-weight);letter-spacing:var(--caption-medium-m-letter-spacing);line-height:var(--caption-medium-m-line-height)}.satisfaction-section .flexible-image{margin:1.25rem auto;max-height:15.625rem}}@media screen and (min-width:var(--breakpoint-xl )){.satisfaction-section .flexible-image{min-width:12.5rem}}.testimonial-card-carousel{padding:6rem 0 6.5rem;position:relative}.testimonial-card-carousel .sectionTitle{color:var(--black);font-family:var(--copy-black-l-font-family);font-size:var(--copy-black-l-font-size);font-style:var(--copy-black-l-font-style);font-weight:var(--copy-black-l-font-weight);line-height:var(--copy-black-l-line-height);margin:0 0 3.5rem;text-align:center}.testimonial-card-carousel .icon{aspect-ratio:14.5/11.4375;display:block;left:50%;margin:0 auto;position:absolute;transform:translateX(-50%);width:21.5rem}.testimonial-card-carousel .swiper-wrapper{padding:1.25rem 0}.testimonial-card-carousel .card21 .card{align-items:center;background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow);box-sizing:content-box;display:flex;flex-direction:column;flex-shrink:0;height:25.625rem;justify-content:space-between;padding:2.5rem 2rem;width:21rem}.testimonial-card-carousel .card21 .card p{font-family:var(--body-medium-font-family);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);line-height:var(--body-medium-line-height);margin:0}.testimonial-card-carousel .card21 .card .cardBody{align-items:center;align-self:stretch;display:flex;flex-direction:column;text-align:left}.testimonial-card-carousel .card21 .card .cardBody .user{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.testimonial-card-carousel .card21 .card .cardBody .user img{flex-shrink:0;height:5rem;width:5rem}.testimonial-card-carousel .card21 .card .cardBody .user p{color:var(--gray-50);font-family:var(--footnote-medium-font-family);font-size:var(--footnote-medium-font-size);font-style:var(--footnote-medium-font-style);font-weight:var(--footnote-medium-font-weight);line-height:var(--footnote-medium-line-height)}.testimonial-card-carousel .card21 .card .cardBody .title{color:var(--black);font-family:var(--h4-bold-font-family);font-size:var(--h4-bold-font-size);font-style:var(--h4-bold-font-style);font-weight:var(--h4-bold-font-weight);line-height:var(--h4-bold-line-height);margin-bottom:.5rem}.testimonial-card-carousel .card21 .card .cardBody .detail{color:var(--black);font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:180%;width:100%}.testimonial-card-carousel .card21 .card .cardBody .plan{width:100%}.testimonial-card-carousel .card21 .card .cardBody .plan .row{align-items:center;align-self:stretch;display:flex;gap:.5rem;margin-bottom:.25rem}.testimonial-card-carousel .card21 .card .cardBody .plan .row .planName{align-items:center;background:var(--backgroundblue);border-radius:.25rem;color:var(--maincolor);display:flex;font-family:var(--h6-bold-font-family);font-size:var(--footnote-medium-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);gap:.625rem;justify-content:center;line-height:140%;padding:.25rem .5rem;width:6.25rem}.testimonial-card-carousel .card21 .card .cardBody .plan .row .planDetail{color:var(--gray-70);font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:180%}@media screen and (max-width:30rem){.testimonial-card-carousel .card21 .card{padding:2rem 1.25rem;width:17rem}.testimonial-card-carousel .card21 .card .cardBody .user p{font-family:var(--caption-medium-m-font-family);font-size:var(--caption-medium-m-font-size);font-style:var(--caption-medium-m-font-style);font-weight:var(--caption-medium-m-font-weight);line-height:var(--caption-medium-m-font-line-height)}.testimonial-card-carousel .card21 .card .cardBody .title{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height)}.testimonial-card-carousel .card21 .card .cardBody .detail{font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:var(--copy-medium-m-line-height);margin-bottom:1rem}.testimonial-card-carousel .card21 .card .cardBody .plan .row .planName{font-family:var(--caption-medium-m-font-family);font-size:var(--caption-medium-m-font-size);font-style:var(--caption-medium-m-font-style);font-weight:var(--caption-medium-m-font-weight);line-height:var(--caption-medium-m-font-line-height)}.testimonial-card-carousel .card21 .card .cardBody .plan .row .planDetail{font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:var(--copy-medium-m-line-height)}}.testimonial-card-carousel .swiper{position:relative}.testimonial-card-carousel .swiper .swiper-wrapper{transition-timing-function:linear}.testimonial-card-carousel .swiper .swiper-wrapper .swiper-slide{width:auto}.testimonial-card-carousel .swiper .slide-pagination-wrapper{display:flex;justify-content:center;margin-top:3.5rem}.testimonial-card-carousel .swiper .slide-pagination-wrapper .swiper-pagination{position:static}.testimonial-card-carousel .swiper .swiper-horizontal>.swiper-pagination-bullets,.testimonial-card-carousel .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.testimonial-card-carousel .swiper .swiper-pagination-custom,.testimonial-card-carousel .swiper .swiper-pagination-fraction{width:auto}.testimonial-card-carousel .swiper .swiper-pagination-bullets{align-items:center;display:flex}.testimonial-card-carousel .swiper .swiper-button-next,.testimonial-card-carousel .swiper .swiper-button-prev{margin-left:1.5rem;margin-right:1.5rem;margin-top:0;position:static}.testimonial-card-carousel .swiper .swiper-button-next:after,.testimonial-card-carousel .swiper .swiper-button-prev:after{display:none}.testimonial-card-carousel .swiper .swiper-pagination-bullet-active{background:var(--maincolor);border-radius:5px;width:var(
    --swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px)
  )}@media screen and (max-width:30rem){.testimonial-card-carousel{padding:3.5rem 0 4rem;text-align:center}}#hs_cos_wrapper_module_175220038553610 .testimonial-card-carousel .swiper{margin-top:14.5rem}.video-player-carousel .swiper .swiper-wrapper{transition-timing-function:linear}.video-player-carousel .swiper .swiper-wrapper .swiper-slide{cursor:pointer;position:relative;width:auto}.video-player-carousel .swiper .swiper-wrapper .swiper-slide img{border-radius:1.5rem;height:auto;width:100%}.video-player-carousel .swiper .slide-pagination-wrapper{display:flex;justify-content:center;margin-top:3.5rem}.video-player-carousel .swiper .slide-pagination-wrapper .swiper-pagination{position:static}.video-player-carousel .swiper .swiper-horizontal>.swiper-pagination-bullets,.video-player-carousel .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.video-player-carousel .swiper .swiper-pagination-custom,.video-player-carousel .swiper .swiper-pagination-fraction{width:auto}.video-player-carousel .swiper .swiper-pagination-bullets{align-items:center;display:flex}.video-player-carousel .swiper .swiper-button-next,.video-player-carousel .swiper .swiper-button-prev{margin-left:1.5rem;margin-right:1.5rem;margin-top:0;position:static}.video-player-carousel .swiper .swiper-button-next:after,.video-player-carousel .swiper .swiper-button-prev:after{display:none}.video-player-carousel .swiper .swiper-pagination-bullet-active{background:var(--maincolor);border-radius:5px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px))}.video-player-carousel .note{color:var(--gray-70);font-family:var(--footnote-medium-font-family);font-size:var(--footnote-medium-font-size);font-style:var(--footnote-medium-font-style);font-weight:var(--footnote-medium-font-weight);letter-spacing:var(--footnote-medium-letter-spacing);line-height:var(--footnote-medium-line-height);margin:1.5rem 0 0;text-align:center}@media screen and (max-width:30rem){.video-player-carousel .swiper .swiper-wrapper{margin-top:2rem}.video-player-carousel .swiper .swiper-wrapper .swiper-slide img{height:auto;width:100%}.video-player-carousel .note{font-family:var(--caption-medium-m-font-family);font-size:var(--caption-medium-m-font-size);font-weight:var(--caption-medium-m-font-weight);letter-spacing:var(--caption-medium-m-letter-spacing);line-height:var(--caption-medium-m-line-height)}}.play-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:contain;height:3.75rem;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:3.75rem}.video-modal{background-color:rgba(0,0,0,.8);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}.video-modal-content{margin:auto;max-width:800px;padding:1.25rem;position:relative;top:50%;transform:translateY(-50%);width:90%}#video-player{aspect-ratio:16/9;height:auto;width:100%}.close-modal{color:var(--gray-50);font-size:var(--h1-black-font-size);font-weight:var(--h1-black-font-weight);position:absolute;right:1.5625rem;top:0}.close-modal:focus,.close-modal:hover{color:var(--white);cursor:pointer;text-decoration:none}.section1-8{align-items:center;background:var(--maincolor);display:flex;flex-direction:column;padding:3.5rem 1rem 4rem}.section1-8 p{margin:0}.section1-8 .logo{display:block;width:10rem}.section1-8 .subText{color:var(--white);font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size,1.125rem);font-style:normal;font-weight:var(--h5-medium-font-weight,500);line-height:1.6875rem;margin-top:1rem;text-align:center}.section1-8 .breakthrough{height:auto;margin:2.5rem 0 1rem;width:26rem}.section1-8 .small{color:var(--white);font-size:var(--copy-bold-m-font-size,.875rem);font-style:normal;line-height:150%;margin-top:1rem;text-align:center}@media screen and (max-width:30rem){.section1-8 .subText{font-size:.9375rem}.section1-8 .small{font-size:.75rem}}.application-process-guide .pc{display:block}.application-process-guide .sp{display:none}.application-process-guide p{color:var(--black);font-family:var(--copy-bold-m-font-family);font-style:var(--copy-bold-m-font-style);font-weight:var(--copy-bold-m-font-weight);line-height:var(--copy-bold-m-line-height);margin:0;text-align:center;width:100%}.application-process-guide .title{font-family:var(--copy-black-l-font-family);font-size:var(--copy-black-l-font-size);font-style:var(--copy-black-l-font-style);font-weight:var(--copy-black-l-font-weight);line-height:var(--copy-black-l-line-height);margin-bottom:3.5rem}.application-process-guide .card{margin:0 auto;padding:2rem 2.5rem;width:35rem}.application-process-guide .card .cardBody{width:100%}.application-process-guide .card13 .card{align-items:center;background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow);display:flex;margin-bottom:2rem;padding:1rem 2.5rem;width:100%}.application-process-guide .card13 .card p{color:var(--black);font-family:var(--copy-bold-m-font-family);font-style:var(--copy-bold-m-font-style);font-weight:var(--copy-bold-m-font-weight);line-height:var(--copy-bold-m-line-height);margin:0;text-align:center}.application-process-guide .card13 .card .cardHeader{border-right:.0625rem solid var(--gray-30);padding-right:2rem}.application-process-guide .card13 .card .cardHeader .step{color:var(--maincolor);font-family:var(--avenir-bold-m-font-family);font-size:var(--h5-bold-font-size);letter-spacing:.045rem;line-height:100%;margin-bottom:1rem;position:relative;top:.3125rem}.application-process-guide .card13 .card .cardHeader .stepNum{color:var(--maincolor);font-family:var(--avenir-bold-l-font-family);font-size:var(--avenir-bold-l-font-size)}.application-process-guide .card13 .card .cardBody{align-items:center;display:flex;justify-content:space-between;text-align:center;width:100%}.application-process-guide .card13 .card .cardBody img{height:10rem;width:auto}.application-process-guide .card13 .card .cardBody .sp{display:none}.application-process-guide .card13 .card .cardBody .pc{display:inline-block}.application-process-guide .card13 .card .cardBody div{padding-left:2rem}.application-process-guide .card13 .card .cardBody div .title{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);margin-bottom:.5rem;text-align:left}.application-process-guide .card13 .card .cardBody div .detail{display:block;font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:var(--copy-medium-m-line-height);text-align:left}@media screen and (max-width:30rem){.application-process-guide .card13{display:inline-flex;gap:1rem}.application-process-guide .card13 .card{align-items:center;display:block;flex-direction:column;padding:1.5rem 2rem 2rem;width:14.75rem}.application-process-guide .card13 .card .cardHeader{border-right:none;padding:0}.application-process-guide .card13 .card .cardHeader .step{font-size:var(--h5-bold-font-size)}.application-process-guide .card13 .card .cardHeader .stepNum{font-size:var(--h2-black-font-size)}.application-process-guide .card13 .card .cardBody{display:block}.application-process-guide .card13 .card .cardBody .sp{display:inline-block}.application-process-guide .card13 .card .cardBody .pc{display:none}.application-process-guide .card13 .card .cardBody div{padding:0}.application-process-guide .card13 .card .cardBody div .title{font-size:var(--h5-bold-font-size);text-align:center}.application-process-guide .card13 .card .cardBody div .detail{font-size:var(--copy-bold-m-font-size);text-align:center}}.application-process-guide .procedure{align-items:center;display:flex;gap:3.5rem;justify-content:center;margin:0 auto;max-width:54.375rem;width:90vw}.application-process-guide .procedure .step{align-items:center;display:flex;flex:1 0 0;flex-direction:column;gap:1rem;justify-content:center;width:100%}.application-process-guide .procedure .step img{flex-shrink:0;height:8.75rem;width:8.75rem}.application-process-guide .procedure .step div .stepTitle{color:var(--maincolor);font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height)}.application-process-guide .procedure .step div .stepDetail{font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:180%;max-width:16.125rem;width:100%}@media screen and (max-width:30rem){.application-process-guide .procedure{display:block}.application-process-guide .procedure img{margin:0 auto}.application-process-guide .procedure .step{align-self:stretch;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:1fr 3fr;margin:.75rem auto;padding:0 2rem;width:100%}.application-process-guide .procedure .step:after{margin-bottom:0}.application-process-guide .procedure .step img{height:5.5rem;margin:0;width:5.5rem}.application-process-guide .procedure .step div .stepTitle{font-size:var(--h5-bold-font-size);text-align:left}.application-process-guide .procedure .step div .stepDetail{font-size:var(--copy-bold-m-font-size);text-align:left}}.application-process-guide .swiper{margin-bottom:4rem}.application-process-guide .swiper .swiper-slide{width:auto}.application-process-guide .swiper .swiper-slide .card13 .card{align-items:center;background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow);display:flex;margin-bottom:2rem;max-width:54.375rem;padding:1rem 2.5rem;width:70%}.application-process-guide .swiper .swiper-slide .card13 .card p{color:var(--black);font-family:var(--copy-bold-m-font-family);font-style:var(--copy-bold-m-font-style);font-weight:var(--copy-bold-m-font-weight);line-height:var(--copy-bold-m-line-height);margin:0;text-align:center}.application-process-guide .swiper .swiper-slide .card13 .card .cardHeader{border-right:.0625rem solid var(--gray-30);padding-right:2rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardHeader .step{color:var(--maincolor);font-family:var(--avenir-bold-m-font-family);font-size:var(--h5-bold-font-size);letter-spacing:.045rem;line-height:100%;position:relative;top:.3125rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardHeader .stepNum{color:var(--maincolor);font-family:var(--avenir-bold-l-font-family);font-size:var(--avenir-bold-l-font-size)}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody{align-items:center;display:flex;justify-content:space-between;text-align:center;width:100%}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody img{aspect-ratio:1/1;height:10rem;width:10rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody .sp{display:none}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody .pc{display:inline-block}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody div{padding-left:2rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody div .title{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);margin-bottom:.5rem;text-align:left}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody div .detail{display:block;font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:var(--copy-medium-m-line-height);text-align:left}@media screen and (max-width:30rem){.application-process-guide .swiper .swiper-slide .card13{margin-left:1rem}.application-process-guide .swiper .swiper-slide .card13 .card{align-items:center;display:block;flex-direction:column;height:27rem;overflow-x:visible;padding:1.5rem 2rem 2rem;width:14.75rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardHeader{border-right:none;padding:0}.application-process-guide .swiper .swiper-slide .card13 .card .cardHeader .step{font-size:var(--h5-bold-font-size);margin-bottom:.3rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardHeader .stepNum{font-size:var(--h2-black-font-size);margin-bottom:.5rem}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody{display:block}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody .sp{display:inline-block}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody .pc{display:none}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody div{padding:0}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody div .title{font-size:var(--h5-bold-font-size);text-align:center}.application-process-guide .swiper .swiper-slide .card13 .card .cardBody div .detail{font-size:var(--copy-bold-m-font-size);text-align:center}}.application-process-guide .swiper .swiper-wrapper{padding-bottom:2.5rem}.application-process-guide .swiper .swiper-pagination{bottom:0}.application-process-guide .swiper .swiper-pagination-bullet-active{background:var(--maincolor)}@media screen and (max-width:var(--breakpoint-lg )){.application-process-guide .procedure{gap:1.25rem}}@media screen and (max-width:30rem){.application-process-guide .title{font-size:var(--h3-black-font-size);margin-bottom:1.5rem}.application-process-guide .pc{display:none}.application-process-guide .sp{display:block}}.claim-process-guide .pc{display:block;transform:rotate(270deg)}.claim-process-guide .sp{display:none}.claim-process-guide p{color:var(--black);font-family:var(--copy-bold-m-font-family);font-style:var(--copy-bold-m-font-style);font-weight:var(--copy-bold-m-font-weight);line-height:var(--copy-bold-m-line-height);margin:0;text-align:center;width:100%}.claim-process-guide .title{font-family:var(--copy-black-l-font-family);font-size:var(--copy-black-l-font-size);font-style:var(--copy-black-l-font-style);font-weight:var(--copy-black-l-font-weight);line-height:var(--copy-black-l-line-height);margin-bottom:3.5rem}.claim-process-guide .card{margin:0 auto;padding:2rem 2.5rem;width:35rem}.claim-process-guide .card .cardBody{width:100%}.claim-process-guide body{font-family:Noto Sans JP;margin:0}.claim-process-guide .card13 .card{align-items:center;background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow);display:flex;margin-bottom:2rem;max-width:54.375rem;padding:1rem 2.5rem;width:70%}.claim-process-guide .card13 .card p{color:var(--black);font-family:var(--copy-bold-m-font-family);font-style:var(--copy-bold-m-font-style);font-weight:var(--copy-bold-m-font-weight);line-height:var(--copy-bold-m-line-height);margin:0;text-align:center}.claim-process-guide .card13 .card .cardHeader{border-right:1px solid var(--gray-30);padding-right:2rem}.claim-process-guide .card13 .card .cardHeader .step{color:var(--maincolor);font-family:var(--avenir-bold-m-font-family);font-size:var(--h5-bold-font-size);letter-spacing:.72px;line-height:100%;position:relative;top:.3125rem}.claim-process-guide .card13 .card .cardHeader .stepNum{color:var(--maincolor);font-family:var(--avenir-bold-l-font-family);font-size:var(--avenir-bold-l-font-size)}.claim-process-guide .card13 .card .cardBody{align-items:center;display:flex;justify-content:space-between;text-align:center;width:100%}.claim-process-guide .card13 .card .cardBody img{aspect-ratio:1/1;height:10rem;width:10rem}.claim-process-guide .card13 .card .cardBody .sp{display:none}.claim-process-guide .card13 .card .cardBody .pc{display:inline-block}.claim-process-guide .card13 .card .cardBody div{padding-left:2rem}.claim-process-guide .card13 .card .cardBody div .title{font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);margin-bottom:.5rem;text-align:left}.claim-process-guide .card13 .card .cardBody div .detail{display:block;font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:var(--copy-medium-m-line-height);text-align:left}@media screen and (max-width:30rem){.claim-process-guide .card13{display:inline-flex;gap:1rem;overflow-x:scroll}.claim-process-guide .card13 .card{align-items:center;display:block;flex-direction:column;padding:1.5rem 2rem 2rem;width:14.75rem}.claim-process-guide .card13 .card .cardHeader{border-right:none;padding:0}.claim-process-guide .card13 .card .cardHeader .step{font-size:var(--h5-bold-font-size)}.claim-process-guide .card13 .card .cardHeader .stepNum{font-size:var(--h2-black-font-size)}.claim-process-guide .card13 .card .cardBody{display:block}.claim-process-guide .card13 .card .cardBody .sp{display:inline-block}.claim-process-guide .card13 .card .cardBody .pc{display:none}.claim-process-guide .card13 .card .cardBody div{padding:0}.claim-process-guide .card13 .card .cardBody div .title{font-size:var(--h5-bold-font-size);text-align:center}.claim-process-guide .card13 .card .cardBody div .detail{font-size:var(--copy-bold-m-font-size);text-align:center}}.claim-process-guide .procedure{align-items:center;display:flex;gap:3.5rem;justify-content:center;margin:0 auto;max-width:54.375rem}.claim-process-guide .procedure .step{align-items:center;display:flex;flex:1 0 0;flex-direction:column;gap:1rem;justify-content:center;width:100%}.claim-process-guide .procedure .step img{flex-shrink:0;height:8.75rem;width:8.75rem}.claim-process-guide .procedure .step div .stepTitle{color:var(--maincolor);font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height)}.claim-process-guide .procedure .step div .stepDetail{font-family:var(--copy-medium-m-font-family);font-size:var(--copy-medium-m-font-size);font-style:var(--copy-medium-m-font-style);font-weight:var(--copy-medium-m-font-weight);line-height:180%;max-width:16.125rem;width:100%}@media screen and (max-width:480px){.claim-process-guide .procedure{display:block}.claim-process-guide .procedure img{margin:0 auto}.claim-process-guide .procedure .step{align-self:stretch;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:1fr 3fr;margin:.75rem auto;padding:0 2rem;width:100%}.claim-process-guide .procedure .step:after{margin-bottom:0}.claim-process-guide .procedure .step img{height:5.5rem;margin:0;width:5.5rem}.claim-process-guide .procedure .step div .stepTitle{font-size:1.125rem;text-align:left}.claim-process-guide .procedure .step div .stepDetail{font-size:.9375rem;text-align:left}}.claim-process-guide .swiper{margin-bottom:4rem}.claim-process-guide .swiper .swiper-slide{width:auto}.claim-process-guide .swiper .swiper-slide body{font-family:Noto Sans JP;margin:0}.claim-process-guide .swiper .swiper-slide .card13 .card{align-items:center;background:#fff;border-radius:1.5rem;box-shadow:0 0 20px 0 rgba(51,51,51,.12);display:flex;margin-bottom:2rem;max-width:54.375rem;padding:1rem 2.5rem;width:70%}.claim-process-guide .swiper .swiper-slide .card13 .card p{color:#333;font-style:normal;font-weight:700;line-height:150%;margin:0;text-align:center}.claim-process-guide .swiper .swiper-slide .card13 .card .cardHeader{border-right:1px solid #d3d3d3;padding-right:2rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardHeader .step{color:#0069c3;font-family:Avenir Next,Lexend;font-size:1.125rem;letter-spacing:.72px;line-height:100%;position:relative;top:.3125rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardHeader .stepNum{color:#0069c3;font-family:Avenir Next,Lexend;font-size:2.75rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody{align-items:center;display:flex;justify-content:space-between;text-align:center;width:100%}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody img{aspect-ratio:1/1;height:10rem;width:10rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody .sp{display:none}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody .pc{display:inline-block}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody div{padding-left:2rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody div .title{font-size:1.375rem;line-height:150%;margin-bottom:.5rem;text-align:left}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody div .detail{display:block;font-size:1rem;font-weight:500;text-align:left}@media screen and (max-width:480px){.claim-process-guide .swiper .swiper-slide .card13{display:inline-flex;gap:1rem;overflow-x:scroll;scrollbar-width:none}.claim-process-guide .swiper .swiper-slide .card13 .card{align-items:center;display:block;flex-direction:column;padding:1.5rem 2rem 2rem;width:14.75rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardHeader{border-right:none;padding:0}.claim-process-guide .swiper .swiper-slide .card13 .card .cardHeader .step{font-size:1.125rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardHeader .stepNum{font-size:2rem}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody{display:block}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody .sp{display:inline-block}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody .pc{display:none}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody div{padding:0}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody div .title{font-size:1.125rem;text-align:center}.claim-process-guide .swiper .swiper-slide .card13 .card .cardBody div .detail{font-size:.9375rem;text-align:center}}.claim-process-guide .swiper .swiper-wrapper{padding-bottom:2.5rem}.claim-process-guide .swiper .swiper-pagination{bottom:0}.claim-process-guide .swiper .swiper-pagination-bullet-active{background:#0069c3}@media screen and (max-width:900px){.claim-process-guide .procedure{gap:1.25rem}}@media screen and (max-width:480px){.claim-process-guide .title{font-size:1.5rem;margin-bottom:1.5rem}.claim-process-guide .pc{display:none}.claim-process-guide .sp{display:block}}.section-moral-leaflet{align-items:flex-start;background:var(--backgroundgray,#f5f5f5);border-radius:1.5rem;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:2.5rem 2rem;padding:2.5rem}.section-moral-leaflet p{margin:0}.section-moral-leaflet__left{flex:1 1 0;height:auto;max-width:50%}.section-moral-leaflet__right{align-items:center;display:flex;flex:1 1 0;height:auto;justify-content:center;max-width:23.6875rem;width:auto}.section-moral-leaflet__right img{display:block;width:100%}.section-moral-leaflet__title{color:var(--maincolor,#0069c3);font-size:1.125rem;gap:.5rem;letter-spacing:.05em;margin-bottom:.5rem}.section-moral-leaflet__main,.section-moral-leaflet__title{align-items:center;display:flex;font-weight:700;justify-content:center;text-align:center}.section-moral-leaflet__main{color:var(--black,#333);flex-direction:column;font-size:1.75rem;font-style:normal;line-height:1.5;margin-bottom:1.5rem}.section-moral-leaflet__desc{color:#444;font-size:1rem;font-weight:500;line-height:1.8;margin-bottom:1.5rem}.section-moral-leaflet__profile{align-items:flex-start;color:var(--black,#333);display:flex;font-size:.75rem;gap:0 1rem}.section-moral-leaflet__profile-img{-o-object-fit:cover;object-fit:cover}.section-moral-leaflet__profile-info{flex:1}.section-moral-leaflet__profile-name{font-size:1.375rem;font-weight:700;margin-bottom:.25rem}.section-moral-leaflet__profile-title{font-size:.75rem;font-weight:500;line-height:150%;margin-bottom:.25rem}.section-moral-leaflet__profile-bio{font-size:.75rem;line-height:1.6}.section-moral-leaflet__footer{display:flex;justify-content:center;order:3;width:100%}.section-moral-leaflet__button{background:var(--maincolor,#0069c3);border:none;border-radius:.75rem;color:var(--white,#fff);cursor:pointer;display:block;font-family:var(--h5-bold-font-family);font-size:1.125rem;font-weight:700;padding:.75rem .5rem;text-align:center;text-decoration:none;transition:.2s;width:18.4375rem}@media screen and (max-width:30rem){.section-moral-leaflet{display:block;padding:2.5rem 1.5rem}.section-moral-leaflet .section-moral-leaflet__left,.section-moral-leaflet .section-moral-leaflet__right{max-width:100%}.section-moral-leaflet .section-moral-leaflet__left{align-items:center;background:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;width:100%}.section-moral-leaflet .section-moral-leaflet__title{font-size:.9375rem;justify-content:center}.section-moral-leaflet .section-moral-leaflet__main{font-size:1.25rem;justify-content:center}.section-moral-leaflet .section-moral-leaflet__desc{font-size:.9375rem;width:90%}.section-moral-leaflet .section-moral-leaflet__profile{margin-bottom:2rem}.section-moral-leaflet .section-moral-leaflet__profile-name{font-size:1.125rem}.section-moral-leaflet .section-moral-leaflet__profile-title{font-size:.625rem;width:100%}.section-moral-leaflet .section-moral-leaflet__profile-img{max-width:5rem;width:90%}.section-moral-leaflet .section-moral-leaflet__profile-bio{font-size:.625rem;width:100%}.section-moral-leaflet .section-moral-leaflet__right{align-items:center;background:none;border-radius:0;box-shadow:none;display:block;margin-bottom:2rem;width:100%}.section-moral-leaflet .section-moral-leaflet__right .leaflet-blocks{width:100%}.section-moral-leaflet .section-moral-leaflet__footer{align-items:center;background:none;border-radius:0;box-shadow:none;display:flex;justify-content:center}.section-moral-leaflet .section-moral-leaflet__button{border-radius:.75rem;font-size:.9375rem;margin:0;max-width:100%;padding:1.25rem 0;width:100%}.section-moral-leaflet .leaflet-block__img{width:100%}}.attorney-banner{align-items:center;background:#0069c3;border-radius:1.5rem;box-sizing:border-box;color:#fff;display:flex;gap:2rem;justify-content:center;max-width:54.375rem;padding:2.5rem}.attorney-banner__content{flex:1;flex-direction:column;min-width:0}.attorney-banner__catch,.attorney-banner__content{align-items:center;display:flex;justify-content:center;text-align:center}.attorney-banner__catch{font-size:var(--h5-bold-font-size,1.125rem);font-weight:var(--h5-bold-font-weight,700);gap:.5rem;line-height:var(--h5-bold-line-height,1.5);margin-bottom:.25rem;width:100%}.attorney-banner__main{align-items:center;display:flex;flex-direction:column;font-family:var(--h2-black-font-family);font-size:var(--h2-black-font-size,1.75rem);font-style:var(--h2-black-font-style,normal);font-weight:var(--h2-black-font-weight,900);justify-content:center;line-height:var(--h2-black-line-height,1.5);margin-bottom:2rem;text-align:center;width:100%}.attorney-banner__button{background:#fff;border-radius:.75rem;color:#333;display:inline-block;font-size:var(--CTA-black-font-size,1.125rem);font-weight:var(--CTA-black-font-weight,900);line-height:var(--CTA-black-line-height,1.5);max-width:26rem;min-width:18.4375rem;padding:.75rem .5rem;text-align:center;text-decoration:none}.attorney-banner__image{align-items:center;display:flex;flex:1;justify-content:center}.attorney-banner__image img{border-radius:.5rem;max-width:100%;-o-object-fit:cover;object-fit:cover}.attorney-banner__button--sp{display:none}@media screen and (max-width:30rem){.attorney-banner{flex-direction:column;gap:2rem;margin:0 1rem;padding:2.5rem 1.5rem}.attorney-banner__content,.attorney-banner__image{max-width:100%;width:100%}.attorney-banner__main{font-size:var(--h4-bold-font-size,1.25rem);margin:0}.attorney-banner__catch{font-size:var(--h6-bold-font-size,.9375rem);margin:0}.attorney-banner__button{display:none}.attorney-banner__button--sp{background:#fff;border-radius:.75rem;color:#333;display:inline-block;font-size:var(--h6-bold-font-size,.9375rem);font-weight:var(--h6-bold-font-weight,700);line-height:var(--h6-bold-line-height,1.5);max-width:26rem;padding:.75rem .5rem;text-align:center;text-decoration:none;width:100%}}.ac-box1{display:block;flex-direction:column;gap:1.5rem;padding:0 1.5rem}.ac-box1 input{display:none}.ac-box1 p{margin:0}.ac-box1 .content{align-items:flex-start;align-self:stretch;background:var(--white,#fff);border-radius:.75rem;box-shadow:0 0 1.25rem 0 rgba(51,51,51,.1);display:flex;flex-direction:column;gap:0;margin-bottom:1rem;max-width:52.375rem;padding:.75rem 1rem;width:100%}.ac-box1 .content .question{color:var(--maincolor,#0069c3);font-size:1.375rem;font-style:normal;font-weight:700;margin-right:.3125rem;position:relative}.ac-box1 .content .title{align-items:flex-start;border-radius:.75rem;color:var(--black,#333);display:flex;font-family:var(--avenir-bold-l-font-family,"Avenir Next"),"Lexend";font-size:var(--h4-bold-font-size,1.125rem);font-style:normal;font-weight:var(--h4-bold-font-weight,700);gap:0;justify-content:flex-start;line-height:var(--h4-bold-line-height,150%);padding-right:1.5rem;position:relative;width:100%}.ac-box1 .content .title:after{display:block;height:1.5rem;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.5rem}.ac-box1 .content>div{height:0;opacity:0;overflow:hidden;padding:0;transition:.5s}.ac-box1 .content input:checked~div{border-radius:.75rem;display:flex;height:auto;opacity:1;padding-top:1rem;width:100%}.ac-box1 .content .small{color:var(--gray-70,#555);font-size:var(--caption-medium-m-font-size,.625rem);font-style:normal;font-weight:var(--caption-medium-m-font-weight,500);line-height:var(--caption-medium-m-line-height,150%)}@media screen and (max-width:30rem){.ac-box1{align-items:center;display:flex;gap:1rem;margin:0 auto;padding:0;width:100%}.ac-box1 .content{margin-bottom:0;width:100%}.ac-box1 .content .title{font-size:var(--avenir-bold-s-font-size,.9375rem)}}.ac-box1 .content>div{align-items:flex-start;display:flex}.ac-box1 .content>div .general-richtext{margin-top:.3rem}#hs_cos_wrapper_module_175220244646910 .ac-box1 .content .title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowbottom_gray.svg)}#hs_cos_wrapper_module_175220244646910 .ac-box1 .content input:checked~.title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/icon_24_arrowtop_gray.svg)}.document-link-button{align-items:center;display:flex;gap:1rem;justify-self:center}.document-link-button button{align-items:center;background:var(--white);border:1px solid var(--gray-30);border-radius:.75rem;color:var(--black);cursor:pointer;display:flex;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);justify-content:space-between;line-height:var(--h5-bold-line-height);margin:0 auto;padding:2.5rem 2rem;text-align:center;width:25.9375rem}@media screen and (max-width:30rem){.document-link-button{flex-direction:column}.document-link-button button{font-size:var(--h5-bold-font-size);padding:2rem;width:17.4375rem}}.section2-6{align-items:center;background:var(--maincolor,#0069c3);display:flex;flex-direction:column;gap:var(--Margin-32,2rem)}.section2-6 .pc{display:block}.section2-6 .sp{display:none}.section2-6 .section2-6Content{align-items:center;display:flex;justify-content:space-between;max-width:54.375rem;padding:4rem 0;width:90%}.section2-6 .text{color:var(--white,#fff);font-size:1.75rem;font-style:normal;font-weight:700;letter-spacing:.07rem;line-height:200%;margin:0 0 2.5rem}.section2-6 .contact{align-items:center;background:var(--white,#fff);border:none;border-radius:.75rem;color:var(--black,#333);cursor:pointer;display:flex;font-size:1.125rem;font-style:normal;font-weight:700;justify-content:center;line-height:150%;max-width:26rem;padding:.75rem .5rem;text-align:center;text-decoration:none;width:18.75rem}.section2-6 img{max-width:19.5625rem;width:30%}@media screen and (max-width:30rem){.section2-6{align-items:center;flex-direction:column;gap:var(--Margin-40,2.5rem);justify-content:center;padding:3.5rem 1rem 4rem}.section2-6 .section2-6Content{display:block;gap:0;padding:0;width:100%}.section2-6 .pc{display:none}.section2-6 .sp{display:block}.section2-6 .text{color:var(--white,#fff);font-size:1.125rem;line-height:180%;text-align:center}.section2-6 img{margin:0 auto 2.5rem;max-width:13.375rem;width:90%}.section2-6 .contact{font-size:.9375rem;margin:0 auto;width:90%}}.image-card-button{background:var(--white);border-top:1px solid var(--gray-30);bottom:0;left:0;padding:.5rem 0;position:fixed;right:0;text-align:center;z-index:10}.image-card-button a[href^="#OpenModal:"]{margin-bottom:0}.image-card-button .button-wrappper{align-items:center;display:flex;gap:1rem;justify-content:center}.image-card-button .label1{align-items:center;background:var(--maincolor);border-radius:.75rem;color:var(--white);display:flex;flex-direction:column;gap:.25rem;justify-content:center;line-height:1em}.image-card-button .label1 .strong-text{font-size:1.25rem;line-height:1em}.image-card-button .label1--white{background:var(--white);border:1px solid var(--maincolor);color:var(--maincolor)}.image-card-button img{background-blend-mode:darken;position:absolute;right:15%;top:0;transform:translateY(-90%);width:4rem;z-index:1}.image-card-button a{font-family:var(--h7-bold-font-family);font-size:var(--h7-bold-font-size);font-style:var(--h7-bold-font-style);font-weight:var(--h7-bold-font-weight);line-height:var(--h7-bold-line-height);padding:.8rem .5rem .6rem;text-decoration:none;width:26rem}.image-card-button a[href^="#OpenModal:"]:before{display:none}@media screen and (max-width:768px){.image-card-button .button-wrappper{margin:auto;max-width:90vw}.image-card-button img{right:5%;width:5rem}.image-card-button a{font-size:var(--h7-bold-font-size);width:17.4375rem}}footer{align-items:center;display:flex;flex-direction:column;gap:3.5rem;margin:0 7.5rem;padding:3.5rem 0 4.75rem;width:calc(100% - 15rem)}footer a{text-decoration:none}footer .main{gap:2.5rem;width:100%}footer .main,footer .main img{align-items:center;display:flex;flex-direction:column}footer .main img{height:6.75rem;justify-content:center;padding:.0625rem}footer .menu{align-self:stretch;gap:2.5rem;justify-content:center}footer .menu,footer .menu .content{align-items:flex-start;display:flex}footer .menu .content{flex-direction:column;gap:1rem;width:11.75rem}footer .menu .content input{display:none}footer .menu .content .title{color:var(--maincolor);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height)}footer .menu .content .links{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:.75rem}footer .menu .content .links a:hover{opacity:.3}footer .menu .content a{color:var(--black);display:block;font-family:var(--h5-bold-font-family);font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);font-weight:var(--h6-bold-font-weight);line-height:var(--h6-bold-line-height);text-decoration:none}footer .bottom{align-items:center;border-top:.0625rem solid var(--gray-30);display:flex;justify-content:space-between;padding:1.5rem 0;width:100%}footer .bottom p{font-family:var(--body-medium-font-family)}footer .bottom .announce{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;max-width:70%}footer .bottom .announce a{color:var(--black);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);line-height:var(--body-medium-line-height);text-align:center;text-decoration:none}footer .bottom .announce a:hover{opacity:.3}footer .bottom .corp{align-items:center;display:flex;gap:1.5rem}footer .bottom .corp .icon a img{flex-shrink:0;height:1.5rem;width:1.5rem}footer .bottom .corp p{color:var(--gray-70);font-size:var(--body-medium-font-size);font-style:var(--body-medium-font-style);font-weight:var(--body-medium-font-weight);line-height:var(--body-medium-line-height);text-align:center}@media screen and (max-width:30rem){footer{gap:1.5rem;margin:0;padding:3.5rem 0 7.5rem;width:100%}footer .main{align-self:stretch;gap:1.5rem}footer .main img{height:auto;width:9.1875rem}footer .menu{display:block!important;flex-direction:column;gap:1.5rem;padding:0 1.5rem}footer .menu .content{align-items:flex-start;align-self:stretch;border-bottom:.03125rem solid var(--gray-30);display:flex!important;flex-direction:column;gap:0;padding:0;width:auto}footer .menu .content:first-child{border-top:.03125rem solid var(--gray-30)}footer .menu .content .title{display:flex;font-size:var(--h6-bold-font-size);font-style:var(--h6-bold-font-style);gap:0;justify-content:space-between;padding:1rem 0;width:100%}footer .menu .content .links{height:0;opacity:0;overflow:hidden;padding:0;transition:.5s}footer .menu .content input:checked~.links{display:flex!important;height:auto!important;margin-bottom:1.5rem;opacity:1!important}footer .menu .content a{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:1rem;min-width:12.5rem}footer .bottom{border:none;display:block}footer .bottom .announce{align-items:flex-start;align-self:stretch;flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding:0 1.5rem}footer .bottom .announce a{font-size:var(--body-medium-font-size)}footer .bottom .corp{align-self:stretch;display:block;flex-direction:column;gap:1rem;text-align:center}footer .bottom .corp .icon a img{flex-shrink:0;height:2rem;width:2rem}footer .bottom .corp p{line-height:var(--body-medium-line-height)}}@media screen and (max-width:480px){#hs_cos_wrapper_footer-module-2 footer .menu .content .title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/size24typearrowbottomcolorgray.svg);text-align:right}#hs_cos_wrapper_footer-module-2 footer .menu .content input:checked~.title:after{content:url(https://9070287.fs1.hubspotusercontent-na1.net/hubfs/9070287/raw_assets/public/mysurance-brand/images/module/size24typearrowtopcolorgray.svg);text-align:right}}.first-view-row-4-background-layers,.first-view-row-7-background-layers{background-image:linear-gradient(#0069c3,#0069c3)!important;background-position:0 0!important;background-repeat:no-repeat!important;background-size:auto!important}.first-view-row-10-background-layers,.first-view-row-8-background-layers{background-image:linear-gradient(#f5f5f5,#f5f5f5)!important;background-position:0 0!important;background-repeat:no-repeat!important;background-size:auto!important}.widget_1753659006784-hidden{display:block!important}.circleBlack{font-weight:var(--h4-bold-font-weight)}.ac-box1 h3{font-size:var(--h4-bold-font-size,1.125rem)}@media screen and (max-width:30rem){.ac-box1 h3{font-size:var(--avenir-bold-s-font-size,.9375rem)}}