*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}html{font-size:16px;scroll-padding-top:170px;scroll-behavior:smooth;overflow-x:hidden}*{box-sizing:border-box;font-family:"Roboto","Noto Sans JP";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"palt";line-height:1.8;letter-spacing:.06em}body{color:#333;font-size:16px;overflow-x:hidden}a{color:#079a68;text-decoration:underline;text-underline-offset:4px;outline:none !important}a:hover{color:#079a68;text-decoration:none}p{font-size:1rem;font-weight:400;letter-spacing:.05em;margin-bottom:2rem}b,strong{font-weight:700}img{display:inline-block}.bor{border:1px solid red}body{padding-top:88px}@media(max-width: 768px){body{padding-top:56px}}.l-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 0 8px hsla(0,0%,40%,.2);height:88px;padding:0;display:flex;align-items:center}@media(max-width: 768px){.l-header{height:56px}}.l-header .l-inner{max-width:1920px;width:calc(100% - 3.334vw)}@media(max-width: 1920px){.l-header .l-inner{width:calc(100% - 2rem)}}.l-header__content{display:flex;align-items:center;height:100%}.l-header__logo{display:block;line-height:0;flex-basis:200px;font-size:14px;font-weight:400}.l-header__logo a{display:block}.l-header__logo a img{display:block;width:120px;height:auto}@media(max-width: 768px){.l-header__logo a img{width:auto;height:2rem}}.l-header__nav{margin-left:auto}@media(max-width: 768px){.l-header__nav{display:none}}.l-header__nav-list{display:flex;list-style:none;gap:clamp(16px,2.5vw,40px);margin:0;padding:0}.l-header__nav-item{white-space:nowrap}.l-header__nav-item a{position:relative;color:#333;text-decoration:none;font-weight:700;font-size:clamp(13px,1.1vw,16px);padding-bottom:4px;transition:color .3s ease-out}.l-header__nav-item a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#079a68;transform:scaleX(0);transform-origin:right;transition:transform .2s ease}.l-header__nav-item a:hover{color:#079a68}.l-header__nav-item a:hover::after{transform:scaleX(1);transform-origin:left}.l-header__nav-item--active a{color:#079a68 !important}.l-header__search{flex-basis:200px;margin-left:3rem;position:relative;z-index:2}@media(max-width: 830px){.l-header__search{margin-left:2rem}}@media(max-width: 768px){.l-header__search{display:none}}.l-header__search form{position:relative}.l-header__search input[type=text]{width:100%;height:40px;padding:0 40px 0 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .3s ease}.l-header__search input[type=text]:focus{border-color:#999}.l-header__search button{position:absolute;right:0;top:0;height:38px;width:38px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#999;transition:opacity .3s ease}.l-header__search button:hover{color:#079a68;opacity:.7}.l-header__search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.l-header__search-overlay.is-open{opacity:1;visibility:visible}.l-header__search-dropdown{display:none;position:absolute;right:100%;top:0;margin-right:8px;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:14px 1rem;white-space:nowrap}.l-header__search-dropdown.is-open{display:flex;flex-direction:column;gap:12px}.l-header__search-dropdown-title{font-size:10px;font-weight:400;color:gray;line-height:1}.l-header__search-dropdown label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer;user-select:none;line-height:1em}.l-header__search-dropdown input[type=checkbox]{appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:3px;margin:0;cursor:pointer}.l-header__search-dropdown input[type=checkbox]:checked{background-color:#079a68;border-color:#079a68;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2.5-2.5a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}.l-header__hamburger{display:none;background:none;border:none;outline:none;cursor:pointer;width:20px;height:16px;padding:0;position:relative;flex-shrink:0;margin-left:auto}.l-header__hamburger::before{content:"";position:absolute;inset:-12px}@media(max-width: 768px){.l-header__hamburger{display:flex;flex-direction:column;justify-content:space-between}}.l-header__hamburger span{display:block;width:20px;height:2px;background-color:#333;border-radius:1px;transition:opacity .3s ease}.l-header__hamburger:hover span,.l-header__hamburger:focus-visible span{opacity:.6}html.drawer-open body{position:fixed;width:100%;overflow:hidden}@media(min-width: 769px){html.drawer-open body{position:static;overflow:auto}}.l-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;visibility:hidden;pointer-events:none;transition:visibility 0s .3s}@media(min-width: 769px){.l-drawer{display:none}}.l-drawer.is-open{visibility:visible;pointer-events:auto;transition:visibility 0s 0s}.l-drawer__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease}.is-open .l-drawer__overlay{opacity:1}.l-drawer__panel{position:fixed;top:0;right:0;width:80%;max-width:330px;height:100%;background-color:#fff;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px;box-sizing:border-box}.is-open .l-drawer__panel{transform:translateX(0)}.l-drawer__close{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto;margin-bottom:24px;color:#333;font-size:14px}.l-drawer__close:focus-visible{outline:2px solid #079a68;outline-offset:2px;border-radius:2px}.l-drawer__close-icon{display:block;width:16px;height:16px;position:relative;transform:translateY(-1px)}@media(max-width: 576px){.l-drawer__close-icon{transform:translateY(-2px)}}.l-drawer__close-icon::before,.l-drawer__close-icon::after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#333;border-radius:1px}.l-drawer__close-icon::before{transform:rotate(45deg)}.l-drawer__close-icon::after{transform:rotate(-45deg)}.l-drawer__close-text{line-height:1}.l-drawer__nav{margin-bottom:24px}.l-drawer__nav ul{list-style:none;margin:0;padding:0}.l-drawer__nav .l-header__nav-item{border-bottom:1px solid #eee}.l-drawer__nav .l-header__nav-item a{display:block;padding:14px 0;color:#333;text-decoration:none;font-weight:700;font-size:15px}.l-drawer__nav .l-header__nav-item a::after{display:none}.l-drawer__nav .l-header__nav-item a:hover{color:#333}.l-drawer__nav .l-header__nav-item--active a{color:#079a68 !important}.l-drawer__sub-nav{margin-top:1rem}.l-drawer__sub-nav ul{list-style:none;margin:0;padding:0}.l-drawer__sub-nav a{display:block;padding:6px 0;color:#666;text-decoration:none}.l-drawer__search{margin-bottom:1rem}.l-drawer__search form{position:relative}.l-drawer__search input[type=text]{width:100%;height:44px;padding:0 44px 0 12px;border:1px solid #ddd;border-radius:4px;outline:none;box-sizing:border-box;transition:border-color .3s ease}.l-drawer__search input[type=text]:focus{border-color:#999}.l-drawer__search button{position:absolute;right:0;top:0;height:44px;width:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#999}.l-drawer__search-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.6rem}.l-drawer__search-options-title{width:100%;font-size:11px;font-weight:400;color:gray;line-height:1}.l-drawer__search-options label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer;user-select:none;line-height:1em}.l-drawer__search-options input[type=checkbox]{appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:3px;margin:0;cursor:pointer}.l-drawer__search-options input[type=checkbox]:checked{background-color:#079a68;border-color:#079a68;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2.5-2.5a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}.l-footer{background-color:#333;padding:36px 0 36px}.l-footer__nav{list-style:none;margin:0 0 72px;padding:0;display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}@media(max-width: 768px){.l-footer__nav{gap:16px;flex-direction:column;align-items:center;margin-bottom:40px}}.l-footer__nav li+li::before{content:"|";color:#fff;margin:0 1.25rem}@media(max-width: 768px){.l-footer__nav li+li::before{display:none}}.l-footer__nav li{margin:0;padding:0;white-space:nowrap}.l-footer__nav li a{color:#fff;font-size:16px;font-weight:400;text-decoration:none}.l-footer__nav li a:hover{text-decoration:underline}.l-footer__copyright{display:block;color:#fff;font-size:16px;line-height:1;font-weight:400;text-align:center}@media(max-width: 768px){.l-footer__copyright{font-size:15px}}@media(max-width: 576px){.l-footer__copyright{font-size:14px}}.l-inner{max-width:1160px;width:calc(100% - 4rem);height:auto;margin:0 auto}@media(max-width: 576px){.l-inner{width:calc(100% - 3rem)}}.l-inner-md{max-width:768px;width:calc(100% - 4rem);height:auto;margin:0 auto}@media(max-width: 576px){.l-inner-md{width:calc(100% - 3rem)}}.l-inner-lg{max-width:992px;width:calc(100% - 4rem);height:auto;margin:0 auto}@media(max-width: 576px){.l-inner-lg{width:calc(100% - 3rem)}}.l-section{margin:0 auto;padding:80px 0}@media(max-width: 992px){.l-section{padding:2rem 0}}.l-section--bg-gray{background-color:#f3f4f6}.l-page-title{padding-top:5rem}.l-page-title__title{font-size:40px;font-weight:700;line-height:1.5}@media(max-width: 768px){.l-page-title__title{font-size:1.25rem}}.l-page-title__title-en{display:block;color:#079a68;font-family:"Roboto",sans-serif;font-size:21px;font-weight:700;line-height:1.4}.l-page-title__title-en:empty{display:none}@media(max-width: 768px){.l-page-title__title-en{font-size:1rem}}.l-page-content{padding-top:4rem;padding-bottom:5rem}@media(max-width: 768px){.l-page-content{padding-top:2.5rem;padding-bottom:3.5rem}}.p-index-hero{height:610px;max-width:1920px;margin:0 auto;background-repeat:no-repeat;background-position:right center;background-image:url(../img/hero-pc-min.png)}@media(max-width: 768px){.p-index-hero{width:100%;height:unset;aspect-ratio:750/920;background-position:center top;background-size:cover;background-image:url(../img/hero-sp-min.png)}}.p-index-pickup{padding:0 0 1rem;background-color:#f6f7f9}.p-index-pickup .splide__track{overflow:visible;transform:translateY(-24px)}.p-index-pickup__slide{text-decoration:none;color:#333;border:1px solid #ddd;border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;height:274px;box-sizing:border-box;background-color:#fff;transition:border-color .3s ease,translate .3s ease,box-shadow .3s ease}@media(max-width: 768px){.p-index-pickup__slide{padding:1rem;height:auto}}@media(min-width: 769px){.p-index-pickup__slide:hover{translate:0 -4px;box-shadow:0 8px 24px rgba(51,51,51,.15)}}.p-index-pickup__link{text-decoration:none;color:inherit}.p-index-pickup__link:hover{color:inherit}.p-index-pickup__link{display:block;flex:1}.p-index-pickup__link .c-date{margin-bottom:1rem}.p-index-pickup__sub-title{font-size:16px;font-weight:700;color:#333;margin-bottom:.1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media(max-width: 768px){.p-index-pickup__sub-title{font-size:15px;font-weight:400;line-height:1.6}}.p-index-pickup__title{font-size:21px;font-weight:700;line-height:1.7;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .3s ease}@media(max-width: 768px){.p-index-pickup__title{font-size:18px;margin-bottom:0;line-height:1.6}}.p-index-pickup .c-category-tags{margin-top:auto}@media(max-width: 768px){.p-index-pickup .c-category-tags{margin-top:1rem}}.p-index-pickup .c-hash-tags{margin-top:.8rem}@media(max-width: 768px){.p-index-pickup .c-hash-tags{margin-top:.8rem}}.p-index-pickup__nav{margin-top:-8px}@media(max-width: 576px){.p-index-pickup__nav{justify-content:space-between;width:calc(100% - 1.5rem);margin-left:auto;margin-right:auto}}.p-index-news{background-color:#079a68;display:flex;padding:1.5rem 0}@media(max-width: 768px){.p-index-news{padding:1.5rem 0 2rem}}.p-index-news__content{display:flex;gap:50px}@media(max-width: 768px){.p-index-news__content{flex-direction:column;gap:1.5rem}}.p-index-news__header{flex-shrink:0;padding-right:50px;position:relative}@media(max-width: 768px){.p-index-news__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:0;padding-bottom:1rem}}.p-index-news__header::before{position:absolute;top:0;right:0;width:1px;height:100%;content:"";background-color:#fff}@media(max-width: 768px){.p-index-news__header::before{top:unset;bottom:0;right:unset;left:0;width:100%;height:1px}}.p-index-news__title{color:#fff;font-size:16px;font-weight:400;line-height:1.3}@media(max-width: 768px){.p-index-news__title{font-weight:500}}.p-index-news__list{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}@media(max-width: 768px){.p-index-news__list{width:100%;gap:1.25rem}}.p-index-news__list dl{display:flex;gap:1rem}@media(max-width: 768px){.p-index-news__list dl{flex-direction:column;gap:.25rem}}.p-index-news__list dl dt{width:100px;color:#fff;line-height:1.3}@media(max-width: 768px){.p-index-news__list dl dt{font-size:15px}}@media(max-width: 768px){.p-index-news__list dl dt{font-size:14px}}.p-index-news__list dl dd{flex:1;color:#fff;line-height:1.3}.p-index-news__list dl a{display:block;color:#fff;text-decoration:none;transition:opacity .3s ease-out;line-height:1.3}.p-index-news__list dl a:hover{text-decoration:underline}@media(max-width: 768px){.p-index-news__list dl a:hover{text-decoration:none}}.p-index-news__btn{flex-shrink:0}@media(max-width: 768px){.p-index-news__btn{display:none}}.p-index-news__btn--sp{display:none}@media(max-width: 768px){.p-index-news__btn--sp{display:block}}.p-index-latest-news__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}@media(max-width: 768px){.p-index-latest-news__header{margin-bottom:2rem}}.p-index-posts{margin-bottom:64px}@media(max-width: 768px){.p-index-posts{margin-bottom:2rem}}.p-index-posts__inner{display:flex;gap:64px}@media(max-width: 992px){.p-index-posts__inner{flex-direction:column;gap:3rem}}@media(max-width: 768px){.p-index-posts__inner{gap:2.75rem}}.p-index-posts__card{flex:1;min-width:0}.p-index-posts .c-post-card__sub-title{font-weight:700}.p-index-documents{padding-top:0;padding-bottom:0;background-color:#079a68}.p-index-documents__inner{transform:translateY(-80px);margin-top:80px}.p-index-documents__header{padding-top:80px;padding-bottom:80px;position:relative;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:180px;background-color:#f3f4f6}@media(max-width: 768px){.p-index-documents__header{padding-top:40px;padding-bottom:165px}}.p-index-documents__header::before{content:"";position:absolute;top:0;left:-160px;width:160px;height:100%;background-color:#079a68;background-color:#f3f4f6}@media(max-width: 768px){.p-index-documents__header::before{width:100px;left:-100px}}.p-index-documents__header::after{content:"";position:absolute;top:0;right:-50vw;width:50vw;height:100%;background-color:#079a68;background-color:#f3f4f6}@media(max-width: 768px){.p-index-documents__header::after{width:100px;right:-100px}}.p-index-documents__nav{margin-top:1.5rem}.p-index-documents__slider{transform:translateY(-134px);margin-bottom:calc(-214px + 1.5rem);overflow:visible}.p-index-documents .splide__track{overflow:visible}.c-btn1{position:relative;display:inline-flex;align-items:center;padding:1rem 3rem;border:1px solid #079a68;border-radius:9999px;color:#079a68;font-weight:400;line-height:1;text-decoration:none;transition:background-color .3s ease,color .3s ease}@media(max-width: 768px){.c-btn1{padding:.75rem 2.5rem;font-size:14px;font-weight:500;padding-left:2rem}}@media(max-width: 576px){.c-btn1{padding:.625rem 2rem;font-size:13px;padding-left:1.25rem}}.c-btn1::after{content:"";position:absolute;right:14px;top:50%;translate:0 -50%;width:5px;height:8px;background-color:currentColor;mask:url("../../assets/img/icon-arrow.svg") no-repeat center/contain;transition:translate .3s ease}.c-btn1:hover{background-color:#079a68;color:#fff}.c-btn1:hover::after{translate:3px -50%}.c-btn1--fill-primary{background-color:#079a68;color:#fff}.c-btn1--fill-primary:hover{background-color:rgba(0,0,0,0) !important;color:#079a68}.c-btn1--fill-secondary{background-color:#1372f0;color:#fff;border-color:#1372f0}.c-btn1--fill-secondary:hover{background-color:rgba(0,0,0,0) !important;color:#1372f0}.c-btn1--revert{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.c-btn1--revert:hover{color:#079a68;background-color:#fff;border-color:#079a68}.c-btn1--text-white{padding:0;border:none;border-radius:0;background:none;color:#fff}.c-btn1--text-white::after{position:static;translate:none;margin-left:10px}.c-btn1--text-white:hover{background:none;color:#fff;text-decoration:underline}.c-btn1--text-white:hover::after{translate:3px 0}.c-btn1--text{padding:0;border:none;border-radius:0;background:none;color:#079a68;font-size:14px}.c-btn1--text::before{content:"";display:inline-block;width:14px;height:14px;margin-right:.4rem;vertical-align:-2px;background:url("../../assets/img/icon-arrow-list.svg") no-repeat center/contain}.c-btn1--text::after{display:none}.c-btn1--text:hover{background:none;color:#079a68;text-decoration:underline}.c-btn1--text:hover::after{translate:none}.c-btn1--text-arrow{padding:0;border:none;border-radius:0;background:none;color:#333;font-size:16px;font-weight:400}.c-btn1--text-arrow::before{display:none}.c-btn1--text-arrow::after{position:static;translate:none;width:5px;height:8px;margin-left:.5rem;background-color:#333;transform:scaleX(-1)}.c-btn1--text-arrow:hover{background:none;color:#333;opacity:.7}.c-btn1--text-arrow:hover::after{translate:2px 0}.c-btn1--text-sm{font-size:14px}.c-btn1--text-sm::after{transform:scaleX(-1)}.c-btn1--border-white::before{content:"";position:absolute;inset:4px;border:1px solid hsla(0,0%,100%,.7);border-radius:inherit;pointer-events:none;transition:all .3s ease}.c-btn1--border-white::after{transition:all .3s ease;right:18px}.c-btn1--border-white:hover::after{opacity:1}.c-btn1--border-white:hover::before{border-color:rgba(0,0,0,0)}.c-btn1--sm{padding:.625rem 2rem;font-size:13px}.c-btn1::after,.c-btn1--arrow-next::after{transform:scaleX(-1)}@media(max-width: 768px){.c-btn1--arrow-prev{padding-left:2.5rem;padding-right:2rem}}@media(max-width: 576px){.c-btn1--arrow-prev{padding-left:2rem;padding-right:1.25rem}}.c-btn1--arrow-prev::after{right:auto;left:14px;transform:none}.c-btn1--arrow-prev:hover::after{translate:-3px -50%}.c-section-title{font-size:40px;font-weight:700;line-height:1}@media(max-width: 768px){.c-section-title{font-size:2rem}}@media(max-width: 576px){.c-section-title{font-size:1.5rem}}.c-section-title__en{display:block;color:#079a68;font-family:"Roboto",sans-serif;font-size:26px;font-weight:400;line-height:1;letter-spacing:.1em;margin-bottom:1rem}@media(max-width: 768px){.c-section-title__en{font-size:1.5rem;margin-bottom:.6rem}}@media(max-width: 576px){.c-section-title__en{font-size:1.125rem}}.c-section-title--white{color:#fff}.c-section-title--white .c-section-title__en{color:#fff}.c-date{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#aaa;line-height:1}@media(max-width: 768px){.c-date{font-size:13px;gap:4px}}.c-date::before{content:"";display:inline-block;width:17px;height:17px;flex-shrink:0;background-color:currentColor;mask:url("../../assets/img/icon-clock.svg") no-repeat center/contain}@media(max-width: 768px){.c-date::before{width:14px;height:14px}}.c-category-tags{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0}@media(max-width: 768px){.c-category-tags{gap:.5rem}}.c-category-tags li a{display:inline-flex;align-items:center;gap:6px;padding:6px 1rem;border:1px solid #fff;border-radius:9999px;background-color:#079a68;color:#fff;font-size:14px;text-decoration:none;line-height:1.3;transition:background-color .3s ease,color .3s ease,border-color .3s ease}@media(max-width: 768px){.c-category-tags li a{font-size:14px}}.c-category-tags li a::before{content:"";width:7px;height:7px;border-radius:50%;background-color:currentColor;flex-shrink:0}.c-category-tags li a:hover{background-color:#fff;color:#079a68;border-color:#079a68}@media(max-width: 768px){.c-category-tags--text{gap:.75rem}}.c-category-tags--text li{line-height:1}.c-category-tags--text li a{padding:0;border:none;background-color:rgba(0,0,0,0);color:#079a68;line-height:1}.c-category-tags--text li a:hover{background-color:rgba(0,0,0,0);color:#079a68;border:none;text-decoration:underline;text-underline-offset:4px}.c-category-tags--white li a{background-color:#fff;color:#079a68;border-color:#079a68}.c-category-tags--white li a:hover{background-color:#079a68;color:#fff;border-color:#fff}.c-post-card__link{display:block;text-decoration:none;color:#333}.c-post-card__image{position:relative;aspect-ratio:716/440;border-radius:.5rem;overflow:hidden;cursor:pointer}.c-post-card__image img{width:100%;height:100%;display:block;object-fit:contain;background-color:#333;transform:scale(1.02);transition:transform .3s ease}.c-post-card__image--no-thumb img{background-color:#f2f4f6}.c-post-card__label{position:absolute;top:8px;left:8px;padding:4px 10px;font-size:11px;font-weight:700;line-height:1;color:#fff;background-color:#079a68;border-radius:100px;z-index:1}@media(min-width: 769px){.c-post-card__link:hover .c-post-card__image img{transform:scale(1.05)}.c-post-card__link:hover .c-post-card__title{color:#079a68}}.c-post-card__sub-title{margin-top:16px;color:#333;font-weight:400;line-height:1.5}@media(max-width: 768px){.c-post-card__sub-title{font-size:15px;letter-spacing:.03em}}.c-post-card__title{margin-top:8px;font-size:26px;font-weight:700;line-height:1.8;color:#333;transition:color .3s ease}@media(max-width: 768px){.c-post-card__title{font-size:18px;line-height:1.6;margin-bottom:.75rem;letter-spacing:.03em}}.c-post-card__description{margin-top:8px;line-height:1.8;color:#333;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media(max-width: 768px){.c-post-card__description{display:none}}.c-post-card .c-date{margin-bottom:1rem}.c-document-card{position:relative;background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 8px 24px rgba(51,51,51,.1);transition:translate .3s ease,box-shadow .3s ease}@media(min-width: 769px){.c-document-card:hover{translate:0 -4px;box-shadow:0 8px 24px rgba(51,51,51,.15)}}.c-document-card__link{text-decoration:none;color:#333}.c-document-card__link::after{content:"";position:absolute;inset:0}.c-document-card__link:hover{color:#333}@media(min-width: 769px){.c-document-card:hover .c-document-card__image img{transform:scale(1.05)}}.c-document-card__image{display:flex;justify-content:center;align-items:center;aspect-ratio:388/240;background-color:#fff;overflow:hidden}.c-document-card__image img{width:100%;height:auto;display:block;object-fit:contain;transform:scale(1.01);transition:transform .3s ease}.c-document-card__image--no-thumb{background-color:#f2f4f6}.c-document-card__body{padding:1rem 1.5rem}.c-document-card__title{font-size:21px;font-weight:700;line-height:1.8;margin:0}@media(max-width: 768px){.c-document-card__title{font-size:18px}}@media(max-width: 576px){.c-document-card__title{font-size:16px}}.c-document-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.c-document-card__date{line-height:1}.c-document-card__tag{position:relative;z-index:1;display:inline-block;padding:4px 12px;background-color:#5c95ca;color:#fff;font-size:14px;font-weight:400;line-height:1;border-radius:3px;text-decoration:none;transition:opacity .3s ease}.c-document-card__tag:hover{opacity:.7;color:#fff}.c-search-section{background-color:#079a68;color:#fff;border-radius:.5rem;padding:2rem 2rem 2rem 4rem;display:flex;flex-direction:column;gap:2rem;max-width:1160px;margin-left:auto;margin-right:auto;width:calc(100% - 4rem)}@media(max-width: 768px){.c-search-section{width:calc(100% - 4rem);gap:1.5rem;padding:1.5rem}}@media(max-width: 576px){.c-search-section{width:calc(100% - 3rem)}}.c-search-section__row{display:flex;align-items:center;gap:2rem}@media(max-width: 992px){.c-search-section__row{gap:1rem}}@media(max-width: 576px){.c-search-section__row{flex-direction:column;align-items:flex-start}}.c-search-section__label{flex-shrink:0;width:180px;font-size:16px;font-weight:700;line-height:1.3;color:#fff}@media(max-width: 992px){.c-search-section__label{width:160px;font-weight:600}}@media(max-width: 576px){.c-search-section__label{width:auto;font-size:15px}}.c-search-section__input{flex:1;max-width:430px}@media(max-width: 576px){.c-search-section__input{width:100%;max-width:none}}.c-search-section__input form{position:relative;line-height:0}.c-search-section__input input{width:100%;height:44px;padding:0 44px 0 12px;border:none;border-radius:6px;outline:none;box-sizing:border-box;background-color:#fff}.c-search-section__input button{position:absolute;right:0;top:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#333;transition:opacity .3s ease}.c-search-section__input button:hover{opacity:.7}.c-recent-article:last-child{padding-bottom:1.5rem;border-bottom:1px solid #333}@media(max-width: 992px){.c-recent-article:last-child{padding-bottom:0;border-bottom:none}}.c-recent-article__link{display:flex;gap:1rem;padding:1rem 0;text-decoration:none;color:#333;transition:color .3s ease}@media(max-width: 992px){.c-recent-article__link{gap:.75rem;padding:.75rem 0}}@media(min-width: 769px){.c-recent-article__link:hover .c-recent-article__title{color:#079a68}.c-recent-article__link:hover .c-recent-article__image img{transform:scale(1.05)}}.c-recent-article__image{width:88px;height:88px;flex-shrink:0;background-color:#333;border-radius:4px;overflow:hidden}.c-recent-article__image img{width:100%;height:100%;display:block;object-fit:contain;transform:scale(1.01);transition:transform .3s ease}.c-recent-article__image--no-thumb{background-color:#f2f4f6}.c-recent-article__body{flex:1;min-width:0}.c-recent-article .c-date{margin-bottom:6px}.c-recent-article__sub-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:13px;line-height:1.5;margin-bottom:2px;color:#333}.c-recent-article__title{display:block;font-weight:700;line-height:1.7;margin:0;transition:color .3s ease}@media(max-width: 768px){.c-recent-article__title{letter-spacing:.03em}}.c-recent-articles{width:380px;flex-shrink:0}@media(max-width: 992px){.c-recent-articles{width:100%}}.c-recent-articles__title{display:flex;align-items:center;gap:calc(1rem - 2px);font-size:21px;font-weight:700;line-height:1;margin-bottom:1rem}.c-recent-articles__title::after{content:"";flex:1;height:1px;background-color:#333}.c-recent-articles__list{list-style:none;margin:0;padding:0}.c-banner{position:relative;z-index:1;background-color:#fff;padding:60px 0}@media(max-width: 768px){.c-banner{padding:40px 0}}.c-banner__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 1200px){.c-banner__list{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(max-width: 768px){.c-banner__list{grid-template-columns:1fr;gap:1rem}}.c-banner__item{border:1px solid #ddd;overflow:hidden;transition:translate .3s ease,box-shadow .3s ease}@media(min-width: 769px){.c-banner__item:hover{translate:0 -4px;box-shadow:0 8px 24px rgba(51,51,51,.15)}}.c-banner__link{display:flex;align-items:flex-start;height:100%;text-decoration:none;color:#333;gap:1rem;padding:1rem;transition:opacity .3s ease}@media(max-width: 768px){.c-banner__link{padding:.75rem}}@media(max-width: 576px){.c-banner__link{gap:.75rem}}.c-banner__link:hover{color:#333}.c-banner__image{flex-shrink:0;width:75px;height:100px}.c-banner__image img{width:100%;height:100%;display:block;object-fit:contain}.c-banner__body{display:flex;flex-direction:column;align-items:flex-start;min-width:0;gap:8px}.c-banner__category{padding:1px 10px;background-color:#999;color:#fff;font-size:12px;font-weight:400;line-height:1.4;border-radius:2px;letter-spacing:0}.c-banner__title{font-size:1rem;font-weight:700;line-height:1.8;margin:0}@media(max-width: 576px){.c-banner__title{font-size:15px}}.c-banner-vertical__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1rem}@media(max-width: 992px){.c-banner-vertical__list{grid-template-columns:repeat(3, 1fr);gap:2rem}}@media(max-width: 768px){.c-banner-vertical__list{grid-template-columns:1fr;gap:1rem}}.c-banner-vertical__item{border:1px solid #ddd;overflow:hidden;transition:translate .3s ease,box-shadow .3s ease}@media(min-width: 769px){.c-banner-vertical__item:hover{translate:0 -2px;box-shadow:0 8px 24px rgba(51,51,51,.15)}}.c-banner-vertical__link{display:flex;align-items:flex-start;gap:.75rem;text-decoration:none;color:#333;padding:.75rem;height:100%}@media(max-width: 768px){.c-banner-vertical__link{gap:1rem;padding:.75rem}}@media(max-width: 576px){.c-banner-vertical__link{gap:.75rem}}.c-banner-vertical__link:hover{color:#333}.c-banner-vertical__image{flex-shrink:0;width:80px}@media(max-width: 768px){.c-banner-vertical__image{width:75px;height:100px}}.c-banner-vertical__image img{width:100%;height:auto;display:block}@media(max-width: 768px){.c-banner-vertical__image img{height:100%;object-fit:contain}}.c-banner-vertical__body{display:flex;flex-direction:column;align-items:flex-start;min-width:0;gap:8px}.c-banner-vertical__category{padding:1px 8px;background-color:#999;color:#fff;font-size:11px;font-weight:400;line-height:1.4;border-radius:2px;letter-spacing:0}@media(max-width: 768px){.c-banner-vertical__category{font-size:12px;padding:1px 10px}}.c-banner-vertical__title{font-size:13px;font-weight:700;line-height:1.6;margin:0}@media(max-width: 768px){.c-banner-vertical__title{font-size:1rem;line-height:1.8}}.icon-external{display:inline-flex;align-items:center;gap:.125rem}.icon-external::after{content:"";display:block;width:1em;height:1em;background:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat}.c-heading{position:relative;font-size:26px;font-weight:700;padding-bottom:.5rem;margin-bottom:1.75rem;border-bottom:1px solid #ddd;line-height:1.8}.c-heading::after{content:"";position:absolute;left:0;bottom:-1px;width:106px;height:3px;background-color:#079a68}.c-table{width:100%;border-collapse:collapse}.c-table th,.c-table td{padding:1rem 1.25rem;border-bottom:1px solid #ddd;text-align:left;vertical-align:top}.c-table th{width:30%;font-weight:700;background-color:#f9fafb;white-space:nowrap}@media(max-width: 576px){.c-table th{width:35%;white-space:normal}}.c-table td a{color:#079a68;text-decoration:none;transition:opacity .2s ease}.c-table td a:hover{opacity:.7}@media(max-width: 576px){.c-table th,.c-table td{padding:.75rem;display:block;width:100%}.c-table th{padding-bottom:.25rem;border-bottom:none}.c-table td{padding-top:.25rem}}.c-note{margin-top:2rem;padding:1.25rem 1.5rem;background-color:#f3f4f6;border-left:3px solid #079a68}.c-note p:last-child,.c-note p:has(+p:empty:last-child){margin-bottom:0}.c-note p:empty{display:none}.c-pagination{margin-top:3rem}.c-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.c-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;border:1px solid #ccc;border-radius:.25rem;text-decoration:none;color:#333;font-size:.875rem;letter-spacing:0;transition:background-color .2s,color .2s,border-color .2s}.c-pagination .page-numbers:hover{background-color:#079a68;border-color:#079a68;color:#fff}.c-pagination .page-numbers.current{background-color:#079a68;border-color:#079a68;color:#fff}.c-pagination .page-numbers.dots{border:none;pointer-events:none}.c-breadcrumb{position:relative;padding:1rem calc((100% - 1160px)/2);margin-bottom:0;font-size:13px;color:gray;line-height:1.4;background-color:#f3f4f6;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media(max-width: 1224px){.c-breadcrumb{padding:1rem 2rem}}@media(max-width: 576px){.c-breadcrumb{padding:1rem 1.5rem}}.c-breadcrumb::-webkit-scrollbar{display:none}@media(hover: hover){.c-breadcrumb.is-draggable{cursor:grab}.c-breadcrumb.is-dragging{cursor:grabbing;user-select:none}}.c-breadcrumb::after{content:"";position:fixed;right:0;top:auto;width:2rem;height:2.4em;background:linear-gradient(to right, transparent, #f3f4f6);pointer-events:none}@media(max-width: 576px){.c-breadcrumb::after{width:1.5rem}}@media(min-width: 769px){.c-breadcrumb::after{display:none}}.c-breadcrumb a{color:gray;text-decoration:none}.c-breadcrumb a:hover{text-decoration:underline;text-underline-offset:4px}.c-breadcrumb .current-item{color:#333}.c-slider-arrow{display:flex;align-items:center;justify-content:center}.c-slider-arrow svg{translate:-1px 0}.c-slider-arrow:last-child svg{translate:1px 0}.c-slider-arrow{width:32px;height:32px;border-radius:50%;border:none;background-color:#333;cursor:pointer;color:#fff;flex-shrink:0;transition:opacity .3s ease}.c-slider-arrow:hover{opacity:.7}.c-slider-arrow:disabled{opacity:.4;cursor:default}.c-slider-arrow:disabled:hover{opacity:.3}.c-splide-nav{display:flex;align-items:center;justify-content:center;gap:40px}@media(max-width: 576px){.c-splide-nav{gap:1rem}}.c-splide-nav .splide__pagination{display:flex;align-items:center;gap:.25rem 24px;list-style:none;margin:0;padding:0;position:static}@media(max-width: 576px){.c-splide-nav .splide__pagination{gap:.25rem 16px}}@media(max-width: 375px){.c-splide-nav .splide__pagination{gap:.25rem 14px}}.c-splide-nav .splide__pagination__page{width:10px;height:10px;border-radius:50%;border:none;background-color:#949596;cursor:pointer;padding:0;transition:background-color .3s ease}.c-splide-nav .splide__pagination__page.is-active{background-color:#079a68}.c-splide-nav--white .splide__pagination__page{background-color:#fff;opacity:.3;transition:opacity .3s ease}.c-splide-nav--white .splide__pagination__page.is-active{background-color:#fff;opacity:1}.p-search__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.5rem 2rem}@media(max-width: 992px){.p-search__list{grid-template-columns:repeat(2, 1fr);gap:2rem 1.5rem}}@media(max-width: 576px){.p-search__list{grid-template-columns:1fr;gap:2rem}}.p-search__list .c-post-card__sub-title{margin-top:10px;font-size:13px}.p-search__list .c-post-card__title{font-size:14px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:.4rem;margin-bottom:.2rem}@media(max-width: 768px){.p-search__list .c-post-card__title{font-size:15px}}.p-search__list .c-post-card__description{display:none}.p-search__list .c-post-card .c-date{font-size:13px;margin-bottom:.5rem;gap:4px}.p-search__list .c-post-card .c-category-tags{display:none;margin-bottom:.5rem;gap:.5rem}.p-search__list .c-post-card .c-category-tags li a{font-size:13px}.p-search__list .c-post-card .c-hash-tags{display:none;margin-bottom:0;gap:.5rem}.p-search__list .c-post-card .c-hash-tags li a{font-size:13px}.p-search__form{max-width:560px;margin:0 auto 3rem;padding:0 1.5rem}.p-search__form-input{position:relative}.p-search__form-input input[type=text]{width:100%;height:48px;padding:0 3rem 0 1rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;background-color:#fff;transition:border-color .3s ease}.p-search__form-input input[type=text]:focus{border-color:#999;outline:none}.p-search__form-input button{position:absolute;right:0;top:0;height:100%;width:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.p-search__form-options{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.p-search__form-options-title{font-size:12px;color:#666}.p-search__form-options label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer;user-select:none;line-height:1em}.p-search__form-options input[type=checkbox]{appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:3px;margin:0;cursor:pointer}.p-search__form-options input[type=checkbox]:checked{background-color:#079a68;border-color:#079a68;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2.5-2.5a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}.p-search__no-results{text-align:center;padding:3rem 0}.p-search__no-results p{margin-bottom:1rem}.p-archive{display:grid;grid-template-columns:1fr 240px;gap:4rem}@media(max-width: 992px){.p-archive{grid-template-columns:1fr;gap:6rem}}.p-archive__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:2.5rem 2rem}@media(max-width: 576px){.p-archive__list{grid-template-columns:1fr;gap:2rem}}.p-archive__list .c-post-card__sub-title{margin-top:10px;font-size:13px}.p-archive__list .c-post-card__title{font-size:16px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:.4rem;margin-bottom:.2rem}.p-archive__list .c-post-card__description{display:none}.p-archive__list .c-post-card .c-date{font-size:13px;margin-bottom:.5rem}.p-archive__list .c-post-card .c-category-tags{margin-bottom:.5rem;gap:.5rem}.p-archive__list .c-post-card .c-category-tags li a{font-size:13px}.p-archive__list .c-post-card .c-hash-tags{margin-bottom:0;gap:.5rem}.p-archive__list .c-post-card .c-hash-tags li a{font-size:13px}.p-archive__sidebar .c-heading{font-size:1rem}.p-archive__sidebar .c-category-tags--text{gap:.5rem .75rem}.p-archive__sidebar .c-category-tags--text li a{font-size:13px}.p-archive__sidebar-section{margin-bottom:3rem}.p-archive__sidebar-section:last-child{margin-bottom:0}.p-archive__select{width:100%;margin-top:1rem;padding:.5rem .75rem;font-size:14px;border:1px solid #ddd;border-radius:.25rem;background-color:#fff;cursor:pointer}.p-archive__select:focus{border-color:#079a68;outline:none}.p-archive-category{margin-bottom:5rem}.p-archive-category__header{position:relative;display:flex;align-items:baseline;justify-content:space-between;padding-bottom:.5rem;margin-bottom:1.75rem;border-bottom:1px solid #ddd}.p-archive-category__header::after{content:"";position:absolute;left:0;bottom:-1px;width:106px;height:3px;background-color:#079a68}.p-archive-category__header .c-heading{flex:1;margin-bottom:0;padding-bottom:0;border-bottom:none}.p-archive-category__header .c-heading::after{display:none}.p-archive-category__header .c-btn1--text{flex-shrink:0;margin-left:1rem}.p-archive-category__slider{margin-top:1.75rem}.p-archive-category__slider .splide__slide .c-post-card__sub-title{margin-top:10px;font-size:13px}.p-archive-category__slider .splide__slide .c-post-card__title{font-size:16px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:.25rem;margin-bottom:.5rem}.p-archive-category__slider .splide__slide .c-post-card__description{display:none}.p-archive-category__slider .splide__slide .c-date{font-size:13px;margin-bottom:.5rem}.p-archive-category__nav{margin-top:1.5rem}.p-archive-category__all-link{text-align:center;margin-top:1rem;margin-bottom:2rem}.p-news-list{display:flex;flex-direction:column;list-style:none;padding:0}.p-news-list__item{display:flex;align-items:baseline;gap:1.5rem;padding:1rem 0;border-bottom:1px solid #ddd}.p-news-list__item:first-child{padding-top:0}@media(max-width: 576px){.p-news-list__item{flex-direction:column;gap:.25rem;padding:.875rem 0}}.p-news-list__date{flex-shrink:0;width:6.5em;font-weight:500;color:#333;line-height:1.6}.p-news-list__link{color:#079a68;text-decoration:none;line-height:1.6;transition:opacity .3s ease-out}.p-news-list__link:hover{text-decoration:underline}@media(max-width: 768px){.p-news-list__link:hover{text-decoration:none}}.p-single{display:grid;grid-template-columns:1fr 240px;gap:4rem}@media(max-width: 992px){.p-single{grid-template-columns:1fr;gap:6rem}}.p-single__header{margin-bottom:2rem}.p-single__header .c-category-tags{margin-bottom:1rem}.p-single__header .c-date{margin-bottom:1rem}.p-single__sub-title{font-weight:700;line-height:1.5;margin-bottom:.5rem}.p-single__title{font-size:1.75rem;font-weight:700;line-height:1.8}@media(max-width: 768px){.p-single__title{font-size:1.4rem;line-height:1.6}}.p-single__thumbnail{margin-bottom:2.5rem}.p-single__thumbnail img{max-width:100%;height:auto;display:block;border-radius:.5rem}.p-single__file-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}.p-single__file-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;font-size:16px;font-weight:700;text-decoration:none;border-radius:4px;transition:opacity .3s ease}.p-single__file-btn:hover{opacity:.8}.p-single__file-btn--view{background-color:#079a68;color:#fff}.p-single__file-btn--view:hover{color:#fff}.p-single__file-btn--download{background-color:#079a68;color:#fff}.p-single__file-btn--download:hover{color:#fff}.p-single__content{line-height:2;margin-bottom:2.5rem}.p-single__content h2{font-size:1.5rem;font-weight:700;line-height:1.6;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #079a68}@media(max-width: 768px){.p-single__content h2{font-size:1.25rem}}.p-single__content h2 a{text-decoration:none}.p-single__content h3{font-size:1.25rem;font-weight:700;line-height:1.6;margin-top:2.5rem;margin-bottom:1rem}@media(max-width: 768px){.p-single__content h3{font-size:1.125rem}}.p-single__content h4{font-size:1.125rem;font-weight:700;line-height:1.6;margin-top:2rem;margin-bottom:1rem}.p-single__content p{margin-bottom:1.5rem}.p-single__content img{max-width:100%;width:auto;height:auto;border-radius:.25rem}.p-single__content iframe{max-width:100%;border:none}.p-single__content ul,.p-single__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.p-single__content li{margin-bottom:.5rem}.p-single__content blockquote{margin:1.5rem 0;padding:1.5rem;border-left:4px solid #079a68;background-color:#f3f4f6}.p-single__content table{width:100% !important;margin-bottom:1.5rem;border-collapse:collapse}.p-single__content table th,.p-single__content table td{padding:.75rem 1rem;border:1px solid #ddd}.p-single__content table th{background-color:#f3f4f6;font-weight:700}.p-single__content a{color:#079a68;text-decoration:underline;text-underline-offset:4px}.p-single__content a:hover{opacity:.7}.p-single__terms-of-use{margin-bottom:2.5rem;padding:1.5rem;background-color:#f3f4f6;font-size:14px;line-height:1.8}@media(max-width: 768px){.p-single__terms-of-use{padding:1rem;font-size:13px}}.p-single__terms-of-use-title{font-size:18px;font-weight:700;margin:0 0 1rem}@media(max-width: 768px){.p-single__terms-of-use-title{font-size:16px}}.p-single__terms-of-use h3{font-size:15px;font-weight:700;margin-top:1rem;margin-bottom:.5rem}@media(max-width: 768px){.p-single__terms-of-use h3{font-size:14px}}.p-single__terms-of-use p{margin-bottom:.75rem}.p-single__terms-of-use p:last-child{margin-bottom:0}.p-single__terms-of-use ul,.p-single__terms-of-use ol{padding-left:1.5rem;margin-bottom:.75rem}.p-single__tags{padding-top:2rem;border-top:1px solid #ddd;display:flex;flex-direction:column;gap:1rem}.p-single__share{display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem;padding:1.25rem 1.5rem;background-color:#f3f4f6}@media(max-width: 768px){.p-single__share{padding:1rem}}.p-single__share-label{font-size:1rem;line-height:1;color:#333;margin-bottom:0}.p-single__share-links{display:flex;gap:.75rem;list-style:none;padding:0;margin:0}.p-single__share-links a{display:flex;align-items:center;justify-content:center;transition:opacity .3s ease-out}.p-single__share-links a:hover{opacity:.7}.p-single__share-links img{width:40px;height:40px}@media(max-width: 576px){.p-single__share-links img{width:32px;height:32px}}.p-single__post-nav{display:flex;justify-content:space-between;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #ddd}.p-single__post-nav-item{max-width:48%}.p-single__post-nav-item--next{margin-left:auto}.p-single__post-nav-item a{display:flex;align-items:baseline;gap:.5rem;color:#333;text-decoration:none;font-size:14px;line-height:1.6;transition:opacity .3s ease-out}.p-single__post-nav-item a:hover{opacity:.7}.p-single__post-nav-item--next a{justify-content:flex-end}.p-single__post-nav-arrow{flex-shrink:0}.p-single__sidebar .c-heading{font-size:1rem}.p-single__sidebar .p-news-list{width:100%;margin-bottom:1rem}.p-single__sidebar .p-news-list__item{flex-direction:column;gap:.125rem;padding:.875rem 0}.p-single__sidebar .p-news-list__date{font-size:13px}.p-single__sidebar .p-news-list__link{font-size:14px}.p-single__sidebar .c-category-tags--text{gap:.5rem .75rem}.p-single__sidebar .c-category-tags--text li a{font-size:13px}.p-single__sidebar-section{margin-bottom:3rem}.p-single__sidebar-section:last-child{margin-bottom:0}.p-single__select{width:100%;margin-top:1rem;padding:.5rem .75rem;font-size:14px;border:1px solid #ddd;border-radius:.25rem;background-color:#fff;cursor:pointer}.p-single__select:focus{border-color:#079a68;outline:none}.p-not-found{display:flex;flex-direction:column;align-items:center;padding:9rem 0}@media(max-width: 768px){.p-not-found{padding:6rem 0}}.p-not-found__code{font-family:"Roboto",sans-serif !important;font-size:4rem;font-weight:400;color:#079a68;line-height:1}@media(max-width: 768px){.p-not-found__code{font-size:3.5rem}}.p-not-found__label{margin-top:.25rem;font-family:"Roboto",sans-serif;font-size:1.25rem;color:#079a68}@media(max-width: 768px){.p-not-found__label{font-size:1rem}}.p-not-found__text{margin-top:1.5rem;color:#333}@media(max-width: 768px){.p-not-found__text{margin-top:1rem;font-size:.875rem}}.p-not-found .c-btn1{margin-top:2rem}@media(max-width: 768px){.p-not-found .c-btn1{margin-top:1.5rem}}.p-sitemap{display:grid;grid-template-columns:repeat(2, 1fr);gap:3rem 4rem}@media(max-width: 768px){.p-sitemap{grid-template-columns:1fr;gap:2.5rem}}.p-sitemap__subheading{margin:1.5rem 0 .75rem;font-size:.9375rem;font-weight:600;color:#333}.p-sitemap__subheading:first-of-type{margin-top:0}.p-sitemap__list{list-style:none;margin:0;padding:0}.p-sitemap__list li{padding:.4rem 0}.p-sitemap__list a{color:#333;text-decoration:none;font-size:.9375rem;transition:color .2s ease}.p-sitemap__list a:hover{color:#079a68}.p-company__section{margin-bottom:3rem}.p-company__section:last-child{margin-bottom:0}.p-company__section p{margin-bottom:1rem}.p-company__section p:last-child{margin-bottom:0}.p-company__vision-list{padding-left:1.5rem}.p-company__vision-list li{margin-bottom:.5rem}.p-company__vision-list li:last-child{margin-bottom:0}.p-help>p{margin-bottom:2rem}.p-help__item{margin-bottom:1.5rem}.p-help__item:last-child{margin-bottom:0}.p-help__item dt{font-weight:700;margin-bottom:.5rem}.p-help__item dd{margin-left:0;line-height:1.8}.p-help__item dd ul{margin-top:.5rem;padding-left:1rem;list-style:none}.p-help__item dd ul li{margin-bottom:.25rem}.p-privacy>p{margin-bottom:2rem}.p-privacy__item{margin-bottom:1.5rem}.p-privacy__item:last-child{margin-bottom:0}.p-privacy__item dt{font-weight:700;margin-bottom:.5rem}.p-privacy__item dd{margin-left:0;line-height:1.8}.p-privacy__item dd ul{margin-top:.5rem;padding-left:1rem;list-style:none}.p-privacy__item dd ul li{margin-bottom:.25rem}.page-contact main input[type=text],.page-contact main input[type=email],.page-contact main input[type=tel]{width:100%}.page-contact main input[type=text],.page-contact main input[type=email],.page-contact main input[type=tel],.page-contact main select{height:48px;padding-inline:14px;border:1px solid #d9dde3;border-radius:6px;font-size:.9375rem;background-color:#fafbfc;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.page-contact main textarea{width:100%;padding:12px 14px;border:1px solid #d9dde3;border-radius:6px;font-size:.9375rem;background-color:#fafbfc;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;min-height:200px;resize:vertical;line-height:1.7}.page-contact main select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23808080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.page-contact main input::placeholder,.page-contact main textarea::placeholder{color:#b0b8c1}.page-contact main input:focus,.page-contact main select:focus,.page-contact main textarea:focus{outline:none;border-color:#079a68;background-color:#fff;box-shadow:0 0 0 3px rgba(7,154,104,.1)}.page-contact main input[type=checkbox]{appearance:none;width:20px;height:20px;border:1.5px solid #ccc;border-radius:3px;margin:0;cursor:pointer;flex-shrink:0}.page-contact main input[type=checkbox]:checked{background-color:#079a68;border-color:#079a68;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2.5-2.5a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");background-size:14px;background-position:center;background-repeat:no-repeat}.page-contact main .wpcf7-acceptance label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.page-contact main .wpcf7-acceptance .wpcf7-list-item{margin-left:0}.page-contact main .wpcf7-acceptance .wpcf7-list-item-label{line-height:1;translate:0 1px}.page-contact__submit{position:relative;display:inline-flex;align-items:center}.page-contact main .wpcf7-spinner{position:absolute;right:1.25rem;margin:0;width:20px;height:20px;background:none;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;visibility:hidden}.page-contact main .wpcf7-spinner::before,.page-contact main .wpcf7-spinner::after{display:none}.page-contact main form.submitting .wpcf7-spinner{visibility:visible;animation:cf7-spin .6s linear infinite}@keyframes cf7-spin{to{transform:rotate(360deg)}}.page-contact main input[type=submit]{display:inline-block;min-width:280px;padding:1.125rem 2.5rem;background-color:#079a68;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,filter .2s ease}.page-contact main input[type=submit]:hover{filter:brightness(0.92);box-shadow:0 2px 8px rgba(7,154,104,.3)}.page-contact main input[type=submit]:disabled{background-color:#ccc;color:#999;cursor:not-allowed;box-shadow:none;filter:none}.page-contact main .wpcf7-not-valid-tip{color:#dc3545;font-size:.8125rem;padding-top:.375em}.page-contact main .wpcf7-response-output{margin-top:2rem;padding:1rem 1.25rem;border-radius:6px;font-size:.875rem;text-align:center}.p-contact-thanks{padding:3rem 0 4rem}@media(max-width: 768px){.p-contact-thanks{padding:2rem 0 3rem}}.p-contact-thanks__message{font-size:1.0625rem;line-height:2}.p-contact-thanks__note{margin-top:1.5rem;font-size:.875rem;color:gray}.p-contact-thanks__action{margin-top:2.5rem}
