@charset "UTF-8";:root{--color-primary: #000000;--color-secondary: #333333;--color-accent: #0099cc;--color-accent-hover: #0caee4;--color-accent-orange: #eb6100;--color-error: #ff3f00;--color-error-bg: #fff5f2;--color-bg: #ffffff;--color-bg-light: #eef4f7;--color-bg-dark: #444a4d;--color-text: #333333;--color-text-light: #666666;--color-text-on-dark: #ffffff;--color-border: #cddfef;--color-border-link-icon: #cddfef;--color-border-link-icon-on-dark: #7c8082;--font-family-base: Noto Sans JP, sans-serif;--font-size-base: 16px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--font-size-6xl: 3.625rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 700;--line-height-sm: 1;--line-height-md: 1.5;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-15: 60px;--space-16: 64px;--space-20: 80px;--space-22: 90px;--space-25: 100px;--space-28: 120px;--space-32: 128px;--space-36: 150px;--space-40: 175px;--header-height: calc(var(--space-10) * 2 + 40px);--header-height-mobile: 60px;--bg-image-aspect-ratio: 3840 / 2267;--bg-image-aspect-ratio-tablet: 2048 / 1300;--bg-image-aspect-ratio-mobile: 1024 / 1147;--container-max-width: 1200px;--container-padding: var(--space-6);--page-max-width: 1920px;--transition-base: .2s ease;--z-index-header: 1030;--z-index-mobile-nav: 1020}:root{--output-file-name: wysiwyg.css}.wysiwyg,.mt-block-editor{display:flex;flex-direction:column}.wysiwyg ul,.mt-block-editor ul{list-style:disc;padding-left:var(--space-6)}.wysiwyg ol,.mt-block-editor ol{list-style:decimal;padding-left:var(--space-6)}.wysiwyg ol li+li,.mt-block-editor ol li+li{margin-top:var(--space-5)}.wysiwyg a,.mt-block-editor a{color:var(--color-accent);text-decoration:underline}.wysiwyg a:not(:first-child),.mt-block-editor a:not(:first-child){margin-top:var(--space-4);display:inline-block}.wysiwyg a[target=_blank]:after,.mt-block-editor a[target=_blank]:after{content:"";display:inline-block;width:.75em;height:.75em;margin-left:.25em;margin-right:.25em;background:url(/images/common/icon-external-link-accent.svg) no-repeat center/contain;vertical-align:-.05em}.wysiwyg hr,.mt-block-editor hr{border:none;border-top:1px solid var(--color-border);margin-top:var(--space-20);margin-bottom:var(--space-20)}@media(width<768px){.wysiwyg hr,.mt-block-editor hr{margin-top:var(--space-10);margin-bottom:var(--space-10)}}.wysiwyg table:not(:first-child),.mt-block-editor table:not(:first-child){margin-top:var(--space-6)}.wysiwyg table,.mt-block-editor table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs);line-height:1.75;border:none}.wysiwyg table thead td,.wysiwyg table thead th,.mt-block-editor table thead td,.mt-block-editor table thead th{background-color:var(--color-secondary);color:var(--color-text-on-dark);padding:var(--space-2) var(--space-3);vertical-align:middle;border:1px solid var(--color-border)}.wysiwyg table tbody td,.mt-block-editor table tbody td{background-color:var(--color-bg);color:var(--color-text);padding:var(--space-2) var(--space-3);vertical-align:middle;border:1px solid var(--color-border)}.wysiwyg table tbody th,.mt-block-editor table tbody th{background-color:var(--color-bg-light);color:var(--color-text);padding:var(--space-2) var(--space-3);vertical-align:middle;font-weight:var(--font-weight-normal);text-align:left;border:1px solid var(--color-border)}.wysiwyg table tr:first-child td,.wysiwyg table tr:first-child th,.mt-block-editor table tr:first-child td,.mt-block-editor table tr:first-child th{border-top:none}.wysiwyg table tr:last-child td,.wysiwyg table tr:last-child th,.mt-block-editor table tr:last-child td,.mt-block-editor table tr:last-child th{border-bottom:none}.wysiwyg table tr td:first-child,.wysiwyg table tr th:first-child,.mt-block-editor table tr td:first-child,.mt-block-editor table tr th:first-child{border-left:none}.wysiwyg table tr td:last-child,.wysiwyg table tr th:last-child,.mt-block-editor table tr td:last-child,.mt-block-editor table tr th:last-child{border-right:none}.scroll-wrapper{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--color-accent) rgba(217,217,217,.7)}.scroll-wrapper:not(:first-child){margin-top:var(--space-6)}@media(width<768px){.scroll-wrapper table{min-width:744px}}@media(768px<=width<1025px){.scroll-wrapper table{min-width:744px}}.column-box{background-color:var(--color-bg-light);padding:var(--space-6);line-height:var(--line-height-md);display:flex;flex-direction:column}.column-box:not(:first-child){margin-top:var(--space-6)}.info-table{display:grid;grid-template-columns:fit-content(40%) 1fr}.info-table:not(:first-child){margin-top:var(--space-10)}@media(width<768px){.info-table:not(:first-child){margin-top:var(--space-6)}}.info-table__row{display:grid;grid-column:1/-1;grid-template-columns:subgrid}@media(width<768px){.info-table__row{grid-template-columns:1fr}}.info-table__row+.info-table__row{margin-top:var(--space-6);border-top:1px solid var(--color-border);padding-top:var(--space-6)}@media(width<768px){.info-table__row+.info-table__row{margin-top:var(--space-4);padding-top:var(--space-4)}}.info-table__term,.info-table__description{padding-left:var(--space-6);font-size:var(--font-size-base);line-height:var(--line-height-md);letter-spacing:.8px;color:var(--color-text)}@media(width<768px){.info-table__term,.info-table__description{padding-left:var(--space-1)}}.info-table__term{font-weight:var(--font-weight-bold)}.info-table__description{overflow-wrap:break-word;min-width:0}@media(width<768px){.info-table__description{padding-top:var(--space-4)}}.section+.section{margin-top:var(--space-20)}@media(width<768px){.section+.section{margin-top:var(--space-10)}}.heading[data-level=lg]{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:1.6px}.heading[data-level=lg]:not(:first-child){margin-top:var(--space-20)}@media(width<768px){.heading[data-level=lg]{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:1.2px}.heading[data-level=lg]:not(:first-child){margin-top:var(--space-10)}}.heading[data-level=md]{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:1.2px}.heading[data-level=md]:not(:first-child){margin-top:var(--space-20)}@media(width<768px){.heading[data-level=md]{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:1px}.heading[data-level=md]:not(:first-child){margin-top:var(--space-10)}}.heading[data-level=sm]{font-size:var(--font-size-base);line-height:var(--line-height-md);letter-spacing:.8px;font-weight:var(--font-weight-bold)}.heading[data-level=sm]:not(:first-child){margin-top:var(--space-10)}@media(width<768px){.heading[data-level=sm]:not(:first-child){margin-top:var(--space-6)}}.texts{display:flex;flex-direction:column;gap:var(--space-5);font-size:var(--font-size-base);line-height:var(--line-height-md);letter-spacing:.8px}.texts:not(:first-child){margin-top:var(--space-6)}.mt-be-image:not(:first-child),.mt-figure:not(:first-child){margin-top:var(--space-10)}.mt-be-image{display:block}.mt-be-image img{display:block;height:auto}.mt-figure{display:block;width:100%}.mt-figure img{display:block;width:100%;height:auto;border:1px solid var(--color-border)}.mt-figure figcaption{margin-top:var(--space-4);font-size:var(--font-size-xs);line-height:var(--line-height-md);text-align:center;color:var(--color-text)}
