@charset "utf-8";:root{--default-font:'Noto Sans JP',sans-serif;--serif-font:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;--google-icon:'Material Symbols Outlined';--bootstrap:'bootstrap-icons';--main-color:#c40003;--key-color01:#004ea2;--key-color02:#5ebfd0;--link-color:#127eb5;--base-color:#222;--base-light-color:#666;--normal:400;--bold:600;--side-padding:3.5rem}header{box-sizing:border-box;width:100%;background:#f5f5f5;padding:1rem var(--side-padding);display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:50%;z-index:1000;transform:translateX(-50%);transition:.2s}.white header{background:#fff}header>#logo>h1{font-size:1.6rem;line-height:1.8}header>#logo>h1>a{display:block;text-decoration:none;color:var(--base-color)}header>nav#global-nav>ul{display:flex;justify-content:flex-end;align-items:center;gap:0 1.25rem}header>nav#global-nav>ul>li{font-size:.925rem;line-height:1.8;font-weight:var(--bold)}header>nav#global-nav>ul>li>a{display:block;text-decoration:none;color:var(--base-color);position:relative}header>nav#global-nav>ul>li:not(:last-child)>a:after{content:"";width:100%;height:.1rem;background:var(--base-color);position:absolute;bottom:-.1rem;left:0;transition:.2s;transform:scaleX(0);transform-origin:top left}header>nav#global-nav>ul>li:not(:last-child)>a:hover:after{transform:scaleX(1)}header>nav#global-nav>ul>li:last-child>a{color:#fff;background:var(--main-color);border-radius:9999px;padding:.5em 2em;filter:drop-shadow(1px 1px 3px #ccc)}#billboard{box-sizing:border-box;width:100%;height:100vh;max-width:1600px;padding:80px var(--side-padding) 60px;margin:0 auto;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:0 2.5rem}#billboard>.billboard-image{width:52%;height:100%;height:calc(100vh - 140px);overflow:hidden;border-radius:1rem}#billboard .swiper-container,#billboard .billboard-slider{width:100%;height:100%}#billboard>.billboard-image .swiper-slide img{width:100%;height:100%;object-fit:cover}#billboard>.text-box{flex:1;text-align:left}#billboard>.text-box>h1{font-size:2.1rem;line-height:1.6;color:var(--main-color);margin-bottom:.5em}#billboard>.text-box>p{font-size:1.15rem;line-height:1.8;font-weight:var(--bold)}.marker{background:linear-gradient(transparent 70%,#ff0 70%)}#container.contents{margin-top:120px}.index-contents{box-sizing:border-box;width:100%;max-width:1600px;padding:0 var(--side-padding);margin:0 auto;margin-bottom:10rem}.index-contents section{box-sizing:border-box;width:100%;padding:3rem 3.5rem;background:#fff;border-radius:.75rem;filter:drop-shadow(1px 1px 4px #eee)}.index-contents h2{font-size:1.75rem;line-height:1.8;position:relative}.index-contents h3{font-size:1.4rem;line-height:1.6;position:relative}#problem h2>div{font-size:.75em;color:var(--main-color)}ul.problem-list{display:flex;justify-content:center;flex-wrap:wrap;gap:0 3rem;margin:1.5rem auto 0}ul.problem-list>li{box-sizing:border-box;width:calc((100% - 3.0rem * 3) / 4)}ul.problem-list>li>figure{width:84%;margin:0 auto}ul.problem-list>li>figcaption{font-size:1rem;line-height:1.6;font-weight:var(--bold);margin-top:.5em;//border-radius:9999px;//border:1px solid #999;//padding:.75rem 1.5rem}#problem .solution{font-size:2rem;line-height:1.6;font-weight:var(--bold);margin:4rem auto 0}#problem .solution>div{font-size:.75em}#problem .solution>strong{font-weight:var(--bold);color:var(--main-color)}#feature.index-contents{background:#fff;padding:4rem var(--side-padding);border-radius:1.5rem}#feature.index-contents>p{margin-bottom:4rem}.feature>.feature-detail:not(:last-of-type){margin-bottom:3rem}.feature-detail{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:0 3rem;overflow:hidden;position:sticky;top:100px;z-index:1;box-sizing:border-box;width:100%;padding:3rem;background:#f9f9f9;border-radius:.75rem;transform-origin:top center;transition:.3s}.feature-detail.stacked{transform:scale(.96);background:#fff}.feature-detail figure{box-sizing:border-box;width:46%;height:100%;overflow:hidden;border-radius:.5rem}.feature-detail figure>img{width:100%;height:100%;object-fit:cover}.feature-detail>.text-box{flex:1;text-align:left}.feature-detail>.text-box>h3{font-size:1.5rem;line-height:1.6;//color:var(--main-color);margin-bottom:.5em}.feature-detail>.text-box>h3:before{content:attr(data-feature);display:block;width:fit-content;font-size:.65em;line-height:2;color:var(--main-color);text-transform:capitalize;border-bottom:1px solid var(--main-color);margin-bottom:1em}.feature-detail>.text-box>p{font-size:1.05rem}.feature-detail>.text-box>ul{margin-top:1.5em}ul.feature-list{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem 1rem}ul.feature-list>li{box-sizing:border-box;width:calc((100% - 1.0rem * 2) / 3);background:#fff;border-radius:.75rem;padding:1.5rem 2rem;text-align:left}ul.feature-list>li>h3{font-size:1.15rem;line-height:1.6;color:#fff;text-align:center;background:var(--base-color);border-radius:9999px;padding:.25em;margin-bottom:.5em}.difference{display:flex;justify-content:space-between;align-items:flex-start;gap:0 1.5rem;margin-bottom:6rem}.difference>.title{flex:1;text-align:left}.difference>.text-box{box-sizing:border-box;width:980px;padding:2rem;background:#fff;border-radius:.75rem}.difference table.difference-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:.95rem;line-height:1.8}.difference table.difference-table>thead>tr>th{padding:1em 0 1em}.difference table.difference-table>thead>tr>th>strong{font-size:1.25em;font-weight:var(--bold)}.difference table.difference-table>thead>tr>th:nth-of-type(2){color:var(--main-color);border:2px solid var(--main-color);border-bottom:none;border-radius:.5em .5em 0 0;background:rgba(196,0,3,.02)}.difference table.difference-table>tbody>tr>th{border-top:1px solid #ccc;font-weight:var(--bold);color:var(--base-light-color);text-align:left;padding:1em 1.5em}.difference table.difference-table>tbody>tr>td{border-top:1px solid #ccc;padding:1em 1.5em}.difference table.difference-table>tbody>tr>td:first-of-type{font-weight:var(--bold);border-left:2px solid var(--main-color);border-right:2px solid var(--main-color);background:rgba(196,0,3,.02)}.difference table.difference-table>tbody>tr:last-of-type>td:first-of-type{padding-bottom:1.5em;border-radius:0 0 .5em .5em;border-bottom:2px solid var(--main-color)}.compare{display:flex;justify-content:space-between;align-items:flex-start;gap:0 1.5rem;margin-bottom:6rem}.compare>.title{flex:1;text-align:left}.compare>.text-box{box-sizing:border-box;width:980px;padding:2rem;background:#fff;border-radius:.75rem}.compare>.text-box>h3+p{font-size:.9rem;line-height:1.8;margin-top:.25em;margin-bottom:2em}.chart-container{box-sizing:border-box;width:100%;height:auto;border:1px solid #ccc;border-radius:.5rem;padding:2rem;margin:3rem 0 1.5rem}.chart-container>h3{font-size:1.25rem;line-height:1.6;margin-bottom:1em}.chart-wrapper{position:relative;height:240px;height:280px}.rate-label{position:absolute;font-size:1.05rem;line-height:1;font-weight:var(--bold);color:#fff;text-align:center;pointer-events:none}.compare table.compare-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.95rem;line-height:1.6;background:#fff;margin-bottom:2rem}.compare table.compare-table caption{font-size:.9rem;line-height:1.8;text-align:right;margin-bottom:.5em}.compare table.compare-table>thead>tr>th{font-size:.95em;padding:.5em 0;background:#f9f9f5}.compare table.compare-table>thead>tr>th>span{display:block;font-size:.9em;font-weight:var(--normal)}.compare table.compare-table>tbody>tr{border-top:1px solid #ccc}.compare table.compare-table>tbody>tr>th{font-weight:var(--bold);color:var(--base-light-color);text-align:left;padding:1em 0}.compare table.compare-table>tbody>tr>td{padding:.75em 0}.compare table.compare-table>tbody>tr>td.savings-cell{font-size:1.1em;font-weight:var(--bold);color:var(--main-color)}.compare table.compare-table>tbody>tr>td.savings-cell>span{font-size:.95em;font-weight:var(--normal)}.compare .compare-result{text-align:left}.compare .compare-result>ul.kigou-list{font-size:.8rem;margin-top:1.5em}.site-image{width:60%;margin:10rem auto}ul.case-menu{display:flex;justify-content:center;align-items:center;gap:0 .5rem;margin:2rem auto 0 2.5rem;margin:2rem auto 0;width:fit-content;position:relative;z-index:10}ul.case-menu>li{color:var(--base-light-color);font-weight:var(--bold);background:#ccc;padding:.5rem 3.5rem;border-radius:9999px;cursor:pointer;position:relative}ul.case-menu>li.active{color:var(--key-color01);background:#fff;filter:drop-shadow(1px 1px 4px #ccc)}ul.case-menu>li.active:after{content:"";width:2rem;height:auto;aspect-ratio:1/0.5;clip-path:polygon(0 0,50% 100%,100% 0);background:#fff;position:absolute;bottom:0;left:50%;transform:translate(-50%,96%)}.case-contents{display:none;margin-top:-1.4rem}.case-contents.active{display:block}.case-contents>section{padding-top:4rem}.case-description{flex:1;box-sizing:border-box;margin-bottom:1.5rem}.case-description>h3{width:100%;font-size:1.5rem;line-height:1.8;color:var(--key-color01);margin-bottom:.5em}.case-example{width:920px;width:92%;margin:0 auto}.case-example h4{font-size:1.05rem;line-height:1.8;margin-bottom:.5em}.case{box-sizing:border-box;width:calc(100% - 4.8rem);margin:0 auto 2.4rem;background:rgba(0,78,162,.01);border:1px solid var(--key-color01);border-radius:.5rem;padding:2.5rem;display:flex;justify-content:space-between;align-items:flex-start}.case>.flex{width:100%;justify-content:space-between;align-items:flex-start;gap:0 2.5rem}.case figure{width:360px;height:auto;aspect-ratio:3/2;background:#f0f0f0}.case .text-box{flex:1;box-sizing:border-box;text-align:left}.case .text-box>h3{font-size:1.3rem;line-height:1.6;margin-bottom:1.5rem}.case .text-box>h3+.sdgs{margin-top:-1.5rem;margin-bottom:1.5rem}.case ul.check-list>li:before{color:var(--key-color01)}.case-detail{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:flex-start;border-top:1px dashed #ccc;margin-top:.75em;padding-top:.75em}.case-detail>.label{width:13em;font-size:.9rem;line-height:1.8;font-weight:var(--bold);color:var(--base-light-color)}.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{width:1.5rem;height:auto;aspect-ratio:1/1;color:var(--base-light-color);margin:0;position:absolute;top:calc(50% - 1.4rem)}.swiper-container .swiper-button-prev{left:0;transform:translate(0,-50%)}.swiper-container .swiper-button-next{right:0;transform:translate(0,-50%)}.swiper-container .swiper-button-prev:after,.swiper-container .swiper-button-next:after{font-family:var(--google-icon);font-size:1.5rem;line-height:1;font-variation-settings:'wght' 200;text-align:center}.swiper-container .swiper-button-prev:after{content:"\e2ea"}.swiper-container .swiper-button-next:after{content:"\e5e1"}.swiper-container .swiper-pagination-bullet{width:.6rem;height:auto;aspect-ratio:1/1;border-radius:100%;margin:0 .3em !important}.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--base-light-color)}.case-example>ul.sample-site{display:flex;justify-content:center;align-items:center;gap:0 2rem;margin-bottom:1.5rem}.case-example>ul.sample-site>li{box-sizing:border-box;width:360px;border:1px solid #ccc}.example-box{margin-top:2rem}.example-box>.slick-container{margin:0 auto}.example{box-sizing:border-box;width:800px;background:#fff;border-radius:.5rem;padding:2.5rem 3rem;margin:0 .5rem}.example>h3{font-size:1.4rem;color:var(--main-color);margin-bottom:.25em}.example>p{font-size:.95rem;line-height:1.6}.example ul.thumbnail{display:flex;justify-content:center;align-items:flex-start;gap:0 2rem;margin:1.5rem 0}.example ul.thumbnail>li{width:auto;height:340px;overflow:hidden;border:1px solid #ccc;border-radius:.25rem}.example ul.thumbnail>li:first-child{aspect-ratio:3/2}.example ul.thumbnail>li>img{width:100%;height:100%;object-fit:cover;object-position:top center}.example .site-data{font-size:.9rem;line-height:2;margin-bottom:2rem}.example .button{display:inline-block;margin:0 auto}.example .button a{display:block;text-decoration:none;font-size:.9rem;line-height:3;font-weight:var(--bold);color:var(--base-color);border:1px solid var(--base-light-color);border-radius:9999px;padding:0 2.5rem;overflow:hidden;position:relative;transition:.2s}.example .button a:hover{color:#fff;border-color:var(--main-color)}.example .button a>span{position:relative}.example .button a:before{content:"";width:100%;height:100%;background:var(--main-color);position:absolute;top:0;left:0;transform:scaleX(0);transition:.2s}.example .button a:hover:before{transform:scaleX(1)}.example .button a:after{content:"";width:.4rem;height:auto;aspect-ratio:.5/1;clip-path:polygon(0 0,0% 100%,100% 50%);background:var(--base-light-color);position:absolute;top:50%;right:1em;transform:translate(0,-50%);transition:.2s}.example .button a:hover:after{background:#fff}#flow>h3{color:var(--main-color)}ul.flow{display:flex;gap:0 1rem;width:fit-content;margin:2rem auto 0;position:relative}ul.flow:before{content:"";width:106%;height:4rem;background:#efd1d2;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}ul.flow:after{content:"";width:auto;height:8rem;aspect-ratio:.3/1;clip-path:polygon(0 0,0% 100%,100% 50%);background:#efd1d2;position:absolute;top:50%;right:0;transform:translate(150%,-50%)}ul.flow>li{display:flex;flex-direction:column;gap:1.5rem 0;background:#fff;padding:2rem 2.2rem;border-radius:.5rem;position:relative;z-index:1;filter:drop-shadow(1px 1px 4px #eee)}ul.flow>li>.num{font-size:1.1rem;line-height:1.8;font-weight:var(--bold);color:var(--main-color);position:relative}ul.flow>li>.num:after{content:"";width:3em;height:auto;aspect-ratio:1/1;border-radius:100%;border:1px solid var(--main-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}ul.flow>li>.text-box{text-align:left;writing-mode:vertical-rl}ul.flow>li>.text-box>p{font-size:.95rem;line-height:1.6;padding-top:.1em;margin-right:.5em}.support-feature{margin-top:2rem}.support-feature .support-description{display:flex;justify-content:space-between;align-items:flex-start;gap:0 4.5rem;text-align:left;margin-bottom:1rem}.support-feature .support-description>.title{flex:1}.support-feature .support-description>ul.support-feature-list{width:50%;display:flex;flex-direction:column;gap:1.5rem 0}ul.support-feature-list>li>h3{position:relative}ul.support-feature-list>li>h3:before{content:attr(data-point);display:block;font-size:.9rem;line-height:1.8;color:#ff7a00;text-transform:uppercase;border-bottom:1px solid #ff7a00;width:fit-content;margin-bottom:.25em}ul.support-list{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem .8rem;margin-top:3rem}ul.support-list>li{box-sizing:border-box;width:calc((100% - 1.0rem * 2) / 3);background:#fff;background:rgba(255,235,187,.25);background:rgba(247,242,233,.5);border-radius:.75rem;padding:1.25rem 1.75rem 1.5rem;text-align:left}ul.support-list>li>figure{width:33%;margin:1.5em auto}ul.support-list>li>h3{font-size:1.2rem;line-height:1.6;color:var(--main-color);color:#ff7a00;text-align:center}ul.support-list>li>h3>span{font-size:.8em}ul.support-list>li>p{font-weight:var(--bold);text-align:center}ul.support-list>li>ul{font-size:.9rem;margin-top:.5em}ul.support-list>li>ul>li:before{color:#ff7a00}.faq{display:flex;justify-content:center;align-items:flex-start;gap:0 5rem}.faq>.title{text-align:right}.faq>.title>.more>a{text-decoration:none;font-size:.85rem;line-height:1.8;color:var(--base-color);position:relative;padding-right:1.5rem}.faq>.title>.more>a:after{font-family:var(--bootstrap);content:"\F138";position:absolute;top:50%;right:0;transform:translate(0,-45%)}.faq>.title>.more>a:hover{color:var(--link-color)}.faq>.faq-box{box-sizing:border-box;width:880px}ul.faq-list>li{text-align:left;padding:1.5em 0}ul.faq-list>li:first-child{padding-top:.5em}ul.faq-list>li:not(:last-child){border-bottom:1px solid #ccc}ul.faq-list li .question{position:relative;padding:0 3em 0 44px;cursor:pointer}ul.faq-list li .question:before{content:"Q";width:32px;height:auto;aspect-ratio:1/1;border-radius:100%;background:var(--main-color);font-size:1.05em;line-height:28px;font-weight:var(--bold);text-align:center;color:#fff;position:absolute;top:0;left:0}ul.faq-list li .question span{width:1em;height:1em;position:absolute;top:.6em;right:.25rem}ul.faq-list li .question span:before{content:"";width:100%;border-top:.15rem solid var(--main-color);position:absolute;top:50%;left:0;transform:translateY(-50%)}ul.faq-list li .question span:after{content:"";height:100%;border-left:.15rem solid var(--main-color);position:absolute;top:0;left:50%;transform:translateX(-50%) rotate(0);transition:.2s}ul.faq-list li .question.open span:after{content:"";height:100%;border-left:.15rem solid var(--main-color);position:absolute;top:0;left:50%;transform:translateX(-50%) rotate(-90deg);transition:.2s}ul.faq-list li .answer{display:none;padding:0 3em 0 44px;margin:1em 0 0;font-size:1.05rem;line-height:1.8;font-weight:var(--bold);color:var(--base-color)}ul.faq-list li .answer p{text-indent:0;margin:0}ul.faq-list li .answer p strong{font-weight:var(--bold);background:linear-gradient(transparent 70%,#ff0 70%,#ff0 100%)}ul.faq-list li .answer ul>li{list-style:disc outside;margin-left:1.25em}.contents .faq{display:block}.contents .faq>.title{position:sticky;top:100px;float:left}.contents .faq>.faq-box{margin:0 0 0 auto}.news{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start;gap:0 5rem;margin-bottom:6rem}.news>.title{text-align:right}.news>.title>.more>a{text-decoration:none;font-size:.85rem;line-height:1.8;color:var(--base-color);position:relative;padding-right:1.5rem}.news>.title>.more>a:after{font-family:var(--bootstrap);content:"\F138";position:absolute;top:50%;right:0;transform:translate(0,-45%)}.news>.title>.more>a:hover{color:var(--link-color)}.news>.text-box{box-sizing:border-box;width:880px;padding:2.5rem 3rem;background:#fff;border-radius:.75rem;text-align:left}ul.news-list>li:not(:last-child){padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #ccc}ul.news-list>li>a{display:block;text-decoration:none;color:var(--base-light-color)}ul.news-list>li>a>.entry-date{font-size:.9rem;line-height:1.8;margin-bottom:.5em}ul.news-list>li>a>.entry-date>.category{display:inline-block;margin-left:.5em;position:relative}ul.news-list>li>a>.entry-date>.category>span{display:block;font-size:.8em;line-height:1.8;font-weight:var(--bold);text-align:center;background:#ededed;padding:0 1em;border-radius:9999px}ul.news-list>li>a>h3{font-size:1rem;line-height:1.6;color:var(--link-color)}ul.news-list>li>a:hover>h3{text-decoration:underline}.contents .news{flex-direction:row;justify-content:space-between}.contents .news:has(+.pagenavi-box){margin-bottom:2rem}.contents .news>.text-box{width:940px}#about{box-sizing:border-box;width:100%;background:#fff;padding:6rem 0}#about>.index-contents{box-sizing:border-box;width:100%;max-width:1600px;padding:0 var(--side-padding);margin:0 auto}#about .about-box{display:flex;justify-content:space-between;align-items:flex-start;gap:0 5rem;text-align:left;margin-bottom:2.5rem}.about-box>.text-box>h2{font-size:1.4rem;line-height:1.8;margin-bottom:.5em}#about table.about-table{width:fit-content;border-collapse:collapse}#about table.about-table caption{font-size:.95rem;line-height:1.8;font-weight:var(--normal);text-align:left;margin-bottom:.6rem}#about table.about-table tr{border-top:1px solid #ccc}#about table.about-table tr>th{font-size:.95em;color:var(--base-light-color);padding:.6rem 2em;padding-left:0;text-align:left}#about table.about-table tr>td{padding:.6rem 4em;text-align:left}#about .works-box{text-align:left}#about .works-box>h3{font-size:1.2rem;line-height:1.8;margin-bottom:1em}ul.works-list{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem 1.5rem}ul.works-list li{width:calc((100% - 1.5rem * 3) /4)}ul.works-list li>a{display:block;text-decoration:none;color:var(--base-color)}ul.works-list li>a>figure{box-sizing:border-box;width:100%;height:auto;aspect-ratio:3/2;overflow:hidden;filter:drop-shadow(1px 1px 4px #ccc)}ul.works-list li>a>figcaption{font-size:.9rem;line-height:1.6;text-align:center;margin-top:.5em}ul.works-list li>a:hover>figcaption{text-decoration:underline;color:var(--link-color)}.index-contents:has(.contact){margin:8rem auto}.index-contents section.contact{display:flex;justify-content:center;align-items:flex-start;gap:0 6rem;padding:5rem 3.5rem}section.contact>.text-box{width:400px;text-align:left}section.contact>.form-box{width:600px}table.contact-table{width:100%;border-collapse:collapse;text-align:left}table.contact-table tr{//border-top:1px solid #ccc}table.contact-table tr th{width:200px;padding:5px 20px 10px;padding-left:0;font-weight:var(--bold);white-space:nowrap;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:.7em;line-height:1.8;color:#fff;background:#d00;border-radius:1px;padding:0 1em 0;position:absolute;top:calc(5px + 0.25em);right:0}table.contact-table tr td{padding:0 20px 10px;padding-right:0}table.contact-table tr td .caution{font-size:.85em;line-height:1.6;color:#555}table.contact-table tr td.bikou{padding:15px 0 0;text-align:center;border-top:1px dashed #ccc}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-radio{display:flex}table.contact-table tr td .wpcf7-list-item{box-sizing:border-box;margin:0}table.contact-table tr td .wpcf7-list-item:not(:last-of-type){margin-right:1.5em}table.contact-table tr td .wpcf7-list-item>label>.wpcf7-list-item-label{margin-left:.25em}table.contact-table tr td .wpcf7-not-valid-tip{font-size:.9em;line-height:1.8}table.contact-table tr td .acceptance{margin:1em auto 1.5em;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}.form-box>.thanks-message{text-align:left}.form-box>.thanks-message>h3{color:var(--main-color);margin:.5em 0}.form-box>.thanks-message>p:not(:last-of-type){margin-bottom:1em}footer{padding-bottom:3.5rem}footer>h1{font-size:1.2rem;line-height:1.8;margin-bottom:1.5em}footer>h1>span{display:block;font-size:.75em;font-weight:var(--normal)}footer>#footer-nav>ul{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem 1rem}footer>#footer-nav>ul>li{font-size:.85rem;line-height:1.8}footer>#footer-nav>ul>li>a{text-decoration:none;color:var(--base-color)}footer>#footer-nav>ul>li>a:hover{border-bottom:1px dashed var(--base-color)}footer>#copyright{font-size:.8rem;line-height:1.8;color:var(--base-color);margin-top:6em}.contents .news>.text-box:has(article){background:0 0;padding:0}.contents .news>.text-box>article{padding:3.5rem 4rem;background:#fff;border-radius:.75rem}article .entry-title{margin-bottom:2rem}article .entry-title>ul.entry-data{display:flex;align-items:center;font-size:.85rem;line-height:1.8}article .entry-title>ul.entry-data>li.entry-category:before{content:"｜";margin:0 .25rem}article .entry-title>h2{font-size:1.6rem;line-height:1.6;font-weight:var(--normal)}article .entry-body{font-size:1rem;line-height:2.0}article .entry-body p,article .entry-body ul,article .entry-body ol{margin-bottom:1rem}article .entry-body ul>li{list-style:disc outside;margin-left:1.25em}article .entry-body ol>li{list-style:decimal outside;margin-left:1.25em}article .entry-body>:last-child{margin-bottom:0}article+ul.entry-bottom{margin-top:2rem;display:flex;justify-content:center}article+ul.entry-bottom>li{font-size:.85rem;line-height:1.8}article+ul.entry-bottom>li>a{text-decoration:none;color:var(--base-light-color);border-bottom:1px dashed transparent}article+ul.entry-bottom>li>a:hover{border-color:var(--base-light-color)}article+ul.entry-bottom>li:not(:last-child):after{content:"｜";margin:0 1rem}body.preload,body.animating{width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}