@charset "UTF-8";*,::after,::before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}:root{--color-text-main:#000;--color-text-gray:#b6b3b3;--color-text-light:#fff;--color-bg-main:#fff;--color-bg-secondary:#fafafa;--color-bg-footer:#fafafa;--color-button-bg:#000;--color-button-text:#fff;--color-accent-primary:#000;--color-accent-red:#f82727;--color-border-primary:#000;--color-border-light:#ddd;--border-radius-primary:4px;--shadow-primary:0 0 8px rgb(0 0 0 / 10%)}html{box-sizing:border-box;height:100%}*,::after,::before{box-sizing:inherit}body{height:100%;font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;font-size:1rem;line-height:1.5;color:var(--color-text-main);background-color:var(--color-bg-main)}img{max-width:100%;height:auto;vertical-align:top}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,strong{font-weight:700}input,textarea{max-width:100%;font-family:inherit;font-size:100%}.l-wrapper{height:100%;display:flex;flex-direction:column}.l-container{width:1024px;max-width:90%;margin-left:auto;margin-right:auto}.l-container--medium{width:800px;max-width:90%;margin-left:auto;margin-right:auto}.l-container--small{width:640px;max-width:90%;margin-left:auto;margin-right:auto}.l-row{display:grid;gap:24px}.l-row--3{display:grid;gap:24px}.l-row--sidebar{display:grid;grid-auto-columns:100%;gap:80px}@media screen and (min-width:1024px){.l-row{grid-template-columns:repeat(2,1fr)}.l-row--3{grid-template-columns:repeat(3,1fr)}.l-row--sidebar{grid-template-columns:calc(100% - 280px - 64px) 280px;gap:64px}}.l-main{padding-top:65px;flex:1}.l-mainContents{padding-top:80px;padding-bottom:80px}@media screen and (min-width:768px){.l-mainContents{padding-top:120px;padding-bottom:120px}}.l-sectionPrimary{padding-top:80px;padding-bottom:80px}.l-sectionPrimary--narrow{padding-top:40px;padding-bottom:40px}.l-sectionPrimary--bgSecondary{background-color:var(--color-bg-secondary)}@media screen and (min-width:768px){.l-sectionPrimary{padding-top:120px;padding-bottom:120px}.l-sectionPrimary--narrow{padding-top:64px;padding-bottom:64px}}.l-headingPrimary{font-size:24px;font-weight:900;line-height:1.5;text-align:center;margin-bottom:40px}@media screen and (min-width:768px){.l-headingPrimary{font-size:32px;margin-bottom:64px}}.l-headingHasNumber{counter-reset:function}.l-headingHasNumber__title{counter-increment:function;font-size:20px;line-height:1.5;border-top:2px solid var(--color-text-main);margin-bottom:24px;position:relative;padding:8px 8px 8px calc(40px + 10px + 16px)}.l-headingHasNumber__title::before{content:counter(function,decimal-leading-zero);font-family:"Titillium Web",sans-serif;color:var(--color-text-light);font-size:20px;text-align:center;line-height:1.5;display:flex;align-items:center;justify-content:center;width:40px;height:100%;padding:4px 4px 4px 8px;background-color:var(--color-text-main);position:absolute;top:0;left:0}.l-headingHasNumber__title::after{content:"";display:inline-block;width:10px;height:100%;background-color:var(--color-text-main);clip-path:polygon(0 0,0 100%,100% 0);position:absolute;top:0;left:40px}@media screen and (min-width:768px){.l-headingHasNumber__title{font-size:28px;padding-left:calc(64px + 10px + 16px);margin-bottom:40px}.l-headingHasNumber__title::before{font-size:40px;width:64px}.l-headingHasNumber__title::after{left:64px}}.l-header{width:100%;padding-top:18px;padding-bottom:18px;padding-left:24px;box-shadow:0 1px 4px rgb(0 0 0 / 8%);background-color:var(--color-bg-main);position:fixed;top:0;left:0;z-index:3}.l-header__container{display:flex}.l-header__siteName{position:relative;z-index:3}.l-header__siteNameLink:hover{opacity:.7;transition:.3s all ease-in-out}@media screen and (min-width:768px){.l-header{padding-left:48px}}@media screen and (min-width:1024px){.l-header{padding-top:0;padding-bottom:0}.l-header__container{justify-content:space-between;align-items:center}}.l-headerMenuWrapper{display:none;position:fixed;width:100%;height:100vh;top:0;left:0;right:0;bottom:0;z-index:0}.l-headerMenu{padding-top:calc(65px + 40px);background-color:var(--color-bg-main);height:calc(100vh + 65px)}.l-headerMenuList{list-style:none;width:80%;max-width:480px;display:grid;padding:0;margin:0 auto}.l-headerMenuList__item--cta{margin-top:40px}.l-headerMenuList__link{display:block;padding:8px 24px 8px 0;position:relative}.l-headerMenuList__link::after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/b734567eab7208a3d2d4dd48339d8190a7310c02/b7313/assets/images/icon_arrow_right_bk.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;right:0;top:50%;transform:translateY(-50%)}.l-headerMenuList__ctaLink{font-weight:900;color:var(--color-text-light);background-color:var(--color-accent-primary);display:block;padding:16px calc(24px + 24px) 16px 24px;border-radius:4px;position:relative}.l-headerMenuList__ctaLink::after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/4e6ef5c64b8832dddd665f6e2dbc5d92309cc2ef/78e59/assets/images/icon_external_link_wh.svg);background-repeat:no-repeat;background-position:center;position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media screen and (min-width:1024px){.l-headerMenuWrapper{display:block;position:static;width:auto;height:inherit}.l-headerMenu{padding:0;height:100%}.l-headerMenuList{display:flex;align-items:center;gap:24px;width:auto;max-width:inherit}.l-headerMenuList__item--cta{margin-top:0;margin-left:16px}.l-headerMenuList__link{padding:20px 8px;position:relative}.l-headerMenuList__link::before{content:"";display:block;width:0;height:2px;background-color:var(--color-accent-primary);position:absolute;left:0;bottom:-1px;transition:.4s all ease-in-out}.l-headerMenuList__link:hover::before{width:100%}.l-headerMenuList__link::after{display:none}.l-headerMenuList__ctaLink{border-radius:0;padding-top:20px;padding-bottom:20px}.l-headerMenuList__ctaLink:hover{opacity:.8;transition:.5s all ease-in-out}}.l-headerMobileButton{width:65px;height:65px;background-color:var(--color-accent-primary);position:absolute;top:0;right:0;z-index:1;appearance:none;border:none}.l-headerMobileButton__line{display:inline-block;width:40px;height:1px;background-color:var(--color-button-text);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s all ease-in-out}.l-headerMobileButton__line::after,.l-headerMobileButton__line::before{content:"";display:inline-block;width:100%;height:100%;background-color:var(--color-button-text);position:absolute;left:0;transition:.3s all ease-in-out}.l-headerMobileButton__line::before{top:-8px}.l-headerMobileButton__line::after{top:8px}@media screen and (min-width:1024px){.l-headerMobileButton{display:none}}.is-active .l-headerMobileButton__line{background-color:transparent}.is-active .l-headerMobileButton__line::before{top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.is-active .l-headerMobileButton__line::after{top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg)}.l-footer{background-color:var(--color-bg-footer);padding-top:48px}.l-footer__upper{display:grid;gap:40px;padding-bottom:48px}.l-footer__logo{width:50%;max-width:220px}.l-footer__logo--center{margin-left:auto;margin-right:auto}.l-footer__sitemap{display:grid;gap:8px}.l-footer__copyright{font-size:12px;text-align:center;padding:24px 0}.l-footer__copyright small{font-size:inherit}@media screen and (min-width:768px){.l-footer__sitemap{grid-template-columns:repeat(2,1fr);align-items:flex-start;gap:40px}}@media screen and (min-width:1024px){.l-footer__upper{display:flex;align-items:flex-start;justify-content:space-between;gap:80px}.l-footer__sitemap{display:flex;gap:80px}}.c-childPageTitle{background-color:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center;min-height:240px;padding:40px 24px}.c-childPageTitle__text{font-size:32px;font-weight:900}@media screen and (min-width:768px){.c-childPageTitle{padding:40px 80px}.c-childPageTitle__text{font-size:40px}}.c-card{height:100%}.c-card__inner{height:100%;display:flex;flex-direction:column-reverse;justify-content:flex-end;gap:16px}.c-card__title{font-size:18px;font-weight:900;line-height:1.5;margin-bottom:4px}.c-card__text{font-size:14px;line-height:1.7}.c-card__image img{width:100%}.c-card__tagList{font-size:10px;list-style:none;display:flex;flex-wrap:wrap;gap:4px;padding:0;margin:0}.c-card__tag{color:var(--color-text-light);display:inline-block;padding:4px 8px;background-color:var(--color-accent-primary);border-radius:2px}.c-card--hasBorder .c-card__inner{gap:0;border:1px solid var(--color-border-light);border-radius:4px;overflow:hidden}.c-card--hasBorder .c-card__textContents{padding:16px}@media screen and (min-width:768px){.c-card__title{font-size:24px}.c-card__tagList{font-size:12px}}.c-button{color:var(--color-button-text);line-height:1.5;background-color:var(--color-button-bg);display:inline-block;width:100%;max-width:380px;padding:24px calc(24px + 24px + 8px) 24px 40px;border:none;border-radius:4px;position:relative;cursor:pointer;appearance:none}.c-button::after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/aca47a6b120b63adb02d847653b9f31f194cb53f/f2193/assets/images/icon_arrow_right_wh.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;right:24px;transform:translateY(-50%);transition:.3s all ease-in-out}.c-button:hover::after{transform:translate(8px,-50%)}.c-button--external{transition:.3s all ease-in-out}.c-button--external::after{width:16px;height:16px;background-image:url(/4e6ef5c64b8832dddd665f6e2dbc5d92309cc2ef/78e59/assets/images/icon_external_link_wh.svg)}.c-button--external:hover{opacity:.7}.c-button--external:hover::after{transform:translateY(-50%)}.c-iconText{display:flex;align-items:center;justify-content:flex-start;gap:.5em}.c-iconText__icon{width:1.25em;height:1.25em}.c-step{list-style:none;counter-reset:step;padding:0;margin:0;display:flex;flex-direction:column;gap:40px;position:relative}.c-step__item{counter-increment:step;padding-left:calc(64px + 24px);position:relative}.c-step__item::before{content:counter(step,decimal-leading-zero);color:var(--color-text-light);font-size:32px;font-weight:900;letter-spacing:.05em;line-height:64px;text-align:center;display:inline-block;width:64px;height:64px;background-color:var(--color-accent-primary);border-radius:4px;position:absolute;top:0;left:0;z-index:1}.c-step__item:last-child::before{content:"🎉"}.c-step__item::after{content:"";display:inline-block;width:3px;height:calc(100% + 40px);background-color:var(--color-accent-primary);position:absolute;left:calc(64px / 2);top:0}.c-step__item:last-child::after{display:none}.c-step__title{font-size:18px;font-weight:900}.c-step__text{font-size:14px;line-height:1.7}.c-step__text>*{margin-top:1.5em}.c-step__text figcaption{font-size:12px;margin-top:8px}.c-step__text img{box-shadow:0 0 8px rgb(0 0 0 / 10%);border-radius:4px}@media screen and (min-width:768px){.c-step{display:grid;gap:48px}.c-step__item{padding-left:calc(80px + 40px)}.c-step__item::before{font-size:40px;line-height:80px;width:80px;height:80px}.c-step__item::after{left:calc(80px / 2);height:calc(100% + 48px)}.c-step__title{font-size:24px}.c-step__text{font-size:16px}}.c-newsList{list-style:none;padding:0;margin:0}.c-newsList__item{padding:16px 0;border-bottom:1px solid var(--color-border-light)}.c-newsList__itemInner{display:block;padding:8px 0}.c-newsList__contents{font-size:14px;display:block;padding:8px calc(24px + 8px) 8px 0;position:relative}a.c-newsList__contents{transition:.3s all ease-in-out}a.c-newsList__contents:hover{opacity:.7}.c-newsList__head{display:flex;align-items:center;gap:16px;margin-bottom:8px}.c-newsList__date{display:inline-block;line-height:1.5}.c-newsList__label{color:var(--color-text-light);font-size:10px;line-height:20px;display:inline-block;padding:0 8px;background-color:var(--color-accent-primary);border-radius:12px}a.c-newsList__contents::after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/b734567eab7208a3d2d4dd48339d8190a7310c02/b7313/assets/images/icon_arrow_right_bk.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:50%;right:0;transform:translateY(-50%)}a[target="_blank"].c-newsList__contents::after{content:"";display:inline-block;width:16px;height:16px;background-image:url(/d2210ede45e7ef652a6649ef083a964a039386b6/333e0/assets/images/icon_external_link_bk.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:50%;right:8px;transform:translateY(-50%)}@media screen and (min-width:768px){.c-newsList__contents{font-size:16px}}#js-post>:first-child{margin-top:0}.c-post{font-size:14px;line-height:1.7}.c-post .c-postEditor h1,.c-post .c-postEditor h2,.c-post .c-postEditor h3,.c-post .c-postEditor h4,.c-post .c-postEditor h5{line-height:1.5}.c-post .c-postEditor h1{font-size:28px;margin-top:1.429em;margin-bottom:.857em}.c-post .c-postEditor h2{font-size:24px;line-height:1.5;margin-top:2.667em;margin-bottom:1.667em;padding:0 .667em .333em .667em;border-left:8px solid #000;border-bottom:1px solid #000}.c-post .c-postEditor h3{font-size:20px;margin-top:1.6em;margin-bottom:1.2em;padding:0 0 .4em;border-bottom:1px solid #000}.c-post .c-postEditor h4{font-size:16px;margin-top:1.5em;margin-bottom:1em}.c-post .c-postEditor h5{font-size:14px;margin-top:1.5em;margin-bottom:1em}.c-post .c-postEditor p{margin-top:.5em;margin-bottom:1.5em}.c-post .c-postEditor img{max-width:100%;width:auto;box-shadow:0 0 8px rgb(0 0 0 / 10%);border-radius:4px}.c-post .c-postEditor ol,.c-post .c-postEditor ul{padding-left:1.5em;margin-top:.5em;margin-bottom:1.5em}.c-post .c-postEditor figure{margin-top:40px;margin-bottom:40px}.c-post .c-postEditor figcaption{font-size:12px;margin-top:8px}.c-post .c-postEditor table{margin-top:40px;margin-bottom:40px;border-collapse:collapse;overflow-x:scroll;display:block;padding-bottom:16px}.c-post .c-postEditor td,.c-post .c-postEditor th{padding:8px 16px;border:1px solid}.c-post .c-postEditor tr:first-child th{color:#fff;background-color:#000}.c-post .c-postEditor th{color:#fff;background-color:#4b4b50;min-width:200px}.c-post .c-postEditor table p{margin:0}.c-post .c-postEditor a{text-decoration:underline}.c-post .c-postEditor a[target="_blank"]{display:inline-block;padding-right:calc(4px + 1em + 4px);position:relative;margin:0 4px}.c-post .c-postEditor a[target="_blank"]::after{content:"";display:inline-block;width:1em;height:1em;background-image:url(/d2210ede45e7ef652a6649ef083a964a039386b6/333e0/assets/images/icon_external_link_bk.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:calc(1em * 1.7 / 2);transform:translateY(-50%);right:4px}.c-post .c-postEditor code{font-family:"Source Code Pro",monospace}.c-post .c-postEditor p code{color:#fff;font-size:12px;line-height:1.2;display:inline-block;padding:4px 8px;background-color:#272a36;border-radius:2px;margin:0 4px;position:relative;top:-2px}.c-post .c-codeBlock{position:relative}.c-post .c-codeBlock pre{color:#f8f8f2;background-color:#272a36;border-radius:var(--border-radius-primary);padding:56px 24px 0 24px;overflow:scroll;margin-top:40px;margin-bottom:40px}.c-post .c-codeBlock .js-copyText{display:flex;justify-content:center;align-items:center;background-color:#000;border:none;border-radius:4px;width:40px;height:40px;padding:8px;position:absolute;top:0;right:0;z-index:1;cursor:pointer}.c-post .c-codeBlock .js-copyText img{border-radius:0;box-shadow:inherit}.c-post .c-postEditor [data-filename]{position:relative}.c-post .c-postEditor [data-filename]::before{content:"";display:inline-block;width:18px;height:18px;background-image:url(/8f9041ae4da581ca8a96ebcf07b7ca22b166bc8d/96498/assets/images/icon_file_wh.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:10px;left:16px;z-index:1}.c-post .c-postEditor [data-filename]::after{color:#fff;font-size:14px;content:attr(data-filename);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;padding:8px 40px;border-radius:4px 4px 0 0;background-color:#000;position:absolute;top:0;left:0}.c-post .c-postEditor blockquote{padding:40px 32px;position:relative;background-color:#fafafa;margin-top:40px;margin-bottom:40px}.c-post .c-postEditor blockquote::after,.c-post .c-postEditor blockquote::before{content:"";display:inline-block;width:48px;height:36px;background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute}.c-post .c-postEditor blockquote::before{background-image:url(/3be6a332b464605a2019cc0796caa95752181818/371f3/assets/images/icon_quote_left.svg);top:-8px;left:16px}.c-post .c-postEditor blockquote::after{background-image:url(/23946752cfcb0232095268ee717ab28fb46056fa/a2d59/assets/images/icon_quote_right.svg);bottom:-8px;right:16px}.c-post .c-postEditor blockquote p{font-size:.875em}.c-post .c-postEditor blockquote p+p{margin-top:1.5em}.c-post .c-postEditor hr{margin-top:40px;margin-bottom:40px}@media screen and (min-width:768px){.c-post{font-size:16px}.c-post .c-postEditor h1,.c-post .c-postEditor h2,.c-post .c-postEditor h3,.c-post .c-postEditor h4{line-height:1.5}.c-post .c-postEditor h1{font-size:32px}.c-post .c-postEditor h2{font-size:28px;border-left:16px solid #000;margin-top:4.286em}.c-post .c-postEditor h3{font-size:24px;margin-top:3.333em}.c-post .c-postEditor h4{font-size:18px}.c-post .c-postEditor h5{font-size:16px}.c-post .c-postEditor figcaption{font-size:14px}}.c-linkList{list-style:none;padding:0;margin:0;display:grid;gap:8px}.c-linkList__contents{color:var(--color-text-main);font-size:14px;line-height:1.5;text-align:left;display:block;width:100%;padding:16px calc(8px + 24px + 4px) 16px 16px;background-color:transparent;border:1px solid var(--color-border-primary);border-radius:4px;position:relative;cursor:pointer}.c-linkList__contents::after{content:"";display:inline-block;width:24px;height:24px;background-image:url(/b734567eab7208a3d2d4dd48339d8190a7310c02/b7313/assets/images/icon_arrow_right_bk.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.c-linkList__contents--external::after{content:"";display:inline-block;width:16px;height:16px;background-image:url(/d2210ede45e7ef652a6649ef083a964a039386b6/333e0/assets/images/icon_external_link_bk.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.c-linkList--underLine{gap:0}.c-linkList--underLine .c-linkList__contents{border:none;border-bottom:1px solid var(--color-border-primary);border-radius:0}@media screen and (min-width:768px){.c-linkList{gap:16px}.c-linkList__contents{font-size:16px;padding:24px calc(16px + 24px + 4px) 24px 24px;transition:.3s all ease-in-out}.c-linkList__contents::after{right:16px;transition:.3s all ease-in-out}.c-linkList__contents:hover{color:var(--color-button-text);font-weight:700;background-color:var(--color-accent-primary)}.c-linkList__contents:hover::after{background-image:url(/aca47a6b120b63adb02d847653b9f31f194cb53f/f2193/assets/images/icon_arrow_right_wh.svg);transform:translate(8px,-50%)}.c-linkList__contents--external:hover::after{background-image:url(/4e6ef5c64b8832dddd665f6e2dbc5d92309cc2ef/78e59/assets/images/icon_external_link_wh.svg);transform:translateY(-50%)}.c-linkList--underLine{gap:0}}.c-label{color:var(--color-text-light);display:inline-block;line-height:1;padding:8px 16px;background-color:var(--color-accent-primary);border-radius:25px}.c-sidebar__title{font-size:24px;margin-bottom:16px}@media screen and (min-width:1024px){.c-sidebar__title{margin-bottom:24px}.c-sidebar .c-linkList{gap:8px}.c-sidebar .c-linkList--underLine{gap:0}.c-sidebar .c-linkList__contents{font-size:.875em;padding:16px calc(8px + 24px + 4px) 16px 16px}.c-sidebar .c-linkList__contents::after{right:8px}.c-sidebar .c-linkList__contents:hover::after{transform:translate(4px,-50%)}}.c-snsShare{background-color:var(--color-bg-secondary);padding:32px 24px 40px}.c-snsShare__heading{text-align:center;margin-bottom:24px}.c-snsShare__headingText{text-transform:uppercase;letter-spacing:.05em;display:inline-block;padding-right:40px;padding-left:40px;position:relative}.c-snsShare__headingText::after,.c-snsShare__headingText::before{content:"";display:inline-block;width:1px;height:32px;background-color:var(--color-text-main);position:absolute;bottom:0}.c-snsShare__headingText::before{left:0;transform:rotate(-20deg)}.c-snsShare__headingText::after{right:0;transform:rotate(20deg)}.c-snsShare__lead{font-size:14px;text-align:center}.c-snsShare__list{list-style:none;display:flex;align-items:center;justify-content:center;gap:16px;margin:24px 0 0;padding:0}.c-snsShare__button{display:inline-block;width:48px;height:48px;padding:0;border:none;background-color:transparent;cursor:pointer;transition:.3s all ease-in-out}.c-snsShare__button:hover{transform:scale(1.2)}.u-screenReaderText{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.u-display-spOnly{display:block}.u-display-tab{display:none}.u-display-pc{display:none}@media screen and (min-width:768px){.u-display-spOnly{display:none}.u-display-tab{display:block}}@media screen and (min-width:1024px){.u-display-pc{display:block}}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-link-underline{text-decoration:underline}.u-link-external{text-decoration:underline;display:inline-block;padding-right:calc(4px + .875em + 4px);position:relative}.u-link-external::after{content:"";display:inline-block;width:.875em;height:.875em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM2Ml80NTYpIj4KPHBhdGggZD0iTTguNDM3NSAxNy40Mzc1SDE3LjQzNzVWMC41NjI1SDAuNTYyNVY5LjU2MjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjMxMjUgMTUuNzVWMTAuNjg3NU03LjMxMjUgMTAuNjg3NUgyLjI1TTcuMzEyNSAxMC42ODc1TDAuNTYyNSAxNy40Mzc1IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM2Ml80NTYiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:calc(50% + 1px);right:4px;transform:translateY(-50%)}.u-link-leftArrow{line-height:1.5;display:inline-block;position:relative;padding-left:calc(1.5em + 4px)}.u-link-leftArrow::after{content:"";display:inline-block;width:1.5em;height:1.5em;background-image:url(/30f19f5259cc39c7088ee7881bda2573c21c96ff/03dfd/assets/images/icon_arrow_left_bk.svg);background-size:contain;background-position:center;background-repeat:no-repeat;position:absolute;top:calc(50% + 2px);left:0;transform:translateY(-50%)}.u-list-hyphen{list-style:none;line-height:1.5;padding:0;margin:0;display:grid;gap:4px}.u-list-hyphen li{line-height:1.5;padding-left:1em;position:relative}.u-list-hyphen li::before{content:"-";position:absolute;top:calc(1em * 1.5 / 2);left:0;transform:translateY(-50%)}.u-mt-sp-8{margin-top:8px}.u-mt-sp-16{margin-top:16px}.u-mt-sp-24{margin-top:24px}.u-mt-sp-40{margin-top:40px}.u-mt-sp-48{margin-top:48px}.u-mt-sp-56{margin-top:56px}.u-mt-sp-64{margin-top:64px}.u-mt-sp-80{margin-top:80px}.u-mb-sp-8{margin-bottom:8px}.u-mb-sp-16{margin-bottom:16px}.u-mb-sp-24{margin-bottom:24px}.u-mb-sp-40{margin-bottom:40px}.u-mb-sp-48{margin-bottom:48px}.u-mb-sp-56{margin-bottom:56px}.u-mb-sp-64{margin-bottom:64px}.u-mb-sp-80{margin-bottom:80px}@media screen and (min-width:768px){.u-mt-tab-8{margin-top:8px}.u-mt-tab-16{margin-top:16px}.u-mt-tab-24{margin-top:24px}.u-mt-tab-40{margin-top:40px}.u-mt-tab-48{margin-top:48px}.u-mt-tab-56{margin-top:56px}.u-mt-tab-64{margin-top:64px}.u-mt-tab-80{margin-top:80px}.u-mb-tab-8{margin-bottom:8px}.u-mb-tab-16{margin-bottom:16px}.u-mb-tab-24{margin-bottom:24px}.u-mb-tab-40{margin-bottom:40px}.u-mb-tab-48{margin-bottom:48px}.u-mb-tab-56{margin-bottom:56px}.u-mb-tab-64{margin-bottom:64px}.u-mb-tab-80{margin-bottom:80px}}@media screen and (min-width:1024px){.u-mt-pc-8{margin-top:8px}.u-mt-pc-16{margin-top:16px}.u-mt-pc-24{margin-top:24px}.u-mt-pc-40{margin-top:40px}.u-mt-pc-48{margin-top:48px}.u-mt-pc-56{margin-top:56px}.u-mt-pc-64{margin-top:64px}.u-mt-pc-80{margin-top:80px}.u-mb-pc-8{margin-bottom:8px}.u-mb-pc-16{margin-bottom:16px}.u-mb-pc-24{margin-bottom:24px}.u-mb-pc-40{margin-bottom:40px}.u-mb-pc-48{margin-bottom:48px}.u-mb-pc-56{margin-bottom:56px}.u-mb-pc-64{margin-bottom:64px}.u-mb-pc-80{margin-bottom:80px}}.u-fz-sp-xsmall{font-size:.75em}.u-fz-sp-small{font-size:.875em}.u-fz-sp-normal{font-size:1em}.u-fz-sp-large{font-size:1.25em}.u-fz-sp-xlarge{font-size:1.5em}.u-fz-sp-2xlarge{font-size:2em}@media screen and (min-width:768px){.u-fz-tab-xsmall{font-size:.75em}.u-fz-tab-small{font-size:.875em}.u-fz-tab-normal{font-size:1em}.u-fz-tab-large{font-size:1.25em}.u-fz-tab-xlarge{font-size:1.5em}.u-fz-tab-2xlarge{font-size:2em}}@media screen and (min-width:1024px){.u-fz-pc-xsmall{font-size:.75em}.u-fz-pc-small{font-size:.875em}.u-fz-pc-normal{font-size:1em}.u-fz-pc-large{font-size:1.25em}.u-fz-pc-xlarge{font-size:1.5em}.u-fz-pc-2xlarge{font-size:2em}}.p-columnPost{padding:64px 0 80px}.p-columnThumbnail{margin-bottom:40px;box-shadow:var(--shadow-primary);border-radius:var(--border-radius-primary);overflow:hidden}.p-columnThumbnail img{width:100%}.p-columnPostDate{display:flex;gap:24px}.p-columnBottomLink{margin-top:40px;border-top:1px solid var(--color-border-primary);padding-top:24px}.p-columnPostHeader{padding-bottom:8px;margin-bottom:48px}.p-columnPostTitle{font-size:28px;font-weight:900;line-height:1.5;border-bottom:1px solid var(--color-border-light);padding-bottom:16px;margin-top:8px;margin-bottom:8px}.p-columnPostCategories{list-style:none;display:flex;align-items:center;gap:8px;margin:0;padding:0}.p-columnCategoryTitle{font-size:28px;margin-bottom:16px}@media screen and (min-width:768px){.p-columnPost{padding-top:120px;padding-bottom:120px}.p-columnCategoryTitle{font-size:32px;margin-bottom:24px}}