@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}}.past-news{padding:160px 0 120px;min-height:70dvh}@media (max-width:768px){.past-news{padding:105px 5.3vw 60px}}.past-news h1{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:36px;line-height:1;margin:0 auto 40px;max-width:1200px;width:calc(960 / 1280 * 100vw);border-bottom:1px solid #707070;padding-bottom:32px}@media (max-width:768px){.past-news h1{width:100%;font-size:16px;margin-bottom:22px;padding-bottom:10px}}.past-news__list{justify-content:center;align-items:flex-start;flex-direction:column;display:flex;gap:24px;width:calc(960 / 1280 * 100vw);max-width:1200px;margin:0 auto 58px}@media (max-width:768px){.past-news__list{width:100%;margin-bottom:46px}}.past-news__item{justify-content:flex-start;align-items:flex-start;flex-direction:row;display:flex;gap:14px;flex:1}.past-news__item div{margin-top:-4px}.past-news__item time{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;letter-spacing:.06rem;font-size:12px;line-height:1}.past-news__item p{font-size:18px;line-height:1.7;margin-top:2px;font-weight:700;letter-spacing:.02rem}@media (max-width:768px){.past-news__item p{font-size:14px}}.past-news__item p img{width:12px;display:inline;transition:.2s;margin-left:2px}.past-news__image{width:100px}.past-news__link{justify-content:flex-start;align-items:flex-start;flex-direction:row;display:flex;gap:14px;flex:1;text-decoration:none;transition:.2s;cursor:pointer}@media (hover:hover){.past-news__link:hover{opacity:.8}.past-news__link:hover p img{translate:2px -1px}}.past-news__link:active{opacity:.8}.past-news__bottom{justify-content:flex-end;align-items:center;flex-direction:row;display:flex;max-width:1200px;width:calc(960 / 1280 * 100vw);margin:0 auto}@media (max-width:768px){.past-news__bottom{width:100%}}.past-news__past{justify-content:flex-end;align-items:center;flex-direction:row;display:flex;gap:14px;text-decoration:none;transition:.2s}@media (hover:hover){.past-news__past:hover{opacity:.8}.past-news__past:hover img{translate:10% 0}}.past-news__past:active{opacity:.8}.past-news__past span{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:16px}@media (max-width:768px){.past-news__past span{font-size:14px}}.past-news__past img{width:12px;transition:.2s}.past-news__back{margin:0 auto}