*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;scroll-behavior:smooth;scroll-padding-top:72px}@media screen and (max-width:768px){html{scroll-padding-top:90px}}body{font-family:Noto Sans JP,Work Sans,Roboto,sans-serif;color:#333;font-size:1rem;font-weight:400;line-height:1.6}@media screen and (max-width:600px){body{font-size:.875rem}}.fade-in,.slide-in{opacity:0;transform:translateY(20px)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in.animate{animation:slideIn .3s ease-out forwards}.fade-in.animate{animation:fadeIn 1.5s ease-out forwards}.sp-only{display:none}@media screen and (max-width:768px){.sp-only{display:block}}.pc-only{display:block}@media screen and (max-width:768px){.pc-only{display:none}}a img{display:block}.section{max-width:calc(100% + 300px);margin-inline:auto;padding-inline:150px;padding-block:120px}@media screen and (max-width:1290px){.section{max-width:calc(100% + 110px);padding-inline:55px;padding-block:88px}}@media screen and (max-width:600px){.section{padding-inline:16px;padding-block:64px}}.inner{max-width:1280px;margin:0 auto}.heading{position:relative;margin-bottom:78px}@media screen and (max-width:600px){.heading{margin-bottom:46px}}.heading:after{content:"";position:absolute;bottom:-14px;left:0;width:30px;height:3px;background-color:#1a49bd}.heading__en{display:block;color:#545e75;font-family:Work Sans,Roboto,sans-serif;font-size:3rem;letter-spacing:.15rem}@media screen and (max-width:600px){.heading__en{font-size:2.25rem}}.heading__jp{display:block;color:#747e91;font-family:Work Sans,Roboto,sans-serif;font-size:.875rem;letter-spacing:.15rem}@media screen and (max-width:600px){.heading__jp{font-size:.75rem}}.heading-w:after{background-color:#fff}.heading-w__en,.heading-w__jp{color:#fff}.subheading{display:flex;align-items:center;gap:8px}.subheading__icon{flex-shrink:0;display:inline-block;width:15px;height:15px;border-radius:50px;background:#1a49bd}.subheading__txt{font-family:Work Sans,Roboto,sans-serif;font-size:24px;letter-spacing:.15rem}@media screen and (max-width:600px){.subheading__txt{font-size:1rem;font-weight:500}}.btn{padding:15px 24px;border-radius:4px;display:flex;align-items:center;gap:12px}.no-hover-focus a:focus,.no-hover-focus a:hover,.no-hover-focus button:focus,.no-hover-focus button:hover{opacity:1;transform:none;outline:none;transition:opacity .3s ease}.auto-br{white-space:nowrap}.md-br{display:none}@media screen and (max-width:768px){.md-br{display:block;content:"";height:0;margin-bottom:4px}}.sm-br{display:none}@media screen and (max-width:600px){.sm-br{display:block;content:"";height:0;margin-bottom:4px}}.header{width:100%;height:90px;position:sticky;top:0;z-index:10;background-color:rgba(255,255,255,.7);transition:background-color .3s ease}@media screen and (max-width:768px){.header{height:72px}}.header:hover{background-color:rgba(255,255,255,1)}.header__inner{padding:16px 48px;display:flex;justify-content:space-between;align-items:center;gap:26px}@media screen and (max-width:768px){.header__inner{padding:14px 16px;max-width:1172px}}.header__logo{transition:opacity .3s ease}.header__logo:focus,.header__logo:hover{opacity:.8}.header__logo a{display:flex}.header__logo-img{width:52px;height:auto;margin-top:4px}.logo-img{width:100px}.header__ttl{padding-top:8px;font-family:Roboto,sans-serif;font-size:2rem;letter-spacing:.15rem}@media screen and (max-width:768px){.header__ttl{font-size:1.75rem}}.header__nav{white-space:nowrap}.header__lists{width:fit-content;display:flex;align-items:center;gap:24px}.header__item{font-family:Work Sans,Roboto,sans-serif;letter-spacing:.2rem}@media screen and (max-width:1024px){.header__item{display:none}}.header__link{position:relative;display:inline-block;text-decoration:none;color:inherit}.header__link,.header__link:after{transition:transform .3s ease,opacity .3s ease}.header__link:after{content:"";position:absolute;width:30px;height:2px;left:50%;bottom:-4px;background-color:#1a49bd;transform:translateX(-50%) scaleX(0);transform-origin:left center}.header__item:focus .header__link,.header__item:hover .header__link{opacity:.7}.header__item:focus .header__link:after,.header__item:hover .header__link:after{transform:translateX(-50%) scaleX(1)}.header__item:last-child .header__link:after{display:none}.header__btn{background-color:#1a49bd;box-sizing:border-box;transition:all .3s ease}.header__btn .header__btn-txt{color:#fff;letter-spacing:.2rem;transition:color .3s ease,transform .3s ease}.header__btn:focus,.header__btn:hover{background-color:transparent;outline:2px solid #1a49bd}.header__btn:hover .header__btn-txt{color:#1a49bd;font-weight:500;transform:scale(1.02)}.header__open{position:fixed}.drawer__icon{display:none}@media screen and (max-width:1024px){.drawer__icon{display:block;width:36px;height:24px;position:relative;transition:opacity .7s ease}.drawer__icon:focus,.drawer__icon:hover{opacity:.7}}@media screen and (max-width:1024px){.drawer-icon__bar{position:absolute;top:0;left:0;width:36px;height:3px;border-radius:4px;background:#333333;transition:top .3s linear}}.drawer-icon__bar:nth-of-type(2){top:11px}.drawer-icon__bar:nth-of-type(3){top:22px}.drawer-content{background-color:#15316f;width:320px;height:100vh;padding:90px 78px;display:flex;flex-direction:column;align-items:center;position:fixed;top:90px;right:0;transform:translateX(100%);transition:transform .3s linear;z-index:100}@media screen and (max-width:768px){.drawer-content{top:72px}}.drawer-content.is-checked{transform:translateX(0)}.drawer-content__menu{display:flex;flex-direction:column;gap:48px}.drawer-content__menu .drawer-content__item{transition:opacity .3s linear}.drawer-content__menu .drawer-content__item:focus,.drawer-content__menu .drawer-content__item:hover{opacity:.7}.drawer-content__item{display:flex;align-items:center;gap:16px}.drawer-content__line{background-color:#1a49bd;width:15px;height:3px}.drawer-content__txt{color:#ecf4ff;letter-spacing:.2rem}.is-checked .drawer-icon__bar:first-of-type{top:10px;transform:rotate(30deg)}.is-checked .drawer-icon__bar:nth-of-type(2){display:none}.is-checked .drawer-icon__bar:nth-of-type(3){top:10px;transform:rotate(-30deg)}.footer{padding:80px 48px}.footer__inner{display:flex;justify-content:space-between}@media screen and (max-width:768px){.footer__inner{flex-direction:column;text-align:center}.footer__heading,.footer__inner,.footer__txt-box{align-items:center}}.footer__ttl{font-family:Work Sans,Roboto,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:.15rem;transition:opacity .3s ease}.footer__ttl:focus,.footer__ttl:hover{opacity:.7}.footer__txt-box{display:flex;flex-direction:column;gap:16px;margin-top:24px}.footer__txt{font-family:Work Sans,Roboto,sans-serif}.footer__privacy-policy,.footer__txt{color:#747e91;font-size:.875rem;letter-spacing:.15rem}.footer__privacy-policy{text-decoration-line:underline;transition:opacity .3s ease}.footer__privacy-policy:focus,.footer__privacy-policy:hover{opacity:.7}.footer__nav{display:grid;gap:64px}@media screen and (max-width:1024px){.footer__nav{gap:24px}}@media screen and (max-width:768px){.footer__nav{margin-top:48px}}.footer__lists{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,auto);text-align:start;gap:24px}@media screen and (max-width:768px){.footer__lists{grid-template-rows:repeat(3,auto)}}.footer__item.right-item{grid-column:2;grid-row:span 5;font-size:1.5em}@media screen and (max-width:768px){.footer__item.right-item{grid-column:auto;grid-row:auto}}.right-item{margin-left:42px}@media screen and (max-width:1024px){.right-item{margin-left:0}}@media screen and (max-width:768px){.footer__item-right{margin-left:16px}}.footer__link{font-family:Work Sans,Roboto,sans-serif;color:#747e91;font-size:.875rem;letter-spacing:.2rem;transition:opacity .3s ease}.footer__link:focus,.footer__link:hover{opacity:.7}@media screen and (max-width:768px){.footer__link .btn{padding:0}}.footer__btn{background-color:#fff;border:1px solid #747e91}@media screen and (max-width:768px){.footer__btn{border:none}}.footer__btn-txt{color:#747e91;font-size:.875rem;letter-spacing:.2rem}@media screen and (max-width:768px){.footer__btn-img{display:none}}.copyright{display:flex;flex-direction:column;align-items:center;text-align:center}.copyright__line{width:91.8%;height:1px;background-color:rgba(116,126,145,.7019607843)}.copyright__txt{padding:24px;margin-bottom:24px;color:rgba(116,126,145,.7019607843);font-size:.875rem;letter-spacing:.2rem}@media screen and (max-width:768px){.copyright__txt{font-size:.75rem}}.page{background-color:#ecf4ff;padding-block:320px}@media screen and (max-width:600px){.page{padding-block:120px}}.content-center{margin:0 auto;display:flex;flex-direction:column;text-align:center;align-items:center}.content-center .heading:after{position:absolute;left:50%;transform:translateX(-50%)}.content-center a{display:inline-block}.top__btn{padding:10px 40px;align-items:center;border:1px solid #545e75;margin-top:140px;transition:background-color .3s ease,border .3s ease}.top__btn-txt{color:#545e75;font-size:1.125rem;line-height:2;letter-spacing:.5rem;transition:color .3s ease}.top__btn:focus,.top__btn:hover{background-color:#1a49bd;border:1px solid #1a49bd}.top__btn:hover .top__btn-txt{color:#fff}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#cba6f7}.hljs-addition,.hljs-attr,.hljs-bullet,.hljs-string,.hljs-symbol{color:#a6e3a1}.hljs-literal,.hljs-number{color:#fab387}.hljs-comment,.hljs-quote{color:#6c7086;font-style:italic}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#89dceb}.hljs-attribute,.hljs-params,.hljs-template-variable,.hljs-variable{color:#f38ba8}.hljs-class,.hljs-type{color:#f9e2af}.hljs-operator,.hljs-punctuation{color:#89b4fa}.hljs-regexp{color:#f5c2e7}.hljs-deletion{color:#f38ba8}