@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}}.number{background:#f4e9d5;width:100%;overflow-x:hidden}.number__wrapper{justify-content:center;align-items:flex-start;flex-direction:column;display:flex;margin:0 auto 120px;max-width:1280px;position:relative}@media (max-width:768px){.number__wrapper{margin-bottom:84px}}.number__title{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;color:#6baf00;display:inline-block;font-size:36px;line-height:1.3;text-align:center;margin:0 auto 50px;position:relative}@media (max-width:768px){.number__title{font-size:calc(26 / 375 * 100vw);margin-bottom:40px}}.number__title small{font-size:16px;font-weight:400;position:absolute;bottom:2px;right:-32px}@media (max-width:768px){.number__title small{font-size:calc(12 / 375 * 100vw);right:-10%}}.number__content{justify-content:flex-end;align-items:flex-start;flex-direction:row;display:flex;gap:30px;margin:38% auto 0;position:relative;z-index:2}@media (max-width:768px){.number__content{gap:16px;margin-top:39%}}.number__content--reverse{flex-direction:row-reverse}.number__content--reverse .number__content__text::after{right:auto;left:-16px;border-left:0;border-right:16px solid #fff}@media (max-width:768px){.number__content--reverse .number__content__text::after{left:-9px;border-right-width:10px}}.number__content--reverse .number__content__text::before{right:auto;left:-18px;border-left:0;border-right:18px solid #000}@media (max-width:768px){.number__content--reverse .number__content__text::before{left:-11px;border-right-width:10px}}.number__content__text{width:calc(600 / 1280 * 100vw);width:600px;background:#fff;padding:36px 40px;border-radius:10px;border:1px solid #000;font-size:18px;line-height:2.2;position:relative;letter-spacing:.1rem}@media (max-width:768px){.number__content__text{width:calc(270 / 375 * 100vw);padding:30px 24px;font-size:calc(14 / 375 * 100vw)}}.number__content__text::after,.number__content__text::before{width:0;height:0;content:"";position:absolute}.number__content__text::after{top:40px;right:-16px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:16px solid #fff}@media (max-width:768px){.number__content__text::after{top:20px;right:-9px;border-top-width:5px;border-bottom-width:5px;border-left-width:10px}}.number__content__text::before{top:38px;right:-18px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #000}@media (max-width:768px){.number__content__text::before{top:20px;right:-11px;border-top-width:5px;border-bottom-width:5px;border-left-width:10px}}.number__content__text strong{background:#bfeb6e;font-weight:400}.number__person{width:60px;position:relative}@media (max-width:768px){.number__person{width:calc(50 / 375 * 100vw)}}.number__person__face{position:relative;z-index:2;-webkit-transform-origin:bottom center;transform-origin:bottom center;-webkit-animation:swayLeft 3s linear infinite;animation:swayLeft 3s linear infinite}.number__person__body{position:relative;z-index:1;margin-top:-11%}.number__person--woman .number__person__face{-webkit-animation:swayRight 3s linear infinite;animation:swayRight 3s linear infinite}.number__person--woman .number__person__body{margin-top:-22%}@-webkit-keyframes swayLeft{0%{-webkit-transform:rotate(0);transform:rotate(0)}20%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}40%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}60%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}80%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swayLeft{0%{-webkit-transform:rotate(0);transform:rotate(0)}20%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}40%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}60%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}80%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes swayRight{0%{-webkit-transform:rotate(0);transform:rotate(0)}20%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}40%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}60%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}80%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swayRight{0%{-webkit-transform:rotate(0);transform:rotate(0)}20%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}40%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}60%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}80%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.number__first{background:#9dd24b;padding:163px 0 145px}@media (max-width:768px){.number__first{padding:70px 0 200px}}.number__first__container{width:100%;height:100%}@media (max-width:768px){.number__first__container{position:relative;overflow:hidden}.number__first__container canvas{scale:1.22;position:absolute;left:50%;top:50%;translate:-50% -50%}}.number__first__visual{position:relative;width:calc(1160 / 1280 * 100vw);max-width:1160px;margin:0 auto 100px;aspect-ratio:207/106.5;opacity:0;transition:.2s}.number__first__visual--show{opacity:1}@media (max-width:768px){.number__first__visual{width:100vw;margin-bottom:40px;aspect-ratio:5/3}}.number__first__visual h1{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;justify-content:center;align-items:center;flex-direction:row;display:flex;position:absolute;left:-40px;top:-14px;z-index:10;width:152px;height:40px;border-radius:40px;font-size:14px;line-height:1.1;background:#fff;border:1px solid #000}@media (max-width:768px){.number__first__visual h1{left:20px;top:20px;width:132px;height:33px;font-size:12px}}.number__first__text{font-family:zen-maru-gothic,sans-serif;font-weight:400;font-style:normal;text-align:center;line-height:2.2;font-size:20px;margin-bottom:76px;opacity:0;transition:.2s}.number__first__text--show{opacity:1}@media (max-width:768px){.number__first__text{font-size:calc(14 / 375 * 100vw);margin-bottom:40px}}.number__first__bottom{width:754px;margin:0 auto}@media (max-width:768px){.number__first__bottom{width:calc(335 / 375 * 100vw)}}.number__first__caption{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:28px;line-height:1.1;text-align:center;margin-bottom:52px;opacity:0;transition:.2s}.number__first__caption--show{opacity:1}@media (max-width:768px){.number__first__caption{font-size:calc(20 / 375 * 100vw);margin-bottom:50px}}.number__first__units{justify-content:center;align-items:stretch;flex-direction:row;display:flex;width:780px;gap:20px;position:absolute;opacity:0;z-index:10;transition:.2s}.number__first__units--show{opacity:1}@media (max-width:1023px){.number__first__units{width:740px}}@media (max-width:768px){.number__first__units{width:calc(335 / 375 * 100vw);gap:10px}}.number__first__unit{position:relative;border-radius:10px;background:#fff;border:1px solid #000;padding:24px 40px 40px 40px}@media (max-width:768px){.number__first__unit{padding:80px 20px 30px}}.number__first__unit .number__person{width:90px;position:absolute;left:40px;top:-40px}@media (max-width:768px){.number__first__unit .number__person{width:calc(60 / 375 * 100vw);left:50%;top:-12%;translate:-50% 0}}.number__first__unit .number__person--woman .number__person__body{width:66px;margin-top:-20%;margin-left:auto;margin-right:auto}@media (max-width:768px){.number__first__unit .number__person--woman .number__person__body{width:calc(48 / 375 * 100vw)}}.number__first__name{margin-bottom:30px;margin-left:120px}@media (max-width:768px){.number__first__name{margin-left:0;margin-bottom:12px}}.number__first__name h3{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:22px;line-height:1.1;color:#6baf00;margin-bottom:14px;text-align:center}@media (max-width:768px){.number__first__name h3{font-size:calc(16 / 375 * 100vw)}}.number__first__name p{font-family:zen-maru-gothic,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:1.7;text-align:center}@media (max-width:768px){.number__first__name p{font-size:calc(12 / 375 * 100vw)}}.number__first__profile{font-size:14px;line-height:1.9}@media (max-width:768px){.number__first__profile{font-size:calc(12 / 375 * 100vw)}}.number__canvas{width:100%!important;max-width:1280px!important;max-height:720px!important;aspect-ratio:16/9!important;position:absolute;translate:-50% 0;z-index:1;left:50%;top:0}@media (max-width:1023px){.number__canvas{width:115%!important;left:42.5%;top:7%}}@media (max-width:768px){.number__canvas{top:-4%}}.number__canvas canvas{width:100%!important;height:100%!important}@media (max-width:1023px){.number__canvas canvas{width:115%!important;height:115%!important}}.number__canvas__overlay{display:none}.number__member{margin-top:240px}@media (max-width:768px){.number__member{margin-top:calc(200 / 375 * 100vw)}}@media (max-width:1023px){.number__member__visual{top:4%}}@media (max-width:1023px){.number__member .number__content{margin-top:25%}}@media (max-width:768px){.number__member .number__content{margin-top:44%}}@media (min-width:769px){.number__member .number__content__text{margin-left:80px}}@media (max-width:1023px){.number__union .number__content{margin-top:28%}}@media (max-width:768px){.number__union .number__content{margin-top:44%}}@media (max-width:1023px){.number__union__visual{margin-left:-2%}}@media (max-width:768px){.number__union__visual{top:4%}}@media (min-width:769px){.number__union__person{margin-left:-60px}}@media (max-width:768px){.number__sales__visual{top:4%;width:100%!important}}.number__sales .number__content{margin-top:37%}@media (max-width:1023px){.number__sales .number__content{margin-top:28%}}@media (max-width:768px){.number__sales .number__content{margin-top:39%}}@media (min-width:769px){.number__sales .number__content__text{margin-left:80px}}.number__track__visual{top:-5%}@media (max-width:1023px){.number__track__visual{top:5%}}@media (max-width:768px){.number__track__visual{top:3%;width:122%!important}.number__track__visual canvas{width:122%!important;height:122%!important}}.number__track .number__content{margin-top:30%}@media (max-width:1023px){.number__track .number__content{margin-top:24%}}@media (max-width:768px){.number__track .number__content{margin-top:39%}}@media (min-width:769px){.number__track__person{margin-left:-60px}}.number__bottom{justify-content:flex-start;align-items:center;flex-direction:column;display:flex;background:#9dd24b;padding:100px 0 80px}@media (max-width:768px){.number__bottom{padding:60px 20px 40px}}.number__bottom .number__content{margin:0 auto 30px}.number__bottom__note{font-size:14px;line-height:2.1;text-align:center;margin:0 auto 80px}@media (max-width:768px){.number__bottom__note{font-size:12px;margin-bottom:60px}}.number__bottom__button{margin:0 auto}.number__bottom__next{flex-wrap:wrap;margin-top:50px;margin-bottom:30px;width:260px}@media (max-width:768px){.number__bottom__next{margin-top:30px;margin-bottom:30px;width:calc(230 / 375 * 100vw)}}.number__secret{display:block;margin-top:30px}@media (max-width:768px){.number__secret{margin-top:4px}}