/* reset */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}::-webkit-input-placeholder{color:unset}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::-ms-input-placeholder{color:unset}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:root{--color-0: #F2F4FF;--color-1: #E4F2FC;--color-2: #B6DCF6;--color-3: #12629b;--color-4: #00396c;--color-5: #001341;--color-w: #FFFFFF;--color-ghost: rgba(0,0,0,.25);--color-ghost-light: rgba(255,255,255,.25);--container-margin: 0 auto;--container-width: 1400px;--container-aside-left-width: 230px;--container-aside-right-width: 230px;--container-main-width: 860px;--container-padding: 0 16px;--font-color: var(--color-5);--border-color: rgb(0 0 0 / 5%);--gap: 24px;--body-background-color: var(--color-0);--header-height: calc(100vh - var(--gnav-height));--gnav-height: 48px}::-moz-selection{color:var(--color-0);background-color:var(--color-4)}::selection{color:var(--color-0);background-color:var(--color-4)}.l-header{font-family:"Helvetica Neue",arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",meiryo,sans-serif;position:relative;width:100%;height:var(--header-height);color:#fff;background:#00396c;background:-webkit-radial-gradient(circle, rgb(0, 57, 108) 0%, rgb(0, 19, 65) 100%);background:-o-radial-gradient(circle, rgb(0, 57, 108) 0%, rgb(0, 19, 65) 100%);background:radial-gradient(circle, rgb(0, 57, 108) 0%, rgb(0, 19, 65) 100%);background-size:cover;background-attachment:fixed;background-repeat:no-repeat;background-position:center center;top:0;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex}.l-header__container{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:var(--container-padding);margin:var(--container-margin);max-width:var(--container-width)}.l-header:after{opacity:0;content:"";position:absolute;z-index:0;width:100%;height:var(--header-height);background:#12629b;background:-webkit-radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background:-o-radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background:radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background-size:cover;background-attachment:fixed;background-repeat:no-repeat;background-position:center center;-webkit-transition:opacity 3s;-o-transition:opacity 3s;transition:opacity 3s}.l-header:hover:after{opacity:1}.l-header__title-container{z-index:100;position:-webkit-sticky;position:sticky;top:var(--gap);margin-bottom:80px}.l-header__site-title-wrap{z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--gap)}@media screen and (max-width: 576px){.l-header__site-title-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.l-header__site-title{font-size:24px;line-height:30px}@media screen and (max-width: 576px){.l-header__site-title{font-size:20px;line-height:26px}}.l-header__description{font-size:12px;line-height:18px}@media screen and (max-width: 576px){.l-header__description{font-size:8px;line-height:14px}}.l-header__title{z-index:100;margin-top:var(--gap);font-size:var(--gap);padding:0 0 0 12px;border-left:4px solid var(--color-w);line-height:40px;letter-spacing:4px}.l-header__search-container{width:100%;background:var(--color-ghost);z-index:100;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:4px 20px;border-radius:29px;height:58px;overflow:hidden;margin-bottom:var(--gap)}.l-header__search-container input[type=text]{width:100%;border:none;height:50px;font-size:18px}.l-header__search-container input[type=text]:focus{outline:0}.l-header__search-container input[type=submit]{cursor:pointer;border:none;background:var(--color-5);color:#fff;position:absolute;padding-left:20px;width:60px;height:58px;right:0;top:0;outline:none;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.l-header__search-container input[type=submit]:hover{background:var(--color-4)}.l-header__scroll-down{z-index:100;width:50px;height:50px;position:absolute;bottom:4%;left:calc(50% - 25px);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.l-header__scroll-down span{position:absolute;left:10px;bottom:10px;color:#eee;font-size:10px;letter-spacing:.05em;-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;width:20px;height:30px}.l-header__scroll-down:before{content:"";position:absolute;bottom:0;right:14px;width:1px;height:20px;background:#eee;-webkit-transform:skewX(-31deg);-ms-transform:skewX(-31deg);transform:skewX(-31deg)}.l-header__scroll-down:after{content:"";position:absolute;bottom:0;right:20px;width:1px;height:50px;background:#eee}.l-header__g-search-container{width:100%;z-index:101}.l-header__g-search-container #___gcse_0{width:100%;margin-bottom:calc(var(--gap)/2)}.l-header__g-search-container #___gcse_0 .gsc-control-cse{border-radius:20px;overflow:hidden;background:var(--color-ghost);padding:0}.l-header__g-search-container #___gcse_0 form{border:none;margin:0;padding:0}.l-header__g-search-container #___gcse_0 .gsc-input-box{background:rgba(0,0,0,0)}.l-header__g-search-container #___gcse_0 input{font-size:24px;line-height:24px;position:relative;color:var(--color-0)}.l-header__g-search-container #___gcse_0 *{position:relative;z-index:100;border:none}.l-header__g-search-container #___gcse_0 .gsc-search-button{cursor:pointer;height:40px;margin:0;background:var(--color-5);padding:4px 20px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.l-header__g-search-container #___gcse_0 .gsc-search-button:hover{background:var(--color-4)}.l-header__g-search-container #___gcse_0 .gsc-search-button:hover *{background:var(--color-4)}.l-header__g-search-container #___gcse_0 .gsib_a{padding:0 8px}.l-header__g-search-container #___gcse_0 .gsc-results-wrapper-overlay{z-index:1000}.l-g-nav{font-family:"Helvetica Neue",arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",meiryo,sans-serif;position:sticky;position:-webkit-sticky;top:0;z-index:100;width:100%;height:var(--gnav-height);color:var(--font-color);background:var(--color-w);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.l-g-nav:after{content:"";position:absolute;bottom:0;right:0;height:48px;width:80px;background:rgba(255,255,255,.2);background:-webkit-gradient(linear, left top, left bottom, from(hsla(0deg, 0%, 100%, 0)), to(#fff));background:-webkit-gradient(linear, left top, right top, color-stop(0, hsla(0deg, 0%, 100%, 0)), to(#fff));background:-webkit-linear-gradient(left, hsla(0deg, 0%, 100%, 0) 0, #fff);background:-o-linear-gradient(left, hsla(0deg, 0%, 100%, 0) 0, #fff);background:linear-gradient(90deg, hsla(0deg, 0%, 100%, 0) 0, #fff)}.l-g-nav__container{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-x:auto;padding:var(--container-padding);margin:var(--container-margin);max-width:100vw}@media screen and (min-width: 1401px){.l-g-nav__container{max-width:var(--container-width)}}.l-g-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:48px;font-size:14px;font-weight:700;line-height:24px}.l-g-nav__list:after{content:"";display:list-item;width:40px;min-width:40px;height:48px}.l-g-nav__list>li{width:90px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:0 20px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid var(--color-w)}.l-g-nav__list>li:hover{background:var(--color-4);border-bottom:2px solid var(--color-4)}.l-g-nav__list>li:hover span{color:var(--color-0)}.l-g-nav__list>li.--active{border-bottom:2px solid var(--color-4)}.l-g-nav__list>li span{position:relative;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.l-g-nav__list>li .--min-text{font-size:10px;font-weight:100;line-height:10px}.l-g-nav__list>li a{z-index:3;width:100%;height:100%;top:0;left:0;opacity:0;position:absolute}@media screen and (max-width: 768px){.l-g-nav__list>li{width:inherit;padding:0 8px}}
.fa-brands{margin:0;padding:0;border:none;width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fa-hatena:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m-6.77649,28.03484l0,-32l0,32zm8.94141,-25l0,18l9.04297,0c2.76999,0 5.01562,-2.19911 5.01562,-4.91211c0.001,-2.427 -1.79716,-4.43989 -4.16016,-4.83789c1.922,-0.529 3.32813,-2.11848 3.32813,-4.02148c0,-2.335 -2.10036,-4.22852 -4.69336,-4.22852l-8.5332,0zm15.99609,0l0,12l4.0625,0l0,-12l-4.0625,0zm-11.73047,3.94727l2.61133,0c0.95,0.098 1.69141,0.86745 1.69141,1.81445c0,1.013 -0.84663,1.83398 -1.89063,1.83398l-2.41211,0l0,-3.64843zm0,6.85351l3,0c1.138,0 2.0625,0.90086 2.0625,2.00586c0,1.105 -0.9235,2.00195 -2.0625,2.00195l-3,0l0,-4.00781zm13.76172,3.19922a2.031,2 0 0 0 -2.03125,2a2.031,2 0 0 0 2.03125,2a2.031,2 0 0 0 2.03125,-2a2.031,2 0 0 0 -2.03125,-2z' id='svg_1' stroke='null' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-position:center}.fa-twitter:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-github:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%23FFFFFF' d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-facebook-f:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23FFFFFF' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-instagram:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-get-pocket:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-angles-up:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2301396B' d='M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-angle-up:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2301396B' d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-angle-down:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2301396B' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.fa-bars:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2301396B' d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}body{position:relative;background:var(--body-background-color);font-family:"Helvetica Neue",arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",meiryo,sans-serif;color:#0b232f;font-display:swap}#main-left div.aps-toc__container{background:#fff;border-radius:0;margin-bottom:0}#main-left div.aps-toc__title{background:var(--color-4)}#main-left ul.aps-toc__list{overflow-y:scroll;max-height:calc(100vh - 180px)}#main-left span.aps-toc__number{color:var(--color-4)}.l-container{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:var(--container-padding);margin:var(--container-margin);max-width:var(--container-width);gap:var(--gap)}.l-container__aside-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;width:var(--container-aside-left-width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:var(--gap);-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 576px){.l-container__aside-left{width:100%}}@media screen and (max-width: 1140px){.l-container__aside-left{width:100%}}.l-container__aside-left-sticky{position:sticky;position:-webkit-sticky;top:calc(48px + var(--gap))}.l-container__main{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:var(--container-main-width);display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap);-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 576px){.l-container__main{width:100%}}@media screen and (max-width: 1140px){.l-container__main{width:100%}}.l-container__aside-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;position:relative;width:var(--container-aside-right-width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:var(--gap);-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 576px){.l-container__aside-right{width:100%}}@media screen and (max-width: 1400px){.l-container__aside-right{width:100%}}.l-container__aside-right-sticky{position:sticky;position:-webkit-sticky;top:calc(48px + var(--gap))}.l-footer{position:relative;width:100%;color:var(--color-w)}.l-footer-top{width:100%;height:100px;background:var(--color-4);border-bottom:1px solid #000206}.l-footer-top__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:var(--gap);-moz-column-gap:var(--gap);column-gap:var(--gap);row-gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.l-footer-top__title{font-size:var(--gap);-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;padding:4px 8px}.l-footer-top__title:hover{color:var(--color-3)}@media screen and (max-width: 576px){.l-footer-top__title{font-size:20px;line-height:26px}}.l-footer-top__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}.l-footer-top__link{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.l-footer-top__link:hover{color:var(--color-3)}@media screen and (max-width: 576px){.l-footer-top__link{font-size:12px;line-height:18px}}.l-footer-main{width:100%;height:200px;background:var(--color-5);border-bottom:1px solid #000}.l-footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:60px;background:#000206;font-size:12px}.l-main{margin:var(--gap) 0}.l-page{background:var(--color-w);width:100%}.l-page p,.l-page pre{line-height:2;margin:0 var(--gap) var(--gap);overflow-wrap:break-word}.l-page h2{font-size:24px;color:var(--color-0);background:#12629b;background:-webkit-radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background:-o-radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background:radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);border:none;border-left:5px solid var(--color-5);padding:20px 20px 20px 41px;margin:0 0 var(--gap) 0;overflow-wrap:break-word}@media screen and (max-width: 576px){.l-page h2{padding:10px}}.l-page h3{font-size:22px;border-bottom:2px solid var(--color-4);margin:0 var(--gap) var(--gap);overflow-wrap:break-word}.l-page h4{font-size:18px;color:var(--color-4);margin:0 var(--gap) var(--gap);overflow-wrap:break-word}.l-breadcrumbs{position:relative;width:100%;height:48px;color:var(--font-color);background:var(--color-0);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05);-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.l-breadcrumbs:hover{background:var(--color-4);color:var(--color-0)}.l-breadcrumbs__container{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-x:auto;padding:var(--container-padding);margin:var(--container-margin);max-width:100vw}@media screen and (min-width: 1401px){.l-breadcrumbs__container{max-width:var(--container-width)}}.l-breadcrumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:48px;font-size:12px;line-height:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.l-breadcrumbs__item a,.l-breadcrumbs__item span{-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.l-breadcrumbs__item:hover a{color:var(--color-3)}.l-breadcrumbs__item+*{padding-left:12px}.l-breadcrumbs__item+*:before{content:">";margin-right:12px;font-size:8px}.l-breadcrumbs__item:last-child{font-size:14px;font-weight:700}.c-card{position:relative;background:var(--color-0);border:1px solid var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:var(--gap);overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .2s linear,-webkit-box-shadow .2s linear;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.c-card:after{z-index:0;top:0;left:0;opacity:0;content:"";position:absolute;width:100%;height:100%;background:var(--color-5);background:-webkit-gradient(linear, left top, right top, from(var(--color-5)), color-stop(35%, var(--color-4)), to(var(--color-3)));background:-webkit-linear-gradient(left, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);background:-o-linear-gradient(left, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);background:linear-gradient(90deg, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.c-card:hover:after{opacity:1}.c-card:hover .c-card__info-time:before{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 13C17.0523 13 17.5 12.5523 17.5 12C17.5 11.4477 17.0523 11 16.5 11H13V5.5C13 4.94772 12.5523 4.5 12 4.5C11.4477 4.5 11 4.94772 11 5.5V12C11 12.5523 11.4477 13 12 13H16.5Z' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z' fill='%23FFFFFF'/%3E%3C/svg%3E")}.c-card:hover .c-card__tag span:before{background-image:url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='16px' height='16px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.2 8.8 1a1.25 1.25 0 0 0-.88-.34h-6A1.25 1.25 0 0 0 .66 1.91v6A1.25 1.25 0 0 0 1 8.8L7.2 15a1.24 1.24 0 0 0 .88.36A1.28 1.28 0 0 0 9 15l6-6a1.27 1.27 0 0 0 0-1.8zm-6.9 6.89L1.91 7.92v-6h6l6.17 6.17z'/%3E%3Cellipse cx='4.95' cy='4.95' rx='1.41' ry='1.5'/%3E%3C/svg%3E")}.c-card__href{z-index:3;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.c-card__image-wrapper{z-index:2;overflow:hidden;position:relative;width:auto;-ms-flex-preferred-size:40%;flex-basis:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-card__image-wrapper>img{width:100%;height:auto}.c-card__content{position:relative;z-index:2;padding:24px 0}.c-card:hover .c-card__content{color:var(--color-1)}.c-card__title{z-index:2;font-size:24px;line-height:33.6px;font-weight:700;margin-bottom:12px}.c-card__info{z-index:2;font-weight:700;font-size:12px;line-height:160%;margin-bottom:24px}.c-card__info-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.c-card__info-time:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 13C17.0523 13 17.5 12.5523 17.5 12C17.5 11.4477 17.0523 11 16.5 11H13V5.5C13 4.94772 12.5523 4.5 12 4.5C11.4477 4.5 11 4.94772 11 5.5V12C11 12.5523 11.4477 13 12 13H16.5Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z' fill='%23000000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.c-card__description{z-index:2}.c-card__tag-container{position:relative;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(var(--gap)/2)}.c-card:hover .c-card__tag-container{color:var(--color-0)}.c-card__tag{position:relative;z-index:5;padding:6px 12px;background:var(--color-ghost-light);text-decoration:none;-webkit-transition:color .3s,background .3s;-o-transition:color .3s,background .3s;transition:color .3s,background .3s}.c-card__tag:hover{color:var(--color-0);background:var(--color-3)}.c-card__tag span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px}.c-card__tag span:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg fill='%23000000' width='16px' height='16px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.2 8.8 1a1.25 1.25 0 0 0-.88-.34h-6A1.25 1.25 0 0 0 .66 1.91v6A1.25 1.25 0 0 0 1 8.8L7.2 15a1.24 1.24 0 0 0 .88.36A1.28 1.28 0 0 0 9 15l6-6a1.27 1.27 0 0 0 0-1.8zm-6.9 6.89L1.91 7.92v-6h6l6.17 6.17z'/%3E%3Cellipse cx='4.95' cy='4.95' rx='1.41' ry='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.c-profile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap);background:var(--color-0);border:1px solid var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:var(--gap);overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .2s linear,-webkit-box-shadow .2s linear;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.c-profile:after{z-index:0;top:0;left:0;opacity:0;content:"";position:absolute;width:100%;height:100%;background:var(--color-5);background:-webkit-gradient(linear, left top, right top, from(var(--color-5)), color-stop(35%, var(--color-4)), to(var(--color-3)));background:-webkit-linear-gradient(left, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);background:-o-linear-gradient(left, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);background:linear-gradient(90deg, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.c-profile:hover:after{opacity:1}.c-profile__href{z-index:3;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.c-profile__image-wrapper{z-index:2;width:180px;height:180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 576px){.c-profile__image-wrapper{width:100%}}.c-profile__image{border-radius:90px;z-index:2;position:relative;min-width:180px;background:var(--color-5);overflow:hidden}.c-profile__image:before{content:"";display:block;padding-bottom:100%}.c-profile__image img{position:absolute;top:0;left:0;width:100%;height:auto;min-width:100%;min-height:100%;max-width:inherit}.c-profile__content{z-index:2;font-size:12px}@media screen and (max-width: 1400px){.c-profile__content{width:calc(100% - 224px)}}@media screen and (max-width: 576px){.c-profile__content{width:100%}}.c-profile:hover .c-profile__content{color:var(--color-1)}.c-profile__name{margin-bottom:calc(var(--gap)/2)}.c-profile__kana{margin-bottom:calc(var(--gap)/2)}.c-profile__occupational-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:10px;margin-bottom:10px}.c-profile__skill-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:10px;margin-bottom:calc(var(--gap)/2)}.c-profile__description{margin-bottom:calc(var(--gap)/2)}.c-profile__birth_date{font-size:10px}.c-profile__birth_place{font-size:10px}.c-profile__sns-container{position:relative;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(var(--gap)/2)}@media screen and (max-width: 576px){.c-profile__sns-container{margin:0 auto}}.c-profile:hover .c-profile__sns-container{color:var(--color-1)}.c-profile__sns{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:5;width:36px;height:36px;background:var(--color-ghost);text-decoration:none;-webkit-transition:background-color .3s,opacity .3s;-o-transition:background-color .3s,opacity .3s;transition:background-color .3s,opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:18px;overflow:hidden}.c-profile__sns.--instagram:after{opacity:0;content:"";position:absolute;z-index:0;width:36px;height:36px;background:-webkit-linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);background:-o-linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);background:linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);-webkit-transition:background-color .3s,opacity .3s;-o-transition:background-color .3s,opacity .3s;transition:background-color .3s,opacity .3s}.c-profile__sns.--instagram:hover:after{opacity:1}.c-profile__sns i{position:relative;z-index:1}.c-profile:hover .c-profile__sns{background:var(--color-ghost-light)}.c-profile:hover .c-profile__sns:hover{color:var(--color-0)}.c-profile:hover .c-profile__sns.--github:hover{background:#171515}.c-profile:hover .c-profile__sns.--twitter:hover{background:#00acee}.c-profile:hover .c-profile__sns.--facebook:hover{background:#3b5998}.c-article{background:var(--color-w);width:100%}.c-article__header{padding:var(--gap)}.c-article__eye-catch{overflow:hidden;position:relative;width:auto;height:auto;max-height:450px;-ms-flex-preferred-size:40%;flex-basis:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-article__eye-catch-image{width:100%;height:auto}.c-article__title{margin-top:var(--gap);width:100%;line-height:44px;font-size:32px;letter-spacing:1px;overflow-wrap:break-word;font-weight:bold}@media screen and (max-width: 576px){.c-article__title{font-size:24px;line-height:36px}}.c-article__tag-container{margin-top:var(--gap);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(var(--gap)/2)}.c-article__tag{position:relative;padding:6px 12px;background:var(--color-ghost);text-decoration:none;-webkit-transition:color .3s,background .3s;-o-transition:color .3s,background .3s;transition:color .3s,background .3s}.c-article__tag span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px}.c-article__tag span:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg fill='%23000000' width='16px' height='16px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.2 8.8 1a1.25 1.25 0 0 0-.88-.34h-6A1.25 1.25 0 0 0 .66 1.91v6A1.25 1.25 0 0 0 1 8.8L7.2 15a1.24 1.24 0 0 0 .88.36A1.28 1.28 0 0 0 9 15l6-6a1.27 1.27 0 0 0 0-1.8zm-6.9 6.89L1.91 7.92v-6h6l6.17 6.17z'/%3E%3Cellipse cx='4.95' cy='4.95' rx='1.41' ry='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.c-article__tag:hover{color:var(--color-0);background:var(--color-3)}.c-article__tag:hover span:before{background-image:url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='16px' height='16px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.2 8.8 1a1.25 1.25 0 0 0-.88-.34h-6A1.25 1.25 0 0 0 .66 1.91v6A1.25 1.25 0 0 0 1 8.8L7.2 15a1.24 1.24 0 0 0 .88.36A1.28 1.28 0 0 0 9 15l6-6a1.27 1.27 0 0 0 0-1.8zm-6.9 6.89L1.91 7.92v-6h6l6.17 6.17z'/%3E%3Cellipse cx='4.95' cy='4.95' rx='1.41' ry='1.5'/%3E%3C/svg%3E")}.c-article__info{margin-top:var(--gap);font-weight:700;font-size:12px;line-height:160%}.c-article__info-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.c-article__info-time:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 13C17.0523 13 17.5 12.5523 17.5 12C17.5 11.4477 17.0523 11 16.5 11H13V5.5C13 4.94772 12.5523 4.5 12 4.5C11.4477 4.5 11 4.94772 11 5.5V12C11 12.5523 11.4477 13 12 13H16.5Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z' fill='%23000000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.c-article__content{overflow-wrap:break-word;word-break:break-all}.c-article__content *{overflow-wrap:break-word;word-break:break-all}.c-article__content .code-toolbar{margin:0 var(--gap)}.c-article__content p,.c-article__content pre{font-size:16px;line-height:2;margin:0 var(--gap) var(--gap)}@media screen and (max-width: 576px){.c-article__content p,.c-article__content pre{font-size:14px;line-height:1.8}}.c-article__content p>strong,.c-article__content pre>strong{background:#272822;padding:4px;border-radius:2px;color:#f8f8f2;text-shadow:0 1px rgba(0,0,0,.3);text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.c-article__content a{-webkit-transition:color .3s,background .3s;-o-transition:color .3s,background .3s;transition:color .3s,background .3s}.c-article__content a:hover,.c-article__content a:active{color:var(--color-w);background:var(--color-4)}.c-article__content ul{list-style:none}.c-article__content ol{list-style-type:none}.c-article__content ul,.c-article__content ol{padding:var(--gap);background:#f6f6f6;margin:0 var(--gap) var(--gap)}.c-article__content ul>li,.c-article__content ol>li{padding-left:9pt}.c-article__content ul>li:before,.c-article__content ol>li:before{position:absolute;content:"";top:6px;left:0;display:block;width:6px;height:6px;border-radius:3px;background:var(--color-5)}.c-article__content li{line-height:1.2;position:relative;margin:6px 0;color:#333}.c-article__content li>ul{margin:0;padding:0 calc(var(--gap)/2) calc(var(--gap)/2) calc(var(--gap)/2)}.c-article__content h1,.c-article__content h2{font-size:28px;line-height:42px;letter-spacing:1px;font-weight:bold;color:var(--color-0);background:#12629b;background:-webkit-radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background:-o-radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);background:radial-gradient(circle, rgb(18, 98, 155) 0%, rgb(0, 57, 108) 100%);border:none;border-left:5px solid var(--color-5);padding:20px 20px 20px 41px;margin:var(--gap) 0}@media screen and (max-width: 576px){.c-article__content h1,.c-article__content h2{padding:10px;font-size:24px;line-height:38px}}.c-article__content h3{font-size:24px;line-height:36px;font-weight:bold;border:none;border-bottom:2px solid var(--color-4);padding:10px 0;margin:0 var(--gap) var(--gap)}@media screen and (max-width: 576px){.c-article__content h3{font-size:22px;line-height:34px}}.c-article__content h4{font-size:22px;line-height:34px;font-weight:bold;margin:0 var(--gap) var(--gap);color:var(--color-3)}@media screen and (max-width: 576px){.c-article__content h4{font-size:20px;line-height:32px}}.c-article__content h5{font-size:20px;line-height:32px;font-weight:bold;margin:0 var(--gap) var(--gap)}@media screen and (max-width: 576px){.c-article__content h5{font-size:18px;line-height:30px}}.c-block{margin:var(--gap) 0 0;padding:var(--gap) 0;background:var(--color-0);background:var(--color-w)}.c-block__title{width:100%;font-size:20px;line-height:30px;overflow-wrap:break-word;color:var(--color-5);font-weight:700;border-left:4px solid var(--color-3);padding:0 0 0 12px;letter-spacing:2px}.c-share{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap);background:var(--color-5);background:-webkit-gradient(linear, left top, right top, from(var(--color-5)), color-stop(35%, var(--color-4)), to(var(--color-3)));background:-webkit-linear-gradient(left, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);background:-o-linear-gradient(left, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);background:linear-gradient(90deg, var(--color-5) 0%, var(--color-4) 35%, var(--color-3) 100%);border:1px solid var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 var(--gap) 0;padding:var(--gap);overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .2s linear,-webkit-box-shadow .2s linear;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.c-share__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;width:36px;height:36px;color:var(--color-1)}.c-share__sns-container{position:relative;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(var(--gap)/2)}@media screen and (max-width: 576px){.c-share__sns-container{margin:0 auto}}.c-share__sns{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:5;width:36px;height:36px;background:var(--color-ghost-light);text-decoration:none;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:18px;overflow:hidden}.c-share__sns i{position:relative;z-index:1}.c-share:hover .c-share__sns:hover{color:var(--color-0)}.c-share:hover .c-share__sns.--hatena:hover{background:#01a5df}.c-share:hover .c-share__sns.--twitter:hover{background:#00acee}.c-share:hover .c-share__sns.--facebook:hover{background:#3b5998}.c-share:hover .c-share__sns.--pocket:hover{background:#ed4255}.c-arrow-nav{position:fixed;z-index:0;left:0;bottom:calc(50% - 106px);background:var(--color-w);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:calc(var(--gap)/2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}@media screen and (max-width: 1470px){.c-arrow-nav{padding:2px;gap:2px}}@media screen and (max-width: 576px){.c-arrow-nav{bottom:20px;right:inherit}}.c-arrow-nav a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:24px;height:44px}.c-arrow-nav i{font-size:20px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.c-arrow-nav i:hover{color:var(--color-3)}.c-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.c-head h2{font-size:20px;line-height:30px;color:var(--color-5);font-weight:700;border-left:4px solid var(--color-3);padding:0 0 0 12px;letter-spacing:2px}.c-contact__complete-catch{width:0;height:0;display:none}.c-contact__complete{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--font-color)}.c-contact__complete-head{width:100%;text-align:center;font-weight:bold;font-size:80px;line-height:1.1;letter-spacing:4px;margin:20px 0;color:#fff;background:-webkit-gradient(linear, left top, right top, color-stop(32%, rgb(18, 98, 155)), color-stop(68%, rgb(0, 57, 108)), color-stop(90%, rgb(0, 19, 65)));background:-webkit-linear-gradient(left, rgb(18, 98, 155) 32%, rgb(0, 57, 108) 68%, rgb(0, 19, 65) 90%);background:-o-linear-gradient(left, rgb(18, 98, 155) 32%, rgb(0, 57, 108) 68%, rgb(0, 19, 65) 90%);background:linear-gradient(90deg, rgb(18, 98, 155) 32%, rgb(0, 57, 108) 68%, rgb(0, 19, 65) 90%);background:-webkit-linear-gradient(0deg, rgb(18, 98, 155) 32%, rgb(0, 57, 108) 68%, rgb(0, 19, 65) 90%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.c-contact__complete-icon:before{content:"";display:inline-block;width:160px;height:160px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='160px' height='160px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4L3 11L10 14M20 4L13 21L10 14M20 4L10 14' stroke='%2300396c' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center}.c-contact__complete-message{width:100%;font-size:16px;text-align:center;line-height:1.4;letter-spacing:1px;margin:20px 0}.c-contact-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:var(--gap)}.c-contact-list__head{font-size:14px;width:200px;padding:calc(var(--gap)/2) 0}.c-contact-list__body{font-size:14px;width:calc(100% - 200px);padding:calc(var(--gap)/2) 0}@media screen and (max-width: 768px){.c-contact-list__head{width:100%}.c-contact-list__body{width:100%}}.c-contact-list__title{position:relative;padding:0 0 0 16px}.c-contact-list__title:before{content:"";position:absolute;width:4px;height:20px;background-color:var(--color-5);margin:auto;top:0;left:0;bottom:0}.c-contact-list__agree input[type=checkbox]{display:none;visibility:hidden}.c-contact-list__agree .cbx{margin:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.c-contact-list__agree .cbx span{display:inline-block;vertical-align:middle;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.c-contact-list__agree .cbx span:first-child{position:relative;width:18px;height:18px;border-radius:3px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);vertical-align:middle;border:1px solid #9098a9;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.c-contact-list__agree .cbx span:first-child svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.c-contact-list__agree .cbx span:first-child:before{content:"";width:100%;height:100%;background:#01396b;display:block;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:1;border-radius:50%}.c-contact-list__agree .cbx span:last-child{padding-left:8px}.c-contact-list__agree .cbx:hover span:first-child{border-color:#01396b}.c-contact-list__agree .inp-cbx:checked+.cbx span:first-child{background:#01396b;border-color:#01396b;-webkit-animation:wave-agree .4s ease;animation:wave-agree .4s ease}.c-contact-list__agree .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.c-contact-list__agree .inp-cbx:checked+.cbx span:first-child:before{-webkit-transform:scale(3.5);-ms-transform:scale(3.5);transform:scale(3.5);opacity:0;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease}.c-contact-list .--required{display:inline-block;padding:0 0 0 4px;color:#ee1943;font-size:10px;font-weight:100}.c-contact-list p{margin-left:0}.c-contact-list input[type=text],.c-contact-list input[type=email],.c-contact-list input[type=tel]{font-size:16px;padding:calc(var(--gap)/2);width:100%;background:var(--color-0)}.c-contact-list textarea{font-size:16px;padding:calc(var(--gap)/2);width:100%;background:var(--color-0);resize:vertical}.c-contact-list input:-moz-placeholder-shown, .c-contact-list textarea:-moz-placeholder-shown{color:#adadbe !important}.c-contact-list input:-ms-input-placeholder, .c-contact-list textarea:-ms-input-placeholder{color:#adadbe !important}.c-contact-list input:placeholder-shown,.c-contact-list textarea:placeholder-shown{color:#adadbe !important}.c-contact-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--gap)}.c-contact-btn{cursor:pointer;font-size:16px;color:var(--color-0);background:var(--color-4);padding:calc(var(--gap)/2) var(--gap)}.c-contact-btn:disabled{cursor:not-allowed;background:var(--color-ghost)}@-webkit-keyframes wave-agree{50%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes wave-agree{50%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.w-12{width:100%}.w-6{width:calc(50% - 12px)}.w-4{width:calc(33.33% - 16px)}.w-3{width:calc(25% - 18px)}@media screen and (max-width: 576px){.w-xs-12{width:100%}}@media screen and (max-width: 576px){.w-xs-6{width:calc(50% - 12px)}}@media screen and (max-width: 576px){.w-xs-4{width:calc(33.33% - 16px)}}@media screen and (max-width: 576px){.w-xs-3{width:calc(25% - 18px)}}@media screen and (max-width: 768px){.w-sm-12{width:100%}}@media screen and (max-width: 768px){.w-sm-6{width:calc(50% - 12px)}}@media screen and (max-width: 768px){.w-sm-4{width:calc(33.33% - 16px)}}@media screen and (max-width: 768px){.w-sm-3{width:calc(25% - 18px)}}@media screen and (max-width: 992px){.w-md-12{width:100%}}@media screen and (max-width: 992px){.w-md-6{width:calc(50% - 12px)}}@media screen and (max-width: 992px){.w-md-4{width:calc(33.33% - 16px)}}@media screen and (max-width: 992px){.w-md-3{width:calc(25% - 18px)}}@media screen and (max-width: 1200px){.w-lg-12{width:100%}}@media screen and (max-width: 1200px){.w-lg-6{width:calc(50% - 12px)}}@media screen and (max-width: 1200px){.w-lg-4{width:calc(33.33% - 16px)}}@media screen and (max-width: 1200px){.w-lg-3{width:calc(25% - 18px)}}@media screen and (max-width: 1400px){.w-xl-12{width:100%}}@media screen and (max-width: 1400px){.w-xl-6{width:calc(50% - 12px)}}@media screen and (max-width: 1400px){.w-xl-4{width:calc(33.33% - 16px)}}@media screen and (max-width: 1400px){.w-xl-3{width:calc(25% - 18px)}}@media screen and (min-width: 1401px){.w-xxl-12{width:100%}}@media screen and (min-width: 1401px){.w-xxl-6{width:calc(50% - 12px)}}@media screen and (min-width: 1401px){.w-xxl-4{width:calc(33.33% - 16px)}}@media screen and (min-width: 1401px){.w-xxl-3{width:calc(25% - 18px)}}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.d-none{display:none !important}.d-none-sp{display:inherit}@media screen and (max-width: 576px){.d-none-sp{display:none}}.d-none-pc{display:none}@media screen and (max-width: 576px){.d-none-pc{display:inherit}}
