@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}}