@charset "UTF-8";:root{--header-g-h:80px;--header-b-h:40px;--header-s-h:96px}@media screen and (max-width:980px){:root{--header-g-h:50px}}@media screen and (max-width:767px){:root{--header-b-h:0px;--header-s-h:50px}}.l-header{height:calc(var(--header-g-h) + var(--header-b-h));position:relative;width:100%;z-index:99}@media screen and (max-width:1024px){.l-header{left:0;position:fixed;top:0}}.l-header__inner{height:100%;padding:0 40px;width:100%}@media screen and (max-width:767px){.l-header__inner{padding:0 20px}}.l-header__global{background-color:#fff;height:var(--header-g-h);width:100%}.l-header__bread{background-color:#f1f1f1;height:var(--header-b-h);width:100%}@media screen and (max-width:1024px){.l-header__bread{left:0;position:fixed;top:var(--header-g-h)}}@media screen and (max-width:767px){.l-header__bread{display:none}}.l-header__service{background-color:#fff;display:flex;height:var(--header-s-h);position:sticky;top:0;width:100%;z-index:95}@media screen and (max-width:1024px){.l-header__service{left:0;position:fixed;top:calc(var(--header-g-h) + var(--header-b-h))}}@media screen and (max-width:767px){.l-header__service{border-top:1px solid #ccc;gap:2px}}@media screen and (max-width:1024px){.l-header__service .l-header__inner{padding:0 0 0 40px;width:calc(100% - var(--header-s-h))}}@media screen and (max-width:767px){.l-header__service .l-header__inner{padding:0 0 0 20px}}.l-headerService{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.l-headerService__wrap{align-items:center;display:flex;gap:clamp(21.9428571429px,0px + 2.8571428571vw,40px);height:48px;padding-right:clamp(13.1657142857px,0px + 1.7142857143vw,24px)}.l-headerService__logo{color:#0d9fc5;display:block;font-size:20px;font-weight:700;height:100%;letter-spacing:-.01em;line-height:48px;text-decoration:none;white-space:nowrap;width:auto}@media screen and (max-width:767px){.l-headerService__logo{font-size:16px;height:30px;line-height:30px;width:auto}}.l-headerService__logo img{display:block;height:100%;object-fit:contain;width:100%}.l-headerService__logo span{display:block}.l-headerService .l-headerNav{display:flex;gap:clamp(13.1657142857px,0px + 1.7142857143vw,24px);height:48px}@media screen and (max-width:1024px){.l-headerService .l-headerNav{display:none}}.l-headerService .l-headerNav__menu{align-items:center;color:#333;display:flex;font-size:16px;font-weight:700;height:100%;letter-spacing:-.01em;line-height:1.4;text-decoration:none}.l-headerService .l-headerNav__menu[target=_blank]{padding-right:24px;position:relative}.l-headerService .l-headerNav__menu[target=_blank]:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/link_icon.svg) no-repeat 50%/contain;content:"";display:block;height:12px;position:absolute;right:2px;top:calc(50% - 5px);width:12px}.l-headerService .l-headerNav__toggle{position:relative}.l-headerService .l-headerNav__toggle:after{background-color:#0d9fc5;bottom:0;content:"";display:block;height:2px;left:0;opacity:0;position:absolute;transition:.3s ease;width:100%}.l-headerService .l-headerNav__toggle .l-headerNav__menu{cursor:pointer;line-height:1;padding-right:26px;transition:.3s ease}.l-headerService .l-headerNav__toggle .l-headerNav__menu:hover{opacity:.6}.l-headerService .l-headerNav__toggle .l-headerNav__menu:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/arrow-mini.svg) no-repeat 50%/contain;content:"";display:block;height:8px;position:absolute;right:5px;top:21px;transform:rotate(-180deg);transition:.3s linear,-webkit-transform .3s linear;width:14px}.l-headerService .l-headerNav__toggle.is-active:after{opacity:1}.l-headerService .l-headerNav__toggle.is-active .l-headerNav__menu:after{transform:rotate(0)}.l-headerService .l-headerNav__wrap{display:none;height:auto;left:0;position:absolute;top:100%;width:240px}.l-headerService .l-headerNav__list{background-color:#fff;border:1px solid #ccc;border-radius:0 0 16px 16px;border-top-color:#0d9fc5;display:flex;flex-flow:column;gap:24px;padding:24px 20px 32px;width:100%}.l-headerService .l-headerNav__item{color:#595757;font-size:14px;font-weight:700;line-height:1;text-decoration:none;width:100%}.l-header__burger{align-items:center;display:none;height:var(--header-s-h);justify-content:center;width:var(--header-s-h)}@media screen and (max-width:1024px){.l-header__burger{display:flex}}.l-header__burgerBtn{cursor:pointer;height:48px;position:relative;width:48px}@media screen and (max-width:767px){.l-header__burgerBtn{height:100%;width:100%}}.l-header__burgerBtn:hover{opacity:.6}.l-header__burgerBtn span{background-color:#333;height:2px;left:calc(50% - 16px);position:absolute;transition:.3s ease;width:32px}.l-header__burgerBtn span:first-child{top:calc(50% - 11px)}.l-header__burgerBtn span:nth-child(2){top:calc(50% - 1px)}.l-header__burgerBtn span:nth-child(3){top:calc(50% + 9px)}.l-header__burgerBtn.is-open span{top:50%}.l-header__burgerBtn.is-open span:first-child{transform:rotate(45deg)}.l-header__burgerBtn.is-open span:nth-child(2){opacity:0;transform:translateX(-50%)}.l-header__burgerBtn.is-open span:nth-child(3){transform:rotate(-45deg)}.l-burgerMenu{background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);display:none;overflow:scroll;position:absolute;right:0;top:var(--header-s-h);width:max-content}@media screen and (max-width:1024px){.l-burgerMenu{height:calc(100dvh - var(--header-g-h) - var(--header-b-h) - var(--header-s-h))}}@media screen and (max-width:767px){.l-burgerMenu{width:100%}}.l-burgerMenu__inner{padding:40px 0}.l-burgerMenu .l-headerNav{display:flex;flex-flow:column;flex-wrap:wrap;gap:16px;width:100%}.l-burgerMenu .l-headerNav__toggle{transition:.3s ease;width:240px}@media screen and (max-width:767px){.l-burgerMenu .l-headerNav__toggle{width:100%}}.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu{background-color:#fff;cursor:pointer;transition:.3s ease}.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:after,.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:before{background-color:#333;content:"";display:block;position:absolute}.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:before{height:2px;right:20px;top:calc(50% - 1px);width:14px}@media screen and (max-width:767px){.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:before{height:3px;right:25px;top:calc(50% - 1.5px);width:18px}}.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:after{height:14px;right:26px;top:calc(50% - 7px);transition:.3s ease;width:2px}@media screen and (max-width:767px){.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:after{height:18px;right:32.5px;top:calc(50% - 9px);width:3px}}@media (hover:hover) and (pointer:fine){.l-burgerMenu .l-headerNav__toggle .l-headerNav__menu:hover{opacity:.6}}.l-burgerMenu .l-headerNav__toggle.is-active{background-color:#e4f4fd;border:1px solid #0d9fc5;border-radius:12px;padding:12px}.l-burgerMenu .l-headerNav__toggle.is-active .l-headerNav__menu:after{opacity:0;transform:translateY(50%)}.l-burgerMenu .l-headerNav__menu{align-items:center;border:1px solid #333;border-radius:24px;box-shadow:0 8px 16px rgba(0,0,0,.1);color:#333;display:flex;font-size:16px;font-weight:700;height:48px;line-height:1;padding:0 48px 0 24px;position:relative;text-decoration:none;width:100%}@media screen and (max-width:767px){.l-burgerMenu .l-headerNav__menu{border-radius:30px;height:60px;padding:0 60px 0 30px;width:100%}}.l-burgerMenu .l-headerNav__menu:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/arrow_bk.svg) no-repeat 50%/contain;content:"";display:block;height:14px;position:absolute;right:20px;top:calc(50% - 7px);width:14px}@media screen and (max-width:767px){.l-burgerMenu .l-headerNav__menu:after{height:18px;right:25px;top:calc(50% - 9px);width:18px}}.l-burgerMenu .l-headerNav__menu[target=_blank]:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/link_icon.svg) no-repeat 50%/contain}.l-burgerMenu .l-headerNav__wrap{margin-top:12px}.l-burgerMenu .l-headerNav__list{display:flex;flex-flow:column;gap:12px}.l-burgerMenu .l-headerNav__item{align-items:center;background-color:#fff;border:1px solid #0d9fc5;border-radius:16px;color:#0d9fc5;display:flex;font-size:12px;font-weight:700;height:32px;line-height:1;padding:0 12px;text-decoration:none;width:100%}@media screen and (max-width:767px){.l-burgerMenu .l-headerNav__item{border-radius:24px;font-size:14px;height:48px;padding:0 24px}}.l-burgerMenu__cta{padding-top:32px;position:relative;width:100%}.l-burgerMenu__cta:before{background-color:#0d9fc5;content:"";display:block;height:1px;left:0;position:absolute;top:15px;width:100%}body.is-burgerOpen,html.is-burgerOpen{overflow:hidden;overscroll-behavior:none;touch-action:none}.l-footer{position:relative;z-index:90}body{background-color:#fff;color:#333;font-family:Noto Sans JP,sans-serif,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo;font-size:1.6rem;font-weight:400;margin:0;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:767px){body{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}h2{line-height:1.8;margin:0;padding:0}h2:after{display:none}dd,figure,ol li:not(:last-child),p,ul li:not(:last-child){margin:0}@media screen and (max-width:1024px){main{padding-top:calc(var(--header-g-h) + var(--header-b-h) + var(--header-s-h))}}.dnd-section{padding:16px 0}@media screen and (max-width:767px){.dnd-section{padding:clamp(13.3333333333px,0px + 4.1666666667vw,32px) 0}}.l-inner{margin:0 auto;max-width:1260px;padding:0 40px}@media screen and (max-width:767px){.l-inner{padding:0 5vw}}.c-globalCta{display:flex;gap:24px;height:auto}@media screen and (max-width:767px){.c-globalCta{gap:clamp(6.6666666667px,0px + 2.0833333333vw,16px);justify-content:space-between;width:100%}}.c-globalCta a{align-items:center;box-shadow:0 8px 16px rgba(0,0,0,.1);color:#fff;display:flex;font-size:20px;font-weight:700;height:68px;justify-content:center;text-decoration:none;width:max-content}.is-abbreviation{display:none}@media screen and (max-width:767px){.is-default{display:none}.is-abbreviation{display:inline}.c-globalCta a{font-size:clamp(10.8333333333px,0px + 3.3854166667vw,26px);height:clamp(40px,0px + 12.5vw,96px)}}.c-globalCta__trial{border-bottom:2px solid #fff;box-shadow:none}.c-globalCta__contact,.c-globalCta__download{border-radius:34px;padding:0 34px}@media screen and (max-width:767px){.c-globalCta__contact,.c-globalCta__download{border-radius:clamp(20px,0px + 6.25vw,48px);padding:0 clamp(20px,0px + 6.25vw,48px)}}.c-globalCta__download{background-color:#f39800}.c-globalCta__contact{background-color:#e5004f}.l-headerService__cta .c-globalCta{gap:clamp(13.1657142857px,0px + 1.7142857143vw,24px);height:48px}@media screen and (max-width:767px){.l-headerService__cta .c-globalCta{gap:8px;height:30px}}.l-headerService__cta .c-globalCta a{font-size:16px;height:48px}@media screen and (max-width:767px){.l-headerService__cta .c-globalCta a{font-size:12px;height:30px;line-height:1;text-align:center}.l-headerService__cta .c-globalCta a span.is-abbreviation,.l-headerService__cta .c-globalCta a span.is-abbreviation br{display:inline}.l-headerService__cta .c-globalCta a span.is-default{display:none}}.l-headerService__cta .c-globalCta__trial{border-bottom:2px solid #0d9fc5;box-shadow:none;color:#0d9fc5}.l-headerService__cta .c-globalCta__contact,.l-headerService__cta .c-globalCta__download{border-radius:24px;padding:0 24px}@media screen and (max-width:767px){.l-headerService__cta .c-globalCta__contact,.l-headerService__cta .c-globalCta__download{border-radius:15px;padding:0 15px}}.l-burgerMenu__cta .c-globalCta{flex-wrap:wrap;flex-flow:column;gap:16px;height:auto}@media screen and (max-width:767px){.l-burgerMenu__cta .c-globalCta{gap:8px}}.l-burgerMenu__cta .c-globalCta a{border-radius:24px;box-shadow:0 8px 16px rgba(0,0,0,.1);font-size:16px;height:48px;justify-content:start;padding:0 48px 0 24px;position:relative;width:240px}@media screen and (max-width:767px){.l-burgerMenu__cta .c-globalCta a{border-radius:30px;height:60px;padding:0 60px 0 30px;width:100%}.l-burgerMenu__cta .c-globalCta a span.is-abbreviation{display:none}.l-burgerMenu__cta .c-globalCta a span.is-default{display:inline}}.l-burgerMenu__cta .c-globalCta a:after{content:"";display:block;height:14px;position:absolute;right:20px;top:calc(50% - 7px);width:14px}@media screen and (max-width:767px){.l-burgerMenu__cta .c-globalCta a:after{height:18px;right:25px;top:calc(50% - 9px);width:18px}}.l-burgerMenu__cta .c-globalCta__trial{border:1px solid #0d9fc5;box-shadow:none;color:#0d9fc5}.l-burgerMenu__cta .c-globalCta__trial:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/arrow.svg) no-repeat 50%/contain}.l-burgerMenu__cta .c-globalCta__contact:after,.l-burgerMenu__cta .c-globalCta__download:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/arrow_wh.svg) no-repeat 50%/contain}.c-fv1__cta .c-globalCta{gap:clamp(13.1657142857px,0px + 1.7142857143vw,24px);height:auto}@media screen and (max-width:767px){.c-fv1__cta .c-globalCta{gap:unset;justify-content:space-around}}.c-fv1__cta .c-globalCta a{font-size:clamp(8.7771428571px,0px + 1.1428571429vw,16px);height:clamp(26.3314285714px,0px + 3.4285714286vw,48px)}@media screen and (max-width:767px){.c-fv1__cta .c-globalCta a{font-size:clamp(15px,0px + 4.6875vw,36px);height:clamp(40px,0px + 12.5vw,96px)}.c-fv1__cta .c-globalCta a span.is-abbreviation{display:inline}.c-fv1__cta .c-globalCta a span.is-default{display:none}}.c-fv1__cta .c-globalCta__trial{border-bottom:2px solid #0d9fc5;box-shadow:none;color:#0d9fc5}@media screen and (max-width:767px){.c-fv1__cta .c-globalCta__trial{border-bottom:clamp(1.6666666667px,0px + .5208333333vw,4px) solid #0d9fc5}}.c-fv1__cta .c-globalCta__contact,.c-fv1__cta .c-globalCta__download{border-radius:clamp(13.1657142857px,0px + 1.7142857143vw,24px);padding:0 clamp(17.5542857143px,0px + 2.2857142857vw,32px)}@media screen and (max-width:767px){.c-fv1__cta .c-globalCta__contact,.c-fv1__cta .c-globalCta__download{border-radius:clamp(20px,0px + 6.25vw,48px);padding:0 clamp(20px,0px + 6.25vw,48px)}}.c-globalCta a.c-globalCta__anchor{background-color:transparent;border-bottom:2px solid #333;border-radius:0;box-shadow:none;color:#333;font-size:18px;font-weight:700}.c-globalCta a.c-globalCta__anchor:hover{color:#333;opacity:.7}@media screen and (max-width:767px){.c-globalCta a.c-globalCta__anchor{font-size:clamp(13px,0px + 3.6458333333vw,28px)}}.c-h1Tit{font-size:clamp(35.1085714286px,0px + 4.5714285714vw,64px);font-weight:700;letter-spacing:-.03em;line-height:1.18;margin:0}@media screen and (max-width:767px){.c-h1Tit{font-size:clamp(28.3333333333px,0px + 8.8541666667vw,68px);line-height:1.5}}.c-h1Tit img{display:inline-block;height:.9em;margin-bottom:.2em;vertical-align:text-bottom;width:.9em}.c-h1Tit__small{display:block;font-size:clamp(15.36px,0px + 2vw,28px);letter-spacing:0;line-height:1;margin-bottom:clamp(10.9714285714px,0px + 1.4285714286vw,20px)}@media screen and (max-width:767px){.c-h1Tit__small{font-size:clamp(12.5px,0px + 3.90625vw,30px);margin-bottom:clamp(10px,0px + 3.125vw,24px)}}.c-h1Tit__line{display:inline-block;padding-bottom:8px;position:relative;white-space:nowrap}@media screen and (max-width:767px){.c-h1Tit__line{line-height:1.5}}.c-h1Tit__line:after{background-color:#e9ddbb;content:"";display:block;height:clamp(3.2914285714px,0px + .4285714286vw,6px);left:0;position:absolute;top:100%;width:100%}@media screen and (max-width:767px){.c-h1Tit__line:after{height:clamp(2.5px,0px + .78125vw,6px)}}.c-h1Tit__main{color:#0d9fc5;display:block;font-size:clamp(48.2742857143px,0px + 6.2857142857vw,88px);line-height:.94;margin-top:0}@media screen and (max-width:767px){.c-h1Tit__main{font-size:clamp(36.6666666667px,0px + 11.4583333333vw,88px);line-height:.98;margin-bottom:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.c-h1Tit__bottom{align-items:baseline;display:inline-flex;flex-wrap:nowrap;gap:.2em;margin-top:0;white-space:nowrap}@media screen and (max-width:767px){.c-h1Tit__bottom{display:flex;flex-wrap:wrap;gap:0 .08em;line-height:1.2;white-space:normal}}.c-h1Tit__sub{display:inline-block;font-size:2.8rem;line-height:2;vertical-align:bottom}@media screen and (max-width:767px){.c-h1Tit__sub{font-size:clamp(11.6666666667px,0px + 3.6458333333vw,28px);line-height:1.4}}.c-h1Tit__choice{display:inline-block;font-size:clamp(26.3314285714px,0px + 3.4285714286vw,48px);line-height:1.1666666667;vertical-align:bottom}@media screen and (max-width:1024px){.c-h1Tit__choice{font-size:clamp(30px,0px + 4vw,48px)}}@media screen and (max-width:767px){.c-h1Tit__choice{font-size:clamp(20px,0px + 6.25vw,48px);line-height:1.1}}.c-h1Tit--tightMain .c-h1Tit__main{margin-bottom:-.1em}@media screen and (max-width:767px){.c-h1Tit--tightMain .c-h1Tit__main{margin-bottom:-.08em}}.c-vexTitle{margin:50px 0}@media screen and (max-width:767px){.c-vexTitle{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-vexTitle__tit{font-size:6.4rem;font-weight:700;line-height:1.4;text-align:center}@media screen and (max-width:767px){.c-vexTitle__tit{font-size:clamp(2.6666666667rem,0rem + 8.3333333333vw,6.4rem)}}.c-vexTitle__vex{display:block;font-size:2.8rem}@media screen and (max-width:767px){.c-vexTitle__vex{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-vexTitle__vex img{height:7.5rem;margin-right:16px}@media screen and (max-width:767px){.c-vexTitle__vex img{height:clamp(3.125rem,0rem + 9.765625vw,7.5rem);margin-right:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.c-h2Tit{margin:48px 0 40px}@media screen and (max-width:767px){.c-h2Tit{margin:clamp(23.3333333333px,0px + 7.2916666667vw,56px) 0 clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-h2Tit__tit{font-size:5rem;line-height:1.4;text-align:center;white-space:nowrap}@media screen and (max-width:767px){.c-h2Tit__tit{font-size:clamp(2rem,0rem + 6.25vw,4.8rem);white-space:unset}}.c-ctemTitle{margin:50px 0}@media screen and (max-width:767px){.c-ctemTitle{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-ctemTitle__tit{font-size:5rem;font-weight:700;line-height:1.4;text-align:center}@media screen and (max-width:767px){.c-ctemTitle__tit{font-size:clamp(2rem,0rem + 6.25vw,4.8rem)}}.c-h3Tit{margin:50px 0}@media screen and (max-width:767px){.c-h3Tit{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-h3Tit__tit{font-size:2.8rem;line-height:1.4;text-align:center}@media screen and (max-width:767px){.c-h3Tit__tit{font-size:clamp(2rem,0rem + 6.25vw,4.8rem)}}.c-text{margin:-16px 0 40px}@media screen and (max-width:767px){.c-text{margin:calc(0px - clamp(6.6666666667px, 0px + 2.0833333333vw, 16px)) 0 clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-text__cont{font-size:clamp(9.8742857143px,0px + 1.2857142857vw,18px);font-weight:700;text-align:center}@media screen and (max-width:767px){.c-text__cont{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.c-text__cont.is-lead{margin-bottom:2em}.c-btn{align-items:center;border:2px solid #0d9fc5;border-radius:36px;box-shadow:0 8px 16px rgba(0,0,0,.1);color:#0d9fc5;display:flex;font-size:20px;font-weight:700;height:72px;line-height:1;max-width:100%;padding:0 66px 0 32px;position:relative;text-decoration:none;width:max-content}@media screen and (max-width:767px){.c-btn{border:clamp(1.6666666667px,0px + .5208333333vw,4px) solid #0d9fc5;border-radius:clamp(30px,0px + 9.375vw,72px);font-size:clamp(15px,0px + 4.6875vw,36px);height:clamp(60px,0px + 18.75vw,144px);padding:0 clamp(55px,0px + 17.1875vw,132px) 0 clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.c-btn:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/arrow.svg) no-repeat 50%/contain;content:"";display:block;height:16px;position:absolute;right:36px;top:calc(50% - 8px);width:16px}@media screen and (max-width:767px){.c-btn:after{height:clamp(13.3333333333px,0px + 4.1666666667vw,32px);right:clamp(30px,0px + 9.375vw,72px);top:calc(50% - clamp(6.6666666667px, 0px + 2.0833333333vw, 16px));width:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-btn.is-small{box-shadow:unset;font-size:16px;height:56px;padding:0 58px 0 24px}@media screen and (max-width:767px){.c-btn.is-small{font-size:clamp(13.3333333333px,0px + 4.1666666667vw,32px);height:clamp(45px,0px + 14.0625vw,108px);padding:0 clamp(48.3333333333px,0px + 15.1041666667vw,116px) 0 clamp(20px,0px + 6.25vw,48px)}}.c-btn.is-small:after{right:28px}@media screen and (max-width:767px){.c-btn.is-small:after{right:clamp(23.3333333333px,0px + 7.2916666667vw,56px)}}.c-fv1{background:url(https://www.ubsecure.jp/hubfs/ctem-bg-fv.jpg) no-repeat 50%/cover}.c-fv1__flex{align-items:center;display:flex;gap:5%;justify-content:space-between;width:100%}@media screen and (max-width:767px){.c-fv1__flex{flex-flow:column;gap:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-fv1__left{min-width:0;padding:clamp(16.4571428571px,0px + 2.1428571429vw,30px) 0 clamp(39.4971428571px,0px + 5.1428571429vw,72px);width:52.5%}@media screen and (max-width:767px){.c-fv1__left{padding:clamp(23.3333333333px,0px + 7.2916666667vw,56px) 0 0;width:100%}}.c-fv1__tit{max-width:none}.c-fv1__awards{display:flex;gap:clamp(32.9142857143px,0px + 4.2857142857vw,60px);margin-top:clamp(13.1657142857px,0px + 1.7142857143vw,24px)}@media screen and (max-width:767px){.c-fv1__awards{gap:clamp(25px,0px + 7.8125vw,60px);justify-content:flex-start;margin-top:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-fv1__award{background-color:#e4f4fd;border-radius:50%;box-shadow:0 10px 24px rgba(13,159,197,.14);height:clamp(54.8571428571px,0px + 7.1428571429vw,100px);position:relative;width:clamp(54.8571428571px,0px + 7.1428571429vw,100px)}@media screen and (max-width:767px){.c-fv1__award{height:clamp(66.6666666667px,0px + 20.8333333333vw,160px);width:clamp(66.6666666667px,0px + 20.8333333333vw,160px)}}.c-fv1__award p{align-items:center;display:flex;flex-flow:column;font-size:clamp(8.7771428571px,0px + 1.1428571429vw,16px);font-weight:700;height:100%;justify-content:center;left:50%;line-height:1;line-height:1.4;position:absolute;text-align:center;top:0;transform:translateX(-50%);width:max-content}@media screen and (max-width:767px){.c-fv1__award p{font-size:clamp(10px,0px + 3.125vw,24px)}}.c-fv1__award p strong{font-size:clamp(17.5542857143px,0px + 2.2857142857vw,32px)}@media screen and (max-width:767px){.c-fv1__award p strong{font-size:clamp(20px,0px + 6.25vw,48px)}}.c-fv1__txt{font-size:clamp(9.8742857143px,0px + 1.2857142857vw,18px);font-weight:400;line-height:1.78;margin-bottom:clamp(8.7771428571px,0px + 1.1428571429vw,16px);margin-top:clamp(10.9714285714px,0px + 1.4285714286vw,20px)}@media screen and (max-width:767px){.c-fv1__txt{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem);line-height:1.9;margin-bottom:clamp(6.6666666667px,0px + 2.0833333333vw,16px);margin-top:clamp(10px,0px + 3.125vw,24px);max-width:100%}}.c-fv1__txtSub{color:#333;font-size:clamp(7.68px,0px + 1vw,14px);line-height:2;margin-top:0}@media screen and (max-width:767px){.c-fv1__txtSub{font-size:clamp(1rem,0rem + 3.125vw,2.4rem);margin-top:0}}.c-fv1__cta{margin-top:clamp(10.9714285714px,0px + 1.4285714286vw,20px)}@media screen and (max-width:767px){.c-fv1__cta{margin-top:clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.c-fv1__right{min-width:0;padding:clamp(16.4571428571px,0px + 2.1428571429vw,30px) 0 clamp(39.4971428571px,0px + 5.1428571429vw,72px);width:45.5%}@media screen and (max-width:767px){.c-fv1__right{padding:0 0 clamp(23.3333333333px,0px + 7.2916666667vw,56px);width:100%}}.c-fv1__form{background-color:#fff;border:1px solid rgba(13,159,197,.12);border-radius:clamp(10.9714285714px,0px + 1.4285714286vw,20px);box-shadow:0 20px 48px rgba(0,0,0,.12);display:flex;flex-flow:column;justify-content:center;min-height:clamp(263.3142857143px,0px + 34.2857142857vw,480px);padding:clamp(15.36px,0px + 2vw,28px)}.c-fv1__form>p:first-child{align-items:center;background-color:#d9d9d9;border-radius:12px;color:#595757;display:flex;font-size:1.6rem;justify-content:center;margin:0;min-height:100%}.c-fv1__form>p:nth-child(2){font-size:3.4rem;line-height:1.4;margin-bottom:16px}.c-fv1__form>p:nth-child(2) strong{font-weight:700}.c-fv1__form>p:nth-child(3){font-size:1.6rem;line-height:1.9;margin-bottom:24px}.c-fv1__form>p:nth-child(4){background-color:#f8fbfd;border:1px solid #d7edf5;border-radius:16px;line-height:2;margin-bottom:24px;padding:24px}.c-fv1__form .c-btn{justify-content:center;width:100%}@media screen and (max-width:767px){.c-fv1__form{border-radius:clamp(10px,0px + 3.125vw,24px);min-height:auto;padding:clamp(10px,0px + 3.125vw,24px)}.c-fv1__form>p:first-child{border-radius:clamp(6.6666666667px,0px + 2.0833333333vw,16px);font-size:clamp(1rem,0rem + 3.125vw,2.4rem)}.c-fv1__form>p:nth-child(2){font-size:clamp(1.8333333333rem,0rem + 5.7291666667vw,4.4rem);margin-bottom:clamp(8.3333333333px,0px + 2.6041666667vw,20px)}.c-fv1__form>p:nth-child(3){font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}.c-fv1__form>p:nth-child(3),.c-fv1__form>p:nth-child(4){margin-bottom:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}.c-fv1__form>p:nth-child(4){border-radius:clamp(8.3333333333px,0px + 2.6041666667vw,20px);padding:clamp(10px,0px + 3.125vw,24px)}}.c-fv1.is-center .c-fv1__flex{justify-content:center;text-align:center}.c-fv1.is-center .c-fv1__left{padding:clamp(43.8857142857px,0px + 5.7142857143vw,80px) 0;width:100%}@media screen and (max-width:767px){.c-fv1.is-center .c-fv1__left{align-items:flex-start;padding:clamp(33.3333333333px,0px + 10.4166666667vw,80px) 0;text-align:left}}.c-fv1.is-center .c-fv1__tit{font-size:clamp(2.7428571429rem,0rem + 3.5714285714vw,5rem);font-weight:700;line-height:1.4;max-width:none}@media screen and (max-width:767px){.c-fv1.is-center .c-fv1__tit{font-size:clamp(2.5rem,0rem + 7.8125vw,6rem)}}.c-fv1--illust .c-fv1__flex{position:relative}.c-fv1--illust .c-fv1__left{position:relative;width:100%;z-index:1}.c-fv1--illust .c-fv1__txt,.c-fv1--illust .c-fv1__txtSub{max-width:56%}@media screen and (max-width:1024px){.c-fv1--illust .c-fv1__txt,.c-fv1--illust .c-fv1__txtSub{max-width:100%}}@media screen and (max-width:767px){.c-fv1--illust .c-h1Tit__small{line-height:1.5}}.c-fv1--illust .c-h1Tit__lead{flex-wrap:nowrap}.c-fv1--illust .c-h1Tit__lead>*{flex-shrink:0}.c-fv1--illust .c-fv1__illust{bottom:0;max-width:540px;pointer-events:none;position:absolute;right:0;width:40%;z-index:0}.c-fv1--illust .c-fv1__illust img{display:block;height:auto;width:100%}@media screen and (max-width:1024px){.c-fv1--illust .c-fv1__illust{bottom:auto;margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) auto 0;max-width:540px;position:relative;right:auto;width:100%;z-index:1}}.c-fv2{background:url(https://www.ubsecure.jp/hubfs/ctem-bg-fv.jpg) no-repeat 50%/cover;padding:clamp(26.3314285714px,0px + 3.4285714286vw,48px) 0}@media screen and (max-width:767px){.c-fv2{padding:clamp(40px,0px + 12.5vw,96px) 0}}.c-fv2__tit,.c-fv2__txt{text-align:center}.c-fv2__txt{font-size:clamp(9.8742857143px,0px + 1.2857142857vw,18px);font-weight:700;margin-top:clamp(17.5542857143px,0px + 2.2857142857vw,32px)}@media screen and (max-width:767px){.c-fv2__txt{font-size:clamp(12.5px,0px + 3.90625vw,30px);margin-top:clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.c-logoSlider{height:144px;margin:50px 0;position:relative;width:100%}@media screen and (max-width:767px){.c-logoSlider{height:clamp(120px,0px + 37.5vw,288px);margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-logoSlider__wrap{height:100%;left:calc(50% - 50vw);overflow:hidden;position:absolute;top:0;width:100vw}.c-logoSlider__wrap:hover .c-logoSlider__grid{animation-play-state:paused}.c-logoSlider__grid{align-items:center;column-gap:16px;display:grid;grid-auto-columns:128px;grid-auto-flow:column;grid-template-rows:repeat(2,64px);row-gap:24px;width:max-content}@media screen and (max-width:767px){.c-logoSlider__grid{column-gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px);grid-auto-columns:clamp(106.6666666667px,0px + 33.3333333333vw,256px);grid-template-rows:repeat(2,clamp(53.3333333333px,0px + 16.6666666667vw,128px));row-gap:clamp(20px,0px + 6.25vw,48px)}}.c-logoSlider__grid.is-ready{animation:logo-slider-loop var(--loop-duration) linear infinite}.c-logoSlider__slide{display:block;height:100%;width:100%}.c-logoSlider__slide img{height:100%;object-fit:contain;width:100%}@keyframes logo-slider-loop{0%{transform:translateX(0)}to{transform:translateX(calc(var(--loop-width)*-1))}}.dnd-section--blue{background-color:#e4f4fd}.c-media{margin:40px 0 56px}@media screen and (max-width:767px){.c-media{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(23.3333333333px,0px + 7.2916666667vw,56px)}}.c-media__flex{align-items:center;display:flex;gap:5%;justify-content:space-between;width:100%}@media screen and (max-width:767px){.c-media__flex{flex-flow:column;gap:clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.c-media__txt{width:49%}@media screen and (max-width:767px){.c-media__txt{width:100%}}.c-media__desc{font-size:1.8rem}@media screen and (max-width:767px){.c-media__desc{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-media__tit{font-size:3.6rem;font-weight:700;margin-bottom:40px}@media screen and (max-width:767px){.c-media__tit{font-size:clamp(2rem,0rem + 6.25vw,4.8rem);margin-bottom:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-media__img{height:auto;width:49%}@media screen and (max-width:767px){.c-media__img{width:100%}}.c-media__img img{display:block;width:100%}.c-image{margin:50px 0}@media screen and (max-width:767px){.c-image{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-image__img{text-align:center}.c-image__img img{display:inline-block;height:auto;max-width:100%}.c-linkCards{margin:40px 0 56px}@media screen and (max-width:767px){.c-linkCards{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(23.3333333333px,0px + 7.2916666667vw,56px)}}.c-linkCards__list{display:flex;flex-wrap:wrap;gap:clamp(21.9428571429px,0px + 2.8571428571vw,40px) 3.2%;justify-content:center}@media screen and (max-width:767px){.c-linkCards__list{flex-flow:column;gap:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-linkCards__item{background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:flex;flex-flow:column;font-weight:700;gap:2rem;justify-content:space-between;letter-spacing:0;min-height:240px;padding:24px;width:31.2%}@media screen and (max-width:767px){.c-linkCards__item{border-radius:clamp(13.3333333333px,0px + 4.1666666667vw,32px);gap:clamp(1.6666666667rem,0rem + 5.2083333333vw,4rem);min-height:auto;padding:clamp(20px,0px + 6.25vw,48px);width:100%}}.c-linkCards__tit{color:#0d9fc5;font-size:2.8rem}@media screen and (max-width:767px){.c-linkCards__tit{font-size:clamp(1.75rem,0rem + 5.46875vw,4.2rem)}}.c-linkCards__desc{margin-top:1.6rem}@media screen and (max-width:767px){.c-linkCards__desc{margin-top:clamp(1.3333333333rem,0rem + 4.1666666667vw,3.2rem)}}.c-linkCards__link{width:100%}.c-altImage{margin:50px 0}@media screen and (max-width:767px){.c-altImage{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-altImage__list{display:flex;flex-flow:column;gap:64px;width:100%}@media screen and (max-width:767px){.c-altImage__list{gap:clamp(40px,0px + 12.5vw,96px)}}.c-altImage__item{align-items:center;display:flex;gap:5%;justify-content:space-between;width:100%}@media screen and (max-width:767px){.c-altImage__item{flex-flow:column;gap:clamp(33.3333333333px,0px + 10.4166666667vw,80px)}}.c-altImage__item:nth-of-type(2n){flex-flow:row-reverse}@media screen and (max-width:767px){.c-altImage__item:nth-of-type(2n){flex-flow:column}}.c-altImage__txt{width:47.5%}@media screen and (max-width:767px){.c-altImage__txt{width:100%}}.c-altImage__tit{font-size:3.6rem;font-weight:700;line-height:1.4}@media screen and (max-width:767px){.c-altImage__tit{font-size:clamp(2rem,0rem + 6.25vw,4.8rem)}}.c-altImage__desc{margin-top:40px}@media screen and (max-width:767px){.c-altImage__desc{margin-top:clamp(25px,0px + 7.8125vw,60px)}}.c-altImage__img{width:47.5%}@media screen and (max-width:767px){.c-altImage__img{width:80%}}.c-altImage__img img{width:100%}.c-thumbList{margin:40px 0 56px}@media screen and (max-width:767px){.c-thumbList{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(23.3333333333px,0px + 7.2916666667vw,56px)}}.c-thumbList__list{display:flex;flex-wrap:wrap;gap:32px 5%;justify-content:center}@media screen and (max-width:767px){.c-thumbList__list{flex-flow:column;gap:clamp(20px,0px + 6.25vw,48px)}.c-thumbList__list.is-col4{flex-flow:row wrap;gap:clamp(20px,0px + 6.25vw,48px)}}.c-thumbList__item{text-align:center;width:30%}@media screen and (max-width:767px){.c-thumbList__item{width:100%}}.c-thumbList__list.is-col4 .c-thumbList__item{width:21.25%}@media screen and (max-width:767px){.c-thumbList__list.is-col4 .c-thumbList__item{width:calc((100% - clamp(20px, 0px + 6.25vw, 48px))/2)}}.c-thumbList__tit{color:#595757;font-size:2.8rem;font-weight:700}@media screen and (max-width:767px){.c-thumbList__tit{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.c-thumbList__img{align-items:center;display:flex;height:clamp(65.8285714286px,0px + 8.5714285714vw,120px);justify-content:center;margin-bottom:24px;width:100%}.c-thumbList__img img{display:block;height:100%;object-fit:contain;width:100%}@media screen and (max-width:767px){.c-thumbList__img{height:clamp(75px,0px + 23.4375vw,180px);margin:0 auto clamp(13.3333333333px,0px + 4.1666666667vw,32px);width:60%}}.c-thumbList__txt{font-size:1.8rem;font-weight:700}@media screen and (max-width:767px){.c-thumbList__txt{font-size:clamp(1.3333333333rem,0rem + 4.1666666667vw,3.2rem)}}.p-compare{margin:40px 0 64px}@media screen and (max-width:767px){.p-compare{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.c-compare__list{display:flex;gap:clamp(43.8857142857px,0px + 5.7142857143vw,80px)}@media screen and (max-width:767px){.c-compare__list{flex-flow:column;gap:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-compare__item{background-color:#fff;border-radius:16px;flex:1;padding:24px}@media screen and (max-width:767px){.c-compare__item{border-radius:clamp(13.3333333333px,0px + 4.1666666667vw,32px);padding:clamp(20px,0px + 6.25vw,48px)}}.c-compare__item.is-left{border:4px solid #595757}.c-compare__item.is-right{border:4px solid #0d9fc5}.c-compare__tit{font-size:2.8rem;font-weight:700;margin-bottom:16px}@media screen and (max-width:767px){.c-compare__tit{font-size:clamp(1.6666666667rem,0rem + 5.2083333333vw,4rem);margin-bottom:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.is-left .c-compare__tit{color:#595757}.is-right .c-compare__tit{color:#0d9fc5}.c-compare__desc{font-size:1.8rem;font-weight:700;line-height:2}@media screen and (max-width:767px){.c-compare__desc{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.p-panelCards{margin:40px 0 64px}@media screen and (max-width:767px){.p-panelCards{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.c-panelCards{display:flex;flex-wrap:wrap;gap:clamp(21.9428571429px,0px + 2.8571428571vw,40px)}@media screen and (max-width:767px){.c-panelCards{flex-flow:column;gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-panelCards+.c-panelCards{margin-top:clamp(21.9428571429px,0px + 2.8571428571vw,40px)}@media screen and (max-width:767px){.c-panelCards+.c-panelCards{margin-top:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-panelCards.is-3col .c-panelCards__item{flex:0 0 calc(33.33333% - clamp(21.9428571429px, 0px + 2.8571428571vw, 40px)*2/3)}.c-panelCards.is-2col .c-panelCards__item{flex:0 0 calc((100% - clamp(21.9428571429px, 0px + 2.8571428571vw, 40px))/2)}.c-panelCards__item{display:flex;flex-flow:column;position:relative}@media screen and (max-width:767px){.c-panelCards__item{flex:unset}}.c-panelCardsFlow .c-panelCards__item:not(:last-child):after{border-bottom:5px solid #0d9fc5;border-right:5px solid #0d9fc5;bottom:-28px;content:"";height:16px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:16px}.c-panelCards__head{flex:1;padding:24px}@media screen and (max-width:767px){.c-panelCards__head{padding:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-panelCards__tit{color:#e5004f;font-size:2.2rem;font-weight:700;line-height:1.4;margin-bottom:16px;text-align:center}@media screen and (max-width:767px){.c-panelCards__tit{font-size:clamp(1.3333333333rem,0rem + 4.1666666667vw,3.2rem);margin-bottom:clamp(10px,0px + 3.125vw,24px)}}.c-panelCards__desc{color:#333;font-size:1.6rem;font-weight:400;line-height:2}@media screen and (max-width:767px){.c-panelCards__desc{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.c-panelCards__foot{background-color:#e4f4fd;border-radius:16px;margin:0 8px 8px;padding:16px 24px}@media screen and (max-width:767px){.c-panelCards__foot{border-radius:clamp(10px,0px + 3.125vw,24px);margin:0 clamp(5px,0px + 1.5625vw,12px) clamp(5px,0px + 1.5625vw,12px);padding:clamp(10px,0px + 3.125vw,24px) clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-panelCards__label{color:#0d9fc5;font-size:2.4rem;font-weight:700;line-height:1;margin-bottom:8px;text-align:center}@media screen and (max-width:767px){.c-panelCards__label{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem);margin-bottom:clamp(5px,0px + 1.5625vw,12px)}}.c-panelCards__solution{color:#333;font-size:1.6rem;font-weight:700;line-height:2}@media screen and (max-width:767px){.c-panelCards__solution{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.c-panelCards__headLabel{color:#595757;font-size:1.6rem;font-weight:700;line-height:2;margin-bottom:8px}@media screen and (max-width:767px){.c-panelCards__headLabel{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.c-panelCards--left .c-panelCards__label,.c-panelCards--left .c-panelCards__tit{text-align:left}.c-panelCards--left .c-panelCards__solution{font-weight:400}.c-panelCards--blueTit .c-panelCards__tit{color:#0d9fc5}.c-panelCards--blueTit .c-panelCards__label{color:#333;font-size:1.8rem}.c-panelCards.c-panelCardsFlow{gap:clamp(40px,0px + 3.5vw,56px)}@media screen and (max-width:767px){.c-panelCards.c-panelCardsFlow{gap:48px}}.p-panelCardsFlow{margin:40px 0 64px}.p-panelCardsFlow .c-panelCards{flex-direction:column;flex-wrap:nowrap;gap:64px}.p-panelCardsFlow .c-panelCards__item{flex:none;overflow:visible;position:relative;width:100%}.c-panelCardsFlow .c-panelCards__item.c-cardBox:first-child{background-color:#0d9fc5!important}.c-panelCardsFlow .c-panelCards__item.c-cardBox:nth-child(2){background-color:#8acfe2!important}.c-panelCardsFlow .c-panelCards__item.c-cardBox:nth-child(3){background-color:#e4f4fd!important}.p-panelCardsFlow .c-panelCards__item:not(:last-child):after{border-bottom:5px solid #0d9fc5;border-right:5px solid #0d9fc5;bottom:-38px;content:"";height:18px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:18px;z-index:10}.c-panelCardsFlow .c-panelCards__subtitle{color:#e5004f;font-size:1.8rem;font-weight:700;line-height:1.4;margin-bottom:16px;margin-top:-8px;text-align:center}.c-panelCardsFlow .c-panelCards__item:first-child .c-panelCards__subtitle,.c-panelCardsFlow .c-panelCards__item:first-child .c-panelCards__tit{color:#fff}@media screen and (max-width:767px){.c-panelCardsFlow .c-panelCards__subtitle{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem);margin-bottom:clamp(10px,0px + 3.125vw,24px);margin-top:calc(0px - clamp(5px, 0px + 1.5625vw, 12px))}}.c-panelCardsFlow .c-panelCards__desc{background-color:#e4f4fd;border-radius:16px;font-weight:700;margin:0 8px 8px;padding:16px 24px}.p-listGroup{margin:40px 0 64px}@media screen and (max-width:767px){.p-listGroup{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.p-listGroup__section+.p-listGroup__section{margin-top:50px}@media screen and (max-width:767px){.p-listGroup__section+.p-listGroup__section{margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.p-listGroup .c-h3Tit{margin:0 0 24px}@media screen and (max-width:767px){.p-listGroup .c-h3Tit{margin-bottom:clamp(10px,0px + 3.125vw,24px)}}.p-listGroup .c-textList.is-col1 .c-textList__list>*{width:100%}.p-listGroup .c-textList{margin:0}.p-listSection{margin:40px 0 60px}@media screen and (max-width:767px){.p-listSection{margin:clamp(16.6666666667px,0px + 5.2083333333vw,40px) 0 clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.p-listSection .c-textList{margin:0}.p-listSection .c-textList__label{color:#0d9fc5;font-size:4rem;font-weight:700;line-height:.8;margin-bottom:16px}@media screen and (max-width:767px){.p-listSection .c-textList__label{font-size:clamp(2.3333333333rem,0rem + 7.2916666667vw,5.6rem)}}.p-listSection .c-textList__icon{margin:0;text-align:center}.p-listSection .c-textList__icon img{height:100px;object-fit:contain;width:100px}.c-ctaBtns{display:flex;gap:24px;justify-content:center;margin:0 0 70px}@media screen and (max-width:767px){.c-ctaBtns{align-items:center;flex-direction:column;margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-ctaBtns .c-btn{height:64px;white-space:nowrap}@media screen and (max-width:767px){.c-ctaBtns .c-btn{justify-content:center;width:min(100%,clamp(200px,0px + 62.5vw,480px))}}.c-blogList{margin:50px 0}@media screen and (max-width:767px){.c-blogList{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-blogList__list{display:flex;flex-flow:column;gap:40px;margin:0 auto;max-width:1000px;width:100%}@media screen and (max-width:767px){.c-blogList__list{gap:clamp(25px,0px + 7.8125vw,60px)}}.c-blogList__item{background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:flex;height:210px;justify-content:space-between;padding:24px;width:100%}@media screen and (max-width:767px){.c-blogList__item{border-radius:clamp(13.3333333333px,0px + 4.1666666667vw,32px);flex-flow:column;gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px);height:auto;padding:clamp(20px,0px + 6.25vw,48px)}}.c-blogList__img{aspect-ratio:288/162;border-radius:8px;height:100%;overflow:hidden}@media screen and (max-width:767px){.c-blogList__img{border-radius:clamp(6.6666666667px,0px + 2.0833333333vw,16px);height:auto;width:100%}}.c-blogList__img img{display:block;height:100%;object-fit:cover;width:100%}.c-blogList__cont{height:100%;width:calc(100% - 312px)}@media screen and (max-width:767px){.c-blogList__cont{height:auto;width:100%}}.c-blogList__tit{color:#0d9fc5;display:-webkit-box;font-size:21px;font-weight:700;line-height:1.5;margin-bottom:16px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media screen and (max-width:767px){.c-blogList__tit{font-size:clamp(15px,0px + 4.6875vw,36px);-webkit-line-clamp:3;margin-bottom:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.c-blogList__wrap{align-items:center;display:flex;gap:16px;height:56px;justify-content:space-between;width:100%}@media screen and (max-width:767px){.c-blogList__wrap{align-items:baseline;flex-flow:column;gap:clamp(20px,0px + 6.25vw,48px);height:auto}}.c-blogList__company{display:-webkit-box;-webkit-box-orient:vertical;font-size:16px;font-weight:700;-webkit-line-clamp:2;line-height:1.75;overflow:hidden}@media screen and (max-width:767px){.c-blogList__company{font-size:clamp(11.6666666667px,0px + 3.6458333333vw,28px)}}.c-blogList__link{width:180px}@media screen and (max-width:767px){.c-blogList__link{width:100%}}.c-linkBtn{margin:50px 0}@media screen and (max-width:767px){.c-linkBtn{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-linkBtn__inner{display:flex;justify-content:center}.c-faq{margin:50px 0}@media screen and (max-width:767px){.c-faq{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-faq__list{display:flex;flex-flow:column;gap:24px;width:100%}@media screen and (max-width:767px){.c-faq__list{gap:clamp(20px,0px + 6.25vw,48px)}}.c-faq__item{background-color:#fff;border:1px solid #ccc;border-radius:16px;padding:24px;width:100%}@media screen and (max-width:767px){.c-faq__item{border-radius:clamp(13.3333333333px,0px + 4.1666666667vw,32px);padding:clamp(20px,0px + 6.25vw,48px)}}.c-faq__ans,.c-faq__ques{font-size:1.8rem;padding-left:30px;position:relative}@media screen and (max-width:767px){.c-faq__ans,.c-faq__ques{font-size:clamp(1.3333333333rem,0rem + 4.1666666667vw,3.2rem);padding-left:clamp(25px,0px + 7.8125vw,60px)}}.c-faq__ans:before,.c-faq__ques:before{font-weight:700;left:0;position:absolute;top:0}.c-faq__ques{font-weight:700;margin-bottom:16px}@media screen and (max-width:767px){.c-faq__ques{margin-bottom:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-faq__ques:before{color:#e5004f;content:"Q"}.c-faq__ans:before{color:#0d9fc5;content:"A"}.c-textList{margin:50px 0}@media screen and (max-width:767px){.c-textList{margin:clamp(40px,0px + 12.5vw,96px) 0}}.c-textList.is-col1 .c-textList__list{justify-content:center}.c-textList.is-col1 .c-textList__list>*{width:min(100%,384px)}.c-textList.is-col2 .c-textList__list{justify-content:center}.c-textList.is-col2 .c-textList__list>*{width:31%}@media screen and (max-width:767px){.c-textList.is-col2 .c-textList__list>*{width:100%}}.c-textList.is-col3 .c-textList__list>*{width:31%}@media screen and (max-width:767px){.c-textList.is-col3 .c-textList__list>*{width:100%}}.c-textList.is-col4 .c-textList__list>*{width:22.375%}@media screen and (max-width:767px){.c-textList.is-col4 .c-textList__list>*{width:100%}}.c-textList.is-col5 .c-textList__list>*{width:17.2%}@media screen and (max-width:767px){.c-textList.is-col5 .c-textList__list>*{width:100%}}.c-textList.is-compact .c-textList__list{gap:24px 3.5%}@media screen and (max-width:767px){.c-textList.is-compact .c-textList__list{gap:clamp(8.3333333333px,0px + 2.6041666667vw,20px)}}.c-textList.is-listCard .c-textList__list{gap:24px 3.5%}@media screen and (max-width:767px){.c-textList.is-listCard .c-textList__list{gap:clamp(8.3333333333px,0px + 2.6041666667vw,20px)}}.c-textList.is-listCard .c-textList__item{min-height:216px}@media screen and (max-width:767px){.c-textList.is-listCard .c-textList__item{min-height:auto}}.c-textList.is-listCard .c-textList__tit{line-height:normal;margin:0 0 8px}.c-textList__list{display:flex;flex-wrap:wrap;gap:24px 3.5%;width:100%}@media screen and (max-width:767px){.c-textList__list{flex-flow:column;gap:clamp(8.3333333333px,0px + 2.6041666667vw,20px)}.c-textList__list>*{width:100%}}.c-textList__item{background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);letter-spacing:0;min-height:160px;padding:30px;width:31%}@media screen and (max-width:767px){.c-textList__item{min-height:auto;padding:clamp(13.3333333333px,0px + 4.1666666667vw,32px);width:100%}}.c-textList__label{color:#333;font-size:1.6rem;font-weight:400;line-height:2;margin-bottom:16px}@media screen and (max-width:767px){.c-textList__label{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-textList__tit{color:#0d9fc5;font-size:2.2rem;font-weight:700;letter-spacing:normal;line-height:1.4;margin:16px 0;padding-left:0}.c-textList__tit:after{display:none}@media screen and (max-width:767px){.c-textList__tit{font-size:clamp(1.6666666667rem,0rem + 5.2083333333vw,4rem);margin-bottom:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.c-textList__txt{font-size:1.6rem;line-height:2}@media screen and (max-width:767px){.c-textList__txt{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-textList__note{color:#595757;font-size:1.3rem;line-height:1.6;margin-bottom:8px}@media screen and (max-width:767px){.c-textList__note{font-size:clamp(.9166666667rem,0rem + 2.8645833333vw,2.2rem)}}.c-textList__item ul,.c-textList__ul{list-style:disc!important;padding-left:1.5em}.c-textList__item ul li,.c-textList__ul li{font-size:1.6rem;line-height:2;padding-left:0!important;position:static!important}.c-textList__item ul li:before,.c-textList__ul li:before{display:none!important}@media screen and (max-width:767px){.c-textList__item ul li,.c-textList__ul li{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-cardBox{background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);letter-spacing:0;padding:20px 30px;width:100%}@media screen and (max-width:767px){.c-cardBox{border-radius:clamp(10px,0px + 3.125vw,24px);padding:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-anchorList{margin:-32px 0 50px}@media screen and (max-width:767px){.c-anchorList{margin:calc(0px - clamp(13.3333333333px, 0px + 4.1666666667vw, 32px)) 0 clamp(40px,0px + 12.5vw,96px)}}.c-anchorList__list{display:flex;flex-wrap:wrap;gap:20px;width:100%}@media screen and (max-width:767px){.c-anchorList__list{gap:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-anchorList__item{width:calc(50% - 10px)}@media screen and (max-width:767px){.c-anchorList__item{width:calc((100% - clamp(16.6666666667px, 0px + 5.2083333333vw, 40px))/2)}}.c-anchorList__list.is-col3 .c-anchorList__item{width:calc(33.33333% - 13.33333px)}@media screen and (max-width:767px){.c-anchorList__list.is-col3 .c-anchorList__item{width:calc((100% - clamp(16.6666666667px, 0px + 5.2083333333vw, 40px))/2)}}.c-anchorList__list.is-col4 .c-anchorList__item{width:calc(25% - 15px)}@media screen and (max-width:767px){.c-anchorList__list.is-col4 .c-anchorList__item{width:calc((100% - clamp(16.6666666667px, 0px + 5.2083333333vw, 40px))/2)}}.c-anchorList__link{background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:block;font-weight:700;height:100%;letter-spacing:0;line-height:1.4;padding:16px 40px 16px 16px;position:relative;text-decoration:none;width:100%}@media screen and (max-width:767px){.c-anchorList__link{border-radius:clamp(13.3333333333px,0px + 4.1666666667vw,32px);padding:clamp(13.3333333333px,0px + 4.1666666667vw,32px) clamp(33.3333333333px,0px + 10.4166666667vw,80px) clamp(13.3333333333px,0px + 4.1666666667vw,32px) clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-anchorList__link:after{background:url(https://www.ubsecure.jp/hubfs/ubsecure-vex2026/common/arrow.svg) no-repeat 50%/contain;content:"";display:block;height:16px;position:absolute;right:16px;top:calc(50% - 8px);transform:rotate(90deg);width:16px}@media screen and (max-width:767px){.c-anchorList__link:after{height:clamp(13.3333333333px,0px + 4.1666666667vw,32px);right:clamp(13.3333333333px,0px + 4.1666666667vw,32px);top:calc(50% - clamp(6.6666666667px, 0px + 2.0833333333vw, 16px));width:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-anchorList__tit{color:#0d9fc5;font-size:18px}@media screen and (max-width:767px){.c-anchorList__tit{font-size:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-anchorList__desc{color:#333;font-size:14px;margin-top:8px}@media screen and (max-width:767px){.c-anchorList__desc{font-size:clamp(10px,0px + 3.125vw,24px);margin-top:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.c-ctaSec{background-color:#0d9fc5;padding:56px 0}.dnd-section:has(.c-ctaSec){padding:0!important}@media screen and (max-width:767px){.c-ctaSec{padding:clamp(40px,0px + 12.5vw,96px) 0}}.c-ctaSec__flex{align-items:center;display:flex;flex-flow:column;gap:40px}@media screen and (max-width:767px){.c-ctaSec__flex{gap:clamp(25px,0px + 7.8125vw,60px)}}.c-ctaSec__txt{color:#fff;font-size:3.6rem;font-weight:700;text-align:center}@media screen and (max-width:767px){.c-ctaSec__txt{font-size:clamp(1.75rem,0rem + 5.46875vw,4.2rem)}}.c-ctaSec__btns{display:flex;justify-content:center;width:100%}@media screen and (max-width:767px){.c-ctaSec__btns .c-globalCta{align-items:center;flex-flow:row wrap;gap:clamp(6.6666666667px,0px + 2.0833333333vw,16px);justify-content:center;width:auto}.c-ctaSec__btns .c-globalCta a{min-width:0;width:max-content}.c-ctaSec__btns .c-globalCta a span.is-default{display:none}.c-ctaSec__btns .c-globalCta a span.is-abbreviation{display:inline}}.c-ctaSec__sub{color:#fff;font-size:1.8rem;font-weight:700;line-height:2;text-align:center}@media screen and (max-width:767px){.c-ctaSec__sub{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-ctaSec .c-globalCta a.c-globalCta__anchor{border-color:#fff;color:#fff}.c-ctaSec .c-globalCta a.c-globalCta__anchor:hover{color:#fff}.c-ctaSec--primary{background-color:#0d9fc5}.c-ctaSec--primary .c-ctaSec__sub,.c-ctaSec--primary .c-ctaSec__txt{color:#fff}.c-linkSec{padding:64px 0 80px}@media screen and (max-width:767px){.c-linkSec{padding:clamp(40px,0px + 12.5vw,96px) 0 clamp(50px,0px + 15.625vw,120px)}}.c-linkSec__flex{align-items:center;display:flex;flex-flow:column;gap:32px}@media screen and (max-width:767px){.c-linkSec__flex{gap:clamp(20px,0px + 6.25vw,48px)}}.c-linkSec__txt{color:#0d9fc5;font-size:3.6rem;font-weight:700;text-align:center}@media screen and (max-width:767px){.c-linkSec__txt{font-size:clamp(2rem,0rem + 6.25vw,4.8rem)}}.c-linkSec .c-h2Tit,.c-linkSec .c-text{margin:0}.p-planFeatComp{margin:50px 0}@media screen and (max-width:767px){.p-planFeatComp{margin:clamp(40px,0px + 12.5vw,96px) 0}}.p-planFeatComp__wrap{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.p-planFeatComp__table{background-color:#fff;margin:0 auto;max-width:1000px;min-width:100%;width:max-content}.p-planFeatComp__table td,.p-planFeatComp__table th{font-size:18px;line-height:32px;padding-bottom:16px;padding-top:16px;white-space:nowrap}@media screen and (max-width:767px){.p-planFeatComp__table td,.p-planFeatComp__table th{font-size:clamp(13.3333333333px,0px + 4.1666666667vw,32px);line-height:clamp(23.3333333333px,0px + 7.2916666667vw,56px);padding-bottom:clamp(13.3333333333px,0px + 4.1666666667vw,32px);padding-top:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.p-planFeatComp__head{background-color:#f1f1f1;color:#595757;width:100%}.p-planFeatComp__tr{width:100%}.p-planFeatComp__cat,.p-planFeatComp__feat{padding-left:16px}@media screen and (max-width:767px){.p-planFeatComp__cat,.p-planFeatComp__feat{padding-left:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.p-planFeatComp__plan,.p-planFeatComp__td{text-align:center;width:20%}.p-planFeatComp__td{text-align:center}.p-planFeatComp__td span{display:inline-block;position:relative;width:100%}.p-planFeatComp__td span:after{content:"";display:block;left:50%;position:absolute;top:-5px;transform:translate(-50%,-50%)}@media screen and (max-width:767px){.p-planFeatComp__td span:after{font-size:calc(0px - clamp(4.1666666667px, 0px + 1.3020833333vw, 10px))}}.p-planFeatComp__td span.is-available:after{border:4px solid #0d9fc5;border-radius:50%;height:16px;width:16px}@media screen and (max-width:767px){.p-planFeatComp__td span.is-available:after{border:clamp(3.3333333333px,0px + 1.0416666667vw,8px) solid #0d9fc5;height:clamp(13.3333333333px,0px + 4.1666666667vw,32px);width:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.p-planFeatComp__td span.is-unavailable:after{background-color:#ccc;height:4px;width:24px}@media screen and (max-width:767px){.p-planFeatComp__td span.is-unavailable:after{height:clamp(3.3333333333px,0px + 1.0416666667vw,8px);width:clamp(20px,0px + 6.25vw,48px)}}.p-planPriceComp{margin:50px 0}@media screen and (max-width:767px){.p-planPriceComp{margin:clamp(40px,0px + 12.5vw,96px) 0}}.p-planPriceComp__list{display:flex;gap:3.5%}@media screen and (max-width:767px){.p-planPriceComp__list{flex-flow:column;gap:clamp(40px,0px + 12.5vw,96px)}}.p-planPriceComp__item{font-weight:700;letter-spacing:0;width:31%}@media screen and (max-width:767px){.p-planPriceComp__item{width:100%}}.p-planPriceComp__head{align-items:center;border-bottom:1px solid #ccc;display:flex;flex-flow:column;gap:clamp(4.3885714286px,0px + .5714285714vw,8px);padding-bottom:clamp(8.7771428571px,0px + 1.1428571429vw,16px)}@media screen and (max-width:767px){.p-planPriceComp__head{gap:clamp(6.6666666667px,0px + 2.0833333333vw,16px);padding-bottom:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.p-planPriceComp__head img{display:block;height:clamp(16.4571428571px,0px + 2.1428571429vw,30px)}@media screen and (max-width:767px){.p-planPriceComp__head img{height:clamp(25px,0px + 7.8125vw,60px)}}.p-planPriceComp__head span{font-size:clamp(13.1657142857px,0px + 1.7142857143vw,24px);line-height:1}@media screen and (max-width:767px){.p-planPriceComp__head span{font-size:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.p-planPriceComp__body{width:100%}.p-planPriceComp__row{align-items:center;border-bottom:1px solid #ccc;display:flex;flex-flow:column;gap:clamp(2.1942857143px,0px + .2857142857vw,4px);padding:clamp(8.7771428571px,0px + 1.1428571429vw,16px) 0;width:100%}@media screen and (max-width:767px){.p-planPriceComp__row{padding:clamp(10px,0px + 3.125vw,24px) 0}}.p-planPriceComp__label{color:#595757;font-size:clamp(7.1314285714px,0px + .9285714286vw,13px);line-height:1}@media screen and (max-width:767px){.p-planPriceComp__label{font-size:clamp(10px,0px + 3.125vw,24px)}}.p-planPriceComp__txt{font-size:clamp(8.7771428571px,0px + 1.1428571429vw,16px);text-align:center}@media screen and (max-width:767px){.p-planPriceComp__txt{font-size:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.p-planPriceComp__txt .is-strong{font-size:clamp(9.8742857143px,0px + 1.2857142857vw,18px)}@media screen and (max-width:767px){.p-planPriceComp__txt .is-strong{font-size:clamp(15px,0px + 4.6875vw,36px)}}.p-planPriceComp__txt .is-price{color:#0d9fc5;font-size:clamp(13.1657142857px,0px + 1.7142857143vw,24px)}@media screen and (max-width:767px){.p-planPriceComp__txt .is-price{font-size:clamp(20px,0px + 6.25vw,48px)}}.p-planPriceComp__txt .is-available,.p-planPriceComp__txt .is-unavailable{display:block;height:clamp(17.5542857143px,0px + 2.2857142857vw,32px);position:relative}@media screen and (max-width:767px){.p-planPriceComp__txt .is-available,.p-planPriceComp__txt .is-unavailable{height:clamp(26.6666666667px,0px + 8.3333333333vw,64px)}}.p-planPriceComp__txt .is-available:after,.p-planPriceComp__txt .is-unavailable:after{content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.p-planPriceComp__txt .is-available:after{border:clamp(2.1942857143px,0px + .2857142857vw,4px) solid #0d9fc5;border-radius:50%;height:clamp(8.7771428571px,0px + 1.1428571429vw,16px);width:clamp(8.7771428571px,0px + 1.1428571429vw,16px)}@media screen and (max-width:767px){.p-planPriceComp__txt .is-available:after{border:clamp(3.3333333333px,0px + 1.0416666667vw,8px) solid #0d9fc5;height:clamp(13.3333333333px,0px + 4.1666666667vw,32px);width:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.p-planPriceComp__txt .is-unavailable:after{background-color:#595757;height:clamp(2.1942857143px,0px + .2857142857vw,4px);width:clamp(13.1657142857px,0px + 1.7142857143vw,24px)}@media screen and (max-width:767px){.p-planPriceComp__txt .is-unavailable:after{height:clamp(3.3333333333px,0px + 1.0416666667vw,8px);width:clamp(20px,0px + 6.25vw,48px)}}.c-h1Tit__lead{align-items:baseline;display:inline-flex;gap:.08em}.c-iconCards{margin:0 0 60px}@media screen and (max-width:767px){.c-iconCards{margin:0 0 clamp(25px,0px + 7.8125vw,60px)}}.c-iconCards__list{display:grid;gap:40px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}@media screen and (max-width:767px){.c-iconCards__list{gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px);grid-template-columns:1fr;margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-iconCards__item{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:flex;flex-flow:column;gap:24px;min-height:280px;padding:40px}@media screen and (max-width:767px){.c-iconCards__item{border-radius:clamp(10px,0px + 3.125vw,24px);gap:clamp(10px,0px + 3.125vw,24px);min-height:auto;padding:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-iconCards__icon{height:80px;width:80px}@media screen and (max-width:767px){.c-iconCards__icon{height:clamp(40px,0px + 12.5vw,96px);width:clamp(40px,0px + 12.5vw,96px)}}.c-iconCards__icon img{height:100%;object-fit:contain;width:100%}.c-iconCards__txt{color:#e5004f;font-feature-settings:"palt";font-size:2.2rem;font-weight:700;line-height:1.4545454545}@media screen and (max-width:767px){.c-iconCards__txt{font-size:clamp(1.4166666667rem,0rem + 4.4270833333vw,3.4rem)}}.c-iconCards__qa{background-color:#fff;border:1px solid #ccc;border-radius:16px;margin:60px 0 0;padding:24px}@media screen and (max-width:767px){.c-iconCards__qa{border-radius:clamp(10px,0px + 3.125vw,24px);margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px);padding:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-iconCards__question{color:#0d9fc5;font-size:2.2rem;font-weight:700;margin-bottom:8px}@media screen and (max-width:767px){.c-iconCards__question{font-size:clamp(1.4166666667rem,0rem + 4.4270833333vw,3.4rem);margin-bottom:clamp(5px,0px + 1.5625vw,12px)}}.c-iconCards__answer{font-size:1.6rem;line-height:2}@media screen and (max-width:767px){.c-iconCards__answer{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem);line-height:1.8}}.c-iconTextCards{margin:0 0 60px}@media screen and (max-width:767px){.c-iconTextCards{margin:0 0 clamp(25px,0px + 7.8125vw,60px)}}.c-iconTextCards__list{display:grid;gap:40px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}@media screen and (max-width:767px){.c-iconTextCards__list{gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px);grid-template-columns:1fr;margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-iconTextCards__item{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:flex;flex-flow:column;gap:24px;min-height:280px;padding:40px}@media screen and (max-width:767px){.c-iconTextCards__item{border-radius:clamp(10px,0px + 3.125vw,24px);gap:clamp(10px,0px + 3.125vw,24px);min-height:auto;padding:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-iconTextCards__tit{align-items:center;color:#595757;display:flex;font-feature-settings:"palt";font-size:2.2rem;font-weight:700;justify-content:center;line-height:1.4;min-height:64px;text-align:center}@media screen and (max-width:767px){.c-iconTextCards__tit{font-size:clamp(1.4166666667rem,0rem + 4.4270833333vw,3.4rem);min-height:auto}}.c-iconTextCards__icon{height:80px;width:80px}@media screen and (max-width:767px){.c-iconTextCards__icon{height:clamp(40px,0px + 12.5vw,96px);width:clamp(40px,0px + 12.5vw,96px)}}.c-iconTextCards__icon img{height:100%;object-fit:contain;width:100%}.c-iconTextCards__highlight{color:#0ab7d4;font-feature-settings:"palt";font-weight:700;line-height:1.2;text-align:center}.c-iconTextCards__highlight em{font-size:3.6rem;font-style:normal}.c-iconTextCards__highlight strong{font-size:5.6rem;font-weight:700}.c-iconTextCards__highlight p{margin:0}@media screen and (max-width:767px){.c-iconTextCards__highlight em{font-size:clamp(2.1666666667rem,0rem + 6.7708333333vw,5.2rem)}.c-iconTextCards__highlight strong{font-size:clamp(3.5rem,0rem + 10.9375vw,8.4rem)}}.c-iconTextCards__txt{align-self:stretch;color:#333;font-feature-settings:"palt";font-size:1.4rem;font-weight:400;line-height:2}.c-iconTextCards__txt p{margin:0}@media screen and (max-width:767px){.c-iconTextCards__txt{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem);line-height:1.8}}.c-step__list{display:grid;gap:24px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:40px}@media screen and (max-width:767px){.c-step__list{gap:clamp(10px,0px + 3.125vw,24px);grid-template-columns:1fr;margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-step__item{min-height:223px}@media screen and (max-width:767px){.c-step__item{min-height:auto}}.c-step__step{color:#595757;font-size:1.6rem;font-weight:700}.c-step__name{color:#0d9fc5;font-size:2.2rem;font-weight:700;margin-top:8px}.c-step__label{font-size:1.6rem;line-height:2;margin-top:8px}@media screen and (max-width:767px){.c-step__label{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-step__desc{font-size:1.6rem;font-weight:700;line-height:2;margin-top:8px}@media screen and (max-width:767px){.c-step__desc{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-textCards__list{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:40px}@media screen and (max-width:767px){.c-textCards__list{gap:clamp(8.3333333333px,0px + 2.6041666667vw,20px);grid-template-columns:1fr;margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-textCards.is-col2 .c-textCards__list{grid-template-columns:repeat(2,minmax(0,1fr))}.c-textCards__item{background-color:#fff;border:1px solid #ccc;border-radius:16px;padding:24px}@media screen and (max-width:767px){.c-textCards__item{border-radius:clamp(10px,0px + 3.125vw,24px);padding:clamp(10px,0px + 3.125vw,24px)}}.c-textCards__item p:not([class]){font-size:2.2rem;font-weight:700;line-height:1.9090909091}@media screen and (max-width:767px){.c-textCards__item p:not([class]){font-size:clamp(1.3333333333rem,0rem + 4.1666666667vw,3.2rem);line-height:1.7}}.c-textCards__tit{color:#0d9fc5;font-size:2.2rem;font-weight:700;line-height:1.9090909091;margin-bottom:8px}@media screen and (max-width:767px){.c-textCards__tit{font-size:clamp(1.6666666667rem,0rem + 5.2083333333vw,4rem);line-height:1.7;margin-bottom:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.c-textCards__txt{font-size:1.8rem;line-height:1.7777777778}@media screen and (max-width:767px){.c-textCards__txt{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem);line-height:1.8}}.c-listCards__list{display:flex;gap:24px}@media screen and (max-width:767px){.c-listCards__list{flex-direction:column;gap:clamp(10px,0px + 3.125vw,24px)}}.c-listCards__item{background:#fff;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.16);flex:1;padding:24px}.c-listCards__tit{color:#0d9fc5;font-size:2.2rem;font-weight:700;line-height:normal}@media screen and (max-width:767px){.c-listCards__tit{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.c-listCards__ul{list-style:disc;margin-top:8px;padding-left:1.5em}.c-listCards__ul li{font-size:1.6rem;line-height:2}@media screen and (max-width:767px){.c-listCards__ul li{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.p-listCards{margin-top:clamp(21.9428571429px,0px + 2.8571428571vw,40px)}@media screen and (max-width:767px){.p-listCards{margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-menuCards__list{display:flex;gap:40px}@media screen and (max-width:767px){.c-menuCards__list{flex-direction:column;gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-menuCards__item{align-items:center;background:#fff;border:4px solid #0d9fc5;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.16);display:flex;flex:1;flex-direction:column;gap:8px;padding:40px 32px;text-align:center}@media screen and (max-width:767px){.c-menuCards__item{border-radius:clamp(10px,0px + 3.125vw,24px);padding:clamp(20px,0px + 6.25vw,48px) clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-menuCards__problem{color:#595757;font-size:1.6rem;font-weight:700;line-height:1.75}.c-menuCards__name{color:#0d9fc5;font-size:2.2rem;font-weight:700;line-height:1.4545454545}@media screen and (max-width:767px){.c-menuCards__name{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.c-menuCards__menu{color:#333;font-size:1.6rem;font-weight:700;line-height:1.75}.c-menuCards__txt{color:#333;font-size:1.4rem;line-height:2;text-align:left}@media screen and (max-width:767px){.c-menuCards__txt{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.p-menuCards{margin-top:clamp(21.9428571429px,0px + 2.8571428571vw,40px)}@media screen and (max-width:767px){.p-menuCards{margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-borderCards__list{display:flex;gap:40px}@media screen and (max-width:767px){.c-borderCards__list{flex-direction:column;gap:clamp(13.3333333333px,0px + 4.1666666667vw,32px)}}.c-borderCards__item{align-items:center;background:#fff;border:4px solid #0d9fc5;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.16);display:flex;flex:1;flex-direction:column;gap:8px;padding:40px 32px;text-align:center}@media screen and (max-width:767px){.c-borderCards__item{border-radius:clamp(10px,0px + 3.125vw,24px);padding:clamp(20px,0px + 6.25vw,48px) clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-borderCards__num{align-items:center;background-color:#0d9fc5;border-radius:50%;color:#fff;display:flex;font-size:2.4rem;font-weight:700;height:61px;justify-content:center;line-height:1;width:61px}@media screen and (max-width:767px){.c-borderCards__num{font-size:clamp(1.3333333333rem,0rem + 4.1666666667vw,3.2rem);height:clamp(33.3333333333px,0px + 10.4166666667vw,80px);width:clamp(33.3333333333px,0px + 10.4166666667vw,80px)}}.c-borderCards__stat{color:#0ab7d4;font-weight:700;line-height:1.2;text-align:center}.c-borderCards__stat em{font-size:3.6rem;font-style:normal}.c-borderCards__stat strong{font-size:5.6rem;font-weight:700}@media screen and (max-width:767px){.c-borderCards__stat em{font-size:clamp(2.1666666667rem,0rem + 6.7708333333vw,5.2rem)}.c-borderCards__stat strong{font-size:clamp(3.5rem,0rem + 10.9375vw,8.4rem)}}.c-borderCards__tit{color:#0d9fc5;font-size:2.2rem;font-weight:700;line-height:1.4545454545}@media screen and (max-width:767px){.c-borderCards__tit{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.c-borderCards__txt{color:#333;font-size:1.4rem;line-height:2;text-align:left}@media screen and (max-width:767px){.c-borderCards__txt{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.p-borderCards{margin-top:clamp(21.9428571429px,0px + 2.8571428571vw,40px)}@media screen and (max-width:767px){.p-borderCards{margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.p-detailSection{padding:clamp(43.8857142857px,0px + 5.7142857143vw,80px) 0}@media screen and (max-width:767px){.p-detailSection{padding:clamp(33.3333333333px,0px + 10.4166666667vw,80px) 0}}.p-detailSection__label{color:#0d9fc5;font-size:2.2rem;font-weight:700;line-height:1.4545454545}.p-detailSection__tit{color:#333;font-size:clamp(1.9748571429rem,0rem + 2.5714285714vw,3.6rem);font-weight:700;line-height:1.5555555556;margin-top:clamp(8.7771428571px,0px + 1.1428571429vw,16px)}@media screen and (max-width:767px){.p-detailSection__tit{font-size:clamp(2rem,0rem + 6.25vw,4.8rem)}}.p-detailSection__line{background-color:#0d9fc5;height:4px;width:40px}.p-detailSection__lead,.p-detailSection__line{margin-top:clamp(8.7771428571px,0px + 1.1428571429vw,16px)}.p-detailSection__lead{color:#333;font-size:1.8rem;font-weight:700;line-height:1.7777777778}@media screen and (max-width:767px){.p-detailSection__lead{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.p-detailSection__subTit{color:#333;font-size:2.2rem;font-weight:700;line-height:1.4545454545;margin-top:clamp(8.7771428571px,0px + 1.1428571429vw,16px)}@media screen and (max-width:767px){.p-detailSection__subTit{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.p-detailSection__notes{color:#333;font-size:1.8rem;line-height:1.7777777778;margin-top:clamp(13.1657142857px,0px + 1.7142857143vw,24px)}@media screen and (max-width:767px){.p-detailSection__notes{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.p-detailSection__notes .is-bold{font-weight:700}.p-detailSection__notes p+p{margin-top:clamp(13.1657142857px,0px + 1.7142857143vw,24px)}@media screen and (max-width:767px){.p-detailSection__notes p+p{margin-top:clamp(10px,0px + 3.125vw,24px)}}.dnd-section:has(.p-detailSection){padding:0}.c-detailCards{margin-top:clamp(21.9428571429px,0px + 2.8571428571vw,40px)}@media screen and (max-width:767px){.c-detailCards{margin-top:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-detailCards__list{display:flex;flex-wrap:wrap;gap:40px}@media screen and (max-width:767px){.c-detailCards__list{gap:clamp(10px,0px + 3.125vw,24px)}}.c-detailCards__item{background:#e4f4fd;border-radius:16px;padding:40px}@media screen and (max-width:767px){.c-detailCards__item{border-radius:clamp(10px,0px + 3.125vw,24px);padding:clamp(16.6666666667px,0px + 5.2083333333vw,40px)}}.c-detailCards__item ul{list-style:disc!important;margin-top:8px;padding-left:1.5em}.c-detailCards__item ul li{font-size:1.4rem;line-height:2;padding-left:0!important;position:static!important}.c-detailCards__item ul li:before{display:none!important}@media screen and (max-width:767px){.c-detailCards__item ul li{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.c-detailCards__tit{color:#0d9fc5;font-size:2.2rem;font-weight:700;line-height:1.4545454545}@media screen and (max-width:767px){.c-detailCards__tit{font-size:clamp(1.5rem,0rem + 4.6875vw,3.6rem)}}.c-detailCards__subTit{color:#333;font-size:1.6rem;font-weight:700;line-height:2;margin-top:8px}.c-detailCards__txt{color:#333;font-size:1.4rem;line-height:2;margin-top:8px}@media screen and (max-width:767px){.c-detailCards__txt{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.c-detailCards__ul{list-style:disc;margin-top:8px;padding-left:1.5em}.c-detailCards__ul li{font-size:1.4rem;line-height:2}@media screen and (max-width:767px){.c-detailCards__ul li{font-size:clamp(1.0833333333rem,0rem + 3.3854166667vw,2.6rem)}}.c-detailCards.is-col2 .c-detailCards__item{flex:0 0 calc(50% - 20px)}@media screen and (max-width:767px){.c-detailCards.is-col2 .c-detailCards__item{flex:0 0 100%}}.c-detailCards.is-col3 .c-detailCards__item{flex:0 0 calc(33.33333% - 26.66667px)}@media screen and (max-width:767px){.c-detailCards.is-col3 .c-detailCards__item{flex:0 0 100%}.c-tableScroll{overflow-x:auto;-webkit-overflow-scrolling:touch}}.c-table{border-collapse:collapse;min-width:100%;table-layout:fixed;width:100%}@media screen and (max-width:767px){.c-table{min-width:700px;table-layout:auto}}.c-table{background-color:#fff}.c-table thead th{background:#f1f1f1;border:1px solid #ccc;color:#595757;font-size:1.8rem;font-weight:700;padding:16px 20px;text-align:left}.c-table thead th:first-child{color:#595757}.c-table thead th:not(:first-child){color:#0d9fc5}@media screen and (max-width:767px){.c-table thead th{font-size:clamp(1rem,0rem + 3.125vw,2.4rem);padding:clamp(10px,0px + 3.125vw,24px);white-space:nowrap}}.c-table tbody th{background:#f1f1f1;border:1px solid #ccc;color:#595757;font-size:1.6rem;font-weight:700;padding:12px 20px;text-align:left}@media screen and (max-width:767px){.c-table tbody th{font-size:clamp(1rem,0rem + 3.125vw,2.4rem);padding:clamp(10px,0px + 3.125vw,24px);white-space:nowrap}}.c-table tbody td{background:#fff;border:1px solid #ccc;color:#595757;font-size:1.6rem;padding:12px 20px}@media screen and (max-width:767px){.c-table tbody td{font-size:clamp(1rem,0rem + 3.125vw,2.4rem);padding:clamp(10px,0px + 3.125vw,24px);white-space:nowrap}}.c-table tbody td.is-primary{color:#0d9fc5;font-size:2rem;font-weight:700}@media screen and (max-width:767px){.c-table tbody td.is-primary{font-size:clamp(1.1666666667rem,0rem + 3.6458333333vw,2.8rem)}}.c-table--line tbody td,.c-table--line tbody th,.c-table--line thead th{background:#fff;border:1px solid #0d9fc5;border-left:none;border-right:none}.c-table--line thead th:not(:first-child){color:#595757}.c-table--line thead th:last-child{color:#0d9fc5}.c-table--line tbody td{color:#333}.c-table__notes{color:#595757;font-size:1.4rem;line-height:2;margin-top:clamp(8.7771428571px,0px + 1.1428571429vw,16px)}@media screen and (max-width:767px){.c-table__notes{font-size:clamp(1rem,0rem + 3.125vw,2.4rem);margin-top:clamp(6.6666666667px,0px + 2.0833333333vw,16px)}}.p-tableWrap{margin:50px 0}@media screen and (max-width:767px){.p-tableWrap{margin:clamp(40px,0px + 12.5vw,96px) 0}}.group-menu{background:transparent!important;font-size:0;padding:44px 20px;text-align:center}.group-menu .item{display:inline-block;vertical-align:top}.foot-group-menu{padding:73px 20px}.square-btn{align-items:flex-end;background:#fff;border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.2);color:inherit;display:flex;font-size:1.3rem;height:135px;margin:8px;padding:12px 5px;text-decoration:none;transition:box-shadow .3s ease-out,transform .3s ease-out,opacity .3s ease-out;width:135px}.square-btn .inner{flex:0 1 auto;width:100%}.square-btn .icon{color:#03b8ec;display:block;font-size:43px;height:43px;line-height:1}.square-btn .icon i:before{vertical-align:middle}.square-btn .icon img{max-height:100%;width:auto}.square-btn .text{display:table;height:3em;line-height:1.3;margin:12px 0 0;width:100%}.square-btn .text>*{display:table-cell;vertical-align:middle}.square-btn:hover{box-shadow:0 5px 10px rgba(0,0,0,.3);transform:translateY(-5px)}.bg-text-container{margin:0 auto!important}.bg-text-container .bg-text{max-width:698px;width:100%}@media screen and (min-width:768px){.u-spOnly{display:none!important}}@media screen and (max-width:767px){.u-spOnly{display:inherit!important}}@media screen and (min-width:768px){.u-pcOnly{display:inherit!important}}@media screen and (max-width:767px){.u-pcOnly{display:none!important}}.u-txtBlue{color:#0d9fc5}.u-fwBold{font-weight:700}.u-fsSmall{font-size:.6666666667em}#eap{scroll-margin-top:110px}@media (max-width:767px){#eap{scroll-margin-top:90px}}