@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;600&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho&display=swap";:root{--bg:#e3e9f4;--black:#000;--text:#000710;--white:#ffffff;--red-1:#E6002D;--red-2:#FF597A;--red-3:#F9CAD3;--blue-1:#003F98;--blue-2:#236ED7;--blue-3:#2A374A;--blue-4:#E4F3FF;--blue-5:#A2D2F8;--blue-500:#007ace;--blue-700:#004177;--gray-1:#F3F5F8;--gray-2:#E8EBEF;--gray-3:#DEE4EB;--gray-4:#CCD3DB;--gray-5:#ADB6C2;--gray-6:#96A0AB;--gray-7:#7A8795;--gray-8:#5D6A7A;--gray-9:#474E58;--gray-10:#303439}h1,h2,h3,h4,h5,h6,p,ol,ul,dl,dt,dd,figure,figcaption,fieldset,button{padding:0;margin:0}picture,img,iframe,embed,object,video,fieldset,button{border:0}body{color:#000710;display:grid;grid-template-rows:auto 1fr auto;grid-auto-columns:1fr;grid-auto-flow:row dense;margin:0;font-family:Noto Sans JP,Helvetica Neue,Helvetica,Hiragino Sans,Hiragino Kaku Gothic ProN,Arial,Yu Gothic,Meiryo,sans-serif;font-size:1rem;letter-spacing:.04em}html,body{height:100%}li,dt,dd{list-style:none}figure,figcaption{display:block}em,strong,b{font-style:normal;font-weight:700}sub,sup{bottom:-.2em}dfn{font-style:normal}iframe{width:100%}img{display:inline-block;max-width:100%;height:auto;vertical-align:middle}label{cursor:pointer}input::-ms-clear{visibility:hidden}button{cursor:pointer}select::-ms-expand{display:none}textarea{resize:vertical}input,button,select,textarea,[role=button]{font-size:1.6rem}input[disabled],button[disabled],select[disabled],textarea[disabled],[role=button][disabled]{cursor:auto;cursor:not-allowed}.l-container{display:grid;grid-template-rows:1fr auto;grid-template-columns:1fr;min-width:320px;min-height:100vh}.l-container__main{padding-top:96px;background-color:hsl(var(--b3))}[data-theme=winter] .l-container__main{background-color:hsl(var(--b1))}.l-contents{margin-right:auto;margin-left:auto}@media screen and (max-width:767px){.l-contents{padding:40px 20px 120px}}@media screen and (min-width:768px){.l-contents{padding:40px 40px 120px}}.l-contents__head{padding-top:40px;padding-bottom:40px}.l-section{padding-top:40px;margin-right:auto;margin-left:auto}.bg-org-100{background-color:#e3e9f41a}[data-theme=winter] .bg-org-100{background-color:#20252e1a}.bg-org-200{background-color:#e3e9f433}[data-theme=winter] .bg-org-200{background-color:#20252e33}.bg-org-300{background-color:#e3e9f44d}[data-theme=winter] .bg-org-300{background-color:#20252e4d}.text-org-100{color:#e3e9f41a}[data-theme=winter] .text-org-100{color:#20252e1a}.text-org-200{color:#e3e9f433}[data-theme=winter] .text-org-200{color:#20252e33}.text-org-300{color:#e3e9f44d}[data-theme=winter] .text-org-300{color:#20252e4d}.text-org-400{color:#e3e9f466}[data-theme=winter] .text-org-400{color:#20252e66}.text-org-500{color:#e3e9f480}[data-theme=winter] .text-org-500{color:#20252e80}.border-org-100{border-color:#e3e9f41a}[data-theme=winter] .border-org-100{border-color:#20252e1a}.border-org-200{border-color:#e3e9f433}[data-theme=winter] .border-org-200{border-color:#20252e33}.border-org-300{border-color:#e3e9f44d}[data-theme=winter] .border-org-300{border-color:#20252e4d}.border-org-400{border-color:#e3e9f466}[data-theme=winter] .border-org-400{border-color:#20252e66}.border-org-500{border-color:#e3e9f480}[data-theme=winter] .border-org-500{border-color:#20252e80}.btn{border-radius:.25rem;padding:1rem;text-align:center;font-weight:700;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;word-break:keep-all;overflow-wrap:anywhere}.btn-blue-2{background-color:var(--blue-2);color:var(--white)}.btn-blue-3{background-color:var(--blue-3);color:var(--white)}.btn-blue-2:hover{background-color:#1c58ab}.btn-blue-3:hover{background-color:#181f29}pre{position:relative;overflow:hidden;counter-reset:line-number;border-radius:8px}pre code{padding-left:3.5rem!important}pre .line-number{counter-increment:line-number}pre .line-number:before{position:absolute;left:0;display:inline-block;width:2.5rem;padding-left:4px;color:#fff3;text-align:right;content:counter(line-number)}.button01{align-items:center;background-color:#236ed7;border-radius:.5rem;border:0;color:#fff;display:flex;font-family:Shippori Mincho,Georgia,Times New Roman,Times,serif;justify-content:center;transition:.3s;position:relative;max-width:100%;text-decoration:none}.button01 .icon{bottom:0;top:0;position:absolute;margin-bottom:auto;margin-top:auto;right:1rem;height:1rem;width:1rem}.button01 .icon>svg{fill:#fff;transition:.3s}.button01:hover{cursor:pointer}@media (hover:hover){.button01:hover{background-color:#fff;color:#236ed7}.button01:hover .icon>svg{fill:#236ed7}}.button01.blue-1{background-color:#003f98}@media (hover:hover){.button01.blue-1:hover{background-color:#fff;color:#003f98}}.button01.blue-1ex{background-color:#003f98}@media (hover:hover){.button01.blue-1ex:hover{background-color:#fff;color:#003f98;border:1px solid #003f98}}.button01.blue-2{background-color:#236ed7}@media (hover:hover){.button01.blue-2:hover{background-color:#fff;color:#236ed7}}.button01.blue-3{background-color:#2a374a}@media (hover:hover){.button01.blue-3{background-color:#fff;color:#2a374a}}.button01.size-normal{height:3rem}@media screen and (max-width:767px){.button01.size-normal{min-width:18.875rem}}@media screen and (min-width:768px){.button01.size-normal{max-width:25rem;width:100%}}.button01.size-l{height:4rem}@media screen and (max-width:767px){.button01.size-l{min-width:21.875rem}}@media screen and (min-width:768px){.button01.size-l{max-width:30rem;width:100%}}.button01.auto{height:3rem;width:100%;min-width:none}