:root{--arkb-btn-color--default:var(--ark-color--main,#000)}.ark-block-buttons{--arkb-gap--x:1rem;--arkb-gap--y:1rem;align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.ark-block-buttons[data-orientation=horizontal]{column-gap:0;margin-left:calc(0px - var(--arkb-gap--x));row-gap:var(--arkb-gap--y)}.ark-block-buttons[data-orientation=horizontal] .ark-block-button{margin-left:var(--arkb-gap--x);margin-right:0}.ark-block-buttons[data-orientation=horizontal] .ark-block-button[data-has-width]{width:calc(var(--arkb-btn-width) - var(--arkb-gap--x))}.ark-block-buttons[data-orientation=vertical]{flex-direction:column;gap:var(--arkb-gap--y) var(--arkb-gap--x)}.ark-block-buttons[data-orientation=vertical] .ark-block-button{margin-left:0;margin-right:0}.ark-block-buttons[data-orientation=vertical] .ark-block-button[data-has-width]{width:var(--arkb-btn-width)}.ark-block-button{margin-bottom:0!important;margin-top:0!important;position:relative}.ark-block-button[data-has-width]{max-width:100%}.ark-block-button[data-has-width] .ark-block-button__link{width:100%}.ark-block-button img{display:none}.ark-block-button .ark-block-button__link[data-has-icon],.ark-block-button__link{align-items:center;display:inline-flex;justify-content:center}.ark-block-button__link{border-radius:var(--arkb-btn-radius,0);gap:.2em;line-height:1.5;margin:0;max-width:100%;min-width:var(--arkb-btn-width,3em);padding:.75em 1.75em;position:relative;text-align:center;text-decoration:none;transition:color .25s,background-color .25s}.ark-block-button__link .ark-block-button__text{min-width:1em;z-index:0}.ark-block-button__link:before{border-radius:inherit;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .25s,visibility .25s;visibility:hidden;z-index:1}.ark-block-button__link:hover:before{opacity:1;visibility:visible}.ark-block-button__icon{flex-shrink:0;z-index:2}.ark-block-button__icon.-left{transform:scale(1.25) translateX(-.25em)}.ark-block-button__icon.-right{transform:scale(1.25) translateX(.25em)}.ark-block-button[data-hover=bright] .ark-block-button__link:before{background:#fff3}.ark-block-button[data-hover=dark] .ark-block-button__link:before{background:#0000001a}.ark-block-button[data-hover=float] .ark-block-button__link:before{box-shadow:0 8px 24px -4px #0000001a,0 16px 32px -16px #0003}.is-btn-fill{--the-btn-color:var(--arkb-btn-color--bg,var(--arkb-btn-color--default))}.is-btn-fill .ark-block-button__link{background:var(--the-btn-color);color:var(--arkb-btn-color--text,#fff)}.is-btn-fill[data-hover=swap] .ark-block-button__link:hover{background:var(--arkb-btn-color--text,none);box-shadow:inset 0 0 0 1px var(--the-btn-color);color:var(--the-btn-color)}.is-btn-outline{--the-btn-color:var(--arkb-btn-color--text,var(--arkb-btn-color--default))}.is-btn-outline .ark-block-button__link{background:var(--arkb-btn-color--bg,none);box-shadow:inset 0 0 0 1px var(--the-btn-color);color:var(--the-btn-color);position:relative}.is-btn-outline[data-hover=swap] .ark-block-button__link:hover{background:var(--the-btn-color);color:var(--arkb-btn-color--bg,#fff)}.is-btn-text{--the-btn-color:var(--arkb-btn-color--text,var(--arkb-btn-color--default));--arkb-btn-radius:0px}.is-btn-text .ark-block-button__link{color:var(--the-btn-color);gap:.25em;padding:.5em;position:relative}.is-btn-text .ark-block-button__link:before{content:none}.is-btn-text .ark-block-button__icon{border:1px solid var(--the-btn-color);border-radius:50%;font-size:1.5em;overflow:visible;padding:.2em;transition:all .25s}.is-btn-text .ark-block-button__link:hover{text-decoration:underline}.is-btn-text .ark-block-button__link:hover .ark-block-button__icon{background-color:var(--the-btn-color);color:#fff}.ark-block-dl__dt{border-left:1px solid;font-weight:700;padding-left:.75em}.ark-block-dl__dd{margin:0;padding:1em}.ark-block-dl__dd+.ark-block-dl__dt{margin-top:1em}.ark-block-dl__div{align-items:stretch;border-bottom:1px solid var(--ark-color--border,#c8c8c880);border-top:1px solid var(--ark-color--border,#c8c8c880);display:flex;justify-content:space-between;padding:.75em .5em}.ark-block-dl__div+.ark-block-dl__div{border-top:none}.ark-block-dl__div .ark-block-dl__dd,.ark-block-dl__div .ark-block-dl__dt{margin:0;min-width:1em;padding:0}.ark-block-dl__div .ark-block-dl__dt{border:none;flex:1 1 auto;margin-right:1em}.ark-block-dl__div .ark-block-dl__dd{flex:0 1 auto}:root{--arkb-notice_text:#4d4d49;--arkb-notice_bg:#fffcef;--arkb-notice_border:#faf1d2;--arkb-notice_icon:#ffba1e}.ark-block-notice.-memo{--arkb-notice_text:#454545;--arkb-notice_bg:#fbfbfb;--arkb-notice_border:#e2e2e2;--arkb-notice_icon:#3a3a3a}.ark-block-notice.-ok{--arkb-notice_text:#484a47;--arkb-notice_bg:#fafff4;--arkb-notice_border:#dff9cc;--arkb-notice_icon:#6cda3e}.ark-block-notice.-point{--arkb-notice_text:#27201e;--arkb-notice_bg:#fffcf8;--arkb-notice_border:#ffead9;--arkb-notice_icon:#ff963b}.ark-block-notice.-warning{--arkb-notice_text:#444142;--arkb-notice_bg:#fff6f9;--arkb-notice_border:#fddee8;--arkb-notice_icon:#ff2525}.ark-block-notice{background-color:var(--arkb-notice_bg);border:1px solid var(--arkb-notice_border);color:var(--arkb-notice_text);padding:1.5em;position:relative}.ark-block-notice__head{align-items:center;display:flex;font-weight:700;justify-content:flex-start;line-height:1.5;padding:0;position:relative;z-index:1}.ark-block-notice__icon{align-self:center;color:var(--arkb-notice_icon);display:flex;flex-shrink:0;font-size:1em;height:1em;justify-content:center;margin-right:1em;transform:scale(1.1) translateX(-5%);width:1em}.ark-block-notice__title{min-width:2em}.ark-block-notice__body{background:none!important;border:none;margin-top:1em;padding:0;position:relative;z-index:0}.ark-block-notice__body:empty{display:none}.is-style-simple.ark-block-notice{align-items:center;display:flex;padding:1.25em}.is-style-simple.ark-block-notice .ark-block-notice__title{display:none}.is-style-simple>.ark-block-notice__head{padding:0}.is-style-simple>.ark-block-notice__body{flex:1 1 auto;margin-top:0}.is-style-stronger.ark-block-notice{background:#fff;border:none;border:1px solid var(--arkb-notice_icon);border-radius:2px;box-shadow:var(--arkb-shadow);overflow:hidden;padding:0}.is-style-stronger.ark-block-notice .ark-block-notice__icon{fill:#fff;color:#fff;margin-left:.1em;margin-right:.5em;transform:scale(1)}.is-style-stronger>.ark-block-notice__head{background-color:var(--arkb-notice_icon);color:#fff;font-weight:inherit;line-height:1;margin:0 -1px;padding:.5em .75em .5em .5em;position:relative;top:-1px;width:-moz-fit-content;width:fit-content}.is-style-stronger>.ark-block-notice__body{margin-top:-2px;padding:1.25em}@media screen and (min-width:600px){.is-style-stronger>.ark-block-notice__body{padding:1.5em}}.ark-block-section{--arkb-padding:4rem 0;--arkb-min-height:unset;--arkb-svg-height--top:0;--arkb-svg-height--bottom:0;overflow:hidden;padding-bottom:var(--arkb-svg-height--bottom);padding-top:var(--arkb-svg-height--top);position:relative}.ark-block-section__media{z-index:0}.ark-block-section__img,.ark-block-section__video{object-position:center}.ark-block-section__color{z-index:1}.ark-block-section__body{display:flex;position:relative;width:100%;z-index:2}:where(.alignfull):not([data-inner=full])>.ark-block-section__body{margin:0 auto;max-width:calc(var(--ark-width--article, 1000px) + var(--ark-padding--container, 0px)*2);padding-left:var(--ark-padding--container,0);padding-right:var(--ark-padding--container,0)}[data-height=full]>.ark-block-section__body{height:var(--ark-height--full,100vh)}[data-height=custom]>.ark-block-section__body{min-height:var(--arkb-min-height)}.ark-block-section__body[data-content=top-left]{align-items:flex-start;justify-content:flex-start}.ark-block-section__body[data-content=top-center]{align-items:flex-start;justify-content:center;text-align:center}.ark-block-section__body[data-content=top-right]{align-items:flex-start;justify-content:flex-end;text-align:right}.ark-block-section__body[data-content=center-left]{align-items:center;justify-content:flex-start}.ark-block-section__body[data-content=center-center]{align-items:center;justify-content:center;text-align:center}.ark-block-section__body[data-content=center-right]{align-items:center;justify-content:flex-end;text-align:right}.ark-block-section__body[data-content=bottom-left]{align-items:flex-end;justify-content:flex-start}.ark-block-section__body[data-content=bottom-center]{align-items:flex-end;justify-content:center;text-align:center}.ark-block-section__body[data-content=bottom-right]{align-items:flex-end;justify-content:flex-end;text-align:right}.ark-block-section__bodyInner{padding:var(--arkb-padding);width:100%}.ark-block-section .ark-block-section__svg{fill:var(--ark-color--bg,#fff);left:0;pointer-events:none;position:absolute;width:100%;z-index:5}.ark-block-section .ark-block-section__svg.-top{height:var(--arkb-svg-height--top);top:-1px}.ark-block-section .ark-block-section__svg.-bottom{bottom:-1px;height:var(--arkb-svg-height--bottom);transform:rotate(180deg)}.ark-block-heading{--ark-mt:var(--ark-mt--h);text-align:center}.ark-block-heading .ark-block-heading__main{line-height:1.5;margin-bottom:0;margin-top:0}.ark-block-heading .ark-block-heading__sub{font-size:.8em;line-height:1.25;margin-bottom:0;margin-top:0;opacity:.9}.ark-block-heading .ark-block-heading__line{color:var(--ark-color--main,inherit);display:flex;justify-content:center}.ark-block-heading .ark-block-heading__line:before{background-color:currentColor;border-radius:2px;content:"";display:block;height:2px;width:3em}.ark-block-heading.has-text-align-left{text-align:left}.ark-block-heading.has-text-align-left .ark-block-heading__line{justify-content:flex-start}.ark-block-heading.has-text-align-right{text-align:right}.ark-block-heading.has-text-align-right .ark-block-heading__line{justify-content:flex-end}.ark-block-heading[data-sub=top] .ark-block-heading__line{margin-top:.75em}.ark-block-heading[data-sub=bottom] .ark-block-heading__line{margin:.5em 0 .8em}.ark-block-tab{--arkb-tab-width:unset;--arkb-tab-min-width:unset;--arkb-tab-list-wrap:nowrap;position:relative}.ark-block-tab .arkb-scrollHint{display:none}.ark-block-tab[data-has-tab-link] .arkb-tabList__button{transition:none}.arkb-tabList{display:flex;flex-wrap:var(--arkb-tab-list-wrap);justify-content:center;list-style:none!important;margin:0;position:relative}.ark-block-tab>.arkb-tabList{padding:0}.arkb-tabList[data-justify=left]{justify-content:flex-start}.arkb-tabList[data-justify=right]{justify-content:flex-end}.arkb-tabList .arkb-tabList__item{flex-basis:var(--arkb-tab-width);margin:0;min-width:var(--arkb-tab-min-width);text-align:center}.arkb-tabList__button{background:none;border:none;border-bottom:2px solid #0000;box-sizing:border-box;color:inherit;display:block;font-size:13px;height:100%;line-height:1;padding:1em;position:relative;transition:background-color .25s,color .25s;width:100%}.arkb-tabList__button:hover{outline:none}.arkb-tabList__button[aria-selected=true]{border-bottom-color:initial}@keyframes ArkbFloatHorizontal{0%{transform:translate3d(4px,0,0)}50%{transform:translate3d(-4px,0,0)}to{transform:translate3d(4px,0,0)}}.arkb-tabBody{padding:1.5em;position:relative}.arkb-tabBody__content{position:relative;width:100%}.arkb-tabBody__content[aria-hidden=true]{display:none}.ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button{background-color:var(--ark-color--gray,#f7f7f7);border-bottom:none}.ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button[aria-selected=true]{background-color:var(--ark-color--text,#000);color:#fff}@media screen and (min-width:600px){.arkb-tabList__button{font-size:14px}}@media not all and (min-width:1000px){[data-tab-w-sp=fix]{--arkb-tab-width:50%;--arkb-tab-list-wrap:wrap}[data-tab-w-sp=equal]{--arkb-tab-width:50%}[data-tab-w-sp=auto]{--arkb-tab-width:auto;--arkb-tab-min-width:5em;--arkb-tab-list-wrap:wrap}.-scrollable-sp .arkb-scrollHint{display:block}.-scrollable-sp .arkb-tabList{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;z-index:1}.-scrollable-sp .arkb-tabList__item{flex-shrink:0}.-scrollable-sp [data-tab-w-sp=equal]{--arkb-tab-width:auto;--arkb-tab-min-width:30%}}@media (min-width:1000px){.arkb-tabList:not(:hover)::-webkit-scrollbar,.arkb-tabList:not(:hover)::-webkit-scrollbar-thumb{opacity:0;visibility:hidden}.arkb-tabList::-webkit-scrollbar{background-color:#c8c8c81a;height:10px;position:absolute}.arkb-tabList::-webkit-scrollbar-thumb{background:#c8c8c8;background-clip:padding-box;border:2px solid #0000;border-radius:8px}[data-tab-w-pc=fix]{--arkb-tab-width:25%;--arkb-tab-list-wrap:wrap}[data-tab-w-pc=equal]{--arkb-tab-width:50%}[data-tab-w-pc=auto]{--arkb-tab-width:auto;--arkb-tab-min-width:5em;--arkb-tab-list-wrap:wrap}.-scrollable-pc .arkb-scrollHint{display:block}.-scrollable-pc .arkb-tabList{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;z-index:1}.-scrollable-pc .arkb-tabList__item{flex-shrink:0}.-scrollable-pc [data-tab-w-pc=equal]{--arkb-tab-width:auto;--arkb-tab-min-width:20%}}