@layer module{.m-badge-category{color:var(--COLOR_BRAND_PRIMARY);display:inline-flex;font-size:.875rem;font-weight:var(--FONT_WEIGHT_MEDIUM);gap:.75rem}.m-badge-category:before{background-image:url(/assets/images/common/icon/icon-heading-sparkle.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.125rem;transform:translateY(1px);width:1.125rem}.m-badge-item{align-items:center;background-color:#ede0c7;border:1px solid #ede0c7;display:inline-flex;font-size:.625rem;font-weight:var(--FONT_WEIGHT_BOLD);justify-content:center;padding:.125rem .5rem}.m-badge-item--outline{background-color:var(--COLOR_BACKGROUND);border-color:var(--COLOR_FOREGROUND)}.m-badge-list{display:flex;flex-wrap:wrap;gap:.5rem}.m-badge{align-items:center;background-color:var(--COLOR_BASE_LIGHT);color:var(--COLOR_BRAND_PRIMARY);display:inline-flex;font-size:.75rem;justify-content:center;min-width:5rem;padding:.125rem 1rem}.m-badge,.m-box-cta{border:1px solid var(--COLOR_BRAND_PRIMARY)}.m-box-cta{background-color:var(--COLOR_BACKGROUND_3);margin-top:2.5rem;padding:2.5rem 1.5rem}.m-box-cta__head{margin-bottom:1.5rem}.m-box-cta__title{color:var(--COLOR_FOREGROUND);font-size:1.25rem;font-weight:var(--FONT_WEIGHT_REGULAR)}.m-box-cta__body>:first-child{margin-top:0}.m-box{border:1px solid var(--COLOR_BRAND_PRIMARY);margin-top:2.5rem;padding:2.5rem 1.5rem}.m-box>:first-child{margin-top:0}.m-box__title{color:var(--COLOR_BRAND_PRIMARY);font-size:.875rem;font-weight:var(--FONT_WEIGHT_BOLD);margin-top:1.5rem}.m-box-alert{background-color:#b23a4814;border:1px solid var(--COLOR_ROLE_DANGER);margin-top:2.5rem;padding:4rem 1.5rem}.m-box-alert__inner:before{background-image:url(/assets/images/common/icon/icon-exclamation.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.8125rem;margin:0 auto;width:2rem}.m-box-alert__title{color:var(--COLOR_FOREGROUND);font-size:1.25rem;margin-top:.75rem}.m-box-alert__lead{font-size:1rem;font-weight:var(--FONT_WEIGHT_BOLD)}.m-box-alert__content,.m-box-alert__lead{margin-top:1.5rem}.m-box-alert__content>:first-child{margin-top:0}.m-box-alert__content>:not(:first-child){margin-top:.75rem}.m-button-list{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.m-button-list>*{height:100%}.m-button-list__item{list-style:none}.m-button-list__item :where(.m-button){height:100%}.m-button-list--alignCenter{justify-content:center}.m-button-list--alignRight{justify-content:flex-end}.m-button-list--vertical{align-items:center;flex-direction:column}.m-button{--button-color:var(--COLOR_BASE_DARK);--button-border-color:var(--COLOR_BASE_DARK);--button-background-color:#0000;background-color:var(--button-background-color);border:1px solid var(--button-border-color);border-radius:1.5625rem;color:var(--button-color);display:inline-flex;font-size:1rem;font-weight:var(--FONT_WEIGHT_MEDIUM);justify-content:center;min-width:min(100%,20rem);padding:.75rem 2rem;transition:color .6s ease,background-color .6s ease}.m-button[hidden]{display:none}.m-button__icon{align-self:center}.m-button--solidFill{--button-color:var(--COLOR_BASE_LIGHT);--button-background-color:var(--COLOR_BASE_DARK);transition:border-color .6s ease,background-color .6s ease}.m-button--iconArrowBottom,.m-button--iconArrowLeft,.m-button--iconArrowRight{position:relative}.m-button--iconArrowBottom:before,.m-button--iconArrowLeft:before,.m-button--iconArrowRight:before{background-color:currentcolor;content:"";display:block;height:.75rem;inset-block:0;margin-block:auto;mask-image:url(/assets/images/common/icon/icon-arrow.svg);mask-repeat:no-repeat;mask-size:contain;position:absolute;width:.4375rem}.m-button--iconArrowBottom,.m-button--iconArrowRight{padding-right:3.125rem}.m-button--iconArrowBottom:before,.m-button--iconArrowRight:before{right:1.5rem}.m-button--iconArrowBottom:before{transform:rotate(90deg)}.m-button--iconArrowLeft{padding-left:3.125rem}.m-button--iconArrowLeft:before{left:1.5rem;transform:rotate(180deg)}.m-button--iconCancel{padding-right:3.125rem;position:relative}.m-button--iconCancel:before{background-color:currentcolor;content:"";display:block;height:1.0625rem;inset-block:0;margin-block:auto;mask-image:url(/assets/images/common/icon/icon-close.svg);mask-repeat:no-repeat;mask-size:contain;position:absolute;right:1rem;width:1.0625rem}.m-button--alignLeft{justify-content:flex-start}.m-button--cta{--button-color:var(--COLOR_BASE_LIGHT);--button-background-color:var(--COLOR_BRAND_PRIMARY);border:none;transition:background-color .6s ease}.m-checkbox{--checkbox-size:1rem;align-items:center;cursor:pointer;display:flex;gap:.5rem;width:fit-content}.m-checkbox__checkbox{display:inline-flex}.m-checkbox__checkbox:has(.m-checkbox__input:checked){position:relative}.m-checkbox__checkbox:has(.m-checkbox__input:checked):after{background-color:var(--COLOR_BACKGROUND);content:"";display:block;height:.53125rem;inset:0;margin:auto;mask-image:url(/assets/images/common/icon/icon-check.svg);mask-repeat:no-repeat;mask-size:contain;position:absolute;width:.75rem}.m-checkbox__checkbox:has(.m-checkbox__input:is(:user-invalid,[aria-invalid=true])):after{background-color:var(--COLOR_ROLE_DANGER)}.m-checkbox__input{appearance:none;background-color:var(--COLOR_BACKGROUND);border:.0625rem solid var(--COLOR_BASE_DARK);height:var(--checkbox-size);margin:0;position:relative;width:var(--checkbox-size)}.m-checkbox__input:checked{background-color:var(--COLOR_BASE_DARK);border-color:var(--COLOR_BASE_DARK)}.m-checkbox__input:is(:user-invalid,[aria-invalid=true]){background-color:#fcf7f8;border-color:var(--COLOR_ROLE_DANGER)}.m-checkbox__label{font-size:.875rem}.m-checkbox__label>a{color:var(--COLOR_BRAND_PRIMARY);text-decoration:underline}.m-form-control{display:grid;margin-top:1rem;row-gap:1rem}.m-form-control:where(fieldset){display:block}.m-form-control:where(fieldset) .m-form-control__label{margin-bottom:.5rem}.m-form-control:has(.m-form-control__label--small){row-gap:.5rem}.m-form-control--alignCenter{justify-items:center}.m-form-control__label{font-size:.875rem;font-weight:var(--FONT_WEIGHT_MEDIUM);width:fit-content}.m-form-control__label--small{font-size:.8125rem}.m-form-control__requirement{color:var(--COLOR_ROLE_DANGER);font-size:.875rem;font-weight:var(--FONT_WEIGHT_MEDIUM);margin-left:.25rem;vertical-align:middle}.m-form-control__wrapper{display:grid;row-gap:.75rem}.m-form-control__wrapper:has(>.m-checkbox),.m-form-control__wrapper:has(>.m-radio){display:flex;flex-wrap:wrap;gap:1rem}.m-form-control__error{color:var(--COLOR_ROLE_DANGER);display:block;font-size:.75rem;font-weight:var(--FONT_WEIGHT_BOLD);margin-top:.75rem}.m-form-control__text{font-size:.875rem}.m-form-control__supportText{font-size:.75rem;margin-top:.75rem}.m-form{margin-top:4rem}.m-form--confirm .m-form__item{border-bottom:1px solid var(--COLOR_OUTLINE);padding-bottom:1.5rem}.m-form__content{display:grid;row-gap:1.5rem}.m-form__content>:first-child{margin-top:0}.m-form__content+.m-form__item{margin-top:2.5rem}.m-form__item>:first-child{margin-top:0}.m-form__title{font-size:.875rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-radio{--radio-input-size:1rem;--radio-input-inner-size:0.5rem;align-items:center;cursor:pointer;display:flex;gap:.375rem;width:fit-content}.m-radio__radio{display:inline-flex}.m-radio__radio:has(.m-radio__input:checked){position:relative}.m-radio__radio:has(.m-radio__input:checked):after{background-color:var(--COLOR_BRAND_PRIMARY);border-radius:50%;content:"";display:block;height:var(--radio-input-inner-size);inset:0;margin:auto;position:absolute;width:var(--radio-input-inner-size)}.m-radio__radio:has(.m-radio__input:is(:user-invalid,[aria-invalid=true])):after{background-color:var(--COLOR_ROLE_DANGER)}.m-radio__input{appearance:none;background-color:var(--COLOR_BACKGROUND);border:.0625rem solid var(--COLOR_OUTLINE);border-radius:50%;height:var(--radio-input-size);margin:0;position:relative;width:var(--radio-input-size)}.m-radio__input:is(:user-invalid,[aria-invalid=true]){background-color:#fcf7f8;border-color:var(--COLOR_ROLE_DANGER)}.m-radio__label{font-size:.75rem}.m-select{display:block;width:100%}.m-select__control{position:relative}.m-select__control:after{background-color:var(--COLOR_FOREGROUND);content:"";display:block;height:.75rem;inset-block:0;margin-block:auto;mask-image:url(/assets/images/common/icon/icon-arrow.svg);mask-repeat:no-repeat;mask-size:contain;position:absolute;right:1rem;transform:rotate(90deg);width:.4375rem}.m-select__select{appearance:none;background-color:var(--COLOR_BACKGROUND_2);border:.0625rem solid var(--COLOR_OUTLINE);border-radius:.25rem;color:var(--COLOR_FOREGROUND);font-size:.75rem;line-height:var(--LINE_HEIGHT_ROOT);padding:.5rem 2.25rem .5rem 1rem;width:100%}.m-select__select::placeholder{color:var(--COLOR_OUTLINE)}.m-select__select:is(:user-invalid,[aria-invalid=true]){background-color:#fcf7f8;border-color:var(--COLOR_ROLE_DANGER)}.m-select__error{color:var(--COLOR_ROLE_DANGER);font-weight:var(--FONT_WEIGHT_BOLD);margin-top:.75rem}.m-input-text,.m-select__error{display:block;font-size:.75rem}.m-input-text{color:var(--COLOR_FOREGROUND_2);width:100%}.m-input-text__input{background-color:var(--COLOR_BACKGROUND_2);border:.0625rem solid var(--COLOR_OUTLINE);border-radius:.25rem;color:var(--COLOR_FOREGROUND);display:block;line-height:var(--LINE_HEIGHT_ROOT);padding:.5rem 1rem;width:100%}.m-input-text__input::placeholder{color:var(--COLOR_OUTLINE)}.m-input-text__input:is(:user-invalid,[aria-invalid=true]){background-color:#fcf7f8;border-color:var(--COLOR_ROLE_DANGER)}.m-input-text__error{color:var(--COLOR_ROLE_DANGER);font-weight:var(--FONT_WEIGHT_BOLD);margin-top:.75rem}.m-input-text__error,.m-textarea{display:block;font-size:.75rem}.m-textarea{color:var(--COLOR_FOREGROUND_2);width:100%}.m-textarea__textarea{background-color:var(--COLOR_BACKGROUND_2);border:.0625rem solid var(--COLOR_OUTLINE);border-radius:.25rem;color:var(--COLOR_FOREGROUND);display:block;line-height:var(--LINE_HEIGHT_ROOT);min-height:10rem;padding:1rem;resize:vertical;width:100%}.m-textarea__textarea::placeholder{color:var(--COLOR_OUTLINE)}.m-textarea__textarea:is(:user-invalid,[aria-invalid=true]){background-color:#fcf7f8;border-color:var(--COLOR_ROLE_DANGER)}.m-textarea__error{color:var(--COLOR_ROLE_DANGER);display:block;font-size:.75rem;font-weight:var(--FONT_WEIGHT_BOLD);margin-top:.75rem}.m-heading-lv1{background-color:#f5f5f5;padding:3rem var(--OUTSIDE_GUTTER) .875rem}.m-heading-lv1:not(:has(+.l-breadcrumb)){padding:3rem var(--OUTSIDE_GUTTER)}.m-heading-lv1__title{display:grid;gap:.75rem;margin:0 auto;max-width:var(--CONTENT_MAX_WIDTH);width:100%}.m-heading-lv1__titleSub{color:var(--COLOR_BRAND_PRIMARY);display:grid;font-size:.875rem;font-weight:var(--FONT_WEIGHT_MEDIUM);gap:.75rem;grid-template-columns:auto 1fr}.m-heading-lv1__titleSub:before{background-image:url(/assets/images/common/icon/icon-heading-sparkle.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.125rem;transform:translateY(1px);width:1.125rem}.m-heading-lv1__titleMain{font-family:var(--FONT_FAMILY_SECONDARY);font-size:1.75rem;font-weight:var(--FONT_WEIGHT_REGULAR);line-height:1.875}.m-heading-lv2{margin:4rem 0 2rem;text-align:center}.m-heading-lv2__titleMain{font-size:1.5rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-heading-lv2-02{display:flex;flex-direction:column-reverse}.m-heading-lv2-02 .m-badge-category{font-size:.875rem;font-weight:var(--FONT_WEIGHT_BOLD);letter-spacing:.175rem}.m-heading-lv2-02 .m-badge-category:before{height:1.25rem;width:1.25rem}.m-heading-lv2-02__title{font-family:var(--FONT_FAMILY_SECONDARY);font-size:1.75rem;margin-block:0;padding-left:1.75rem}.m-heading-lv2-02__title,.m-heading-lv2-03{color:var(--COLOR_BASE_DARK);font-weight:var(--FONT_WEIGHT_REGULAR)}.m-heading-lv2-03{font-family:var(--FONT_FAMILY_TERTIARY);font-size:1.5rem;margin-block:5rem 2rem}.m-heading-lv2-03--center{text-align:center}.m-heading-lv2-03--borderTop{border-top:1px solid var(--COLOR_OUTLINE);margin-top:4rem;padding-top:4rem}.m-heading-lv2-overlay{display:grid;gap:.75rem;margin:5rem auto 2rem;max-width:95rem}.m-heading-lv1-visual+.m-heading-lv2-overlay{margin-top:3rem}.m-heading-lv2-overlay:has(.m-text){gap:2rem}.m-heading-lv2-overlay__heading{display:grid;justify-items:start}.m-heading-lv2-overlay__headingMain{align-self:end;color:var(--COLOR_BASE_DARK);font-family:var(--FONT_FAMILY_TERTIARY);font-size:.875rem;font-weight:var(--FONT_WEIGHT_REGULAR);grid-area:1/1;transform:translateX(20px)}.m-heading-lv2-overlay__headingSub{color:#b57f143d;font-family:var(--FONT_FAMILY_SECONDARY);font-size:3.5rem;font-weight:var(--FONT_WEIGHT_REGULAR);grid-area:1/1;line-height:3rem;text-transform:uppercase}.m-heading-lv2-overlay__content{padding-inline:1.25rem}.m-heading-lv2-overlay__content>:first-child{margin-top:0}.m-heading-lv3{display:grid;gap:.75rem;margin:3rem 0 1.5rem;text-align:center}.m-heading-lv3__titleSub{align-items:center;color:var(--COLOR_BRAND_PRIMARY);display:flex;font-family:var(--FONT_FAMILY_SECONDARY);font-size:1rem;font-weight:var(--FONT_WEIGHT_REGULAR);gap:.75rem;justify-content:center;line-height:1}.m-heading-lv3__titleSub:after,.m-heading-lv3__titleSub:before{background-color:currentcolor;content:"";display:block;flex:none;height:.0625rem;width:1rem}.m-heading-lv3__titleMain{font-size:1.25rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-heading-lv3-label{display:grid;gap:1rem;justify-items:start;margin-block:3rem 1.5rem;padding-bottom:.75rem;position:relative}.m-heading-lv3-label:after{background-color:var(--COLOR_BRAND_PRIMARY);bottom:0;content:"";display:block;height:.125rem;left:0;position:absolute;width:1.5rem}.m-heading-lv3-label__text{color:var(--COLOR_BASE_DARK);font-family:var(--FONT_FAMILY_TERTIARY);font-size:1.25rem;font-weight:var(--FONT_WEIGHT_REGULAR)}.m-heading-lv3-label__subtext{background-color:var(--COLOR_BASE_DARK);color:var(--COLOR_BACKGROUND);font-size:.8125rem;order:-1;padding:.125rem .5rem}.m-heading-lv4{margin:2rem 0 1rem;text-align:center}.m-heading-lv4__titleMain{font-size:1.125rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-heading-news{display:grid;gap:1.5rem;margin-bottom:3rem}.m-heading-news__content{display:flex;flex-direction:column-reverse;gap:1.5rem}.m-heading-news__heading{font-size:1.5rem;font-weight:var(--FONT_WEIGHT_MEDIUM);line-height:var(--LINE_HEIGHT_ROOT);margin-block:0}.m-heading-news__info{display:flex;flex-direction:column;gap:.75rem}.m-heading-news__date{font-family:var(--FONT_FAMILY_SECONDARY);font-size:.875rem;line-height:var(--LINE_HEIGHT_ROOT)}.m-heading-lv1-visual{display:grid;gap:var(--OUTSIDE_GUTTER);grid-template-columns:1fr minmax(0,var(--CONTENT_MAX_WIDTH)) 1fr;position:relative}.m-heading-lv1-visual__content{bottom:1.5rem;display:grid;gap:.5rem;grid-column:2/3;position:absolute}.m-heading-lv1-visual__heading{color:var(--COLOR_BASE_DARK);font-family:var(--FONT_FAMILY_SECONDARY);font-size:2rem;font-weight:var(--FONT_WEIGHT_REGULAR);margin-block:0}.m-heading-lv1-visual__heading--jp{font-family:var(--FONT_FAMILY_PRIMARY)}.m-heading-lv1-visual__text{font-size:.875rem;line-height:1.8}.m-heading-lv1-visual__media{grid-column:1/4}.m-heading-lv1-visual__mediaItem{width:100%}.m-horizon{margin-top:5rem;padding-inline:var(--OUTSIDE_GUTTER)}.m-horizon__inner{margin-inline:auto;max-width:var(--CONTENT_MAX_WIDTH)}.m-horizon__border{border-bottom:none;border-top:1px solid var(--COLOR_OUTLINE)}.m-layout-featured{--content-gutter:clamp(1.5rem,-4.628rem + 12.77vw,7.5rem);margin-top:3rem}.m-layout-featured:last-of-type{padding-bottom:7.5rem}.m-layout-featured__top{display:grid}.m-layout-featured__content{background-color:var(--COLOR_BACKGROUND_3);padding:3.5rem 1.25rem 3rem}.m-layout-featured__content>:first-child{margin-top:0}.m-layout-featured__title{color:var(--COLOR_BASE_DARK);font-family:var(--FONT_FAMILY_TERTIARY);font-size:1.5rem;font-weight:var(--FONT_WEIGHT_REGULAR)}.m-layout-featured__media{order:-1}.m-layout-featured__bottom{margin-top:1.5rem;padding-inline:var(--OUTSIDE_GUTTER)}.m-layout-featured__bottomContent{margin-inline:auto;max-width:var(--CONTENT_MAX_WIDTH)}.m-layout-featured__bottomContent>:first-child{margin-top:0}.m-layout-media{display:grid;gap:1.5rem;margin-top:2.5rem}.m-layout-media__content{order:2}.m-layout-media__content>:first-child{margin-top:0!important}.m-layout-media__content>[class*=m-heading-lv]{text-align:left}.m-layout-media__content .m-heading-lv3__titleSub{justify-content:left}.m-layout-media__content>.m-heading-lv4{margin:1.5rem 0 1rem}.m-layout-media__content>.m-heading-lv4+*{margin-top:0}.m-layout-media__content>.m-text{margin-top:1rem}.m-layout-media__media{order:1}.m-layout-media__media>:first-child{margin-top:0}.m-link-list{--filter-brand-primary:brightness(0) saturate(100%) invert(77%) sepia(63%) saturate(6958%) hue-rotate(19deg) brightness(94%) contrast(84%);display:grid;gap:1.5rem;margin-top:3rem}.m-link-list__link{align-items:center;background-color:var(--COLOR_BACKGROUND);border:1px solid var(--COLOR_OUTLINE_2);box-shadow:2px 2px 4px 0 #0000003d;color:var(--COLOR_FOREGROUND);display:inline-flex;font-size:.875rem;font-weight:var(--FONT_WEIGHT_BOLD);height:100%;justify-content:space-between;padding:1.9375rem 1.1875rem;transition:background-color .5s ease;width:100%}.m-link-list__link:not(:has(.m-link-list__icon)):after{background-color:var(--COLOR_FOREGROUND);content:"";flex-shrink:0;height:1rem;mask-image:url(/assets/images/common/icon/icon-arrow.svg);mask-repeat:no-repeat;mask-size:contain;width:.4375rem}.m-link-list__icon{display:inline-block;height:1rem;margin-left:.5rem;transition:filter .5s ease;width:1rem}.m-link{margin-top:1.5rem}.m-link__link{--transition:0.5s cubic-bezier(0.35,0.8,0.35,1);align-items:center;display:inline-flex;font-size:.875rem;gap:.75rem}.m-link__link:after{background-color:var(--COLOR_BRAND_PRIMARY);content:"";flex-shrink:0;height:.75rem;mask-image:url(/assets/images/common/icon/icon-arrow.svg);mask-repeat:no-repeat;mask-size:contain;width:.4375rem}.m-link__text{line-break:strict;position:relative;word-break:keep-all}.m-link__text:before{background-color:var(--COLOR_OUTLINE)}.m-link__text:after,.m-link__text:before{bottom:-.0625rem;content:"";height:.0625rem;left:0;position:absolute;width:100%}.m-link__text:after{background-image:linear-gradient(var(--COLOR_FOREGROUND),var(--COLOR_FOREGROUND));background-position:100% 100%;background-repeat:no-repeat;background-size:0 .0625rem;transition:background-size var(--transition)}.m-list-annotation{--list-annotation-gap:0.5rem;grid-template-columns:auto 1fr;grid-template-rows:auto;margin-top:1rem}.m-list-annotation,.m-list-annotation__item{display:grid;gap:var(--list-annotation-gap)}.m-list-annotation__item{grid-column:span 2;grid-template-columns:subgrid}.m-list-annotation__mark,.m-list-annotation__text{font-size:.625rem}.m-list-annotation__text>:where([class^=m-list]){margin-top:var(--list-annotation-gap)}.m-list-item{display:grid;margin-top:2rem}.m-list-item__item{display:flex;flex-direction:column;height:100%;place-content:start center;position:relative}.m-list-item__item :where(.m-badge-list){margin-top:1.5rem}.m-list-item__item :is(.m-button){align-self:self-end;font-size:.875rem;margin:auto auto 0;max-width:12.5rem;min-width:unset;padding:.25rem 2.125rem .25rem 1.25rem;width:100%}.m-list-item__item :is(.m-button):before{height:.5rem;right:.875rem;width:.3125rem}.m-list-item__icon{display:inline-flex;left:0;position:absolute;top:0;width:4rem}.m-list-item__title{font-size:.75rem;font-weight:var(--FONT_WEIGHT_MEDIUM);margin-top:.75rem}.m-list-item__title:has(+.m-button){margin-bottom:2rem}.m-list-item__price{align-items:flex-end;display:inline-flex;flex-wrap:wrap;font-size:.875rem;gap:.125rem;margin-top:.375rem}.m-list-item__price:has(+.m-button){margin-bottom:2rem}.m-list-item__priceUnit{font-size:.8125rem;margin-left:.125rem}.m-list-item__media{order:-1}.m-list-news{display:grid;gap:2rem;list-style:none;margin-top:48px}.m-list-news__item{border-bottom:1px solid var(--COLOR_OUTLINE);padding-bottom:2rem}.m-list-news__link{display:flex;flex-direction:column-reverse;gap:1.5rem}.m-list-news__content{gap:1rem}.m-list-news__content,.m-list-news__info{display:flex;flex-direction:column}.m-list-news__info{gap:.75rem}.m-link-list__date{font-family:var(--FONT_FAMILY_SECONDARY)}.m-link-list__date,.m-list-news__title{color:var(--COLOR_FOREGROUND);font-size:.875rem}.m-list-news__title{transition:color .5s ease}.m-list-news__media{align-items:center;aspect-ratio:16/9;background-color:var(--COLOR_BACKGROUND);display:inline-flex;justify-content:center;overflow:hidden;position:relative;width:100%}.m-list-news__media:before{border:1px solid var(--COLOR_OUTLINE);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.m-list-news__media:after{background-color:#ffffff29;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%}.m-list-news__mediaItem{display:block;height:100%;object-fit:contain;object-position:center;transition:transform .5s ease;width:100%}.m-list{--list-gap:0.5rem;display:grid;gap:var(--list-gap);margin-top:1.5rem}.m-box__title+.m-list{margin-top:1rem}.m-list__item{font-size:.875rem;padding-left:.75rem;position:relative}.m-list__item:before{background-color:var(--COLOR_BRAND_PRIMARY);border-radius:50%;content:"";display:block;height:.25rem;left:0;position:absolute;top:.6em;width:.25rem}.m-list__text>a{color:var(--COLOR_BRAND_PRIMARY);text-decoration:underline}.m-list__text>:where([class^=m-list]){margin-top:var(--list-gap)}.m-list-notice{display:grid;gap:1.5rem;margin-top:3.5rem}.m-list-notice__item{border-bottom:1px solid var(--COLOR_OUTLINE_2);padding-bottom:.75rem}.m-list-notice__link{display:flex;flex-direction:column;gap:1rem}.m-list-notice__info{display:grid;gap:.75rem}.m-list-notice__date{font-family:var(--FONT_FAMILY_SECONDARY);font-size:.875rem}.m-list-notice__date,.m-list-notice__title{color:var(--COLOR_FOREGROUND);line-height:1.6}.m-list-notice__title{transition:color .5s ease}.m-list-number{--list-number-gap:0.5rem;display:grid;gap:var(--list-number-gap);grid-template-columns:auto 1fr;grid-template-rows:auto;margin-top:1.5rem}.m-list-number__item{display:grid;font-size:.875rem;grid-column:span 2;grid-template-columns:subgrid}.m-list-number__text>:where([class^=m-list]){margin-top:var(--list-number-gap)}.m-list-question{margin-top:2rem}.m-list-question__item{border-top:1px solid var(--COLOR_OUTLINE)}.m-list-question__item:last-of-type{border-bottom:1px solid var(--COLOR_OUTLINE)}.m-list-question__item.is-opened .m-list-question__summary:after{transform:rotate(90deg)}.m-list-question__summary{display:grid;gap:1rem;grid-template-columns:auto 1fr;padding:1.5rem 2.5rem 1.5rem .5rem;position:relative}.m-list-question__summary :where(.m-list-question__text){font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-list-question__summary:after,.m-list-question__summary:before{background-color:var(--COLOR_BRAND_PRIMARY);content:"";display:block;inset-block:0;margin-block:auto;position:absolute}.m-list-question__summary:before{height:.125rem;right:1rem;width:1rem}.m-list-question__summary:after{height:1rem;right:1.4375rem;transition:transform .5s ease;width:.125rem}.m-list-question__mark{color:var(--COLOR_BRAND_PRIMARY);font-family:var(--FONT_FAMILY_SECONDARY);font-size:1.25rem;line-height:1}.m-list-question__mark+.m-list-question__text{margin-top:0}.m-list-question__mark__number{font-family:var(--FONT_FAMILY_PRIMARY);font-size:1.25rem;font-weight:var(--FONT_WEIGHT_MEDIUM);padding-left:2px}.m-list-question__text{font-size:.9375rem;margin-top:1.5rem}.m-list-question__content{background-color:var(--COLOR_BACKGROUND_2);overflow:hidden}.m-list-question__content__inner{display:grid;gap:1rem;grid-template-columns:auto 1fr;padding:1.5rem 1rem 1.5rem .5rem}.m-list-question__contentWrapper>:first-child{margin-top:0}.m-list-step{--list-step-number-color:var(--COLOR_FOREGROUND_2);--list-step-text-color:var(--COLOR_FOREGROUND_2);flex-wrap:wrap;gap:2.75rem;margin-top:3rem}.m-list-step,.m-list-step__item{align-items:center;display:flex;justify-content:center}.m-list-step__item{gap:.5rem}.m-list-step__item[aria-current=step]{--list-step-number-color:var(--COLOR_BRAND_PRIMARY);--list-step-text-color:var(--COLOR_FOREGROUND)}.m-list-step__item+.m-list-step__item{position:relative}.m-list-step__item+.m-list-step__item:before{background-color:var(--COLOR_OUTLINE);content:"";display:block;height:.0625rem;left:0;position:absolute;top:50%;transform:translateX(calc(-100% - .625rem));width:1.5rem}.m-list-step__number{color:var(--list-step-number-color);font-family:var(--FONT_FAMILY_SECONDARY);font-size:1rem;line-height:1}.m-list-step__text{color:var(--list-step-text-color);font-size:.75rem;font-weight:var(--FONT_WEIGHT_MEDIUM);transform:translateY(-1px)}.m-media-list{display:grid;gap:1.5rem;grid-template-columns:1fr;justify-items:center;margin-top:2.5rem}.m-media-list__item>.m-media{margin-top:0}.m-media{margin-top:2.5rem}.m-media__item{display:table;margin:0 auto}.m-media__item:any-link{position:relative}.m-media__item:any-link .m-media__media{overflow:hidden}.m-media__item:any-link .m-media__mediaItem{transition:transform .5s ease}.m-media__item[data-dialog-id] .m-media__media{position:relative}.m-media__item[data-dialog-id] .m-media__media:before{background-color:#0000003d;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.m-media__item[data-dialog-id] .m-media__media:after{background-color:var(--COLOR_BASE_LIGHT);content:"";display:block;height:1.375rem;inset:0;margin:auto;mask-image:url(/assets/images/common/icon/icon-start.svg);mask-repeat:no-repeat;mask-size:contain;position:absolute;transition:opacity .5s ease;width:1.375rem;z-index:2}.m-media__caption{caption-side:bottom;display:table-caption;font-size:.8125rem;margin-top:1rem;text-align:left}.m-media__mediaItem{display:block}.m-navigation-internal{margin-top:4rem}.m-navigation-internal__item{border-bottom:1px solid var(--COLOR_FOREGROUND)}.m-navigation-internal__link{display:block;font-size:.9375rem;font-weight:var(--FONT_WEIGHT_BOLD);padding:1.5rem 2rem .75rem .5rem;transition:opacity .5s ease}.m-navigation-internal__text{display:block;position:relative}.m-navigation-internal__text:after{background-color:currentcolor;content:"";display:block;height:.75rem;inset-block:0;margin-block:auto;mask-image:url(/assets/images/common/icon/icon-arrow.svg);mask-repeat:no-repeat;mask-size:contain;position:absolute;right:-1.25rem;transform:rotate(90deg);width:.4375rem}.m-panel-link{display:grid;gap:40px 1.5rem;margin-top:2rem}.m-panel-link__link{display:grid;gap:1.5rem}.m-panel-link__content{display:grid;gap:.5rem}.m-panel-link__title{color:var(--COLOR_FOREGROUND);font-size:1rem;font-weight:var(--FONT_WEIGHT_BOLD);transition:color .5s ease}.m-panel-link__text{color:var(--COLOR_FOREGROUND);font-size:.875rem}.m-panel-link__media{align-items:center;display:inline-flex;justify-content:center;justify-self:center;order:-1;overflow:hidden;width:fit-content}.m-panel-link__mediaItem{object-fit:cover;transition:transform .5s ease}.m-panel-series{--overlay-white:#ffffff29;display:grid;gap:2rem;grid-template-columns:1fr;justify-items:center;margin-top:4rem}.m-panel-series__item{width:100%}.m-panel-series__link{display:grid;gap:1rem;grid-template-rows:auto minmax(0,1fr)}.m-panel-series__title{align-items:center;display:inline-flex;font-family:var(--FONT_FAMILY_SECONDARY);font-size:1.25rem;font-weight:var(--FONT_WEIGHT_REGULAR);gap:.75rem;justify-content:center;position:relative}.m-panel-series__title:after{background-color:var(--COLOR_BRAND_PRIMARY);content:"";flex-shrink:0;height:.75rem;margin-left:.5rem;mask-image:url(/assets/images/common/icon/icon-arrow.svg);mask-repeat:no-repeat;mask-size:contain;width:.4375rem}.m-panel-series__subtitle{color:var(--COLOR_BRAND_PRIMARY);font-family:var(--FONT_FAMILY_PRIMARY);font-size:.875rem;font-weight:var(--FONT_WEIGHT_BOLD)}.m-panel-series__label{font-size:.875rem;margin-top:.5rem}.m-panel-series__media{order:-1;overflow:hidden;position:relative;text-align:center}.m-panel-series__media:after{background-color:var(--overlay-white);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s ease}.m-panel-series__mediaItem{transition:transform .5s ease;width:100%}.m-text-lead{color:var(--COLOR_FOREGROUND);font-family:var(--FONT_FAMILY_TERTIARY);font-size:1.5rem;margin-top:1.5rem}.m-text{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.m-text>.m-link{margin-top:0}.m-text__item{flex:0 0 auto}.m-text__item>:first-child{margin-top:0}.m-text__item>a{color:var(--COLOR_BRAND_PRIMARY);text-decoration:underline}.m-widget-accordion{margin-top:2rem}.m-widget-accordion__item{background-color:var(--COLOR_BACKGROUND);border-top:1px solid var(--COLOR_OUTLINE)}.m-widget-accordion__item:last-of-type{border-bottom:1px solid var(--COLOR_OUTLINE)}.m-widget-accordion__item.is-opened .m-widget-accordion__summary:after{transform:rotate(90deg)}.m-widget-accordion__summary{padding:1.5rem 2.5rem 1.5rem .5rem;position:relative}.m-widget-accordion__summary:after,.m-widget-accordion__summary:before{background-color:var(--COLOR_BRAND_PRIMARY);content:"";display:block;inset-block:0;margin-block:auto;position:absolute}.m-widget-accordion__summary:before{height:.125rem;right:1rem;width:1rem}.m-widget-accordion__summary:after{height:1rem;right:1.4375rem;transition:transform .5s ease;width:.125rem}.m-widget-accordion__text{font-size:.9375rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-widget-accordion__content{overflow:hidden}.m-widget-accordion__content__inner{padding:1rem .75rem 1.5rem}.m-widget-accordion__content__inner>:first-child{margin-top:0}.m-widget-accordion-02{display:flex;flex-direction:column;margin-top:4rem;row-gap:1.25rem}.m-widget-accordion-02__item{background-color:var(--COLOR_BACKGROUND);box-shadow:2px 2px 4px 0 #0000003d}.m-widget-accordion-02__item.is-opened .m-widget-accordion-02__summary{background-color:var(--COLOR_BASE_DARK);border-color:var(--COLOR_BASE_DARK);color:var(--COLOR_BASE_LIGHT)}.m-widget-accordion-02__item.is-opened .m-widget-accordion-02__summary:after,.m-widget-accordion-02__item.is-opened .m-widget-accordion-02__summary:before{background-color:var(--COLOR_BASE_LIGHT)}.m-widget-accordion-02__item.is-opened .m-widget-accordion-02__summary:after{transform:rotate(90deg)}.m-widget-accordion-02__summary{border:1px solid var(--COLOR_OUTLINE);padding:1.5rem 2.5rem 1.5rem .75rem;position:relative;transition:background-color .5s ease,border-color .5s ease}.m-widget-accordion-02__summary:after,.m-widget-accordion-02__summary:before{background-color:var(--COLOR_BRAND_PRIMARY);content:"";display:block;inset-block:0;margin-block:auto;position:absolute}.m-widget-accordion-02__summary:before{height:.125rem;right:.9375rem;width:1.25rem}.m-widget-accordion-02__summary:after{height:1.25rem;right:1.5rem;transition:transform .5s ease;width:.125rem}.m-widget-accordion-02__text{font-size:1.25rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-widget-accordion-02__content{border-bottom:1px solid var(--COLOR_OUTLINE);border-left:1px solid var(--COLOR_OUTLINE);border-right:1px solid var(--COLOR_OUTLINE);overflow:hidden}.m-widget-accordion-02__content__inner{padding:2.5rem 1.5rem}.m-widget-accordion-02__content__inner>:first-child{margin-top:0}.m-widget-carousel{margin-top:2rem;overflow:hidden;padding-bottom:.25rem}.m-widget-carousel__wrapper{display:flex;height:100%;transition-property:transform}.m-widget-carousel__slide{flex-shrink:0;transition-property:opacity;width:100%}.m-widget-carousel__slide>:first-child{margin-top:0}.m-widget-carousel-navigation{display:grid;gap:1.75rem;grid-template-areas:"prev pagination next";grid-template-columns:1fr auto 1fr;margin-top:2.5rem;position:relative}.m-widget-carousel-navigation:has(.swiper-button-lock,.swiper-pagination-lock){display:none}.m-widget-carousel-pagination{align-items:center;align-self:center;display:flex;font-size:.8125rem;gap:.5rem;justify-content:center}.m-widget-carousel-pagination>span{font-size:.875rem}.m-widget-carousel-buttonNext,.m-widget-carousel-buttonPrev{background-image:url(/assets/images/common/icon/icon-arrow-carousel.svg);background-repeat:no-repeat;background-size:contain;border:none;height:1.625rem;padding:0;transition:opacity .5s ease;width:.9375rem}.m-widget-carousel-buttonPrev{grid-area:prev;justify-self:end;transform:rotate(180deg)}.m-widget-carousel-buttonNext{grid-area:next;justify-self:start}.m-widget-dialog{background-color:initial;border:0;height:100%;max-height:100%;max-width:100%;overscroll-behavior:none;padding:0;scrollbar-width:none;width:100%}.m-widget-dialog::backdrop{background-color:#0000003d}.m-widget-dialog__outer{align-items:center;display:flex;height:calc(100% + 1px);justify-content:center;padding:var(--OUTSIDE_GUTTER)}.m-widget-dialog__inner{background-color:var(--COLOR_BACKGROUND);display:flex;flex-direction:column;max-height:100%;max-width:1000px;padding:0;position:relative;width:100%}.m-widget-dialog__closeButton{background-image:url(/assets/images/common/icon/icon-close-dialog.svg);background-repeat:no-repeat;background-size:contain;border:none;height:1.5rem;padding:0;position:absolute;right:0;top:-2.5rem;transition:opacity .5s ease;width:1.5rem}.m-widget-dialog__ytWrapper{aspect-ratio:16/9;position:relative}.m-widget-dialog__ytWrapper>iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}}@layer unique{.unq-item-disclosure__trigger{border-bottom:1px solid var(--COLOR_OUTLINE);padding-bottom:.75rem;position:relative}.unq-item-disclosure__trigger:after,.unq-item-disclosure__trigger:before{background-color:var(--COLOR_BRAND_PRIMARY);content:"";display:block;inset-block:0;margin-block:auto;position:absolute}.unq-item-disclosure__trigger:before{height:.125rem;right:1rem;width:1rem}.unq-item-disclosure__trigger:after{height:1rem;right:1.4375rem;transition:transform .5s ease;width:.125rem}.unq-item-disclosure__triggerText{color:var(--COLOR_FOREGROUND);font-size:1.125rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.unq-item-disclosure__content{overflow:hidden}.unq-item-disclosure__contentInner{padding-top:1.5rem}.unq-item-disclosure__contentInner>:first-child{margin-top:0}.unq-item-disclosure__contentInner .m-form-control__label{margin-bottom:1.5rem}.unq-item-disclosure__contentInner .m-form-control__wrapper{gap:1rem 1.5rem}.unq-item-layout{display:grid;grid-template-columns:1fr}.unq-item-layout__count{color:var(--COLOR_FOREGROUND);font-size:.875rem;margin-top:4rem}.unq-item-layout__content>:first-child,.unq-item-layout__nav>:first-child{margin-top:0!important}.unq-item-layout__content>:last-child,.unq-item-layout__nav>:last-child{margin-bottom:0!important}.unq-item-layout__content{margin-top:1.5rem}}@layer utility{.u-display-block{display:block!important}.u-display-contents{display:contents!important}.u-display-hidden{display:none!important}.u-mt-0{margin-top:0}.u-mt-5{margin-top:.3125rem}.u-mt-10{margin-top:.625rem}.u-mt-15{margin-top:.9375rem}.u-mt-20{margin-top:1.25rem}.u-mt-25{margin-top:1.5625rem}.u-mt-30{margin-top:1.875rem}.u-mt-35{margin-top:2.1875rem}.u-mt-40{margin-top:2.5rem}.u-mt-45{margin-top:2.8125rem}.u-mt-50{margin-top:3.125rem}.u-mt-55{margin-top:3.4375rem}.u-mt-60{margin-top:3.75rem}.u-mt-65{margin-top:4.0625rem}.u-mt-70{margin-top:4.375rem}.u-mt-75{margin-top:4.6875rem}.u-mt-80{margin-top:5rem}.u-mt-85{margin-top:5.3125rem}.u-mt-90{margin-top:5.625rem}.u-mt-95{margin-top:5.9375rem}.u-mt-100{margin-top:6.25rem}.u-mb-0{margin-bottom:0}.u-mb-5{margin-bottom:.3125rem}.u-mb-10{margin-bottom:.625rem}.u-mb-15{margin-bottom:.9375rem}.u-mb-20{margin-bottom:1.25rem}.u-mb-25{margin-bottom:1.5625rem}.u-mb-30{margin-bottom:1.875rem}.u-mb-35{margin-bottom:2.1875rem}.u-mb-40{margin-bottom:2.5rem}.u-mb-45{margin-bottom:2.8125rem}.u-mb-50{margin-bottom:3.125rem}.u-mb-55{margin-bottom:3.4375rem}.u-mb-60{margin-bottom:3.75rem}.u-mb-65{margin-bottom:4.0625rem}.u-mb-70{margin-bottom:4.375rem}.u-mb-75{margin-bottom:4.6875rem}.u-mb-80{margin-bottom:5rem}.u-mb-85{margin-bottom:5.3125rem}.u-mb-90{margin-bottom:5.625rem}.u-mb-95{margin-bottom:5.9375rem}.u-mb-100{margin-bottom:6.25rem}.u-text-align-left{text-align:left}.u-text-align-center{text-align:center}.u-text-align-right{text-align:right}.u-vertical-align-baseline{vertical-align:initial}.u-vertical-align-top{vertical-align:top}.u-vertical-align-middle{vertical-align:middle}.u-vertical-align-bottom{vertical-align:bottom}.u-vertical-align-text-top{vertical-align:text-top}.u-vertical-align-text-bottom{vertical-align:text-bottom}.u-vertical-align-sub{vertical-align:sub}.u-vertical-align-super{vertical-align:super}.u-width--11{width:8.3333%}.u-width--10{width:16.6667%}.u-width--9{width:25%}.u-width--8{width:33.3333%}.u-width--7{width:41.6667%}.u-width--6{width:50%}.u-width--5{width:58.3333%}.u-width--4{width:66.6667%}.u-width--3{width:75%}.u-width--2{width:83.3333%}.u-width--1{width:91.6667%}.u-width-auto{width:auto}.u-width-full{width:100%}.u-width-screen{width:100vw}.u-width-min{width:min-content}.u-width-max{width:max-content}.u-width-fit{width:fit-content}.u-visually-hidden{clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;width:1px!important}}@media print,screen and (width >= 768px){@layer module{.m-badge-category{font-size:1.125rem}.m-badge-category:before{transform:translateY(6px)}.m-badge-item{font-size:.75rem}.m-badge{font-size:.875rem;min-width:5.5rem}.m-box-cta{margin-top:4rem;padding-inline:3rem}.m-box-cta__title{font-size:1.5rem}.m-box{padding:3rem}.m-box__title{font-size:1.125rem;font-weight:var(--FONT_WEIGHT_MEDIUM)}.m-box-alert{margin-top:4.25rem;padding:5rem 3rem}.m-box-alert__inner:before{height:2.6875rem;width:3rem}.m-box-alert__title{font-size:1.5rem}.m-box-alert__lead{font-size:1.125rem}.m-button-list{margin-top:2.5rem}.m-button{min-width:15rem;padding:.5rem 1.5rem}.m-button--iconArrowBottom,.m-button--iconArrowRight{padding-right:2.6875rem}.m-button--iconArrowLeft{padding-left:2.6875rem}.m-button--iconCancel{padding-right:2.6875rem}.m-button--cta{min-width:17.5rem}.m-checkbox{--checkbox-size:1.125rem}.m-form--confirm .m-form-control:has(.m-form-control__label--small){row-gap:.75rem}.m-form-control__label{font-size:1rem}.m-form-control__label--small{font-size:.9375rem}.m-form-control__requirement{font-size:1rem}.m-form-control__wrapper:has(>.m-checkbox),.m-form-control__wrapper:has(>.m-radio){gap:1.5rem}.m-form-control__error{font-size:.875rem;margin-top:1rem}.m-form-control__text{font-size:1rem}.m-form-control__supportText{font-size:.875rem;margin-top:1rem}.m-form{margin-top:5rem}.m-form--confirm .m-form__item{padding-bottom:2rem}.m-form__content{row-gap:2rem}.m-form__title{font-size:1rem}.m-radio{--radio-input-size:1.125rem;--radio-input-inner-size:0.625rem;gap:.75rem}.m-radio__label{font-size:.875rem}.m-select{max-width:min(25rem,100%)}.m-select__error,.m-select__select{font-size:.875rem}.m-select__error{margin-top:1rem}.m-input-text,.m-input-text__error{font-size:.875rem}.m-input-text__error{margin-top:1rem}.m-textarea{font-size:.875rem}.m-textarea__textarea{min-height:15rem}.m-textarea__error{font-size:.875rem;margin-top:1rem}.m-heading-lv1{padding:4rem var(--OUTSIDE_GUTTER) 1rem}.m-heading-lv1:not(:has(+.l-breadcrumb)){padding:4rem var(--OUTSIDE_GUTTER)}.m-heading-lv1__title{gap:1.5rem}.m-heading-lv1__titleSub{font-size:1.125rem}.m-heading-lv1__titleSub:before{transform:translateY(6px)}.m-heading-lv1__titleMain{font-size:2.5rem;line-height:1.25}.m-heading-lv2{margin:5rem 0 2.5rem}.m-heading-lv2__titleMain{font-size:2rem}.m-heading-lv2-02 .m-badge-category{line-height:1.8rem}.m-heading-lv2-02__title,.m-heading-lv2-03{font-size:2rem}.m-heading-lv2-03{margin-bottom:2.5rem}.m-heading-lv1-visual+.m-heading-lv2-overlay{margin-top:5rem}.m-heading-lv2-overlay:has(.m-text){gap:2.5rem}.m-heading-lv2-overlay{gap:1.5rem;margin-block:7.5rem 2.5rem}.m-heading-lv2-overlay__headingMain{font-size:1rem;transform:translateX(220px)}.m-heading-lv2-overlay__headingSub{font-size:6.125rem;line-height:5rem}.m-heading-lv2-overlay__content{padding-inline:clamp(1.25rem,-11.516rem + 26.6vw,13.75rem) 0}.m-heading-lv3{gap:1.5rem;margin:4rem 0 2rem}.m-heading-lv3__titleSub{font-size:1.25rem}.m-heading-lv3__titleMain{font-size:1.75rem}.m-heading-lv3-label{gap:1.125rem;margin-block:4rem 2rem}.m-heading-lv3-label__text{font-size:1.75rem}.m-heading-lv3-label__subtext{font-size:.875rem}.m-heading-lv4{margin:3rem 0 1.5rem}.m-heading-lv4__titleMain{font-size:1.375rem}.m-heading-news{gap:2.5rem;margin-bottom:4rem}.m-heading-news__content{gap:2rem}.m-heading-news__heading{font-size:2.25rem}.m-heading-news__info{align-items:center;flex-direction:row;gap:1.5rem}.m-heading-news__info .m-badge-list{gap:.75rem}.m-heading-news__date{font-size:1.25rem}.m-heading-lv1-visual__content{bottom:2.5rem;gap:1rem}.m-heading-lv1-visual__heading{font-size:2.5rem}.m-heading-lv1-visual__text{font-size:1.25rem}.m-heading-lv1-visual__mediaItem{min-height:35rem;object-fit:cover}.m-horizon{margin-top:7.5rem}.m-layout-featured{margin-top:8rem}.m-layout-featured:last-of-type{padding-bottom:10rem}.m-layout-featured__top{align-items:center;gap:var(--content-gutter);grid-template-columns:minmax(0,40%) auto;padding:1.5rem 0 1.5rem var(--content-gutter);position:relative}.m-layout-featured__top:after{background-color:var(--COLOR_BACKGROUND_3);content:"";height:100%;left:0;position:absolute;top:0;width:calc(100% - 120px);z-index:-1}.m-layout-featured__content{background-color:initial;padding:0}.m-layout-featured__title{font-size:2rem}.m-layout-featured__media{margin-top:-4rem;order:unset}.m-layout-featured__mediaItem{display:block;width:100%}.m-layout-featured--reverse .m-layout-featured__top{grid-template-columns:auto minmax(0,40%);padding-inline:0 var(--content-gutter)}.m-layout-featured--reverse .m-layout-featured__top:after{left:auto;right:0}.m-layout-featured--reverse .m-layout-featured__media{order:-1}.m-layout-media{gap:clamp(3.125rem,-2.5rem + 11.72vw,5rem);grid-template-columns:fit-content(50%) auto}.m-layout-media--reverse{grid-template-columns:auto fit-content(50%)}.m-layout-media--reverse .m-layout-media__content{order:1}.m-layout-media--reverse .m-layout-media__media{order:2}.m-link-list{grid-template-columns:repeat(3,1fr)}.m-link-list__link{padding-inline:1.4375rem}.m-link-list__link,.m-link__link{font-size:1rem}.m-list-annotation__mark,.m-list-annotation__text{font-size:.75rem}.m-list-item{margin-top:2.5rem}.m-list-item .m-button{min-width:unset}.m-list-item[data-column-pc="3"]{gap:3rem 2rem;grid-template-columns:repeat(3,1fr)}.m-list-item[data-column-pc="4"]{gap:3rem 2rem;grid-template-columns:repeat(4,1fr)}.m-list-item__title{font-size:1rem}.m-list-news{gap:2.5rem;margin-top:64px}.m-list-news__item{padding-bottom:2.5rem}.m-list-news__link{display:grid;gap:2.5rem;grid-template-columns:240px auto}.m-link-list__date,.m-list-news__title{font-size:1rem}.m-list-news__media{order:-1}.m-list__item{font-size:.9375rem}.m-list-notice{gap:2.25rem;margin-top:calc(3.25px*1rem)}.m-list-notice__item{padding-bottom:1rem}.m-list-notice__info{align-items:center;grid-template-columns:minmax(84px,auto) 1fr}.m-list-notice__date{font-size:1rem}.m-list-number__item{font-size:.9375rem}.m-list-question{margin-top:4rem}.m-list-question__summary{padding:2rem 4.5rem 2rem 1.5rem}.m-list-question__summary:before{right:2rem}.m-list-question__summary:after{right:2.4375rem}.m-list-question__mark{font-size:1.75rem;transform:translateY(-1px)}.m-list-question__mark__number{font-size:1.625rem}.m-list-question__text{font-size:1rem}.m-list-question__content__inner{padding:2rem 2rem 2rem 1.5rem}.m-list-step{gap:9rem;margin-top:4rem}.m-list-step__item{gap:.75rem}.m-list-step__item+.m-list-step__item:before{transform:translateX(calc(-100% - 2rem));width:5rem}.m-list-step__number{font-size:1.5rem}.m-list-step__text{font-size:1rem}.m-media-list{gap:clamp(2.5rem,-2rem + 9.38vw,4rem) clamp(3.125rem,-2.5rem + 11.72vw,5rem);grid-template-columns:repeat(2,1fr)}.m-media,.m-media-list{margin-top:4rem}.m-media__item[data-dialog-id] .m-media__media:after{height:2.5rem;width:2.5rem}.m-media__caption{font-size:.875rem}.m-navigation-internal{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-top:5rem}.m-navigation-internal__link{font-size:1.125rem;padding-top:0}.m-panel-link{grid-template-columns:repeat(4,1fr);margin-top:2.5rem;row-gap:48px}.m-panel-link__title{font-size:1.125rem}.m-panel-link__text{font-size:1rem}.m-panel-series{gap:2.5rem 5rem;grid-template-columns:repeat(2,1fr);margin-top:5rem}.m-panel-series__title{font-size:1.75rem;gap:1rem}.m-panel-series__title:after{height:1rem;width:1rem}.m-panel-series__label{font-size:1rem;margin-top:.75rem}.m-panel-series__item--single{grid-column:1/-1}.m-text-lead{font-size:2rem}.m-text__item--small{font-size:.75rem}.m-text__item--large{font-size:1.125rem}.m-widget-accordion{margin-top:4rem}.m-widget-accordion__summary{padding:2rem 4.5rem 2rem 1.5rem}.m-widget-accordion__summary:before{right:2rem}.m-widget-accordion__summary:after{right:2.4375rem}.m-widget-accordion__text{font-size:1.125rem}.m-widget-accordion__content__inner{padding:1rem 1.5rem 1.5rem}.m-widget-accordion-02{margin-top:5rem;row-gap:2rem}.m-widget-accordion-02__item.is-opened .m-widget-accordion-02__summary:after{transform:rotate(90deg)}.m-widget-accordion-02__summary{padding:2rem 4.5rem 2rem 1.5rem}.m-widget-accordion-02__summary:before{right:2rem;width:1.5rem}.m-widget-accordion-02__summary:after{height:1.5rem;right:2.6875rem}.m-widget-accordion-02__text{font-size:1.5rem}.m-widget-accordion-02__content__inner{padding:3rem 2.5rem}.m-widget-carousel{margin-top:2.5rem}.m-widget-carousel-navigation{gap:1.5rem;grid-template-columns:repeat(3,auto);justify-content:end;margin-top:3rem;padding-right:.25rem}}@layer unique{.unq-item-disclosure__trigger{cursor:default;pointer-events:none}.unq-item-disclosure__trigger:after,.unq-item-disclosure__trigger:before{content:none}.unq-item-disclosure__triggerText{font-size:1.25rem}.unq-item-disclosure__contentInner .m-form-control__label{margin-bottom:1rem}.unq-item-disclosure__contentInner .m-form-control__wrapper{flex-direction:column;gap:.5rem}.unq-item-layout{gap:1.5rem 3rem;grid-template-areas:"count count" "nav   content";grid-template-columns:min(25%,231px) 1fr}.unq-item-layout__count{font-size:1rem;grid-area:count;justify-self:end;margin-top:0}.unq-item-layout__nav{grid-area:nav}.unq-item-layout__nav .m-button-list{gap:1rem}.unq-item-layout__nav .m-button{min-width:14.4375rem}.unq-item-layout__content{grid-area:content;margin-top:0}}@layer utility{.u-pc-display-block{display:block!important}.u-pc-display-contents{display:contents!important}.u-pc-display-hidden{display:none!important}.u-pc-mt-0{margin-top:0}.u-pc-mt-5{margin-top:.3125rem}.u-pc-mt-10{margin-top:.625rem}.u-pc-mt-15{margin-top:.9375rem}.u-pc-mt-20{margin-top:1.25rem}.u-pc-mt-25{margin-top:1.5625rem}.u-pc-mt-30{margin-top:1.875rem}.u-pc-mt-35{margin-top:2.1875rem}.u-pc-mt-40{margin-top:2.5rem}.u-pc-mt-45{margin-top:2.8125rem}.u-pc-mt-50{margin-top:3.125rem}.u-pc-mt-55{margin-top:3.4375rem}.u-pc-mt-60{margin-top:3.75rem}.u-pc-mt-65{margin-top:4.0625rem}.u-pc-mt-70{margin-top:4.375rem}.u-pc-mt-75{margin-top:4.6875rem}.u-pc-mt-80{margin-top:5rem}.u-pc-mt-85{margin-top:5.3125rem}.u-pc-mt-90{margin-top:5.625rem}.u-pc-mt-95{margin-top:5.9375rem}.u-pc-mt-100{margin-top:6.25rem}.u-pc-mb-0{margin-bottom:0}.u-pc-mb-5{margin-bottom:.3125rem}.u-pc-mb-10{margin-bottom:.625rem}.u-pc-mb-15{margin-bottom:.9375rem}.u-pc-mb-20{margin-bottom:1.25rem}.u-pc-mb-25{margin-bottom:1.5625rem}.u-pc-mb-30{margin-bottom:1.875rem}.u-pc-mb-35{margin-bottom:2.1875rem}.u-pc-mb-40{margin-bottom:2.5rem}.u-pc-mb-45{margin-bottom:2.8125rem}.u-pc-mb-50{margin-bottom:3.125rem}.u-pc-mb-55{margin-bottom:3.4375rem}.u-pc-mb-60{margin-bottom:3.75rem}.u-pc-mb-65{margin-bottom:4.0625rem}.u-pc-mb-70{margin-bottom:4.375rem}.u-pc-mb-75{margin-bottom:4.6875rem}.u-pc-mb-80{margin-bottom:5rem}.u-pc-mb-85{margin-bottom:5.3125rem}.u-pc-mb-90{margin-bottom:5.625rem}.u-pc-mb-95{margin-bottom:5.9375rem}.u-pc-mb-100{margin-bottom:6.25rem}.u-pc-text-align-left{text-align:left}.u-pc-text-align-center{text-align:center}.u-pc-text-align-right{text-align:right}.u-pc-vertical-align-baseline{vertical-align:initial}.u-pc-vertical-align-top{vertical-align:top}.u-pc-vertical-align-middle{vertical-align:middle}.u-pc-vertical-align-bottom{vertical-align:bottom}.u-pc-vertical-align-text-top{vertical-align:text-top}.u-pc-vertical-align-text-bottom{vertical-align:text-bottom}.u-pc-vertical-align-sub{vertical-align:sub}.u-pc-vertical-align-super{vertical-align:super}.u-pc-width--11{width:8.3333%}.u-pc-width--10{width:16.6667%}.u-pc-width--9{width:25%}.u-pc-width--8{width:33.3333%}.u-pc-width--7{width:41.6667%}.u-pc-width--6{width:50%}.u-pc-width--5{width:58.3333%}.u-pc-width--4{width:66.6667%}.u-pc-width--3{width:75%}.u-pc-width--2{width:83.3333%}.u-pc-width--1{width:91.6667%}.u-pc-width-auto{width:auto}.u-pc-width-full{width:100%}.u-pc-width-screen{width:100vw}.u-pc-width-min{width:min-content}.u-pc-width-max{width:max-content}.u-pc-width-fit{width:fit-content}}}@media print,screen and (width < 768px){@layer module{.m-button-list__item{min-width:min(100%,20rem)}.m-list-item[data-column-sp="2"]{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.m-list-item__item :where(.m-badge-list){gap:.25rem}.m-list-notice__title,.m-text__item{font-size:.875rem}.m-text__item--small{font-size:.625rem}.m-text__item--large{font-size:1rem}}@layer unique{.unq-item-disclosure.is-opened .unq-item-disclosure__trigger:after{transform:rotate(90deg)}}@layer utility{.u-sp-display-block{display:block!important}.u-sp-display-contents{display:contents!important}.u-sp-display-hidden{display:none!important}}}@media only screen and (any-hover:hover){@layer module{.m-button:hover{--button-color:var(--COLOR_BASE_LIGHT);--button-background-color:var(--COLOR_BASE_DARK)}.m-button--solidFill:hover{--button-background-color:color-mix(in srgb,var(--COLOR_BASE_DARK) 64%,#0000);--button-border-color:var(--button-background-color)}.m-button--cta:hover{--button-background-color:color-mix(in srgb,var(--COLOR_BRAND_PRIMARY) 64%,#0000)}.m-checkbox__label>a:hover{text-decoration:none}.m-link-list__link:hover{background-color:var(--COLOR_BACKGROUND_2)}.m-link__link:hover .m-link__text:after{background-position:0 100%;background-size:100% .0625rem}.m-list-news__link:hover:any-link .m-list-news__title{color:var(--COLOR_FOREGROUND_2)}.m-list-news__link:hover:any-link .m-list-news__media:after{opacity:1}.m-list-news__link:hover:any-link .m-list-news__mediaItem{transform:scale(1.1)}.m-list__text>a:hover{text-decoration:none}.m-list-notice__link:hover .m-list-notice__title{color:var(--COLOR_FOREGROUND_2)}.m-media__item:hover:any-link .m-media__mediaItem{transform:scale(1.1)}.m-navigation-internal__link:hover{opacity:.64}.m-panel-link__link:hover .m-panel-link__title{color:var(--COLOR_BRAND_PRIMARY)}.m-panel-link__link:hover .m-panel-link__mediaItem{transform:scale(1.1)}.m-panel-series__link:hover .m-panel-series__media:after{opacity:1}.m-panel-series__link:hover .m-panel-series__mediaItem{transform:scale(1.1)}.m-text__item>a:hover{text-decoration:none}.m-widget-accordion-02__summary:hover{background-color:var(--COLOR_BACKGROUND_2)}.m-widget-carousel-buttonNext:hover,.m-widget-carousel-buttonPrev:hover{opacity:.4}.m-widget-dialog__closeButton:hover{opacity:.64}}}