@charset "UTF-8";@media (max-width:768px){.isPC{display:none!important}}@media (min-width:769px){.isSP{display:none!important}}*{box-sizing:border-box;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body,html,main{width:100%}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{background:#ecf4fa;color:#231815;font-family:"游ゴシック体","Yu Gothic","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;font-weight:400;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";margin:0;padding:0}body.no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-weight:400}li,ol,ul{margin:0;padding:0;list-style:none}a,button,img{display:block;margin:0;padding:0;outline:0;border:0;background:0 0;color:#231815}img{width:100%}.g-link-button{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;justify-content:center;align-items:center;flex-direction:row;display:flex;width:320px;height:70px;border-radius:70px;background:#00348c;color:#fff;font-size:16px;line-height:1.2;padding:8px 40px;position:relative;text-decoration:none;transition:.2s}@media (max-width:768px){.g-link-button{width:calc(230 / 375 * 100vw);height:60px;font-size:calc(16 / 375 * 100vw);padding:4px 30px}}.g-link-button p{font-weight:700}.g-link-button__icon{position:absolute;top:50%;right:20px;width:18px;translate:0 -50%;transition:.2s}@media (max-width:768px){.g-link-button__icon{width:12px;right:14px}}.g-link-button__icon--back{right:auto;left:20px}@media (hover:hover){.g-link-button:hover{opacity:.8}.g-link-button:hover .g-link-button__icon{translate:2px -50%}.g-link-button:hover .g-link-button__icon--back{translate:-2px -50%}}.g-link-button:active{scale:.98}.g-link-button:active .g-link-button__icon{translate:2px -50%}.g-link-button:active .g-link-button__icon--back{translate:-2px -50%}.g-link-button--disabled{cursor:inherit;opacity:.4}@media (hover:hover){.g-link-button--disabled:hover{opacity:1}.g-link-button--disabled:hover .g-link-button__icon{translate:0 -50%}}.g-link-button--disabled:active{scale:1}.g-link-button--disabled:active .g-link-button__icon{translate:0 -50%}.g-footer{background:#fff;padding:70px 0 30px}.g-footer__logo{width:314px;margin:0 auto 30px;display:block;transition:.2s}@media (hover:hover){.g-footer__logo:hover{opacity:.8}}.g-footer__logo:active{opacity:.8}@media (max-width:768px){.g-footer__logo{width:200px;margin-bottom:20px}}.g-footer__logo img{width:100%}.g-footer__title{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:1.1;margin:30px auto 60px;text-align:center}@media (max-width:768px){.g-footer__title{font-size:12px;margin:20px auto 48px}}.g-footer__button{margin:0 auto 60px}@media (max-width:768px){.g-footer__button{margin-bottom:52px}}.g-footer__copy-right{font-size:14px;text-align:center}@media (max-width:768px){.g-footer__copy-right{font-size:11px}}.g-header{justify-content:space-between;align-items:center;flex-direction:row;display:flex;width:100%;position:absolute;left:0;top:0;z-index:20;padding-right:40px;background:0 0;transition:.2s}.g-header--active{background:0 0;position:fixed}@media (max-width:768px){.g-header{padding-right:20px}}.g-header__link{justify-content:flex-start;align-items:center;flex-direction:row;display:flex;width:198px;height:80px;padding-left:40px;background:#fff;border-bottom-right-radius:20px;transition:.2s}@media (max-width:768px){.g-header__link{width:118px;height:70px;padding-left:20px}}.g-header__link--no-bg{background:0 0}.g-header__logo{width:100px}@media (max-width:768px){.g-header__logo{width:70px}}.g-header__button{width:50px;height:32px;cursor:pointer;position:relative}.g-header__button__text{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;position:absolute;font-size:10px;right:0;bottom:0;line-height:1;transition:.3s}.g-header__button--active span:first-of-type{-webkit-animation:activeMenu1 .3s linear forwards;animation:activeMenu1 .3s linear forwards}.g-header__button--active span:nth-of-type(2){-webkit-animation:activeMenu2 .3s linear forwards;animation:activeMenu2 .3s linear forwards}.g-header__button--active span:last-of-type{opacity:0;translate:-100% 0}@-webkit-keyframes activeMenu1{0%{top:0}50%{top:13px}100%{rotate:30deg;top:13px}}@keyframes activeMenu1{0%{top:0}50%{top:13px}100%{rotate:30deg;top:13px}}@-webkit-keyframes activeMenu2{0%{top:13px}50%{top:13px}100%{rotate:-30deg;top:13px}}@keyframes activeMenu2{0%{top:13px}50%{top:13px}100%{rotate:-30deg;top:13px}}.g-header__button--active .g-header__button__text{opacity:0;translate:-100% 0}.g-header__button--inactive span:first-of-type{-webkit-animation:inactiveMenu1 .3s linear forwards;animation:inactiveMenu1 .3s linear forwards}.g-header__button--inactive span:nth-of-type(2){-webkit-animation:inactiveMenu2 .3s linear forwards;animation:inactiveMenu2 .3s linear forwards}@-webkit-keyframes inactiveMenu1{0%{rotate:30deg;top:13px}50%{rotate:0;top:13px}100%{top:0}}@keyframes inactiveMenu1{0%{rotate:30deg;top:13px}50%{rotate:0;top:13px}100%{top:0}}@-webkit-keyframes inactiveMenu2{0%{rotate:-30deg;top:13px}0%{top:13px;rotate:0}100%{top:13px}}@keyframes inactiveMenu2{0%{rotate:-30deg;top:13px}0%{top:13px;rotate:0}100%{top:13px}}.g-header__hamburger{position:relative;width:100%;height:100%}.g-header__hamburger span{position:absolute;left:0;display:inline-block;width:100%;height:2px;background:#e73717;transition:.3s}.g-header__hamburger span:first-of-type{top:0}.g-header__hamburger span:nth-of-type(2){top:13px}.g-header__hamburger span:last-of-type{width:13px;bottom:3px}.g-nav{visibility:hidden;opacity:0;transition:.3s;position:fixed;left:0;top:0;width:100%;height:100dvh;z-index:19;padding:130px 40px 110px;background:#ecf4fa;overflow-y:auto}@media (max-width:768px){.g-nav{padding:80px 20px 60px}}.g-nav--show{opacity:1;visibility:visible}.g-nav--show .g-nav__list{opacity:1}.g-nav__list{justify-content:flex-start;align-items:stretch;flex-direction:row;display:flex;flex-wrap:wrap;transition:.3s;transition-delay:.3s;opacity:0}@media (max-width:768px){.g-nav__list{flex-direction:column}}.g-nav__item{width:33.3%;background:#ccd7de}@media (max-width:1023px){.g-nav__item{width:50%}}@media (max-width:768px){.g-nav__item{width:100%}}@media (hover:hover){.g-nav__item:hover .g-nav__image,.g-nav__item:hover .g-nav__inner{opacity:.9;scale:1.02}}.g-nav__item:active .g-nav__image,.g-nav__item:active .g-nav__inner{scale:.98}.g-nav__item--no-link{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;padding:20px 20px 40px;cursor:inherit}@media (hover:hover){.g-nav__item--no-link:hover .g-nav__image,.g-nav__item--no-link:hover .g-nav__inner{opacity:1;scale:1}}.g-nav__item--no-link:active .g-nav__image,.g-nav__item--no-link:active .g-nav__inner{scale:1}.g-nav__item--number{background:#9dd24b}.g-nav__item--secret{background:#f4b846}.g-nav__item--peace{background:#487abe;color:#fff}.g-nav__item--future{background:#dd634e;color:#fff}.g-nav__item--history{background:#77507c;color:#fff}.g-nav__item--statement picture{position:relative;display:block}.g-nav__item--statement picture::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:1px solid #fff;background:rgba(191,191,191,.6)}.g-nav__link{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;display:block;width:100%;padding:20px 20px 40px;text-decoration:none}.g-nav__image{transition:.2s;width:100%;aspect-ratio:2/1;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.g-nav__image{height:150px}}.g-nav__inner{justify-content:center;align-items:center;flex-direction:column;display:flex;gap:10px;aspect-ratio:2/1;border:1px solid #fff;transition:.2s;background:rgba(191,191,191,.6)}@media (max-width:768px){.g-nav__inner{width:100%;height:150px}}.g-nav__title{font-size:16px;line-height:1.6;text-align:center;font-weight:700}@media (max-width:768px){.g-nav__title{font-size:calc(15 / 375 * 100vw)}}.g-nav__announce{background:#fff;padding:4px 8px 5px;line-height:1.1;font-size:11px;color:#000;font-weight:700}@media (max-width:768px){.g-nav__announce{font-size:calc(12 / 375 * 100vw)}}.g-nav__text{font-size:14px;margin-top:10px;font-weight:700}@media (max-width:768px){.g-nav__text{font-size:calc(12 / 375 * 100vw)}}.g-back-button{position:fixed;z-index:18;right:30px;bottom:30px;width:80px;outline:0;border:0;background:0 0;transition:.5s;opacity:0;visibility:hidden;translate:0 15%;cursor:pointer}@media (max-width:768px){.g-back-button{right:16px;bottom:16px;width:40px}}.g-back-button--show{opacity:1;visibility:visible;translate:0 0}@media (hover:hover){.g-back-button:hover{opacity:.8}}.g-back-button:active{opacity:.8;scale:.98}.c-profile__note{position:absolute;bottom:-40px;right:0;font-size:14px}@media (max-width:768px){.c-profile__note{font-size:12px;bottom:-24px}}.statement{background:#f8f3ea}.statement__hint{position:fixed;left:50%;bottom:0;width:1px;height:86px;translate:-50% 0;background:#91c5eb;z-index:1}@media (max-width:768px){.statement__hint{height:75px}}.statement__hint-bar{width:1px;height:0%;background:#01338c;-webkit-animation:growLineHint 2s ease-out infinite;animation:growLineHint 2s ease-out infinite}@-webkit-keyframes growLineHint{0%{height:0%}70%{height:100%}100%{height:100%}}@keyframes growLineHint{0%{height:0%}70%{height:100%}100%{height:100%}}.statement__content{position:relative}.statement__content--first{justify-content:center;align-items:center;flex-direction:row;display:flex;height:100dvh}.statement__content--second{margin:0 auto 275px}@media (max-width:768px){.statement__content--second{margin-bottom:140px}}.statement__content--third{margin:0 auto 270px}@media (max-width:768px){.statement__content--third{margin-bottom:140px}}.statement__content--forth{margin:0 auto 260px}@media (max-width:768px){.statement__content--forth{margin-bottom:140px}}.statement__text{font-family:zen-maru-gothic,sans-serif;font-weight:400;font-style:normal;font-size:clamp(20px,2vw,32px);line-height:2;text-align:center;letter-spacing:.08rem;transition:opacity .4s;opacity:0}.statement__text--show{opacity:1}@media (max-width:768px){.statement__text{font-size:calc(16 / 375 * 100vw);line-height:2.25}}.statement__visual{width:500px;margin:136px auto 130px;transition:opacity .4s;opacity:0}.statement__visual--show{opacity:1}@media (max-width:768px){.statement__visual{width:calc(295 / 375 * 100vw);margin:80px auto}}.statement__logo{width:644px;margin:0 auto;transition:opacity .4s;opacity:0}.statement__logo--show{opacity:1}@media (max-width:768px){.statement__logo{width:242px}}.statement__bg{position:absolute;opacity:0;transition:.3s}.statement__bg--show{opacity:1}.statement__bg--first{right:0;top:0;width:calc(467 / 1280 * 100vw);max-width:700px}@media (max-width:768px){.statement__bg--first{width:calc(238 / 375 * 100vw)}}.statement__bg--second{left:0;top:-147%;width:calc(126 / 1280 * 100vw);max-width:189px}@media (max-width:768px){.statement__bg--second{width:calc(71 / 375 * 100vw);top:-190%}}.statement__bg--third{right:0;top:-105%;width:calc(214 / 1280 * 100vw);max-width:321px}@media (max-width:768px){.statement__bg--third{width:calc(69 / 375 * 100vw);top:-30%}}.statement__bg--forth{left:0;top:-68%;width:calc(259 / 1280 * 100vw);max-width:388px}@media (max-width:768px){.statement__bg--forth{width:calc(66 / 375 * 100vw);top:-15%}}.statement__bottom{justify-content:center;align-items:center;flex-direction:row;display:flex;background:#f8f3ea;padding:60px 0 100px;position:relative;z-index:2;margin-top:120px}.g-footer{position:relative;z-index:2}