@charset "utf-8";:root{--default-font:'YakuHanJPs','IBM Plex Sans JP',sans-serif;--zen-maru-font:'YakuHanJPs','Zen Maru Gothic',sans-serif;--zen-maru-font:'YakuHanJPs','IBM Plex Sans JP',sans-serif;--eng-font:'Oswald',sans-serif;--main-color:#e8472a;--base-color:#111;--base-light-color:#555;--link-color:#1558d6;--circle-base:#ddd;--circle-line:#ff8c00;--cf-color:#4ac13d;--general-color:#c17e3d;--item-color:#ff8c00;--key-color:#e6201e}header #title-bar{width:100%;height:180px;width:100%;height:140px;position:relative;display:flex;align-items:center}header #logo{font-family:var(--zen-maru-font);margin:0 auto}header #logo h1 figure{width:260px;margin:0 auto}header #logo h1 figcaption{display:block;font-size:.8rem;line-height:1.4;font-weight:600;color:var(--base-light-color);margin-top:.75em}header #logo a{text-decoration:none;color:var(--base-color)}#title-bar>h2{font-size:.8em;line-height:1.8;font-weight:500;position:absolute;top:10px;left:15px}#title-bar>#caution{font-size:.85em;line-height:1.8;font-weight:600;color:var(--key-color);position:absolute;bottom:19px;right:15px}#title-bar>#header-info{position:absolute;bottom:16px;right:15px;display:flex;flex-direction:column;text-align:right}#title-bar>#header-info>#donation-total{display:flex;justify-content:flex-end;align-items:baseline;font-size:.9em;line-height:1.8;font-weight:500;margin-bottom:.25em}#donation-total>.label{color:var(--base-light-color);margin-right:.6em}#donation-total>.total>strong{display:inline-block;font-size:1.9rem;line-height:1.2;margin-right:.05em}#donation-total>.total>.date{display:block;font-size:.85em;line-height:1.2;color:var(--base-light-color)}#title-bar>#header-info>#caution{font-size:.85em;line-height:1.8;font-weight:600;color:var(--key-color)}#title-bar nav#header-nav{position:absolute;top:10px;right:15px}nav#header-nav ul{display:flex;justify-content:flex-end;align-items:center}nav#header-nav ul li{font-size:.8em;line-height:1.8}nav#header-nav ul li:first-child:after{content:"｜";margin:0 .5em}nav#header-nav ul li a{text-decoration:none;color:var(--base-light-color)}nav#header-nav ul li a:hover{text-decoration:underline}nav#header-nav ul li.sns{display:flex;margin-left:.5em}nav#header-nav ul li.sns a{width:22px;height:auto;aspect-ratio:1/1;margin-left:.5em}nav#global-nav{width:100%;height:88px;height:54px;background:#eef5ec;background:var(--key-color);//background:#fff;position:relative;display:flex;justify-content:center;align-items:center;position:sticky;top:0;z-index:1000;transition:.2s ease-in}.scrolling nav#global-nav{height:54px;transition:.2s ease-in}nav#global-nav>ul{display:flex;justify-content:center;//background:var(--circle-line);//background:#fff;//padding:.8em 2.5em;border-radius:9999px}nav#global-nav>ul>li{font-size:.9em;line-height:1.2;font-weight:600;position:relative;color:#fff}nav#global-nav>ul>li:not(:last-child):after{content:"｜";margin:0 1em}nav#global-nav>ul>li>a{text-decoration:none;color:var(--base-color);color:#fff;position:relative}nav#global-nav>ul>li>a:hover{//color:var(--key-color)}nav#global-nav>ul>li>a:after{content:"";width:100%;height:2px;background:#fff;position:absolute;bottom:-.25em;left:0;transform-origin:top center;transform:scale(0,1);transition:.2s ease-in}nav#global-nav>ul>li>a:hover:after{transform:scale(1,1);transition:.1s ease-in}nav#global-nav>ul>li>ul{box-sizing:border-box;width:auto !important;height:auto !important;position:absolute;top:1.7em;left:50%;z-index:100;background:rgba(255,255,255,1);border-radius:3px;overflow:hidden;transform:translateX(calc(-50% - 1.6em));text-align:center;padding:0;box-shadow:2px 2px 4px #999}nav#global-nav>ul>li:last-child>ul{transform:translateX(calc(-50%))}nav#global-nav>ul>li>ul>li{display:block;width:auto !important}nav#global-nav>ul>li>ul>li>a{display:block;text-decoration:none;line-height:3;color:var(--base-color);padding:0 2.5em;white-space:nowrap}nav#global-nav>ul>li>ul>li>a:hover{color:#fff;background:var(--key-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-pickup{background:#eef5ec;background:var(--key-color);background:#fffaf4;background:#fff;padding-bottom:60px;padding-top:60px;padding:25px 0 40px}.slick-container .slick-arrows .slick-prev,.slick-container .slick-arrows .slick-next{width:36px;height:auto;aspect-ratio:1/1;opacity:.85}.slick-container .slick-arrows .slick-prev{left:15px}.slick-container .slick-arrows .slick-next{right:15px}.index-pickup-slider .slide{width:700px;margin:0 10px}.index-pickup-slider .slide a{display:block;text-decoration:none;color:var(--base-color);background:#fff;background:rgba(251,241,230,.75);border-radius:15px;position:relative;overflow:hidden}.index-pickup-slider a figure{width:100%;height:auto;aspect-ratio:16/9;overflow:hidden}.index-pickup-slider a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}.index-pickup-slider a:hover figure img{transform:scale(1.05);transition:.2s ease-in}.index-pickup-slider .cat{font-size:.75em;line-height:1.8;font-weight:500;padding:0 1em;background:#fff;border-radius:9999px;overflow:hidden;position:absolute;top:15px;left:15px}.index-pickup-slider .overview{padding:20px 30px 25px;padding:20px 25px 25px;display:flex;justify-content:space-between;align-items:flex-start}.index-pickup-slider .text-box{flex:1;text-align:left}.index-pickup-slider a h2{font-size:1.25em;line-height:1.6;margin-bottom:.25em;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.index-pickup-slider a:hover h2{text-decoration:underline;color:var(--link-color)}ul.donation-data{display:flex;flex-wrap:wrap}ul.donation-data>li{font-size:.85em;line-height:1.8;font-weight:500;color:var(--base-light-color);position:relative;padding-left:1.3em}ul.donation-data li:not(:last-child){margin-right:1.5em}ul.donation-data>li span.label:after{content:"："}ul.donation-data>li:before{content:"";width:1.05em;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:0;transform:translateY(-50%)}ul.donation-data>li.currently:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/cf_icon_amount.svg)}ul.donation-data>li.goal:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/cf_icon_goal.svg)}ul.donation-data>li.rate:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/cf_icon_rate.svg)}ul.donation-data>li.time:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/cf_icon_time.svg)}.index-pickup-slider .graph{width:90px;margin-right:20px}.index-pickup-slider .graph .circle{width:90px;height:90px}.graph{box-sizing:border-box;height:auto;aspect-ratio:1/1;background:#fff;border-radius:100%;overflow:hidden;position:relative}.graph .rating{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--eng-font);font-size:.7rem;line-height:1;letter-spacing:0}.graph .rating strong{font-size:1.8rem}.graph .circle{border-radius:50%;background-image:conic-gradient(#ed9c11 0%,#ed9c11 22%,#d7d7d7 22%,#d7d7d7 100%);-webkit-mask-image:radial-gradient(transparent 0%,transparent 50%,#fff 50%,#fff 100%);mask-image:radial-gradient(transparent 0%,transparent 50%,#fff 50%,#fff 100%)}#index-about{box-sizing:border-box;width:100%;padding:100px calc((100% - 1180px)/2);padding:50px calc((100% - 1180px)/2) 70px;//background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/index/about_bg.jpg);background-position:center top;background-color:#fffaf4;background-color:#fff}#index-about .text-box{box-sizing:border-box;width:100%;text-align:left;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/index/about_illust02.png);background-repeat:no-repeat;background-position:bottom right;background-position:center right;background-size:auto 85%;padding:0;padding-right:40%}#index-about h2{font-family:var(--zen-maru-font);font-size:1.7em;line-height:1.8;color:var(--key-color);margin-bottom:.5em}#index-about p{line-height:2.2;margin-bottom:1em}.more a,.more span{display:inline-block;text-decoration:none;color:var(--base-color);position:relative;padding-left:1.8em}.more a:hover,.more span:hover{color:var(--link-color)}.more a:before,.more span:before{content:"";width:1.3em;line-height:auto;aspect-ratio:1/1;background-color:var(--base-light-color);border-radius:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/arrow_right_white.svg);background-position:center center;background-repeat:no-repeat;background-size:50% auto}.more a:hover:before,.more span:hover:before{background-color:var(--link-color)}#index-about ul.about-menu{display:flex;margin-top:3em}#index-about ul.about-menu li{width:250px;margin-right:1em}#index-about ul.about-menu li a{display:block;text-decoration:none;font-size:.95em;line-height:1.8;font-weight:500;color:var(--base-color);text-align:center;background-color:#fff;padding:1.4em 0;border-radius:7px;box-shadow:2px 2px 4px #666;transition:.2s;position:relative}#index-about ul.about-menu li.use a:hover{background:rgba(248,229,162,.2);transition:.2s}#index-about ul.about-menu li.achievement a:hover{background:rgba(205,229,226,.2);transition:.2s}#index-about ul.about-menu li a:after{content:"";width:1em;height:auto;aspect-ratio:1/1;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/arrow_right.svg);background-repeat:no-repeat;background-position:center center;background-size:100% auto;position:absolute;bottom:.5em;right:.75em}#index-about ul.about-menu li a span{display:inline-block;position:relative;padding-left:1.1em}#index-about ul.about-menu li a span:before{content:"";width:1.8em;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center center;background-size:contain;display:inline-block;position:absolute;top:50%;left:0;transform:translate(-1.2em,-50%)}#index-about ul.about-menu li.use a span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_use.svg)}#index-about ul.about-menu li.achievement a span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_achievement.svg)}#index-about .governor{margin-top:70px;padding:50px 100px 0;border-top:1px dashed #ccc;display:flex;justify-content:space-between;align-items:flex-start}#index-about .governor .message{flex:1;text-align:left}#index-about .governor .message h3{margin-bottom:.75em}#index-about .governor figure{width:320px;border-radius:7px;overflow:hidden;margin-right:30px}#index-items{box-sizing:border-box;width:100%;padding:60px calc((100% - 1180px)/2)}#index-items h2{font-family:var(--zen-maru-font);font-size:1.6em;line-height:1.8;margin-bottom:.5em}#index-items>p{margin-bottom:2em}ul.item-list{display:flex;flex-wrap:wrap;margin-bottom:1.5em}ul.item-list li{box-sizing:border-box;border:1px solid #ccc;border-radius:11px;overflow:hidden;margin-bottom:1.5em}#index-items ul.item-list{justify-content:space-between}#index-items ul.item-list>li{width:23%;margin-bottom:0}.product-archive ul.item-list>li{width:23%;margin-right:2%}.product-archive ul.item-list>li:nth-child(4n){margin-right:0}.product-category ul.item-list>li{width:32%;margin-right:2%}.product-category ul.item-list>li:nth-child(3n){margin-right:0}ul.item-list li a{display:block;text-decoration:none;color:var(--base-color)}ul.item-list li a figure{width:100%;height:auto;aspect-ratio:4/3;overflow:hidden}ul.item-list li a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}ul.item-list li a:hover figure img{transform:scale(1.1);transition:.2s ease-in}ul.item-list li a figure.outside-period{position:relative}ul.item-list li a figure.outside-period:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.6);position:absolute;top:0;left:0;z-index:2}ul.item-list li a figure.outside-period figcaption{width:100%;font-size:1.05em;line-height:1.8;font-weight:600;color:#fff;text-align:center;position:absolute;top:50%;left:0;z-index:3;transform:translateY(-50%)}ul.item-list li a:hover figure.outside-period img{transform:scale(1);transition:.2s ease-in}ul.item-list li a .text-box{padding:15px 20px 20px;text-align:left}ul.item-list li a h3{font-size:1em;line-height:1.6;color:var(--link-color);margin-bottom:10px}ul.item-list li a:hover h3{text-decoration:underline}ul.item-list li a p{font-size:.9em;line-height:1.6;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-bottom:0}ul.item-list li a .item-data{font-size:.9em;line-height:1.6;font-weight:500;color:var(--base-light-color);margin-top:.5em}ul.item-list li a .item-data .label{font-weight:400}ul.item-list li a .item-data .label:after{content:"："}#index-items .category-box{margin-top:60px}#index-items .category-box h3{font-family:var(--zen-maru-font);font-size:1.4em;line-height:1.8;margin-bottom:.5em}ul.item-category-list{display:flex;flex-wrap:wrap;//margin-bottom:1.5em}ul.item-category-list li{width:23.2%;margin:0 2.4% 1.5em 0}ul.item-category-list li:nth-child(4n){margin-right:0}ul.item-category-list li a{display:block;text-decoration:none;color:var(--base-color)}ul.item-category-list li a figure{width:100%;height:auto;aspect-ratio:3/2;border-radius:11px;position:relative;overflow:hidden}ul.item-category-list li a figure:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.3);position:absolute;top:0;left:0;transition:.2s ease-in}ul.item-category-list li a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}ul.item-category-list li a:hover figure img{transform:scale(1.1);transition:.2s ease-in}ul.item-category-list li a figure figcaption{font-size:.95em;line-height:1.6;font-weight:500;white-space:nowrap;padding:.2em 1.5em;background:#fff;border:1px solid #fff;border-radius:9999px;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s}ul.item-category-list li a .text-box{font-size:.9em;line-height:1.6;text-align:left;margin-top:.5em}#index-project{box-sizing:border-box;width:100%;padding:60px 0;background:#f3f4f3;background:rgba(201,156,82,.1)}#index-project h2{font-family:var(--zen-maru-font);font-size:1.6em;line-height:1.8;margin-bottom:.5em}#index-project>p{margin-bottom:2em}#index-project>div>h3{display:inline-block;font-size:1.2em;line-height:1.8;color:#fff;border-radius:9999px;padding:0 3em;margin-bottom:1em}#index-project>div.cf-project>h3{background:var(--cf-color)}#index-project>div.general-project>h3{background:var(--general-color)}#index-project>div>h3 span{position:relative;padding-left:.6em}#index-project>div>h3 span:before{content:"";width:1em;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:-.6em;transform:translateY(-50%)}#index-project>div.cf-project>h3 span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_flag.svg)}#index-project>div.general-project>h3 span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_heart.svg)}#index-pickup .project-slider,#index-project .project-slider{padding-bottom:1.5em}#index-pickup .project-slider .slide,#index-project .project-slider .slide{width:380px;margin:0 15px}.project-slider .slide a{display:block;text-decoration:none;color:var(--base-color);background:#fff;border-radius:15px;padding:15px;position:relative;overflow:hidden}.project-slider a figure{width:100%;height:auto;aspect-ratio:3/2;border-radius:11px;overflow:hidden}.project-slider a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}.project-slider a:hover figure img{transform:scale(1.05);transition:.2s ease-in}.project-slider .text-box{text-align:left;padding:20px 5px 0;position:relative}.project-slider .cat{display:inline-block;font-size:.75em;line-height:1.8;font-weight:500;padding:0 1em;background:#fff;border:1px solid #ccc;border-radius:9999px;overflow:hidden;margin-bottom:5px}.project-slider a h3{font-size:1em;line-height:1.6;color:var(--link-color);text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:10px}.project-slider a:hover h3{text-decoration:underline}.project-slider .graph{width:86px;padding:6px;position:absolute;top:0;right:-6px;transform:translateY(-50%)}.cf-project .project-slider .graph{transform:translateY(-75%)}.project-slider .graph .circle{width:74px;height:74px}.project-slider .graph .rating{color:var(--cf-color);color:var(--base-color)}.project-slider .graph .rating strong{font-size:1.5rem}#index-project>div.cf-project{//margin-bottom:3.5em}#index-report{box-sizing:border-box;width:100%;padding:50px calc((100% - 1180px)/2);background:rgba(118,183,174,.08);background:rgba(236,245,224,1)}.index-report-box{background:rgba(255,255,255,.9);border-radius:11px;padding:35px 50px 45px}#index-report h2{font-family:var(--zen-maru-font);font-size:1.6em;line-height:1.8;color:#629425;margin-bottom:.5em;position:relative}#index-report h2:after{content:"";width:100%;border-top:1px solid #629425;position:absolute;top:50%;left:0}#index-report h2>span{display:inline-block;background:#fff;padding:0 1em;position:relative;z-index:1}#index-report>p{margin-bottom:2em}ul.index-report-list{display:flex;justify-content:space-between;margin:2em 0 2.5em}ul.index-report-list li{width:30%}ul.index-report-list li a{display:block;text-decoration:none;color:var(--base-color);overflow:hidden}ul.index-report-list li a figure{width:100%;height:auto;aspect-ratio:3/2;border-radius:11px;overflow:hidden}ul.index-report-list li a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}ul.index-report-list li a:hover figure img{transform:scale(1.1);transition:.2s ease-in}ul.index-report-list li a .text-box{text-align:left;padding-top:.5em}ul.index-report-list li a .entry-date{font-size:.8em;line-height:1.8}ul.index-report-list li a h3{font-size:.95em;line-height:1.6;color:var(--link-color);text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}ul.index-report-list li a:hover h3{text-decoration:underline}#index-information{box-sizing:border-box;width:100%;padding:60px calc((100% - 960px)/2)}#index-information h2{font-family:var(--zen-maru-font);font-size:1.4em;line-height:1.8;margin-bottom:.5em}#index-information .more{font-size:.9em;line-height:1.8}#index-information .study-support{width:100%;margin:0 auto 60px}#index-information .study-support a{display:block;text-decoration:none;color:var(--base-color);box-sizing:border-box;width:100%;height:240px;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/index/study_bg.jpg);background-repeat:no-repeat;background-position:center left;background-size:100% auto;border-radius:15px;overflow:hidden;position:relative;box-shadow:2px 2px 4px #666}#index-information .study-support a .text-box{width:50%;position:absolute;top:50%;left:30px;transform:translateY(-50%)}#index-information .study-support a .text-box p{margin-bottom:1em}#index-information .index-topics{box-sizing:border-box;width:560px;padding:30px 40px 35px;border:1px solid #ccc;border-radius:15px}.index-topics h2 span{display:inline-block;position:relative;padding-left:.7em}.index-topics h2 span:before{content:"";width:1.1em;height:auto;aspect-ratio:1/1;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_topics.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:-.7em;transform:translateY(-50%)}ul.topics-list li{text-align:left;padding-bottom:20px;margin-bottom:20px;border-bottom:1px dashed #ccc}ul.topics-list li a{display:block;text-decoration:none;color:var(--base-color);position:relative}.index-topics ul.topics-list li a .entry-date{display:block;font-size:.9em;line-height:1.6}.index-topics ul.topics-list li a .entry-title{display:block;color:var(--link-color)}section ul.topics-list li a{padding-left:120px}section ul.topics-list li a .entry-date{font-size:.85em;line-height:1.6;position:absolute;top:.4em;left:0}section ul.topics-list li a .entry-title{font-weight:500;color:var(--link-color)}ul.topics-list li a:hover .entry-title{text-decoration:underline}#index-information ul.index-info-list{width:360px}ul.index-info-list li{box-sizing:border-box;width:100%;height:150px;border-radius:15px;border:1px solid #ccc;overflow:hidden;margin-bottom:1.5em}ul.index-info-list li a{display:block;text-decoration:none;width:100%;height:100%;background-repeat:no-repeat;background-position:center left;background-size:auto 100%;position:relative}ul.index-info-list li.biz a{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/index/business_bg.jpg)}ul.index-info-list li.contact a{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/index/contact_bg.jpg)}ul.index-info-list li a:hover:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.1)}ul.index-info-list li a h3{font-family:var(--zen-maru-font);font-size:1.2em;line-height:1.8;color:var(--base-color);position:absolute;top:50%;left:43%;z-index:2;transform:translateY(-50%)}#index-info{box-sizing:border-box;width:100%;padding:50px calc((100% - 1180px)/2);display:flex;justify-content:space-between}#index-info>.index-topics-box,#index-info>.index-message-box{width:48.5%}#index-info .index-topics{box-sizing:border-box;width:100%;padding:30px 40px 35px;border:1px solid #ccc;border-radius:15px}#index-info ul.index-info-list{display:flex;justify-content:space-between;margin:1.3em 0 0}#index-info ul.index-info-list li{width:48.5%;height:80px}#index-info ul.index-info-list li a h3{font-size:1.05em;line-height:1.8;left:35%}.index-message{box-sizing:border-box;width:100%;padding:30px 40px;border:1px solid #ccc;border-radius:15px}.index-message h2 span{display:inline-block;position:relative;padding-left:.7em}.index-message h2 span:before{content:"";width:1.1em;height:auto;aspect-ratio:1/1;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_topics.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:-.7em;transform:translateY(-50%)}.index-message>p{font-size:.95em;line-height:1.6;margin-top:10px}ul.comment-list{margin-top:1em}ul.comment-list li{text-align:left;padding-top:15px;margin-top:15px;border-top:1px dashed #ccc}ul.comment-list li .comment-text{font-size:.95em;line-height:1.8;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}ul.comment-list li .project{font-size:.8em;line-height:1.8;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}ul.comment-list li .author{font-size:.8em;line-height:1.8;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}footer{box-sizing:border-box;width:100%;padding:50px calc((100% - 1180px)/2);background:#eef5ec;background:#fbefe2;background:#fffaf4}footer ul.banner{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:50px}footer ul.banner li{width:200px;height:auto;aspect-ratio:40/11;overflow:hidden;margin:3px}footer ul.banner li img{width:100%;height:100%;object-fit:cover}#footer-logo{font-family:var(--zen-maru-font);margin:0 auto;font-size:1.3em;line-height:1.6;margin-bottom:.5em}#footer-logo span{display:block;font-size:.6em;line-height:1.6}#footer-logo figure{width:180px;margin:.3em auto 1em}.footer-box ul.text-link{display:flex;justify-content:center;font-size:.8em;line-height:1.8;margin-bottom:2em}.footer-box ul.text-link li:not(:last-child):after{content:"｜";margin:0 .3em}.footer-box ul.text-link li a{color:var(--base-color)}.footer-box p{font-size:.8em;line-height:1.8;margin-bottom:2em}.footer-box #copyright{font-size:.75em;line-height:1.8}#page-title h1{font-size:1.4em;line-height:1.8;padding:2.4em 0}#page-title h1 span{display:inline-block;position:relative;padding-left:.7em}#page-title h1 span:before{content:"";width:1.1em;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:-.7em;transform:translateY(-50%)}#page-title h1.project span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_project.svg)}#page-title h1.products span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_products.svg)}#page-title h1.topics span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_topics.svg)}#page-title h1.result span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_achievement.svg)}#page-title h1.gachinaga span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_gachinaga.svg)}#page-title h1.apple span:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_apple.svg)}#crumb{box-sizing:border-box;width:1200px;margin:0 auto;padding-top:1em;border-top:1px solid #ccc;font-size:.75em;line-height:1.6}#page #crumb{width:900px}#page #crumb.wide{width:1040px}#crumb>ul{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}#crumb>ul>li:not(:last-child):after{content:">";display:inline-block;transform:scale(.75,1);margin:0 .25em}#crumb>ul>li>a{color:#555}#crumb>ul>li:last-child>a{color:#333;pointer-events:none}#container{box-sizing:border-box;width:100%;padding:60px calc((100% - 1200px)/2) 0;display:flex;justify-content:center;position:relative}#main{width:780px}#page #main{width:900px}#page #main.wide{width:1040px}#side{width:360px;height:100%;margin-left:60px;margin-bottom:5em;position:sticky;top:80px}.product-archive>#main{width:100%}.product-category>#main{width:860px}.product-category>#side{width:280px;margin-left:60px}#main section{text-align:left;margin-bottom:5em}#main section:last-of-type{margin-bottom:8em}#page #main section h2{font-size:1.4em;line-height:1.8;margin-bottom:.75em}#page #main section h2 span{display:inline-block;padding:0 .1em;position:relative;z-index:1}#page #main section h2 span:after{content:"";width:100%;border-bottom:8px solid var(--circle-line);position:absolute;bottom:.15em;left:0;z-index:-1;opacity:.25}#page #main section h3{font-size:1.2em;line-height:1.8;margin-bottom:.25em}section p{margin-bottom:2em}#container.project-container:after{content:"";width:100px;height:160px;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/common/project_footer_illust.png);background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;bottom:0;right:calc((100% - 1200px)/2);transform:translateY(25%)}.project-container .project-category span{display:inline-block;font-size:.9em;line-height:1.8;font-weight:600;color:#fff;background:var(--cf-color);border-radius:9999px;padding:0 2em 0 3em;margin-bottom:1.5em;position:relative}.project-container .project-category span:before{content:"";width:1em;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:1.75em;transform:translateY(-50%);background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_flag.svg)}.project-title{margin-bottom:3em}.project-title>h1{font-size:1.75em;line-height:1.6;margin-bottom:.75em}ul.project-tag{display:flex;flex-wrap:wrap;font-size:.85em;line-height:1.8}ul.project-tag li:not(:last-child){margin-right:1.5em}ul.project-tag li a{color:var(--base-color)}ul.project-tag li a:hover{color:var(--link-color)}ul.project-tag li a:before{content:"#"}.project-image{margin-bottom:3em}.project-image figure{border-radius:7px;overflow:hidden}.project-image ul.project-slider .slide{height:auto;aspect-ratio:3/2;border-radius:7px;overflow:hidden}.project-image .slide img{width:100%;height:100%;object-fit:cover}.project-image ul.thumbnail-slider{margin:1em auto 3em}.project-image ul.thumbnail-slider .slide{width:183px !important;height:auto;aspect-ratio:16/9;border-radius:5px;overflow:hidden;position:relative;cursor:pointer}.project-image ul.thumbnail-slider .slide:not(:last-of-type){margin-right:16px}.project-contents h2{font-size:1.3em;line-height:1.6;position:relative;padding-left:1.5em;margin-bottom:1em;margin-top:4em}.project-contents h2:before{content:"";width:1em;border-top:3px solid var(--cf-color);position:absolute;top:.75em;left:0}.project-contents h3{font-size:1.1em;line-height:1.6;margin-bottom:.5em}.project-contents .text-box{margin-bottom:4em}.project-contents .text-box p{margin-bottom:1em}.project-contents .text-box>ul,.project-contents .text-box>ol{margin-bottom:1em}.project-contents .text-box>ul>li{list-style:disc outside;margin:0 0 .5em 1.25em}.project-contents .text-box>ol>li{list-style:decimal outside;margin:0 0 .5em 1.25em}.project-contents .photo-box{margin-bottom:3em}.project-contents .photo-box figure{text-align:center;margin:0 auto 1.5em}.project-contents .photo-box figure img{width:auto;height:auto;max-width:100%;border-radius:7px;overflow:hidden;margin:0 auto}.project-contents .photo-box figure figcaption{font-size:.8em;line-height:1.6;margin:.5em auto 0}.project-contents .photo-box.photo-left,.project-contents .photo-box.photo-right{display:flex;align-items:flex-start}.project-contents .photo-box.photo-left{flex-direction:row}.project-contents .photo-box.photo-right{flex-direction:row-reverse}.project-contents .photo-left figure{width:300px;margin-right:1.5em}.project-contents .photo-right figure{width:300px;margin-left:1.5em}.project-contents .photo-box .text-box{flex:1;margin-bottom:0}.project-contents ul.photo-list{display:flex;flex-wrap:wrap;gap:1rem 2%;margin-bottom:2em}.project-contents ul.photo-list li{list-style:none;margin:0}.project-contents ul.photo-list li>figure{width:100%;height:auto;aspect-ratio:3/2;border-radius:7px;overflow:hidden}.project-contents ul.photo-list li>figure>img{width:100%;height:100%;object-fit:cover}.project-contents ul.photo-list li figcaption{margin-top:.5em;text-align:center;font-size:.85em;line-height:1.6}.project-contents ul.photo-list.column2 li{width:49%}.project-contents ul.photo-list.column3 li{width:32%}.project-contents .project-movie{width:100%;height:auto;aspect-ratio:16/9;overflow:hidden;margin-bottom:3em}.project-contents .project-movie iframe{width:100%;height:100%}.project-contents .usage-box{margin:5em 0;background:rgba(74,193,61,.07);border-radius:7px;padding:1.3em 2em 1.5em}.project-contents .usage-box p:last-of-type{margin-bottom:0}.project-contents .project-table-box .text-box{margin-bottom:2em}table.project-table{width:100%;border-collapse:collapse;margin-bottom:2.5em}table.project-table tr{border-top:1px solid #ccc;border-bottom:1px solid #ccc}table.project-table tr th{font-size:.95em;line-height:1.8;font-weight:500;white-space:nowrap;padding:1em 2.5em 1em .5em;text-align:left;vertical-align:top}table.project-table tr td{font-size:1em;line-height:1.8;padding:1em .5em 1em 0;text-align:left;vertical-align:top}table.project-table tr td p{margin-bottom:1em}table.project-table tr td p:last-of-type{margin-bottom:0}table.project-table tr td ul.delivery-list{display:flex;flex-wrap:wrap;align-items:center}ul.delivery-list li{display:block;font-size:.85em;line-height:1.8;font-weight:500;border:1px solid var(--base-light-color);border-radius:3px;padding:0 .8em;margin-right:.6em}ul.delivery-list li.method01{border-color:#c17e3d;color:#c17e3d}ul.delivery-list li.method02{border-color:#1090f0;color:#1090f0}ul.delivery-list li.method03{border-color:#00bfff;color:#00bfff}ul.delivery-list li.method04{border-color:#2e8b57;color:#2e8b57}ul.delivery-list li.method05{border-color:brown;color:brown}section .project-report h2{font-size:1.3em;line-height:1.6;position:relative;padding-left:1.5em;margin-bottom:1em}section .project-report h2:before{content:"";width:1em;border-top:3px solid var(--cf-color);position:absolute;top:.75em;left:0}section ul.report-list{display:flex;flex-wrap:wrap}section ul.report-list li{width:31%;margin:0 3.5% 2em 0}section ul.report-list li:nth-child(3n){margin-right:0}section ul.report-list li a{display:block;text-decoration:none;color:var(--base-color)}section ul.report-list li a figure{box-sizing:border-box;width:100%;height:auto;aspect-ratio:3/2;border-radius:11px;overflow:hidden;border:1px solid #eee;margin-bottom:.5em}section .project-report ul.report-list li a figure{margin-bottom:.25em;border-radius:7px}section ul.report-list li a figure img{width:100%;height:100%;object-fit:cover}section ul.report-list li a .entry-date{font-size:.75em;line-height:1.6}section ul.report-list li a .entry-cat{font-size:.75em;line-height:1.8;margin-top:.6em}section ul.report-list li a h3.entry-title{font-size:1em;line-height:1.6;color:var(--link-color)}section .project-report ul.report-list li a h3.entry-title{font-size:.9rem;line-height:1.6}section ul.report-list li a:hover h3.entry-title{text-decoration:underline}section .project-comment h2{font-size:1.3em;line-height:1.6;position:relative;padding-left:1.5em;margin-bottom:1em}section .project-comment h2:before{content:"";width:1em;border-top:3px solid var(--cf-color);position:absolute;top:.75em;left:0}@media screen{.project-contents .gachinaga-information{height:0;overflow:hidden}}.project-comment #comments{box-sizing:border-box;width:100%;margin:0 auto}.project-comment #comments>#wpdcom{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0}.project-comment #comments>#wpdcom input:required{box-shadow:none}.project-comment #comments>#wpdcom>.wpd-form-wrap{box-sizing:border-box;width:100%;padding:25px 30px;background:#f3f3f3;margin-top:2.5em}.project-comment #comments>#wpdcom>.wpd-form-wrap>.wpd-form-head{display:none}.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-textarea-wrap{display:block;padding:0;margin-bottom:10px}.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-textarea-wrap .wpd-editor-buttons-right{display:none}.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea{box-sizing:border-box;width:100%;min-height:100px !important;margin:0;padding:.5em 1em;outline:none;-webkit-appearance:none;appearance:none;border-radius:3px;outline:none;background:#fcfcfc;border:1px solid #ccc;width:100%;font-size:1em;line-height:1.8;color:var(--base-color);box-shadow:none}.project-comment #comments>#wpdcom .wpd-form .wpd-form-row{display:flex;justify-content:space-between}.project-comment #comments>#wpdcom .wpd-form .wpd-form-row .wpd-form-col-left,.project-comment #comments>#wpdcom .wpd-form .wpd-form-row .wpd-form-col-right{width:49%;float:none}.project-comment #comments>#wpdcom .wpd-form .wpd-form-row .clearfix{display:none}.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-item{padding:0}.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-item .wpd-field-icon{font-size:1em;line-height:1;position:absolute;top:50%;left:.8em;transform:translateY(-50%)}.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-item input[type=text],.project-comment #comments>#wpdcom .wpd-form .wpdiscuz-item input[type=email]{box-sizing:border-box;margin:0;padding:0;-webkit-appearance:none;appearance:none;border-radius:3px;outline:none;background:#fcfcfc;border:1px solid #ccc;width:100%;height:42px;font-size:1em;line-height:1.8;color:var(--base-color);text-indent:2.2em}.project-comment #comments>#wpdcom .wpd-form .wc-field-submit{box-sizing:border-box;display:block;width:100%;padding:0;text-align:left;margin-top:15px}.project-comment #comments>#wpdcom .wpd-form .wc-field-submit input[type=submit]{box-sizing:border-box;display:block;width:60%;height:42px;margin:0 0 0 auto;padding:0;outline:none;-webkit-appearance:none;appearance:none;border-radius:9999px;border:none;font-family:var(--default-font);font-size:.95em;line-height:42px;font-weight:600;cursor:pointer;box-shadow:none;transition:.3s}.project-comment #comments>#wpdcom>#wpd-threads{margin-top:2.5em}.project-comment #comments>#wpdcom>#wpd-threads .wpd-thread-list{padding:0}.project-comment #comments>#wpdcom>#wpd-threads .wpd-thread-list>.comment:not(:last-of-type){box-sizing:border-box;width:100%;padding:1.5em 0;border-bottom:1px dashed #ccc;position:relative}.project-comment #comments>#wpdcom .wpd-comment .wpd-comment-wrap{padding:0}.project-comment #comments>#wpdcom .wpd-comment .wpd-comment-header{padding:0}.project-comment #comments>#wpdcom .wpd-comment .wpd-comment-right{width:100%;padding:0}.project-comment #comments>#wpdcom .wpd-comment .wpd-reply{margin-left:4em;margin-top:1em}.project-comment #comments>#wpdcom .wpd-comment .wpd-reply-to{margin-bottom:.5em;border:none;padding:0}.project-comment #comments>#wpdcom .wpd-comment .wpd-comment-text{font-size:.95em;line-height:1.6;color:var(--base-color)}.project-comment #comments>#wpdcom .wpd-comment .wpd-comment-text p:not(:last-of-type){margin-bottom:1em}.project-comment #comments>#wpdcom .wpd-comment .wpd-reply .wpd-form{margin:1em 0 0}ul.product-tag{display:flex;flex-wrap:wrap;font-size:.85em;line-height:1.8}ul.product-tag li{position:relative;padding-left:1.3em}ul.product-tag li:before{content:"";width:1em;height:auto;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:0;transform:translateY(-50%)}ul.product-tag li.category:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_item_category.svg)}ul.product-tag li.area:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_item_area.svg)}ul.product-tag li.amount:before{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_item_amount.svg)}ul.product-tag li:not(:last-child){margin-right:1.5em}ul.product-tag li a{color:var(--base-color)}ul.product-tag li a:hover{color:var(--link-color)}.product-overview{margin-bottom:3em}.product-image{margin-bottom:3em}.product-image figure,.product-image ul.product-slider{border-radius:7px;overflow:hidden}.product-image ul.product-slider .slide{height:auto;aspect-ratio:3/2;overflow:hidden}.product-image .slide img{width:100%;height:100%;object-fit:cover}.product-image ul.thumbnail-slider{margin:1em auto 3em}.product-image ul.thumbnail-slider .slide{width:183px !important;height:auto;aspect-ratio:16/9;border-radius:5px;overflow:hidden;position:relative;cursor:pointer}.product-image ul.thumbnail-slider .slide:not(:last-of-type){margin-right:16px}.product-contents h2{font-size:1.3em;line-height:1.6;position:relative;padding-left:1.5em;margin-bottom:1em;margin-top:4em}.product-contents h2:before{content:"";width:1em;border-top:3px solid var(--item-color);position:absolute;top:.75em;left:0}#side .print a{display:flex;justify-content:flex-end;align-items:center;text-decoration:none;padding:10px 5px}#side .print a .text-box{font-size:.85em;line-height:1.8;color:var(--base-light-color);margin-right:.5em}#side .print a:hover .text-box{color:var(--base-color)}#side .print a img{width:24px}#side .donation-box{border-radius:11px;padding:1.5em 2em 2em;margin-bottom:1em}#side .donation-box.project{background:rgba(74,193,61,.1);background:#eef5ec}#side .donation-box.product{background:var(--item-color);background:rgba(255,140,0,.07)}.donation-box .currently{display:flex;justify-content:space-between;align-items:baseline;font-size:.9em;line-height:1.8;font-weight:600;margin-bottom:1.5em}.donation-box .currently strong{font-size:1.85em}.donation-box .overview{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5em}.donation-box .graph{width:100px;margin-right:15px}.donation-box .graph .circle{width:100px;height:100px}.donation-box .overview .text-box{flex:1;text-align:left}.donation-box ul.donation-data li.time{border-top:1px dashed #999;margin-top:.5em;padding-top:.4em;font-size:1rem;line-height:1.8;font-weight:600}.donation-box ul.donation-data li.time:before{transform:translateY(calc(-50% + .25em))}.donation-box>.donation-period{margin-top:-.5em}.donation-box>.currently+.donation-period{margin-top:-1.5em}.donation-box>.donation-period+.cart-box,.donation-box>.donation-period+p{margin-top:1.5em}.donation-box>.donation-period ul.donation-data{justify-content:flex-end;margin-top:0 !important}.donation-box>.donation-period ul.donation-data li.time{border-top:none;margin-top:0}.donation-box .cart-box{background:#fff;border-radius:9px;padding:1em 1.5em;margin-bottom:1em}.cart-box table{width:100%;border-collapse:collapse}.cart-box table th{font-size:.9em;line-height:1.8;font-weight:400;padding:5px 0;text-align:right;vertical-align:middle}.cart-box table td{padding:5px 0;vertical-align:middle}.cart-box .cartjs_box{padding:0 !important}.cartjs_product_table table{width:100% !important;margin:0 !important}.cartjs_product_table table tr th{width:25%;padding:5px 0 !important;font-weight:500 !important;text-align:right;vertical-align:middle;white-space:nowrap;color:transparent;position:relative;text-indent:-9999px}.cartjs_product_table table tr th:after{color:var(--base-color);position:absolute;top:50%;right:0;transform:translateY(-50%)}.cartjs_product_table table tr:first-child th:after{content:"寄付数："}.cartjs_product_table table tr:nth-child(2) th:after{content:"金額："}.learning-cart .cartjs_product_table table tr:nth-child(3) th:after{content:"学校名："}.donation3305 .cartjs_product_table table tr:nth-child(3) th:after{content:"活動："}.donation3613 .cartjs_product_table table tr:nth-child(3) th:after{content:"支援分野："}.cartjs_product_table table tr td{width:75%;padding:5px 0 !important;vertical-align:middle;position:relative}.cartjs_product_table table tr td input[type=text],.cartjs_product_table table tr.cartjs_option td select{box-sizing:border-box;width:100% !important;height:38px !important;padding:0 !important;font-size:1em;line-height:1.8 !important;color:var(--base-color) !important;text-indent:1em !important;background:#fff !important;border:1px solid #ccc !important;border-radius:3px !important;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cartjs_product_table table tr.cartjs_option td:after{content:"";border-top:.5em solid var(--circle-line);border-left:.45em solid transparent;border-right:.45em solid transparent;position:absolute;top:50%;right:.8em;z-index:0;transform:translateY(-50%);background:0 0}.cartjs_cart_in{width:100% !important;text-align:center !important;margin:.5em auto 0 !important;border-radius:9999px !important;overflow:hidden !important;position:relative}.cartjs_cart_in input[type=submit]{width:100% !important;height:42px !important;font-weight:700 !important;letter-spacing:2px !important;margin:0 auto !important;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:-9999px;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/common/button_donation_on.png);background-repeat:no-repeat;background-position:center center;background-size:cover}.cartjs_cart_in input[type=submit]:hover{background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/common/button_donation_on.png)}.learning-cart-box{background:#fff;border-radius:9px;padding:.45em 1.5em;margin-bottom:.5em}.learning-cart-box .learning-type{font-size:.95em;line-height:1.8;font-weight:600;text-align:left;position:relative;padding:0 2.5em 0 0;cursor:pointer}.learning-cart-box .learning-type:after{content:"";width:.5em;height:auto;aspect-ratio:1/1;border-right:2px solid var(--main-color);border-bottom:2px solid var(--main-color);position:absolute;top:.5em;right:0;transform:rotate(45deg);transition:.2s}.learning-cart-box .learning-type.open:after{top:.75em;transform:rotate(585deg);transition:.2s}.learning-cart-box .learning-cart{display:none;margin:.5em 0 .8em}.learning-cart-box .learning-cart.open{display:block}.donation-box .learning-cart-box .cart-box{padding:0;margin:0}#side .donation-box p{font-size:.85em;line-height:1.6;text-align:left;margin-bottom:1em}#side .donation-box p:last-of-type{//margin-bottom:0}#side .donation-box ul{font-size:.85em;line-height:1.6;text-align:left;margin-top:.8em}#side .donation-box ul.kigou-list>li{font-weight:600;//color:var(--key-color)}#side .donation-box .link-box h3{display:inline-block;margin:0 auto;font-size:.9rem;line-height:2;color:#fff;background:var(--item-color);border-radius:9999px;padding:0 1.5em;position:relative;margin-bottom:1em}#side .donation-box .link-box h3:after{content:"";border-top:10px solid var(--item-color);border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;bottom:0;left:50%;transform:translate(-50%,100%)}#side .donation-box ul.link-list{margin-bottom:.5em}#side .donation-box ul.link-list li{margin-bottom:.5em}#side .donation-box ul.link-list li a{display:block;text-decoration:none;font-size:1em;line-height:1.8;font-weight:600;color:var(--base-color);text-align:center;background:#fff;padding:1em 0;border-radius:5px;position:relative;box-shadow:2px 2px 3px #999;transition:.2s}#side .donation-box ul.link-list li a:after{content:"";border-left:.5em solid var(--item-color);border-top:.5em solid transparent;border-bottom:.5em solid transparent;position:absolute;top:50%;right:1em;transform:translateY(-50%);transition:.2s}#side .donation-box ul.link-list li a:hover{color:#fff;background:var(--item-color);box-shadow:none;transition:.2s}#side .donation-box ul.link-list li a:hover:after{border-left-color:#fff;transition:.2s}#side .donation-box .link-box .link-caution{font-size:.8em;line-height:1.8;text-align:center;margin-top:1em}#side .donation-box .outside-period{margin-top:-.5em;background:#fff;border-radius:5px;padding:1em}#side .donation-box .outside-period p{font-weight:600;color:#d00;text-align:center;margin:0}#side .item-category-box ul{font-size:.95em;line-height:1.8;text-align:left}#side .item-category-box>ul{border-top:1px dashed #ccc;padding-top:.5em}#side .item-category-box ul li{position:relative;font-weight:500;padding-left:1.2em;cursor:pointer}#side .item-category-box ul li span{display:block;position:relative}#side .item-category-box ul li span:after{content:"";width:.5em;height:auto;aspect-ratio:1/1;border-right:1px solid var(--base-light-color);border-bottom:1px solid var(--base-light-color);position:absolute;top:50%;right:.5em;transform:translateY(-100%) rotate(45deg);transition:.2s}#side .item-category-box ul li span.open:after{transform:translateY(-50%) rotate(225deg);transition:.2s}#side .item-category-box ul li a{display:block;text-decoration:none;color:var(--base-color)}#side .item-category-box ul li a:hover{color:var(--link-color)}#side .item-category-box ul li:before{content:"・";position:absolute;top:0;left:0}#side .item-category-box>ul>li{padding-bottom:.5em;margin-bottom:.5em;border-bottom:1px dashed #ccc}#side .item-category-box>ul>li>ul{display:none}#side .sns-share-box>.addtoany_shortcode>.addtoany_list{justify-content:center}ul.item-amount-menu{display:flex;justify-content:space-between;margin-bottom:2.5em}ul.item-amount-menu li{box-sizing:border-box;width:20%;margin:0 5px}ul.item-amount-menu li a{display:block;text-decoration:none;font-size:.9em;line-height:1.6;font-weight:500;color:var(--base-light-color);text-align:center;background:#f3f3f3;border-radius:9999px;padding:.6em 0;position:relative}ul.item-amount-menu li a:hover{background:#ccc}ul.item-amount-menu li.active a{color:#fff;background:var(--item-color);pointer-events:none;cursor:default}ul.item-amount-menu li.active a:after{content:"";border-top:10px solid var(--item-color);border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;bottom:0;left:50%;transform:translate(-50%,100%)}section>.item-archive-box>h2{font-size:1.05em;line-height:1.8;margin-bottom:1em}section>.item-archive-box>h2>strong{font-size:1.3em}section>.item-archive-box>h2>.parent-cat:before{content:"-";margin:0 .5em 0 .75em}section>.item-archive-box>h2>.parent-cat:after{content:"-";margin:0 .5em}section>.item-archive-box>.item-billboard{margin-bottom:3.5em}section>.item-archive-box>.item-billboard>figure{width:100%;height:auto;aspect-ratio:16/9;overflow:hidden;border-radius:7px;position:relative}section>.item-archive-box>.item-billboard>figure img{width:100%;height:100%;object-fit:cover}section>.item-archive-box>.item-billboard>figure figcaption{box-sizing:border-box;width:360px;background:#fff;background:rgba(255,255,255,.98);border-radius:7px;padding:2em 1.5em;text-align:center;position:absolute;top:50%;left:25px;transform:translateY(-50%)}section>.item-archive-box>.item-billboard>figure figcaption>h2{padding-bottom:.1em;white-space:nowrap;border-bottom:2px solid var(--item-color)}section>.item-archive-box>.item-billboard>.description-box{display:flex;justify-content:space-between;margin:2.5em 0 0;padding-bottom:3.5em;border-bottom:1px dashed #ccc}.item-billboard>.description-box>figure{width:360px;height:auto;aspect-ratio:3/2;border-radius:7px;overflow:hidden;margin-right:25px}.item-billboard>.description-box>.text-box{flex:1}section .item-billboard>.description-box>.text-box>h3{font-size:1.15em;line-height:1.6;margin-bottom:.5em}section .item-billboard>.description-box>.text-box>p{margin-bottom:0}ul.project-menu{display:flex;justify-content:center;margin-bottom:2.5em}ul.project-menu li{box-sizing:border-box;width:20%;margin:0 5px}ul.project-menu li a{display:block;text-decoration:none;font-size:.9em;line-height:1.6;font-weight:500;color:var(--base-light-color);text-align:center;background:#f3f3f3;border-radius:9999px;padding:.6em 0}ul.project-menu li a:hover{background:#ccc}ul.project-menu li.active a{color:#fff;background:var(--item-color);pointer-events:none;cursor:default}ul.project-menu li.cf.active a{background:var(--cf-color)}ul.project-menu li.general.active a{background:var(--general-color)}section>.project-archive-box>h2{font-size:1.3em;line-height:1.8;margin-bottom:1em;position:relative;padding-left:1.4em}section>.project-archive-box>h2:before{content:"";width:1.1em;height:auto;aspect-ratio:1/1;border-radius:100%;background-repeat:no-repeat;background-position:center center;background-size:55% auto;position:absolute;top:50%;left:0;transform:translateY(-50%)}section>.project-archive-box>h2.cf-project:before{background-color:var(--cf-color);background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_flag.svg)}section>.project-archive-box>h2.general-project:before{background-color:var(--general-color);background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_heart.svg)}ul.project-list{display:flex;flex-wrap:wrap;margin-bottom:1.5em}ul.project-list>li{box-sizing:border-box;//border:1px solid #ccc;//border-radius:11px;//overflow:hidden;margin-bottom:2.5em}ul.project-list>li{width:31%;margin-right:3.5%}ul.project-list>li:nth-child(3n){margin-right:0}ul.project-list>li>a{display:block;text-decoration:none;color:var(--base-color);background:#fff;position:relative}ul.project-list>li>a figure{width:100%;height:auto;aspect-ratio:3/2;border-radius:11px;overflow:hidden}ul.project-list>li>a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}ul.project-list>li>a:hover figure img{transform:scale(1.05);transition:.2s ease-in}ul.project-list>li>a .text-box{text-align:left;padding:1em 0 0;position:relative}ul.project-list>li>a .cat{display:inline-block;font-size:.75em;line-height:1.8;font-weight:500;padding:0 1em;background:#fff;border:1px solid #ccc;border-radius:9999px;overflow:hidden;margin-bottom:5px}ul.project-list>li>a h3{font-size:1em;line-height:1.6;color:var(--link-color);text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:10px}ul.project-list>li>a:hover h3{text-decoration:underline}ul.project-list>li>a .graph{width:86px;padding:6px;position:absolute;top:0;right:-10px;transform:translateY(-75%)}ul.project-list>li>a .graph .circle{width:74px;height:74px}ul.project-list>li>a .graph .rating{//color:var(--cf-color)}ul.project-list>li>a .graph .rating strong{font-size:1.5rem}.product-archive #main section{text-align:center}.product-archive #main section>h2{font-size:1.4em;line-height:1.8;margin-bottom:.75em}.product-archive #main section>h2 span{display:inline-block;padding:0 .1em;position:relative;z-index:1}.product-archive #main section>h2 span:after{content:"";width:100%;border-bottom:8px solid var(--circle-line);position:absolute;bottom:.15em;left:0;z-index:-1;opacity:.25}.past-project-archive{display:flex;align-items:center}.past-project-archive>h2{font-size:1.2em;line-height:1.8;margin-right:2.5em}.past-project-archive>ul.past-project-list{display:flex}.past-project-archive>ul.past-project-list>li:not(:last-child){margin-right:1em}.past-project-archive>ul.past-project-list>li>a{display:block;text-decoration:none;font-size:.95em;line-height:2;font-weight:600;padding:.6em 3.5em;border:1px solid var(--link-color);border-radius:.5em;transition:.2s}.past-project-archive>ul.past-project-list>li>a:hover{background:var(--link-color);color:#fff;transition:.2s}#page ul.project-list{margin-bottom:0;margin-top:.5em}#page ul.project-list>li{margin-bottom:1.5em}#page ul.project-list>li>a .text-box{padding:.75em 0 0;position:relative}#page ul.project-list>li>a .cat{font-size:.7em;line-height:1.8;font-weight:500;margin-bottom:0}#page #main section ul.project-list>li>a h3{font-size:1em;line-height:1.6}section>.entry-billboard{width:100%;height:auto;aspect-ratio:3/2;overflow:hidden;margin-bottom:3.5em}section>.entry-billboard img{width:100%;height:100%;object-fit:cover}section>.entry-title{margin-bottom:3.5em}section>.entry-title .entry-date{font-size:.9em;line-height:1.8}section>.entry-title>h1{font-size:1.5em;line-height:1.6}.sns-share-box>.addtoany_shortcode>.addtoany_list{display:flex}.sns-share-box>.addtoany_shortcode>.addtoany_list>a{display:block;padding:0 5px 0 0}section>.entry-title>.sns-share-box{margin-top:2.5em}section>.entry-body h2{font-size:1.3em;line-height:1.6;margin-bottom:.5em}section>.entry-body h3{font-size:1.05em;line-height:1.6;margin-bottom:.5em}section>.entry-body hr{width:100%;border:none;border-top:1px solid #ccc;margin:2em 0}section>.entry-body ul,section>.entry-body ol{margin-bottom:2em}section>.entry-body ul li{list-style:disc outside;margin-left:1.3em;margin-bottom:.5em}section>.entry-body ol li{list-style:decimal outside;margin-left:1.3em;margin-bottom:.5em}section>.entry-body .alignleft,section>.entry-body .alignright{display:inline-block;float:none}section>.entry-body img.alignleft{margin:0 15px 15px 0}section>.entry-body img.alignright{margin:0 0 15px 15px}section>ul.entry-bottom{display:flex;justify-content:center;border-top:1px solid #ccc;margin-top:2em;padding-top:1em;font-size:.75em;line-height:1.6;color:#555}section>ul.entry-bottom li:not(:last-child):after{content:"｜";margin:0 .5em}section>ul.entry-bottom li a{color:#555}section>.report-project-box{box-sizing:border-box;width:100%;background:#f5f5f5;padding:1.5em 2.5em 2em}.report-project-box>.related-project-label{font-size:.95em;line-height:1.8;font-weight:600;margin-bottom:.5em}section>.report-project-box>a{display:flex;justify-content:space-between}.report-project-box>a>figure{width:200px;height:auto;aspect-ratio:3/2;overflow:hidden;margin-right:1.5em}.report-project-box>a>figure img{width:100%;height:100%;object-fit:cover}.report-project-box>a>.text-box{flex:1}.report-project-box>a>.text-box>h2{font-size:1.1em;line-height:1.8}.item-specialty-box{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding-bottom:5em;border-bottom:1px dashed #ccc}section>.item-specialty-box>h2{width:280px;//margin-right:80px}section>.item-specialty-box>h2 a{display:block;text-decoration:none;box-sizing:border-box;width:200px;font-size:1.05rem;line-height:2;color:var(--base-color);color:#fff;text-align:center;background:var(--item-color);border-radius:9999px;border:1px solid var(--base-light-color);background:#fff;color:var(--base-light-color)}.item-specialty-box ul.item-specialty-list{flex:1}ul.item-specialty-list li.image_no{list-style:disc outside;margin-left:1.4em;margin-bottom:.1em}ul.item-specialty-list li.image_yes{list-style:none;width:100%;margin-bottom:2em}ul.item-specialty-list li.image_yes a{display:flex;justify-content:space-between;text-decoration:none;color:var(--base-color)}ul.item-specialty-list li.image_yes a figure{width:360px;height:auto;aspect-ratio:16/9;border-radius:7px;overflow:hidden;margin-right:1.5em}ul.item-specialty-list li.image_yes a figure img{width:100%;height:100%;object-fit:cover;transition:.2s ease-in}ul.item-specialty-list li.image_yes a:hover figure img{transform:scale(1.1);transition:.2s ease-in}ul.item-specialty-list li.image_yes a .text-box{flex:1}ul.item-specialty-list li.image_yes a h3{font-size:1.3em;line-height:1.8;color:var(--link-color);margin-bottom:.5em}ul.item-specialty-list li.image_yes a:hover h3{text-decoration:underline}ul.item-specialty-list li.image_yes a p{font-size:.95em;line-height:1.8;margin-bottom:0}ul.item-specialty-list li.image_yes a p strong{font-size:1.05rem;line-height:1.8}figure.governor{width:280px;float:right;margin:0 0 2em 2em}table.about-table{border-collapse:collapse}table.about-table caption{font-weight:600;text-align:left;margin-bottom:.5em}table.about-table thead tr{background:#f6f6f6}table.about-table thead tr{border-bottom:3px double #ccc;border-top:none}table.about-table thead tr th{font-size:.8em;line-height:1.8;font-weight:500;text-align:center;padding:.5em 1em}table.about-table thead tr th:not(:last-of-type){border-right:1px solid #ccc}table.about-table tr{border-top:1px solid #ccc;border-bottom:1px solid #ccc}table.about-table tr th{font-size:.95em;line-height:1.8;font-weight:500;padding:.75em 1.5em}table.about-table tr td{font-size:.95em;line-height:1.8;font-weight:500;text-align:left;padding:.75em 1.5em;border-left:1px solid #ccc}table.about-table tbody.center tr td{text-align:center}ul.faq-list>li{padding:0 1em 1.5em;margin-top:1.5em;border-bottom:1px dashed #999}ul.faq-list li .question{font-size:1.05em;line-height:1.8;font-weight:600;position:relative;padding:0 3em 0 2.4em;cursor:pointer}ul.faq-list li .question:before{content:"Q";width:28px;height:28px;border-radius:100%;background:var(--key-color);font-size:.95em;line-height:25px;text-align:center;color:#fff;position:absolute;top:5%;left:0}ul.faq-list li .question span{width:1em;height:1em;position:absolute;top:18%;right:0}ul.faq-list li .question span:before{content:"";width:100%;border-top:2px solid var(--key-color);position:absolute;top:50%;left:0;margin-top:-1px}ul.faq-list li .question span:after{content:"";height:100%;border-left:2px solid var(--key-color);position:absolute;top:0;left:50%;margin-left:-1px;transition:.2s}ul.faq-list li .question.open span:after{content:"";height:100%;border-left:2px solid var(--key-color);position:absolute;top:0;left:50%;margin-left:-1px;transform:rotate(-90deg);transition:.2s}ul.faq-list li .answer{display:none;padding:0 3em 0 2.4em;margin:1em 0 2em}ul.focus-area>li{margin-bottom:1em}ul.focus-area>li>a{text-decoration:none;color:var(--base-color);display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;border-radius:11px;overflow:hidden;padding:0}ul.focus-area>li>a>figure{width:460px;height:auto;aspect-ratio:3/2;overflow:hidden;margin-right:1.5em}ul.focus-area>li>a>figure img{width:100%;height:100%;object-fit:cover}ul.focus-area>li>a>.text-box{flex:1;padding-right:1em}#page #main section ul.focus-area>li>a h3{font-size:1.4em;line-height:1.6}#page #main section ul.focus-area>li>a:hover h3{text-decoration:underline;color:var(--link-color)}ul.focus-area>li>a .more{margin-top:2.5em;font-size:.9em;line-height:1.8;text-align:right}ul.application-menu{display:flex;margin-bottom:1em}ul.application-menu li{box-sizing:border-box;margin:0 .5em 0 0;display:block;text-decoration:none;font-size:.9em;line-height:1.6;font-weight:500;color:var(--base-light-color);text-align:center;background:#f3f3f3;border-radius:9999px;padding:.6em 3em;position:relative;cursor:pointer}ul.application-menu li:hover{background:#ccc}ul.application-menu li.active{color:#fff;background:var(--item-color);pointer-events:none;cursor:default}ul.application-menu li.active:after{content:"";border-top:10px solid var(--item-color);border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;bottom:0;left:50%;transform:translate(-50%,100%)}.application-tab{display:none}.application-tab.active{display:block}.application-tab{box-sizing:border-box;width:100%;border:2px solid var(--item-color);border-radius:13px;padding:1.25em 2.5em 1.75em}#page #main section .application-tab h3{border-bottom:1px dashed var(--base-light-color);padding-bottom:.5em;margin-bottom:1em}table.result-table{width:100%;border-collapse:collapse}table.result-table caption{font-size:.8rem;line-height:1.8;text-align:right;margin-bottom:.5em}table.result-table thead tr{border-bottom:1px solid #ccc;background:#f9f9f9}table.result-table thead tr:last-of-type{border-bottom:2px double #999}table.result-table thead tr th{font-size:.8em;line-height:1.8;font-weight:400;text-align:center;padding:.5em}table.result-table thead tr th:not(:last-of-type){border-right:1px solid #ccc}table.result-table tbody tr:not(:last-of-type){border-bottom:1px solid #999}table.result-table tbody tr th{font-size:.9em;line-height:1.8;font-weight:400;text-align:center;white-space:nowrap;padding:.5em}table.result-table tbody tr td{font-size:.9em;line-height:1.8;font-weight:400;text-align:right;padding:.5em 1em;border-left:1px solid #ccc}table.result-table tfoot tr{border-top:2px double #999;background:#f9f9f9}table.result-table tfoot tr th{font-size:.9em;line-height:1.8;font-weight:500;text-align:center;padding:.75em .5em}table.result-table tfoot tr td{font-size:.9em;line-height:1.8;font-weight:500;text-align:right;padding:.75em 1em;border-left:1px solid #ccc}ul.csr-list{margin:1.5em 0}ul.csr-list li{padding:0 .5em 1.5em;margin-top:1.5em;border-bottom:1px dashed #999}ul.csr-list li .csr-title{display:block;position:relative;padding-left:120px;padding-right:2em;cursor:pointer}ul.csr-list li .csr-title .entry-date{font-size:.85em;line-height:1.6;position:absolute;top:.3em;left:0}ul.csr-list li .csr-title .entry-title{font-weight:500;color:var(--link-color)}ul.csr-list li .csr-title span{width:1em;height:1em;position:absolute;top:18%;right:0}ul.csr-list li .csr-title span:before{content:"";border-top:.5em solid var(--base-light-color);border-left:.4em solid transparent;border-right:.4em solid transparent;position:absolute;top:0;left:0;transition:.2s}ul.csr-list li .csr-title.open span:before{transform:translateY(-30%) rotate(-540deg);transition:.2s}ul.csr-list li .csr-contents{display:none;padding:0 2em 1em 120px}#page #main section ul.csr-list li .csr-contents p{margin:1em 0 0}ul.page-menu{display:flex;margin:1.5em 0 1em}ul.page-menu li:not(:last-child){margin-right:1.8em}ul.page-menu li a{display:block;text-decoration:none;font-size:.95em;line-height:1.8;font-weight:600;color:var(--base-light-color);position:relative}ul.page-menu li a:after{content:"";display:block;width:100%;border-bottom:2px solid #999}ul.page-menu li a:hover{color:var(--key-color)}ul.page-menu li a:hover:after{border-bottom-color:var(--key-color)}ul.page-menu li a:hover:before{content:"";border-top:.5em solid var(--key-color);border-left:.5em solid transparent;border-right:.5em solid transparent;position:absolute;bottom:-7px;left:50%;transform:translateX(-50%)}.municipalities .map-box{float:right;position:sticky;top:80px}.municipalities .map-box .map{width:320px}.map-box a .area{fill:rgba(250,249,248,1);fill:rgba(255,140,0,.06);stroke:#999;stroke-width:.08em}.map-box a:hover .area{fill:rgba(255,140,0,.8)}.map-box rect{fill:rgba(255,255,255,1);stroke:#999;stroke-width:.08em}.municipalities .cities-area{display:inline-block;width:calc(100% - 360px)}.cities-area .area-box{padding-top:2em}.cities-area .area-box:not(:first-of-type){margin-top:2em;border-top:1px dashed #ccc}.area-box .area-title{font-size:1.05em;line-height:1.8;font-weight:700;margin-bottom:.25em}.area-box ul.city-list{display:flex;flex-wrap:wrap}.area-box ul.city-list li{width:calc(33.3333% - 1.2em);list-style:disc outside;margin-left:1.2em;margin-bottom:.5em}.area-box ul.city-list li a[target=_blank]:after{content:"";width:.75em;height:auto;aspect-ratio:1/1;background-image:url(//www.gachi-naga.jp/wp/wp-content/themes/gachi-naga/css/pc/../../img/svg/icon_link.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;display:inline-block;margin-left:.25em;position:relative;top:0}.concept-text{font-size:2.2vw;line-height:1.8;font-weight:600;text-align:center;border:4px dotted var(--key-color);padding:1.4em 0}.concept-text strong{display:inline-block;font-size:1.4em;line-height:1.2;margin:0 .1em;padding:0 .1em;background:#ff0}.naming{border:1px solid var(--key-color);border-radius:5px;padding:30px 40px 35px;margin-top:3em}section .naming h3{color:var(--key-color)}.naming .text-box{flex:1}.naming figure{text-align:center;margin:2em auto .5em}.naming figure img{width:65%;height:auto;margin:0 auto}.naming figure figcaption{font-size:1.25em;line-height:1.6;font-weight:600;margin-top:1em}span.feature01{padding:0 .1em .1em;background:linear-gradient(#fff 0%,#fff 80%,var(--cf-color) 80%,var(--cf-color) 100%)}span.feature02{padding:0 .1em .1em;background:linear-gradient(#fff 0%,#fff 80%,var(--item-color) 80%,var(--item-color) 100%)}span.feature03{padding:0 .1em .1em;background:linear-gradient(#fff 0%,#fff 80%,var(--main-color) 80%,var(--main-color) 100%)}ul.feature-list{display:flex;justify-content:space-between;margin-bottom:3em}ul.feature-list li{box-sizing:border-box;width:32.5%;border:2px solid var(--base-color);border-radius:5px;overflow:hidden}ul.feature-list li:nth-child(1){border-color:var(--cf-color)}ul.feature-list li:nth-child(2){border-color:var(--item-color)}ul.feature-list li:nth-child(3){border-color:var(--main-color)}#page #main section ul.feature-list li h3{font-size:1.1em;line-height:2.4;color:#fff;text-align:center}ul.feature-list li:nth-child(1) h3{background-color:var(--cf-color)}ul.feature-list li:nth-child(2) h3{background-color:var(--item-color)}ul.feature-list li:nth-child(3) h3{background-color:var(--main-color)}ul.feature-list li p{margin:.5em 1em 1em}ul.feature-list li h4{font-size:1em;line-height:1.8;text-align:center;margin:0 1em 1em;position:relative}ul.feature-list li h4:before{content:"";border-top:.5em solid var(--item-color);border-left:.5em solid transparent;border-right:.5em solid transparent;position:absolute;top:0;left:50%;transform:translate(-50%,-130%)}.from-staff{border:1px solid var(--base-light-color);border-radius:5px;padding:30px 40px 35px;margin-top:3em;display:flex;justify-content:space-between}.from-staff .text-box{flex:1}.from-staff .text-box p{font-size:.95em;line-height:1.8;margin-bottom:0}.from-staff figure{width:260px;text-align:center;margin-left:35px}.from-staff figure figcaption{font-size:.78em;line-height:1.6;margin-top:.5em}table.contact-table{width:100%;border-collapse:collapse}table.contact-table tr{border-top:1px solid #ccc}table.contact-table tr th{width:200px;padding:25px 20px;padding-left:0;font-weight:500;white-space:nowrap;text-align:left;vertical-align:top;position:relative}table.contact-table tr th.hissu{color:var(--base-color) !important}table.contact-table tr th.hissu:after{display:inline-block;content:"必須";font-size:.8em;line-height:1.6;color:#fff;background:#d00;border-radius:1px;padding:0 1em .1em;position:absolute;top:30px;right:0}table.contact-table tr td{padding:25px 20px;padding-right:0}table.contact-table tr td .caution{font-size:.9em;line-height:1.8;color:#555}table.contact-table tr td.bikou{padding:25px 0;text-align:center}table.contact-table tr td .label{font-size:.9em;line-height:1.8;margin-bottom:.5em}table.contact-table td input.p-postal-code{display:inline-block;width:30%}table.contact-table tr td strong{font-weight:500}table.contact-table tr td .wpcf7-list-item{box-sizing:border-box;width:33%;margin:0}table.contact-table tr td .wpcf7-not-valid-tip{font-size:.9em;line-height:1.8}table.contact-table tr td .acceptance{margin:20px auto 30px;white-space:nowrap}table.contact-table tr td .button-list{display:flex;justify-content:center;margin:30px 0}table.contact-table tr td .button-list input[type=submit],table.contact-table tr td .button-list input[type=button],table.contact-table tr td .button-list input[type=reset]{margin:0 10px}table.contact-table tr td .button-list input[type=reset]{width:180px}.colorme-inputform{box-sizing:border-box;width:100%;height:2548px;overflow:hidden;border:1px solid #ccc;position:relative}.colorme-inputform ul.caution li{box-sizing:border-box;width:280px;font-size:.8em;line-height:1.8;color:#fff;padding:.5em 1em;padding-left:2.2em;border-radius:5px;background:rgba(0,0,0,.75);position:absolute}.colorme-inputform ul.caution li:before{content:"①";position:absolute;top:.5em;left:1em}.colorme-inputform ul.caution li:nth-child(2):before{content:"②"}.colorme-inputform ul.caution li:nth-child(3):before{content:"③"}.colorme-inputform ul.caution li:nth-child(4):before{content:"④"}.colorme-inputform ul.caution li:nth-child(5):before{content:"⑤"}.colorme-inputform ul.caution li:nth-child(1){top:36px;right:15px}.colorme-inputform ul.caution li:nth-child(2){top:200px;left:230px}.colorme-inputform ul.caution li:nth-child(3){top:230px;right:15px}.colorme-inputform ul.caution li:nth-child(4){bottom:320px;left:30px}.colorme-inputform ul.caution li:nth-child(5){bottom:160px;right:30px}