@charset "utf-8";:root{--default-font:'Noto Sans JP',sans-serif;--eng-font:'Montserrat','Noto Sans JP',sans-serif;--eng-font02:'Anton',sans-serif;--mincho:'Noto Serif JP',serif;--zen-maru:'Zen Maru Gothic',sans-serif;--google-icon:'Material Symbols Outlined';--bootstrap:'bootstrap-icons';--main-color:#d6471f;--key-color01:#3075aa;--key-color02:#007d4f;--key-color03:#ec824e;--key-color04:#e4c493;--key-color05:#cc933e;--key-color06:#eee8dd;--key-color07:#16a4af;--key-color08:#8fc31f;--base-color:#111;--base-light-color:#555;--bg-color:#f8f8f8;--link-color:#2376e9;--color-red:#d00;--normal:400;--medium:500;--bold:600;--heavy:700}header{display:flex;justify-content:space-between;align-items:center;padding:2.25rem 3vw;position:sticky;top:0;z-index:9999;transition:transform 1.2s cubic-bezier(.22,1,.36,1),opacity .4s ease;transition-duration:.6s;will-change:transform,opacity}header.is-hidden{transform:translateY(-50%);opacity:0;pointer-events:none}header.is-reveal{transform:translateY(0);opacity:1;background:rgba(248,248,248,.9);backdrop-filter:blur(5px)}header>h1#logo{width:20vw;max-width:288px}header>#header-info{flex:1;display:flex;flex-direction:column;gap:1rem}nav#sub-nav{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#sub-nav #search{width:200px}#sub-nav #search>form{width:100%;position:relative}#sub-nav #search input[type=text]{height:auto;border-radius:9999px;font-size:.85rem;line-height:2.0}#sub-nav #search input::placeholder{font-size:.8rem;color:#999}#sub-nav #search>form>button{padding:0;border:none;outline:none;font:inherit;color:inherit;background:0 0;width:.8rem;height:auto;aspect-ratio:1/1;position:absolute;top:50%;right:1em;transform:translate(0,-50%);cursor:pointer}#sub-nav #search>form>button:after{font-family:var(--bootstrap);content:"\F52A";font-size:.8rem;line-height:1;color:var(--base-light-color);position:absolute;top:0;left:0}#sub-nav #login>a{text-decoration:none;color:var(--base-color);display:flex;align-items:center;gap:.3em;font-size:.9rem;line-height:1.8;font-weight:var(--medium)}#sub-nav #login>a>.icon{width:1.2rem;height:auto;aspect-ratio:1/1;position:relative}#sub-nav #login>a>.icon:after{font-family:var(--google-icon);content:"\e853";font-variation-settings:'FILL'1,'wght'300,'GRAD'-25;font-size:1.5rem;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#sub-nav #registration>a{text-decoration:none;color:var(--base-color);display:flex;align-items:center;gap:.2em;font-size:.9rem;line-height:1.8;font-weight:var(--medium)}#sub-nav #registration>a>.icon{width:1.2rem;height:auto;aspect-ratio:1/1;position:relative}#sub-nav #registration>a>.icon:after{content:"";width:1rem;height:auto;aspect-ratio:1/1;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/cta/icon01.svg);background-repeat:no-repeat;background-position:center;background-size:contain;filter:brightness(0) saturate(100%) invert(0%) sepia(13%) saturate(2477%) hue-rotate(330deg) brightness(105%) contrast(87%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(10deg)}#sub-nav #lang>.gtranslate_wrapper{display:flex;justify-content:flex-end;align-items:center;gap:.25rem}#sub-nav #lang>.gtranslate_wrapper>a{display:flex;justify-content:center;align-items:center;gap:.1rem;text-decoration:none;color:#ccc}#sub-nav #lang>.gtranslate_wrapper>a.gt-current-lang{color:var(--base-color)}#sub-nav #lang>.gtranslate_wrapper>a>img{width:20px;height:auto;aspect-ratio:1/1;opacity:.6}#sub-nav #lang>.gtranslate_wrapper>a.gt-current-lang>img{opacity:1}#sub-nav #lang>.gtranslate_wrapper>a>span{font-size:.85rem;line-height:1.8;font-weight:var(--medium)}nav#global-nav{display:flex;justify-content:flex-end;text-transform:capitalize}nav#global-nav>ul{display:flex;justify-content:flex-end;gap:1.75rem}nav#global-nav>ul>li{position:relative}nav#global-nav>ul>li>a{text-decoration:none;color:var(--base-color);font-weight:var(--medium);cursor:pointer;position:relative}nav#global-nav>ul>li>a:after{content:"";width:100%;height:.15em;background:var(--main-color);position:absolute;bottom:-.35em;left:0;transform:scaleX(0);transform-origin:left top;transition:.15s}nav#global-nav>ul>li>a:hover:after{transform:scaleX(1)}nav#global-nav>ul>li>ul{position:absolute;top:2em;left:0;z-index:100;box-sizing:border-box;width:auto !important;height:auto !important;background:var(--key-color06);background:#fff;filter:drop-shadow(2px 2px 4px #ccc);border-radius:0 0 .5rem .5rem;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}nav#global-nav>ul>li>ul>li{display:block;width:auto;text-align:left}nav#global-nav>ul>li>ul>li>a{display:block;text-decoration:none;font-size:.95rem;line-height:1.8;font-weight:var(--medium);color:var(--base-color);white-space:nowrap}nav#global-nav>ul>li>ul>li>a:hover{color:var(--main-color)}nav#global-nav>ul>li>ul>li>ul>li{list-style:disc outside;margin:.25rem 0 0 1.25rem}nav#global-nav>ul>li>ul>li>ul>li>a{display:block;text-decoration:none;font-size:.95rem;line-height:1.8;font-weight:var(--medium);color:var(--base-color);white-space:nowrap}nav#global-nav>ul>li ul>li>a:hover{color:var(--main-color)}nav#global-nav>ul>li ul>li>a:not([href]){color:var(--base-light-color)}nav#global-nav>ul>li ul>li>a:not([href]):hover{color:var(--base-color)}#fade-in>li>ul{visibility:hidden;opacity:0;transition:.4s}#fade-in>li:hover>ul{visibility:visible;opacity:1}#fade-in>li>ul>li>a{visibility:hidden;opacity:0;transition:.4s}#fade-in>li:hover>ul>li>a{visibility:visible;opacity:1}#index-billboard{width:94vw;aspect-ratio:2/0.8;position:relative;margin:0 auto 5rem}#index-billboard>figure{width:100%;height:100%;border-radius:1rem;overflow:hidden}#index-billboard>#copy{font-family:var(--eng-font);font-size:2.6vw;line-height:1;font-weight:var(--bold);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;position:absolute;top:0;left:50%;transform:translate(-50%,150%)}html[lang=en] #index-billboard>#copy{font-size:2.2vw;line-height:1;font-weight:var(--bold);transform:translate(-50%,175%)}.index-contents .title>h2{font-family:var(--eng-font);font-size:2.8rem;line-height:1.8;text-transform:uppercase}.index-contents .title>h2>.jp{font-family:var(--default-font);font-size:.4em;margin-left:1rem}html[lang=en] .index-contents .title>h2>.jp{display:none}#index-news{margin:0 3vw;background:#fff;border-radius:1rem;padding:3vw 3.5vw;display:flex;justify-content:space-between;margin-bottom:7rem}#index-news>.title{width:280px;text-align:left}#index-news>.title>h2{font-size:2rem}#index-news>.title>ul.button-list{justify-content:flex-start;margin-top:.5rem}#index-news>ul.index-news-list{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:3vw}#index-news>ul.index-news-list>li{width:100%}#index-news>ul.index-news-list>li>a{text-decoration:none;color:var(--base-light-color);display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}ul.index-news-list>li>a>figure{box-sizing:border-box;width:180px;height:auto;aspect-ratio:3/2;border-radius:.5rem;overflow:hidden}ul.index-news-list>li>a>figure.dummy{background:rgba(238,232,221,.4);padding:2rem;position:relative}ul.index-news-list>li>a>figure.dummy>img{width:60%;height:auto;position:absolute;place-self:center;inset:0}ul.index-news-list>li>a>.text-box{flex:1;text-align:left}ul.index-news-list>li>a time{font-family:var(--eng-font);font-size:.85rem;line-height:1.8}ul.index-news-list>li>a h3{font-size:1rem;line-height:1.6;color:var(--link-color)}ul.index-news-list>li>a:hover h3{text-decoration:underline}#index-about>.description{padding:0 10vw;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;position:relative;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg01.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;padding-bottom:calc(100vw * (700/2766/ 1.8))}#index-about .title{width:680px;text-align:left}#index-about .title>h2{font-size:2rem}#index-about .title>.about-lead{font-size:1.35rem;line-height:2;font-weight:var(--bold);margin-bottom:2rem}#index-about .title>ul.button-list{justify-content:flex-start;margin-top:2rem}#index-about .title>ul.button-list>li>a{background:#fff}#index-about>.description>figure{width:340px}#index-about>.direction{background:#fff;padding:0 3vw 7rem}#index-about>.direction>h2{font-family:var(--zen-maru);font-size:1.75rem;line-height:1.8;position:relative;transform:translateY(-50%)}#index-about .direction-items{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(2,auto);gap:1vw}#index-about .direction-items>.direction01{grid-column:span 3/span 3;background:var(--key-color01)}#index-about .direction-items>.direction02{grid-row-start:2;background:var(--main-color)}#index-about .direction-items>.direction03{grid-row-start:2;background:var(--key-color05)}#index-about .direction-items>.direction04{grid-row-start:2;background:var(--key-color02)}#index-about .direction-items>.direction-item{border-radius:1rem;padding-bottom:1.5rem}.direction-items>.direction-item h3{width:fit-content;font-family:var(--zen-maru);font-size:1.3vw;line-height:1.4;font-weight:var(--medium);color:#fff;margin:1em auto;position:relative}.direction-items>.direction01.direction-item h3,.direction-items>.direction04.direction-item h3{padding:.65em 0}.direction-items>.direction-item h3>span{display:block}.direction-items>.direction01.direction-item h3>span,.direction-items>.direction04.direction-item h3>span{display:inline-block}.direction-items>.direction-item h3>.icon{width:1.2em;height:auto;aspect-ratio:1/1;position:absolute;top:50%;left:0;transform:translate(-125%,-46%)}.direction-items>.direction02.direction-item h3>.icon,.direction-items>.direction03.direction-item h3>.icon{transform:translate(-125%,-82%)}.direction-items>.direction-item h3>.icon:after{font-family:var(--bootstrap);font-size:1.2em}.direction-items>.direction01 h3>.icon:after{content:"\F797"}.direction-items>.direction02 h3>.icon:after{content:"\F79D"}.direction-items>.direction03 h3>.icon:after{content:"\F7A3"}.direction-items>.direction04 h3>.icon:after{content:"\F7A9"}ul.direction-list{display:flex;justify-content:center;gap:1vw}#index-about .direction01>ul.direction-list{//gap:3.8vw 2.5vw}ul.direction-list>li{box-sizing:border-box;width:14.2vw;background:#fff;border-radius:1rem;padding:1rem .5rem 1.5rem}ul.direction-list>li>a{display:block;text-decoration:none;color:var(--base-color)}ul.direction-list>li>a>figure{box-sizing:border-box;width:56%;height:auto;aspect-ratio:1/1;overflow:hidden;margin:0 auto;transition:.5s;//padding:0 3.5vw}ul.direction-list>li>a:hover>figure{padding:0}ul.direction-list>li>a>figure>img{width:100%;height:100%;object-fit:contain;transform:scale(.95);transition:.2s}ul.direction-list>li>a:hover>figure>img{transform:scale(1)}ul.direction-list>li>a>figcaption{font-size:1.06vw;line-height:1.5;font-weight:var(--medium)}ul.direction-list>li>a:hover>figcaption{color:var(--link-color)}ul.direction-list>li.direction-title{background:0 0;display:flex;align-items:center}ul.direction-list>li.direction-title>h3{display:flex;flex-direction:column;align-items:flex-start}#index-action{padding:5rem 0}#index-action>.title{margin-bottom:5rem}#index-action>.title>h2{font-size:3.5rem;line-height:1.2;letter-spacing:.06em}#index-action>.title>h2>.jp{font-size:1.1rem;margin:0 auto}#index-action>.title>p{margin:2rem 21vw 0}ul.index-action-list{display:flex;justify-content:space-between;gap:3.5rem;margin:0 10vw}ul.index-action-list>li{width:100%;position:relative}ul.index-action-list>li>a{display:block;text-decoration:none;color:var(--base-color);width:100%;height:auto;aspect-ratio:16/8;border-radius:1.5rem;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center}ul.index-action-list>li>a:before{content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0}ul.index-action-list>li.individual>a:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/img_action01.jpg);background-size:160% auto}ul.index-action-list>li.group>a:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/img_action02.jpg);background-size:140% auto}ul.index-action-list>li>a:after{content:"";width:100%;height:100%;background:rgba(0,0,0,.3);position:absolute;top:0;left:0}ul.index-action-list>li>a>h3{position:relative;z-index:1;width:60%;background:#fff;font-family:var(--zen-maru);font-size:1.8rem;line-height:2.4;font-weight:var(--bold);border-radius:9999px;overflow:hidden}ul.index-action-list>li>a:hover>h3{color:#fff}ul.index-action-list>li>a>h3:before{content:"";width:100%;height:110%;position:absolute;top:0;left:0;transform:scaleX(0);transition:.3s}ul.index-action-list>li.individual>a>h3:before{background:var(--key-color03)}ul.index-action-list>li.group>a>h3:before{background:var(--key-color02)}ul.index-action-list>li>a:hover>h3:before{transform:scaleX(1)}ul.index-action-list>li>a>h3>span{position:relative;z-index:2}ul.index-action-list>li>.count{width:180px;height:auto;aspect-ratio:300/230;position:absolute;top:0;transform:translateY(-100%);background-repeat:no-repeat;background-position:center bottom;background-size:contain;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}ul.index-action-list>li.individual>.count{left:-.5rem;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/action_individual.svg)}ul.index-action-list>li.group>.count{right:-.5rem;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/action_group.svg)}ul.index-action-list>li>.count>.label{font-size:.7rem;line-height:1;font-weight:var(--bold)}ul.index-action-list>li>.count>.counter{font-size:.7rem;line-height:1.2;font-weight:var(--bold);margin-bottom:1.5rem}ul.index-action-list>li>.count>.counter>strong{font-family:var(--eng-font);font-size:2.5em}.index-action-cta{display:flex;justify-content:center;align-items:center;gap:1rem;padding:5rem 0;position:relative;overflow:hidden}.index-action-cta>h2{font-size:1.8rem;line-height:1.2;letter-spacing:.08em;position:relative;z-index:1}.index-action-cta>.button{position:relative;z-index:1}.index-action-cta>.button>a{display:block;text-decoration:none;color:var(--base-color);font-size:1.7rem;line-height:1.4;font-weight:var(--bold);border:2px solid #999;border-radius:9999px;background:#fff;padding:.5em 2em;padding-left:3.25em;position:relative;overflow:hidden;transition:.3s}.index-action-cta>.button>a:hover{color:#fff;border-color:var(--key-color01)}.index-action-cta>.button>a:before{content:"";width:100%;height:104%;background:var(--key-color01);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scaleX(0);transition:.3s}.index-action-cta>.button>a:hover:before{transform:translate(-50%,-50%) scaleX(1)}.index-action-cta>.button>a>span{display:inline-block;position:relative;z-index:1}.index-action-cta>.button>a>span:before{content:"";width:1.1em;height:auto;aspect-ratio:1/1;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/cta/icon01.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;filter:brightness(0) saturate(100%) invert(40%) sepia(23%) saturate(1291%) hue-rotate(164deg) brightness(98%) contrast(94%);position:absolute;top:50%;left:0;transform:translate(-100%,-50%) rotate(-25deg)}.index-action-cta>.button>a:hover>span:before{filter:brightness(0) saturate(100%) invert(84%) sepia(80%) saturate(0%) hue-rotate(54deg) brightness(106%) contrast(102%)}.index-action-cta>.slide-text{position:absolute;top:50%;left:0;z-index:0;transform:translateY(-55%);width:200%;display:flex}.index-action-cta>.slide-text>span{text-transform:uppercase;font-size:10rem;line-height:1;font-weight:var(--heavy);color:#fff;opacity:.8;white-space:nowrap;animation:slideText 30s linear infinite}.index-action-cta>.slide-text>span:nth-child(2){margin-left:2rem}@keyframes slideText{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}#index-journal{padding:7rem 10vw;background:#fff;display:flex;justify-content:space-between;align-items:flex-start;position:relative}#index-journal:before{content:"";width:250px;height:auto;aspect-ratio:250/240;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg02.svg);background-repeat:no-repeat;background-position:center right;background-size:contain;position:absolute;top:50%;left:0;transform:translateY(-25%)}#index-journal>.title{width:400px;text-align:left}#index-journal>.title>h2{text-transform:lowercase;font-size:2.4rem;line-height:1.8;display:flex;flex-direction:column}#index-journal>.title>h2>.jp{margin-left:0;font-size:.5em}#index-journal>.title>ul.button-list{justify-content:flex-start;margin-top:.5rem;margin-top:2.5rem}#index-journal>.text-box{flex:1}#index-journal ul.journal-list{border:1px solid #ccc;border-radius:1rem;padding:2.5rem}#index-journal ul.journal-list>li:not(:last-child){padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px dashed #ccc}#index-journal ul.journal-list>li>a{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;text-decoration:none;color:var(--base-light-color)}ul.journal-list>li>a>figure{width:280px;height:auto;aspect-ratio:3/2;aspect-ratio:1024/536;border-radius:1rem;overflow:hidden}ul.journal-list>li>a>.text-box{flex:1;text-align:left}ul.journal-list>li>a>.text-box>time{font-family:var(--eng-font);font-size:.8rem}ul.journal-list>li>a>.text-box>h3{font-size:1rem;line-height:1.6;color:var(--link-color)}ul.journal-list>li>a:hover>.text-box>h3{text-decoration:underline}#index-movie{padding:0 10vw 7rem;background:#fff;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:4.5rem;position:relative}#index-movie:before{content:"";width:160px;height:auto;aspect-ratio:172/215;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg03.svg);background-repeat:no-repeat;background-position:center right;background-size:contain;position:absolute;bottom:0;right:0;transform:translate(-5vw,25%)}#index-movie>.title{flex:1;text-align:left}#index-movie>.title>h2{font-size:2.8rem;line-height:1.2}#index-movie>.title>h2>.jp{font-family:var(--default-font);font-size:.4em;margin-left:1rem}#index-movie>.title>ul.button-list{justify-content:flex-start;margin-top:.5rem}#index-movie>.text-box{width:768px}#index-movie>.text-box>.movie-box{box-sizing:border-box;width:100%;height:auto;aspect-ratio:16/9;border:1px solid #ccc;border-radius:1rem;overflow:hidden}#index-movie .movie-box iframe{width:100%;height:100%}#index-project{padding:7rem 10vw 0;text-align:left;position:relative}#index-project:before{content:"";width:350px;height:auto;aspect-ratio:336/91;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg04.svg);background-repeat:no-repeat;background-position:center right -3px;background-size:contain;position:absolute;bottom:0;right:0;transform:translate(0,50%)}#index-project:after{content:"";width:110px;height:auto;aspect-ratio:661/841;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg07.png);background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:60%;right:0;transform:translate(-100%,0)}#index-project>.text-box{width:64vw}#index-project .title{margin-bottom:2.5rem}#index-project ul.project-list{display:flex;gap:2rem}#index-project ul.project-list>li{width:calc((100% - 2.0rem * 2) / 3)}#index-project ul.project-list>li>a{display:flex;flex-direction:column;background:#fff;border-radius:1rem;color:var(--base-light-color);text-decoration:none;overflow:hidden}ul.project-list>li>a>figure{width:100%;height:auto;aspect-ratio:3/2;overflow:hidden}ul.project-list>li>a>.text-box{padding:1rem 1.5rem 1.5rem}ul.project-list>li>a h3{font-size:1rem;line-height:1.6;color:var(--link-color)}ul.project-list>li>a:hover h3{text-decoration:underline}ul.project-list>li>a p{font-size:.9rem;line-height:1.6;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:1em}.like-count{display:flex;align-items:center;gap:.5em;font-size:.9rem;line-height:1.0}.like-count>.icon-like{width:1.25em;height:auto;aspect-ratio:1/1;position:relative}.like-count>.icon-like:after{font-family:var(--google-icon);content:"\e87d";font-variation-settings:'FILL'1;font-size:1.25em;line-height:1;color:#ff69b4;position:absolute;place-self:center;inset:0}.like-count>strong{font-family:var(--eng-font);font-size:1.2em}#index-project ul.button-list{justify-content:flex-end;margin-top:2.5rem}#index-project ul.button-list>li>a{background:#fff}#index-event{padding:7rem 10vw;display:flex;justify-content:flex-end;position:relative}#index-event:before{content:"";width:160px;height:auto;aspect-ratio:160/96;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg05.svg);background-repeat:no-repeat;background-position:center left;background-size:contain;position:absolute;bottom:0;left:0;transform:translate(0,-100%)}#index-event:after{content:"";width:120px;height:auto;aspect-ratio:726/770;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg06.png);background-repeat:no-repeat;background-position:center left;background-size:contain;position:absolute;bottom:0;left:0;transform:translate(100%,-200%)}#index-event>.text-box{width:68vw;text-align:left}#index-event .title{margin-bottom:2.5rem}ul.event-list{background:#fff;border-radius:1rem;padding:2.5rem;display:flex;gap:2.5rem}ul.event-list>li{width:calc((100% - 5.0rem) / 3)}ul.event-list>li>a{display:flex;flex-direction:column;background:#fff;color:var(--base-light-color);text-decoration:none;overflow:hidden}ul.event-list>li>a>figure{width:100%;height:auto;aspect-ratio:920/450;border-radius:1rem 1rem 0 0;overflow:hidden}ul.event-list>li>a>.text-box{padding:.5rem 0 0}ul.event-list>li>a time{font-family:var(--eng-font);font-size:.85rem;line-height:1.8;display:flex;gap:.5em}ul.event-list>li>a time>.end-message{font-family:var(--default-font);color:var(--color-red);font-weight:var(--bold);white-space:nowrap}ul.event-list>li>a h3{font-size:1rem;line-height:1.6;color:var(--link-color)}ul.event-list>li.ended>a h3{color:var(--base-light-color)}ul.event-list>li>a:hover h3{text-decoration:underline}#index-event ul.button-list{justify-content:flex-end}#index-event ul.button-list>li>a{background:#fff;margin-top:2.5rem}.related-events ul.event-list{padding:0;gap:3rem}.related-events ul.button-list{justify-content:flex-end;margin-top:2.5rem}#index-rap{padding:0 10vw 7rem;text-align:left;position:relative}#index-rap .title{margin-bottom:2.5rem}#index-rap ul.rap-movie-list{display:flex;gap:2rem}#index-rap ul.rap-movie-list>li{width:340px;width:calc((100% - 2.0rem * 2) / 3)}ul.rap-movie-list>li>figure{width:100%;height:auto;aspect-ratio:16/9;border-radius:1rem;overflow:hidden}ul.rap-movie-list>li>figure>iframe{width:100%;height:100%}ul.rap-movie-list>li>figcaption{font-size:.95rem;line-height:1.8;text-align:center;margin-top:.25em}#index-rap ul.button-list{justify-content:flex-end;margin-top:2.5rem}#index-rap ul.button-list>li>a{background:#fff}#cta-box{box-sizing:border-box;width:100%;position:relative}#cta-box.is-fixed{display:none;position:fixed;bottom:0;left:0;z-index:1000;background:rgba(255,255,255,.9);padding:1rem 4vw;transition:.2}.scrolling #cta-box.is-fixed{display:block}#cta-box.is-static{width:calc(100% - 4vw);position:static;background:#fff;padding:2rem 3.5vw 1.5rem;border-radius:1rem;margin:0 2vw 2.5rem;transition:.2;filter:drop-shadow(1px 1px 4px #f0f0f0)}#cta-box ul.cta-button{display:flex;justify-content:center;gap:2vw}#cta-box ul.cta-button>li{width:100%}#cta-box.is-fixed ul.cta-button>li{transform:scale(.8)}#cta-box.is-fixed ul.cta-button>li.member{transform-origin:center right}#cta-box.is-fixed ul.cta-button>li.checkup{transform-origin:center left}#cta-box ul.cta-button>li>a{display:flex;justify-content:space-between;align-items:center;border-radius:1rem;overflow:hidden;text-decoration:none;color:#fff;position:relative}ul.cta-button>li>a:before{content:"";width:auto;height:130%;aspect-ratio:1/1;border-radius:100%;background:#fff;position:absolute;top:50%;left:0;transform:translate(-25%,-50%)}#cta-box ul.cta-button>li.member>a{border:1px solid var(--key-color01);background:var(--key-color01)}#cta-box ul.cta-button>li.mail>a{border:1px solid var(--main-color);background:var(--main-color)}#cta-box ul.cta-button>li.checkup>a{border:1px solid var(--key-color02);background:var(--key-color02)}ul.cta-button>li>a>.btn-text{flex:1;font-family:var(--zen-maru);font-size:1.4rem;line-height:1.2;font-weight:var(--bold);color:#fff;text-align:center;padding:1.1em 0;padding-left:2.25rem}ul.cta-button>li>a>.icon{width:2rem;height:auto;aspect-ratio:1/1;position:relative}ul.cta-button>li>a>.icon:before{content:"";width:100%;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(20%,-50%) rotate(10deg)}ul.cta-button>li.member>a>.icon:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/cta/icon01.svg);filter:brightness(0) saturate(100%) invert(40%) sepia(56%) saturate(670%) hue-rotate(164deg) brightness(88%) contrast(83%)}ul.cta-button>li.mail>a>.icon:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/cta/icon02.svg);filter:brightness(0) saturate(100%) invert(34%) sepia(57%) saturate(2247%) hue-rotate(350deg) brightness(87%) contrast(91%)}ul.cta-button>li.checkup>a>.icon:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/cta/icon03.svg);filter:brightness(0) saturate(100%) invert(30%) sepia(16%) saturate(5691%) hue-rotate(132deg) brightness(99%) contrast(102%);transform:translate(25%,-50%) rotate(30deg)}ul.cta-button>li>a>.arrow{width:2.5rem;height:auto;aspect-ratio:1/1;position:relative}ul.cta-button>li>a>.arrow:after{font-family:var(--google-icon);content:"\e941";font-size:1.75rem;line-height:1;position:absolute;top:50%;left:0;transform:translate(0,-50%)}ul.cta-button>li>a+.caption{font-size:.95rem;line-height:1.8;font-weight:var(--medium);margin-top:.25em}.is-fixed ul.cta-button>li>a+.caption{display:none}#cta-box>.close{width:3rem;height:auto;aspect-ratio:1/1;position:absolute;top:0;left:0;cursor:pointer}#cta-box>.close:after{font-family:var(--bootstrap);content:"\F628";font-size:1.5rem;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#cta-box.is-static>.close{display:none}footer{background:var(--key-color06);border-radius:1.5rem 1.5rem 0 0;padding:3rem 4vw;display:flex;justify-content:space-between;align-items:flex-start}footer>.credit{width:fit-content;width:400px;text-align:left}footer>.credit>#footer-logo{width:220px}footer>.credit>p{font-size:.85rem;line-height:1.8;color:var(--base-light-color);margin:2.5em 0 .5em}footer>.credit>p>strong{display:block}footer>.credit>ul.contact-list{display:flex;flex-wrap:wrap;gap:0 1em}footer>.credit>ul.contact-list>li{font-size:.85rem;line-height:1.8;color:var(--base-light-color)}footer>.credit>ul.contact-list>li:last-child{width:100%}footer>.footer-nav{flex:1}footer>.footer-nav>nav{display:flex;justify-content:flex-end;gap:4vw;font-size:.85rem;line-height:1.8;text-align:left;margin-bottom:3.5rem}footer>.footer-nav>nav a{display:block;text-decoration:none;color:var(--base-light-color);text-transform:uppercase;cursor:pointer}footer>.footer-nav>nav a[href]:hover{text-decoration:underline}footer>.footer-nav>nav>ul{max-width:25vw;display:flex;flex-direction:column;gap:.5em}footer>.footer-nav>nav>ul>li>a{font-weight:var(--bold)}footer>.footer-nav>nav>ul>li ul{display:flex;flex-direction:column;gap:.25em}footer>.footer-nav>nav>ul>li ul>li{position:relative;padding-left:1.25em}footer>.footer-nav>nav>ul>li ul>li:before{content:"";width:.6em;height:1px;background:var(--base-light-color);position:absolute;top:.9em;left:0}.footer-nav>#copyright{font-size:.7rem;line-height:1.8;color:var(--base-light-color);text-align:right}#crumb{padding:3rem 3vw 1rem}#crumb>ul{display:flex;justify-content:flex-end;gap:.3rem 1.2rem;font-size:.8rem;line-height:1.6;text-transform:uppercase}#crumb>ul>li{position:relative}#crumb>ul>li>.arrow{width:1.2rem;height:auto;aspect-ratio:1/1;position:absolute;top:50%;right:0;transform:translate(100%,-50%)}#crumb>ul>li>.arrow:after{font-family:var(--google-icon);content:"\e315";position:absolute;top:50%;left:50%;transform:translate(-50%,-47%)}#crumb>ul>li>a{text-decoration:none;color:var(--base-light-color)}#crumb>ul>li:last-child>a{pointer-events:none}#container{display:flex;padding:0 3vw 8rem}#container>#page-title{width:340px;text-align:left;margin-top:-1rem}#container>#page-title>h1{font-family:var(--eng-font);font-size:2.8rem;line-height:1.8;text-transform:uppercase;display:flex;flex-direction:column;position:relative}#container>#page-title>h1>.jp{font-family:var(--default-font);font-size:.35em;position:relative;z-index:1}#container>#page-title>h1.long{line-height:1.3;padding-top:.25em}#container>#page-title>h1.long>.jp{margin-top:1rem}#container>#page-title>h1+p{font-size:.9rem;line-height:1.8;margin-top:1.5rem;margin-right:2rem}#container.privacy>#page-title>h1{font-size:2rem;line-height:1.8}#container.privacy>#page-title>h1>.jp{font-size:.5em}#container>main{flex:1;box-sizing:border-box;background:#fff;border-radius:1.5rem 0 0 1.5rem;border-radius:1.5rem;padding:6rem 5vw;position:relative}:root{--mask-size:2.5vw}ul.journal-archive{display:flex;flex-wrap:wrap;gap:3.5rem}ul.journal-archive>li>a{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;color:var(--base-light-color);text-decoration:none}ul.journal-archive>li>a>figure{width:320px;height:auto;aspect-ratio:1024/536;border-radius:.5rem;overflow:hidden}ul.journal-archive>li>a>.text-box{flex:1;text-align:left}ul.journal-archive>li>a>.text-box>time{font-family:var(--eng-font);font-size:.85rem;line-height:1.6}ul.journal-archive>li>a>.text-box>h3{font-size:1.2rem;line-height:1.6;color:var(--link-color)}ul.journal-archive>li>a:hover>.text-box>h3{text-decoration:underline}.related-journals>ul.journal-archive{justify-content:space-between;gap:2rem}.related-journals>ul.journal-archive>li{width:calc((100% - 3.0rem) / 2)}.related-journals>ul.journal-archive>li>a{gap:1rem}.related-journals>ul.journal-archive>li>a>figure{width:220px;height:auto;aspect-ratio:1024/536;border-radius:.5rem;overflow:hidden}.related-journals>ul.journal-archive>li>a>.text-box>time{font-size:.8rem;line-height:1.6}.related-journals>ul.journal-archive>li>a>.text-box>h3{font-size:1rem;line-height:1.6}.related-journals>ul.button-list{margin-top:2rem;justify-content:flex-end}.project-article .related-journals>ul.journal-archive{flex-direction:column}.project-article .related-journals>ul.journal-archive>li{width:100%}main>section:not(:first-of-type){margin-top:6rem}section{box-sizing:border-box;width:100%;text-align:left;position:relative}section.page-header{width:calc(100% + 10vw);padding:5vw;background-color:#eee7dd;background-color:#eee7dd00;transform:translate(-5vw,-6rem);border-radius:1.5rem 1.5rem 0 0;margin-bottom:-6rem}section.page-header:after{content:"";width:280px;height:auto;aspect-ratio:336/91;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/index_bg04.svg);background-repeat:no-repeat;background-position:center right -3px;background-size:contain;position:absolute;bottom:0;right:0;transform:translate(3vw,50%)}section.page-header.form-individual:after,section.page-header.form-organization:after{content:"";width:140px;height:auto;aspect-ratio:300/230;display:block;margin:0 auto .5rem;background-repeat:no-repeat;background-position:center bottom;background-size:contain;position:absolute;bottom:0;right:0;transform:translate(-.5vw,25%)}section.page-header.form-individual:after{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/action_individual.svg)}section.page-header.form-organization:after{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/action_group.svg)}section.page-header>h1,section.page-header>* h1{font-size:1.75rem;line-height:1.6;font-weight:var(--heavy);color:var(--main-color);color:var(--key-color02);color:var(--base-color)}section.page-header>h1>span,section.page-header>* h1>span{font-size:.75em}section.page-header>p,section.page-header>* p{margin-bottom:0}section.page-header>h1+p,section.page-header>* h1+p{margin-top:1rem}section>h2{font-size:1.25rem;line-height:2;font-weight:var(--heavy);color:#fff;background:var(--key-color01);border-radius:9999px 0 0 9999px;margin-bottom:2rem}section>h2>span{display:inline-block;background:var(--main-color);border-radius:9999px 0 0 9999px;padding:0 1.5rem;padding-left:1.75rem;position:relative}section>h2>span:after{content:"";width:1rem;height:100%;clip-path:polygon(0 0,0% 100%,100% 100%);background:var(--main-color);position:absolute;top:0;right:0;transform:translate(96%,0)}section h3{font-size:1.1rem;line-height:1.6;font-weight:var(--bold);margin-bottom:.5em}section p{margin-bottom:2rem}.member-flow>ul.flow-list{display:flex;justify-content:space-between;gap:2.5rem}.member-flow>ul.flow-list>li{box-sizing:border-box;width:100%;background:rgba(0,125,79,.02);border:1px solid rgba(0,125,79,1);border-radius:.5rem;padding:1.25rem;position:relative}.member-flow>ul.flow-list>li>.arrow-right{width:2.5rem;height:auto;aspect-ratio:1/1;position:absolute;top:50%;right:0;transform:translate(100%,-50%)}.member-flow>ul.flow-list>li>.arrow-right:after{font-family:var(--google-icon);content:"\e5df";font-size:2.5rem;color:var(--key-color02);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}section ul.flow-list>li>h3{font-size:1rem;line-height:1.6;text-align:center;margin-bottom:.5em}section ul.flow-list>li>p{font-size:.85rem;line-height:1.6;margin-bottom:0}.membership-term{margin-bottom:2rem}.membership-term>.term-box{box-sizing:border-box;width:100%;height:240px;border:1px solid #ccc;padding:1.5rem 2rem;background:#f9f9f9;overflow:scroll;display:flex;flex-direction:column;gap:1rem}.term-item>h4{font-size:.9rem;line-height:1.6;font-weight:var(--medium);color:var(--base-light-color);margin-bottom:0}section .term-item>p{font-size:.9rem;line-height:1.6;color:var(--base-light-color);margin-bottom:0}ul.member-type-choice{display:flex;justify-content:space-between;gap:1.5rem;margin:5rem 0}ul.member-type-choice>li{width:100%}ul.member-type-choice>li>a{display:block;text-decoration:none;text-align:center;box-sizing:border-box;border-radius:1.5rem;width:100%;height:auto;aspect-ratio:3/2;overflow:hidden;padding-top:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}ul.member-type-choice>li.individual>a{background:var(--key-color03)}ul.member-type-choice>li.organization>a{background:var(--key-color02)}ul.member-type-choice>li>a>h4{font-size:1.8rem;line-height:1.6;color:#fff;position:relative}ul.member-type-choice>li>a>h4:before{content:"";width:140px;height:auto;aspect-ratio:300/230;display:block;margin:0 auto .5rem;background-repeat:no-repeat;background-position:center bottom;background-size:contain}ul.member-type-choice>li.individual>a>h4:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/action_individual.svg)}ul.member-type-choice>li.organization>a>h4:before{background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/index/action_group.svg)}ul.member-type-choice>li>a>.arrow-right{width:2rem;height:auto;aspect-ratio:1/1;margin:.5rem auto 0;position:relative}ul.member-type-choice>li>a>.arrow-right:after{font-family:var(--google-icon);content:"\e941";font-size:2rem;height:1;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}ul.faq-list>li{padding:0 .5rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px dashed #999}ul.faq-list>li:last-child{margin-bottom:0;border-bottom:none}ul.faq-list li .question{position:relative;padding-left:3rem}ul.faq-list li .question:before{font-family:var(--eng-font);content:"Q";width:2rem;height:auto;aspect-ratio:1/1;border-radius:100%;background:var(--key-color01);font-size:1rem;line-height:1.8rem;font-weight:var(--bold);text-align:center;color:#fff;position:absolute;top:0;left:0}ul.faq-list li .question h3{font-size:1rem;line-height:1.8;font-weight:var(--medium);color:var(--base-light-color);color:var(--key-color01);padding:0}ul.faq-list li .answer{padding-left:3rem}section ul.faq-list li .answer p{margin-bottom:0}.form-container fieldset.hidden-fields-container{display:none}dl.form-group{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.5rem 0;border-bottom:1px dashed #ccc}dl.form-group>dt{display:flex;width:200px;justify-content:space-between;align-items:center;padding-top:.35rem}dl.form-group>dt>label{font-size:.95rem;line-height:1.8;font-weight:var(--medium);color:var(--base-light-color)}dl.form-group>dt>.required{font-size:.75rem;line-height:1.8;font-weight:var(--medium);color:#fff;background:#ec6d6c;border-radius:9999px;padding:0 1.25em}dl.form-group>dd{flex:1}dl.form-group>dd .caution{font-size:.85rem;line-height:1.6;color:var(--base-light-color)}dl.form-group>dd .wpcf7-form-control-wrap+.caution{margin-top:.5em}dl.form-group>dd .parallel-fields+.caution{margin-top:.5em}dl.form-group>dd .select-wrapper.birth-year{width:30%}dl.form-group>dd .form-address{display:flex;flex-direction:column;gap:.5rem}dl.form-group>dd .form-address>.zip{display:flex;align-items:center;gap:.25rem}dl.form-group>dd .parallel-fields{display:flex;gap:1rem;align-items:flex-start}dl.form-group>dd .parallel-field{flex:1}dl.form-group>dd .parallel-field--narrow{flex:0 0 160px}.form-container .register-term{padding:3rem 0;text-align:center}.form-container .register-term>p{font-size:.9rem;line-height:1.8;margin-bottom:.5rem}.form-container .register-term .acceptance{font-size:.9rem;line-height:1.8}.form-container .register-term .acceptance input[type=checkbox]{margin-right:.25rem}.form-container .register-term>.submit{width:40%;position:relative;margin:3rem auto 0}.form-container .register-term>.submit>.wpcf7-spinner{display:none}.form-container .register-term>.submit input[type=submit]{height:auto;font-size:1.1rem;line-height:1.8;padding:1.25rem 0;border-radius:9999px}.form-container .register-term>.submit:after{content:"";width:.6rem;height:auto;aspect-ratio:.6/1;clip-path:polygon(0 0,0% 100%,100% 50%);background:#fff;position:absolute;top:50%;right:0;transform:translate(-300%,-50%)}.form-container .register-term>.submit input[type=submit]:disabled{background:#ccc}.wpcf7 input::placeholder,.wpcf7 textarea::placeholder{color:#999;opacity:1}.wpcf7 select[name=birth-year]{color:#999}.wpcf7 select[name=birth-year]:focus,.wpcf7 select[name=birth-year] option{color:var(--base-color)}.wpcf7 .wpcf7-radio{display:flex;gap:2rem}.wpcf7 .wpcf7-radio .wpcf7-list-item{margin:0}.wpcf7 .wpcf7-radio .wpcf7-list-item label{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.95rem;color:var(--base-light-color)}.wpcf7 .wpcf7-radio input[type=radio]{width:auto;height:auto;flex-shrink:0}.wpcf7 input[name=birth-year]{max-width:50%}#container.action-archive{flex-direction:column;gap:1.5rem}#container.action-archive>#page-title{width:100%;display:flex;justify-content:space-between;align-items:baseline}#container.action-archive>#page-title>h1{flex-direction:row;align-items:baseline;gap:1.5rem}ul.action-type-select{display:flex;justify-content:flex-end;align-items:center}ul.action-type-select>li{position:relative}ul.action-type-select>li>a{display:block;text-decoration:none;width:8em;font-size:.85rem;line-height:1.8;font-weight:var(--medium);color:#999;text-align:center;overflow:hidden;background:#fff;padding:.25em 0}.direction-action-data>ul.action-type-select>li>a{background:#f3f3f3}ul.action-type-select>li:first-child>a{border-radius:9999px 0 0 9999px}ul.action-type-select>li:last-child>a{border-radius:0 9999px 9999px 0}ul.action-type-select>li.active>a{color:#fff;font-weight:var(--bold)}ul.action-type-select>li:first-child.active>a{background:var(--key-color03)}ul.action-type-select>li:last-child.active>a{background:var(--key-color02)}.member-count{font-family:var(--eng-font)}section>.member-count{position:absolute;top:0;right:0;transform:translate(0,-100%);display:flex;align-items:baseline;gap:.3rem}.member-count>strong{font-size:1.4em}ul.action-list{display:flex;flex-wrap:wrap;gap:2rem}ul.action-list>li{width:calc((100% - 2.0rem * 3) / 4)}ul.action-list>li>a{display:block;text-decoration:none;color:var(--base-color);position:relative}ul.action-list>li>a>time{font-family:var(--eng-font);font-size:.8rem;line-height:1.8;background:rgba(0,0,0,.6);background:rgba(255,255,255,.8);padding:0 .75em;position:absolute;bottom:0;right:0;z-index:1}ul.action-list.organization>li{width:calc((100% - 2.0rem * 2) / 3)}ul.action-list.organization>li>a{display:flex;justify-content:space-between;align-items:center;gap:1rem}ul.action-list.organization>li>a>figure{box-sizing:border-box;width:140px;height:auto;aspect-ratio:1/1;border:1px solid #ccc;padding:1rem;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}ul.action-list.organization>li>a>figure>img{width:100%;height:100%;object-fit:contain}ul.action-list.organization>li>a>figure.dummy{background:#fcfcfc}ul.action-list.organization>li>a>figure.dummy:after{content:"";width:64px;height:auto;aspect-ratio:1/1;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/logo.svg);background-repeat:no-repeat;background-position:center;position:absolute;place-self:center;inset:0}ul.action-list>li>a>.card-info{flex:1}ul.action-list>li>a h3{font-size:1.05rem;line-height:1.6;color:var(--link-color);margin-bottom:.25em}ul.action-list>li>a:hover h3{text-decoration:underline}ul.action-list>li>a ul.card-data{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;line-height:1.6}ul.action-list>li>a ul.card-data>li{position:relative;padding-left:1.6em}ul.action-list>li>a ul.card-data>li>.card-icon{width:1.2em;height:auto;aspect-ratio:1/1;position:absolute;top:0;left:0;transform:translate(0,20%)}ul.action-list>li>a ul.card-data>li>.card-icon:after{font-family:var(--google-icon);font-variation-settings:'wght'300;font-size:1.4em;line-height:1;color:var(--key-color05);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}ul.action-list>li>a ul.card-data>li>.card-icon.address:after{content:"\e0c8"}ul.action-list>li>a ul.card-data>li>.card-icon.phone:after{font-size:1.1em;line-height:1;font-family:var(--bootstrap);content:"\F5C1"}ul.action-list>li>a ul.card-data>li>.card-icon.date:after{content:"\ebcc"}main>section.organization{margin-top:3rem}section.organization>time{display:flex;justify-content:flex-end;font-family:var(--eng-font);font-size:.8rem;line-height:1.8;color:var(--base-light-color);margin-bottom:3rem}.org-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.org-header>figure{box-sizing:border-box;width:28%;height:auto;aspect-ratio:1/1;border:1px solid #ccc;padding:1.5rem;overflow:hidden;display:flex;justify-content:center;align-items:center}.org-header>figure>img{width:100%;height:100%;object-fit:contain}.org-header>.text-box{flex:1}section .org-header h2{font-size:1.8rem;line-height:1.6;margin-bottom:1em}.org-contents{width:100%;margin-top:4rem}.org-contents>h3{color:var(--main-color);position:relative}.org-contents>h3:after{content:"";width:100%;border-top:1px dashed var(--main-color);position:absolute;top:50%;left:0}.org-contents>h3>span{display:inline-block;background:#fff;padding-right:.5em;position:relative;z-index:1}.directions-list{display:flex;flex-direction:column;gap:1rem}.direction-group{display:flex;justify-content:space-between;align-items:flex-start}.direction-group>h4{box-sizing:border-box;width:380px;font-size:1rem;line-height:1.6;position:relative;padding-left:1.5rem}.direction-group>h4>span.group-num{width:1em;height:auto;aspect-ratio:1/1;position:absolute;top:50%;left:0;transform:translate(0,-50%)}.direction-group>h4>span.group-num:after{font-family:var(--bootstrap);font-size:1.2em;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}.direction-group>h4>span.group-num.num01:after{content:"\F797"}.direction-group>h4>span.group-num.num02:after{content:"\F79D"}.direction-group>h4>span.group-num.num03:after{content:"\F7A3"}.direction-group>h4>span.group-num.num04:after{content:"\F7A9"}.direction-group>ul{flex:1;text-align:left;display:flex;flex-direction:column;gap:.5em;font-size:.975rem;line-height:1.6}.direction-group>ul>li{color:var(--base-light-color);padding-left:2.75em;position:relative}.direction-group>ul>li.selected{font-weight:var(--bold);color:var(--key-color02)}.direction-group>ul>li>.check-mark{position:absolute;top:50%;left:0;transform:translate(0,-50%)}table.profile-table{width:100%;border-collapse:collapse}table.profile-table tr{border-bottom:1px solid #ccc;font-size:.95rem;line-height:1.6}table.profile-table tr>th{padding:1.25em 0;color:var(--base-light-color);font-weight:var(--medium)}table.profile-table tr>td{padding:1.25em;text-align:left;vertical-align:top}.org-contents.pdf>a{display:block;text-decoration:none;font-size:1rem;line-height:1.6;font-weight:var(--bold);color:#fff;text-align:center;background:var(--main-color);padding:1.25em 1.5em;border-radius:9999px}.org-contents.pdf>a>div{width:fit-content;margin:0 auto;position:relative;padding-left:1em}.org-contents.pdf>a>div>.icon{width:1.4em;height:auto;aspect-ratio:1/1;position:absolute;top:50%;left:0;transform:translate(-60%,-45%)}.org-contents.pdf>a>div>.icon:after{font-family:var(--bootstrap);content:"\F63F";font-size:1.6em;line-height:1;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}ul.event-archive{display:flex;flex-wrap:wrap;gap:3.5rem}ul.event-archive>li>a{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;color:var(--base-light-color);text-decoration:none}ul.event-archive>li>a>figure{width:360px;height:auto;aspect-ratio:920/450;border-radius:.5rem;overflow:hidden}ul.event-archive>li>a>.text-box{flex:1;text-align:left}ul.event-archive>li>a>.text-box>time{font-family:var(--eng-font);font-size:.85rem;line-height:1.6}ul.event-archive>li>a>.text-box>h3{font-size:1.2rem;line-height:1.6;color:var(--link-color);margin-bottom:.5em}ul.event-archive>li.ended>a>.text-box>h3{color:var(--base-light-color)}ul.event-archive>li>a:hover>.text-box>h3{text-decoration:underline}ul.event-archive>li.ended>a>.text-box>.end-message{font-size:.9rem;line-height:1.8;font-weight:var(--bold);color:var(--color-red)}ul.event-archive>li .event-data{display:flex;flex-direction:column;gap:.25rem}ul.event-archive>li .event-data>.data-item{font-size:.95rem;line-height:1.6;position:relative;padding-left:1.6rem}ul.event-archive>li .event-data>.data-item>.icon{width:1.4rem;height:auto;aspect-ratio:1/1;position:absolute;top:.15em;left:0}ul.event-archive>li .event-data>.data-item>.icon:before{font-family:var(--google-icon);font-variation-settings:'wght'300,'GRAD'-25,'opsz'48;font-size:1.3rem;height:1;color:var(--base-light-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}ul.event-archive>li .event-data>.data-item>.icon.schedule:before{content:"\ebcc"}ul.event-archive>li .event-data>.data-item>.icon.place:before{content:"\e0c8"}ul.event-archive>li .event-data>.data-item>.icon.registration:before{content:"\e638"}#container>main:has(section.event-detail){padding:4.5rem 5vw}section.event-detail>.event-billboard{border-radius:1rem;overflow:hidden;margin-bottom:3.5rem}section.event-detail>h2{font-size:1.4rem;line-height:1.6;font-weight:var(--heavy);color:var(--base-color);background:0 0;border-radius:0;margin-bottom:3.5rem}.event-cta{display:flex;justify-content:center;align-items:flex-start;gap:2rem}.event-cta>.cta-button{width:calc((100% - 2.0rem) / 2)}.event-cta>.cta-button>a{display:block;text-decoration:none;font-size:1rem;line-height:1.8;font-weight:var(--heavy);color:#fff;text-align:center;background:#4d9940;border-radius:9999px;padding:1.2em 0;position:relative}.event-cta>.cta-button>a.event-cta-button{background:#f5ae15}.event-cta>.cta-button>a.event-cta-button.disabled{pointer-events:none;background:#bbb}.event-cta>.cta-button>a:after{content:"";width:.5rem;height:auto;aspect-ratio:.6/1;clip-path:polygon(0 0,0% 100%,100% 50%);background:#fff;position:absolute;top:50%;right:0;transform:translate(-300%,-50%)}.event-cta>.cta-button>a.disabled:after{display:none}.event-cta>.cta-button>a.event-cta-button+p{font-size:.9rem;line-height:1.8;text-align:center;margin-top:.25em}.event-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:5rem;margin-bottom:3rem}.event-meta>.event-meta-cta{width:300px}.event-meta-cta>.event-cta{flex-direction:column;gap:.5rem}.event-meta-cta>.event-cta>.cta-button{width:100%}.event-meta-cta>.event-cta>.cta-button>a{font-size:.9rem;line-height:1.8;font-weight:var(--heavy);padding:1em 0}.event-meta>.event-meta-data{flex:1}.event-meta-data>dl{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;border-bottom:1px solid #ccc;padding:.75rem 0}.event-meta-data>dl:first-of-type{border-top:1px solid #ccc}.event-meta-data>dl>dd{flex:1}.event-report{box-sizing:border-box;width:100%;background:rgba(236,130,78,.02);border:2px solid var(--key-color03);border-radius:.5rem;padding:1.5rem 2.5rem 2.5rem;margin:4.5rem 0 0}section .event-report>h3{font-size:1.2rem;line-height:1.6;color:var(--key-color03);color:var(--base-light-color);margin-bottom:1.25em;display:flex;align-items:center;gap:.3em}section .event-report>h3>span{display:inline-block;width:1.2em;height:auto;aspect-ratio:1/1;position:relative}section .event-report>h3>span:after{font-family:var(--google-icon);font-variation-settings:'wght'300,'opsz'40;content:"\e3c9";font-size:1.6em;line-height:1;color:var(--key-color03);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.event-description{margin:5rem 0}section .event-description>h3{font-size:1.2rem;line-height:1.6;margin-bottom:1rem}section .event-description>h4{font-size:1.05rem;line-height:1.6;margin-bottom:0}section .event-description>hr{width:100%;border:none;border-top:1px dashed #999;margin:2rem 0}section .event-description>ul,section .event-description>ol{margin-bottom:2rem}section .event-description>ul>li{list-style:disc outside;margin:0 0 .5rem 1.25rem}section .event-description>ol>li{list-style:decimal outside;margin:0 0 .5rem 1.25rem}section .event-description>ul>li:last-child,section .event-description>ol>li:last-child{margin-bottom:0}.rap-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem}.rap-header>figure{box-sizing:border-box;width:260px;border:1px solid #ededed}.rap-header>.text-box{flex:1}.rap-header>.text-box>h2{letter-spacing:.5em;margin-bottom:2rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.5em}.rap-header>.text-box>h2>span{display:inline-block;font-family:var(--eng-font);font-size:.85em;color:var(--key-color03);letter-spacing:.05em}section>ul.rap-movie-list{display:flex;flex-direction:column;align-items:center;gap:3rem}section>ul.rap-movie-list>li{width:calc((100% - 2.0rem) / 2);width:80%}section.about>.section-lead>h2{font-size:2vw;line-height:1.6;font-weight:var(--heavy);color:var(--main-color);margin-bottom:2rem}section.about>figure{width:88%;margin:3rem auto}ul.target-list{display:flex;justify-content:space;align-items:flex-start;gap:3rem;width:92%;margin:0 auto 2rem;position:relative}ul.target-list>li{width:100%;text-align:center}ul.target-list>li>figure{box-sizing:border-box;width:100%;height:auto;aspect-ratio:1/1;border-radius:100%;border:2px solid #16a4af;padding:3.5rem;overflow:hidden;display:flex;justify-content:center;align-items:center}ul.target-list>li.target2050>figure{border-color:#16a4af}ul.target-list>li.target2030>figure{border-color:#8fc31f;padding:4.5rem}ul.target-list>li>figure>img{width:100%;height:100%;object-fit:contain}ul.target-list>li>.text-box{background:#fff;margin-top:-3rem}ul.target-list>li>.text-box>h4{font-size:1.3rem;line-height:1.8;color:#fff;border-radius:.25rem;border-radius:9999px;margin-bottom:.5em}ul.target-list>li.target2050>.text-box>h4{background:#16a4af}ul.target-list>li.target2030>.text-box>h4{background:#8fc31f}ul.target-list>li>.text-box>p{font-size:.95rem;line-height:1.6}ul.target-list+ul.button-list{transform:scale(1.2)}section>.direction-items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1.5rem}section>.direction-items>.direction-item{padding:0 2rem 2rem;border-radius:1rem}section>.direction-items>.direction01{grid-column:span 2/span 2;background:var(--key-color01)}section>.direction-items>.direction02{grid-row-start:2;background:var(--main-color)}section>.direction-items>.direction03{grid-row-start:2;background:var(--key-color05)}section>.direction-items>.direction04{grid-column:span 2/span 2;background:var(--key-color02)}section>.direction-items>.direction-item h3{text-align:center}section>.direction-items>.direction-item h3>a{color:#fff}section>.direction-items>.direction04.direction-item h3>span{display:inline-block;margin-right:.25em}section ul.direction-list{flex-wrap:wrap;gap:1.5rem}section ul.direction-list>li{width:calc((100% - 3.0rem) / 3);text-align:center;padding:1.5rem}section .direction02 ul.direction-list>li,section .direction03 ul.direction-list>li{width:70%}section ul.direction-list>li figure{width:50%;padding:0;margin:0 auto}section ul.direction-list>li figcaption{font-size:.95rem;line-height:1.6;font-weight:var(--medium)}ul.privacy-policy{border:1px solid #ccc;border-radius:.5rem;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:2.5rem}section ul.privacy-policy>li>h3{font-size:1.05rem;line-height:1.6;margin-bottom:.25em}section ul.privacy-policy>li>p{margin:0}.directions-pictograms{display:flex;flex-wrap:wrap;gap:8px;margin:1rem 0;position:relative;z-index:2}.directions-pictograms .pict-item{position:relative;width:calc((100% - 8px * 10) / 11);height:auto;aspect-ratio:1/1;cursor:default}.directions-pictograms .pict-item img{width:100%;height:100%;object-fit:contain;display:block;opacity:.2}.directions-pictograms .pict-item.is-selected img{opacity:1}.directions-pictograms .pict-item .pict-tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;z-index:1000;transform:translateX(-50%);background:#333;color:#fff;font-size:12px;line-height:1.4;padding:5px 9px;border-radius:4px;white-space:nowrap;pointer-events:none}.directions-pictograms .pict-item:hover{z-index:10}.directions-pictograms .pict-item:hover .pict-tooltip{display:block}.directions-pictograms .pict-item:not(.is-selected):hover .pict-tooltip{background:#999}.direction-picts{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin-top:1rem;position:relative;z-index:2}.journal-archive .direction-picts{margin-top:1.5rem}.project-header .direction-picts,.project-article .direction-picts{margin-top:0}.direction-picts li{margin:0}.direction-picts .pict-item{position:relative;display:block;width:2.8rem;height:auto;aspect-ratio:1/1;cursor:default}.journal-archive .direction-picts .pict-item,.project-archive .direction-picts .pict-item,.project-header .direction-picts .pict-item{width:2.5rem;height:auto}#index-journal .direction-picts .pict-item{width:2.25rem;height:auto}.project-article .project-archive .direction-picts .pict-item{width:2rem;height:auto}.direction-picts a.pict-item{cursor:pointer}.direction-picts .pict-item img{width:100%;height:100%;object-fit:contain;display:block}.direction-picts .pict-item .pict-tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;z-index:1000;transform:translateX(-50%);background:#333;color:#fff;font-size:12px;line-height:1.4;padding:5px 9px;border-radius:4px;white-space:nowrap;pointer-events:none}.direction-picts .pict-item:hover{z-index:10}.direction-picts .pict-item:hover .pict-tooltip{display:block}.org-sns-links{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.org-sns-links .sns-link{display:inline-flex;align-items:center;gap:5px;color:var(--base-color);text-decoration:none;font-size:.9rem;padding:4px 10px;border:1px solid #ccc;border-radius:20px;transition:background .2s,color .2s}.org-sns-links .sns-link:hover{background:var(--main-color);border-color:var(--main-color);color:#fff}.org-sns-links .sns-link i{font-size:1rem}.comic-description{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem}.comic-description>figure{width:280px}.comic-description>.text-box{flex:1}.comic-description ul.button-list{justify-content:flex-start}.comic-box{width:100%;height:auto;aspect-ratio:420/297;overflow:hidden}.comic-box>iframe{width:100%;height:100%}section.page-header>.direction-title{display:flex;justify-content:space-between;align-items:center;gap:2rem}section.page-header>.direction-title>figure{box-sizing:border-box;width:120px;height:auto;aspect-ratio:1/1;background:#fff;border-radius:1rem}section.page-header>.direction-title>.text-box{flex:1}.directions-description{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:2rem}.directions-description>figure{width:24%}.directions-description>.text-box{flex:1}section .directions-description p{line-height:2;margin-bottom:1.25em}section .directions-description p:last-of-type{margin-bottom:0}.directions-description sup{font-size:.6rem}.target-container{display:flex;justify-content:space-between;gap:2.5rem}.vision2050,.flag2030{box-sizing:border-box;width:100%;border:2px solid var(--key-color07);border-radius:.5rem;position:relative;padding:1.5rem 2rem;padding-top:2.25rem;margin-top:4rem}.flag2030{border-color:var(--key-color08)}.vision2050>h2,.flag2030>h2{font-size:1.1rem;line-height:2;font-weight:var(--heavy);color:#fff;background:var(--key-color07);border-radius:9999px 9999px 9999px 0;padding:0 2em;position:absolute;top:0;left:0;z-index:2;transform:translate(-2px,-50%)}.flag2030>h2{background:var(--key-color08)}.vision2050>figure{width:140px;float:right;transform:translate(1rem,-1rem)}.flag2030>figure{width:130px;float:right;transform:translate(.5rem,-1rem);margin-left:1rem}section .vision2050>p{margin-bottom:1rem}section:has(.another-directions){box-sizing:border-box;width:calc(100% + 10vw);background:rgba(48,117,170,.05);padding:3rem 5vw;margin-left:-5vw}.another-directions{text-align:center}.another-directions>h3{font-size:1.2rem;line-height:1.8;color:var(--key-color01)}.another-directions>p{margin-bottom:1.5rem}ul.another-directions-list{display:flex;justify-content:space-between;gap:.5rem}ul.another-directions-list>li{width:calc((100% - 0.5rem * 10) / 11)}ul.another-directions-list>li>a{display:block;text-decoration:none;color:var(--base-light-color);text-align:center}ul.another-directions-list>li>a>figure{box-sizing:border-box;width:100%;height:auto;aspect-ratio:1/1;background:#fff;border:2px solid var(--key-color01);border-radius:.5rem;padding:1.2rem;overflow:hidden;display:flex;justify-content:center;align-items:center}ul.another-directions-list>li.direction01-1>a>figure,ul.another-directions-list>li.direction01-2>a>figure,ul.another-directions-list>li.direction01-3>a>figure,ul.another-directions-list>li.direction01-4>a>figure,ul.another-directions-list>li.direction01-5>a>figure,ul.another-directions-list>li.direction01-6>a>figure{border-color:var(--key-color01)}ul.another-directions-list>li.direction01-1>a:hover>figure,ul.another-directions-list>li.direction01-2>a:hover>figure,ul.another-directions-list>li.direction01-3>a:hover>figure,ul.another-directions-list>li.direction01-4>a:hover>figure,ul.another-directions-list>li.direction01-5>a:hover>figure,ul.another-directions-list>li.direction01-6>a:hover>figure,ul.another-directions-list>li.direction01-1.active>a>figure,ul.another-directions-list>li.direction01-2.active>a>figure,ul.another-directions-list>li.direction01-3.active>a>figure,ul.another-directions-list>li.direction01-4.active>a>figure,ul.another-directions-list>li.direction01-5.active>a>figure,ul.another-directions-list>li.direction01-6.active>a>figure{background:var(--key-color01)}ul.another-directions-list>li.direction02-1>a>figure{border-color:var(--main-color)}ul.another-directions-list>li.direction02-1>a:hover>figure,ul.another-directions-list>li.direction02-1.active>a>figure{background:var(--main-color)}ul.another-directions-list>li.direction03-1>a>figure{border-color:var(--key-color05)}ul.another-directions-list>li.direction03-1>a:hover>figure,ul.another-directions-list>li.direction03-1.active>a>figure{background:var(--key-color05)}ul.another-directions-list>li.direction04-1>a>figure,ul.another-directions-list>li.direction04-2>a>figure,ul.another-directions-list>li.direction04-3>a>figure{border-color:var(--key-color02)}ul.another-directions-list>li.direction04-1>a:hover>figure,ul.another-directions-list>li.direction04-2>a:hover>figure,ul.another-directions-list>li.direction04-3>a:hover>figure,ul.another-directions-list>li.direction04-1.active>a>figure,ul.another-directions-list>li.direction04-2.active>a>figure,ul.another-directions-list>li.direction04-3.active>a>figure{background:var(--key-color02)}ul.another-directions-list>li>a>figure>img{width:100%;height:100%;object-fit:contain}ul.another-directions-list>li>a:hover>figure>img,ul.another-directions-list>li.active>a>figure>img{filter:brightness(0) saturate(100%) invert(97%) sepia(8%) saturate(86%) hue-rotate(236deg) brightness(115%) contrast(100%)}ul.another-directions-list>li>a>figcaption{font-size:.65rem;line-height:1.6;margin:.3em .3em 0}ul.another-directions-list>li.active>a>figcaption{font-weight:var(--bold)}ul.topics-archive{display:flex;flex-wrap:wrap;gap:2rem}ul.topics-archive>li>a{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;color:var(--base-light-color);text-decoration:none}ul.topics-archive>li>a>figure{box-sizing:border-box;width:240px;height:auto;aspect-ratio:3/2;border-radius:.5rem;overflow:hidden}ul.topics-archive>li>a>figure.dummy{background:rgba(238,232,221,.4);padding:2.5rem}ul.topics-archive>li>a>figure.dummy>img{width:100%;height:100%;object-fit:contain}ul.topics-archive>li>a>.text-box{flex:1;text-align:left}ul.topics-archive>li>a>.text-box>time{font-family:var(--eng-font);font-size:.85rem;line-height:1.6}ul.topics-archive>li>a>.text-box>h3{font-size:1.1rem;line-height:1.6;color:var(--link-color)}ul.topics-archive>li>a:hover>.text-box>h3{text-decoration:underline}article{text-align:left;margin:0 5vw}.article-billboard{width:100%;margin-bottom:5rem}.article-header>time{display:block;font-family:var(--eng-font);font-size:.85rem;line-height:1.8;color:var(--base-light-color);margin-bottom:.5em}.article-header>h1{font-size:1.6rem;line-height:1.6;margin-bottom:4.5rem}.article-header>.share{display:flex;align-items:center;gap:.5rem}.article-header>.share>.share-lead{font-size:.85rem;line-height:1.8;font-weight:var(--medium);color:var(--base-light-color)}article>.article-body{margin:4.5rem 0}.article-footer>ul.button-list{justify-content:flex-start}.block-contents{font-size:1rem;line-height:1.6;font-weight:var(--normal);text-align:left;background:#fff;margin-bottom:4.5em}.article-body>.block-contents:last-of-type{margin-bottom:0}.block-contents.block-border{border:1px solid #999;background:#f9f9f9;padding:2em 2.5em 2.5em}.block-contents:has(>h2){margin-bottom:2em}.block-contents>h2{font-size:1.3em;line-height:1.6;padding-bottom:.5em;position:relative}.block-contents>h2:before{content:"";width:100%;height:2px;background:var(--main-color);background:rgba(214,71,31,.75);position:absolute;bottom:0;left:0;z-index:2}.block-contents>h2:after{//content:"";width:100%;height:2px;background:var(--key-color01);position:absolute;bottom:0;left:0;z-index:1}.block-contents>h3{font-size:1.1em;line-height:1.6;color:var(--base-color);position:relative;margin-bottom:1em}.block-contents>.photo-box{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.block-contents>.photo-box.full{display:block}.block-contents>.photo-box.flex-row-reverse{flex-direction:row-reverse}.block-contents>.photo-box>.photo{width:36%;margin-bottom:1.5rem}.block-contents>.photo-box.full>.photo{width:100%}.block-contents>.photo-box>.photo>figure{position:relative}.block-contents>.photo-box>.photo>figure>.credit{box-sizing:border-box;width:100%;font-size:.6em;line-height:1.8;font-weight:var(--light);color:#fff;text-align:right;background:rgba(0,0,0,.3);padding:0 .5em;position:absolute;bottom:0;right:0}.block-contents>.photo-box>.photo>figcaption{font-size:.85em;line-height:1.6;text-align:center;margin-top:.5em}.block-contents>.photo-box>.text-box{flex:1}.block-contents>.photo-box>.text-box>*:not(:last-of-type){margin-bottom:1.5em}.block-contents>.photo-box>.text-box>p{line-height:2.0}.block-contents>.photo-box>.text-box>hr{border:none;border-top:1px solid #999;margin-bottom:1.5em}.block-contents table>tbody>tr>td>*{margin-bottom:0}table.block-table01{width:100%;border-collapse:collapse}table.block-table01 tr{border-top:1px solid #999}table.block-table01 tr>th{padding:1em 0;color:var(--base-light-color);white-space:nowrap;text-align:left;vertical-align:top}table.block-table01 tr>td{padding:1em 0;padding-left:3em;text-align:left;vertical-align:top}ul.photo-list{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2.5em}ul.photo-list.column4{gap:1.5em}ul.photo-list.column2>li{width:calc((100% - 2.5em) / 2)}ul.photo-list.column3>li{width:calc((100% - 5.0em) / 3)}ul.photo-list.column4>li{width:calc((100% - 4.5em) / 4)}ul.photo-list>li>figure{position:relative}ul.photo-list>li>figure>.credit{box-sizing:border-box;width:100%;font-size:.6em;line-height:1.8;font-weight:var(--light);color:#fff;text-align:right;background:rgba(0,0,0,.3);padding:0 .5em;position:absolute;bottom:0;right:0}ul.photo-list>li>figcaption{font-size:.85em;line-height:1.6;text-align:center;margin-top:.5em}.block-contents.movie>h3{margin-bottom:.3rem}.block-contents.movie>p{font-size:.95rem;line-height:2;margin-bottom:1rem}.block-movie{width:100%;height:auto;aspect-ratio:16/9;overflow:hidden}.block-movie>iframe{width:100%;height:100%}ul.project-archive{display:flex;flex-wrap:wrap;gap:3.5rem}.related-projects ul.project-archive{gap:2rem}.related-projects ul.project-archive>li{padding-bottom:2rem;border-bottom:1px dashed #ccc}ul.project-archive>li>a{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;color:var(--base-light-color);text-decoration:none}ul.project-archive>li>a>figure{width:360px;height:auto;aspect-ratio:3/2;border-radius:.5rem;overflow:hidden}ul.project-archive>li>a>.text-box{flex:1;text-align:left}ul.project-archive>li>a>.text-box>time{font-family:var(--eng-font);font-size:.85rem;line-height:1.6}ul.project-archive>li>a>.text-box>h3{font-size:1.4rem;line-height:1.6;color:var(--link-color);margin-bottom:.5em}ul.project-archive>li>a:hover>.text-box>h3{text-decoration:underline}ul.project-archive>li>a>.text-box>p{font-size:.95rem;line-height:1.6;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:1em}ul.project-archive>li>a .project-status{width:fit-content;font-size:.8rem;line-height:1.8;font-weight:var(--medium);color:#fff;background:var(--key-color03);padding:0 1.5em;border-radius:9999px;margin-bottom:.25rem}ul.project-archive>li>a>.text-box>.project-data{display:flex;flex-direction:column;gap:.5rem}.related-projects ul.project-archive>li>a>.text-box>.project-data{gap:1rem}.related-projects ul.button-list{margin-top:2rem;justify-content:flex-end}section.related-actions .related-action-box:not(:last-of-type){margin-bottom:2.5rem}.related-action-box>.related-action-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5em}.related-action-box>.related-action-title>h3{width:fit-content;font-size:.95rem;line-height:2;color:#fff;padding:0 2em;border-radius:9999px;margin-bottom:0}.related-action-box#individual>.related-action-title>h3{background:var(--key-color03)}.related-action-box#organization>.related-action-title>h3{background:var(--key-color02)}.related-action-box>ul.button-list{justify-content:flex-end;margin-top:2rem}.direction-action-data{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:1rem}#container.project{flex-direction:column;gap:1.5rem}#container.project>#page-title{width:100%;display:flex;justify-content:space-between;align-items:baseline}#container.project>#page-title>h1{flex-direction:row;align-items:baseline;gap:1.5rem}.project>main{display:flex;gap:5vw}.project>main>.project-article{flex:1}.project>main>.project-article>article{margin:0}.project>main>.project-article>section{margin-top:6rem}.project>main>aside{width:300px}.project-header{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:4.5rem}.project-header>h1{font-size:1.8rem;line-height:1.6}.project-billboard{border-radius:1rem;overflow:hidden;margin-bottom:4.5rem}.project-article ul.project-archive{gap:2rem}.project-article ul.project-archive>li:not(:last-child){padding-bottom:2rem;border-bottom:1px dashed #ccc}.project-article ul.project-archive>li>a>figure{width:250px}.project-article ul.project-archive>li>a>.text-box>h3{font-size:1.2rem;line-height:1.6;margin-bottom:.5em}.project-article ul.project-archive>li>a>.text-box>p{font-size:.9rem;line-height:1.6;margin-bottom:0}.project-article ul.project-archive>li>a .project-status{font-size:.7rem;line-height:1.8;font-weight:var(--medium)}.project-article ul.project-archive>li>a>.text-box>.project-data{flex-direction:row;align-items:center;gap:1.5rem;margin-top:1rem}aside>.share{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem}aside>.share>.share-lead{font-size:.85rem;line-height:1.8;font-weight:var(--medium);color:var(--base-light-color)}.project-side{background:rgba(228,196,147,.2);padding:1.5rem;border-radius:1rem;display:flex;flex-direction:column;gap:2rem}.project-like-wrap{display:grid;grid-template-columns:48px 1fr;grid-template-rows:repeat(2,auto);gap:.25rem}.project-like-wrap>.icon-like-button{width:48px;height:auto;aspect-ratio:1/1;position:relative}.project-like-wrap>.icon-like-button:after{content:"";width:100%;height:100%;background-image:url(//www.nagano-action.jp/wp/wp-content/themes/nagano-action/css/pc/../../img/common/icon_like.svg);background-position:center;background-repeat:no-repeat;background-size:80%;position:absolute;place-self:center;inset:0}.project-like-wrap>button{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center;padding:.8em 0;border-radius:9999px;cursor:pointer}.project-like-wrap>button.liked{background:#eee}.project-like-wrap>p{grid-column:span 2/span 2;font-size:.8rem;line-height:1.6;text-align:center;margin-top:.5em}.project-join-section>h2{font-size:.95rem;line-height:1.8;font-weight:var(--heavy);color:#fff;text-align:center;background:var(--main-color);border-radius:.5rem;padding:.6em 0;position:relative;margin-bottom:1rem}.project-join-section>h2:after{content:"";width:1.25rem;height:auto;aspect-ratio:1/0.5;clip-path:polygon(100% 0,0 0,50% 100%);background:var(--main-color);position:absolute;bottom:0;left:50%;transform:translate(-50%,98%)}.project-join-section>button{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center;font-size:.95rem;line-height:1.8;font-weight:var(--heavy);padding:.8em 0;border-radius:9999px;cursor:pointer;transition:.2s}.project-join-section>button:hover{border-color:var(--key-color02);background:var(--key-color02);color:#fff}.project-join-section>.join-message{font-size:.8rem;line-height:1.6;margin-bottom:.5rem}.project-members-section{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.75em;font-size:.8rem;line-height:1.6}.project-members-section>h3{font-size:1em;line-height:1.8;color:var(--base-light-color)}.project-members-section>ul.members-count-summary{flex:1;font-family:var(--eng-font);text-align:left}.project-members-section>ul.members-count-summary>li>strong{font-size:1.2em;margin:0 .25em}.project-members-section>p.is-member-message{width:100%;font-weight:var(--bold);color:var(--main-color)}.project-organizers>ul>li{font-size:.8rem;line-height:1.6;text-align:left}ul.search-result{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}ul.search-result>li{list-style:disc outside;margin-left:1.25rem}ul.search-result>li>a{display:block;text-decoration:none;color:var(--base-light-color)}ul.search-result>li>a>.title{font-size:1.05rem;line-height:1.6;font-weight:var(--bold);color:var(--link-color)}ul.search-result>li>a:hover>.title{text-decoration:underline}ul.search-result>li>a>.entry-date{font-size:.85rem;line-height:1.8}.re-search #search{width:40%}.re-search #search>form{width:100%;position:relative}.re-search #search input[type=text]{height:auto;border-radius:9999px;font-size:.85rem;line-height:3.0}.re-search #search input::placeholder{font-size:.8rem;color:#999}.re-search #search>form>button{padding:0;border:none;outline:none;font:inherit;color:inherit;background:0 0;width:1rem;height:auto;aspect-ratio:1/1;position:absolute;top:50%;right:1em;transform:translate(0,-50%);cursor:pointer}.re-search #search>form>button:after{font-family:var(--bootstrap);content:"\F52A";font-size:1rem;line-height:1;color:var(--base-light-color);position:absolute;top:0;left:0}.magazine-register{border:2px solid var(--key-color02);border-radius:.5rem;padding:2rem 2.5rem 2.5rem}.magazine-register form{display:flex;justify-content:space-between;align-items:flex-end;gap:2.5rem}.magazine-register form dl.form-group{border-bottom:none;padding-bottom:0}.magazine-register form dl.form-group>dd label{font-size:.9rem;line-height:1.8;color:var(--base-light-color);display:inline-block;margin-top:1em}.magazine-register form dl.form-group>dd input::placeholder{color:#999}.magazine-register form .form-submit>button{box-sizing:border-box;width:160px;display:flex;justify-content:center;align-items:center;font-size:.95rem;line-height:1.8;font-weight:var(--bold);color:#fff;background:var(--key-color02);border:none;padding:.5em 0;border-radius:9999px;cursor:pointer;transition:.2s}