/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:rgba(0,0,0,0);text-decoration:none;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:rgba(0,0,0,0);padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}@font-face{font-family:"NotoSansJP";src:url("assets/font/NotoSansJP-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"NotoSansJP";src:url("assets/font/NotoSansJP-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"NotoSansJP";src:url("assets/font/NotoSansJP-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"NotoSansJP";src:url("assets/font/NotoSansJP-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}body{font-family:"NotoSansJP",sans-serif;font-weight:400;line-height:1.6;margin:0;padding:0;background:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0}@media screen and (max-width: 800px){h1,h2,h3,h4,h5,h6{font-size:90%}}a{text-decoration:none}a:hover{text-decoration:underline}ul,ol{margin:0;padding:0}img{max-width:100%;height:auto;display:block}.header{position:fixed;top:-100px;left:0;right:0;transition:top .3s ease;z-index:9999;background-color:#fff}.header.is-visible{top:0}.header--fixed{top:0}.header__inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.header .logo{width:120px}.header .logo img{width:100%;height:auto;display:block}.header__right{display:flex;align-items:center;gap:.5rem}.header__btn{font-size:.75rem;background:#fbb144;color:#fff;padding:.4rem .9rem;border-radius:100vmax;font-weight:600;line-height:1;display:inline-flex;align-items:center;height:32px}.header .hamburger{display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;height:32px}.header .hamburger_line{position:relative;width:28px;height:14px}.header .hamburger_line span{position:absolute;width:100%;height:2px;background:#333;transition:all .3s ease}.header .hamburger_line span:nth-child(1){top:0}.header .hamburger_line span:nth-child(2){bottom:0}.header .hamburger.is-active .hamburger_line span:nth-child(1){top:50%;transform:translateY(-50%) rotate(-45deg)}.header .hamburger.is-active .hamburger_line span:nth-child(2){bottom:50%;transform:translateY(50%) rotate(45deg)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.6);opacity:0;visibility:hidden;z-index:99;transition:all .3s ease}.menu-overlay.is-active{opacity:1;visibility:visible}.floating-menu{position:fixed;bottom:1.5rem;right:1.5rem;width:64px;height:64px;background:#008849;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;cursor:pointer;z-index:9999;box-shadow:0 4px 10px rgba(0,0,0,.2)}.floating-menu__icon{display:flex;flex-direction:column;gap:5px}.floating-menu__icon span{display:block;width:20px;height:2px;background:#fff}.floating-menu__label{font-size:.65rem;margin-top:4px;font-weight:bold}.floating-menu.is-active{background:#ed148d}.floating-menu.is-active__icon span{background:#fff}.global-nav{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100vh;background:#fff;transform:translateY(100%);opacity:0;pointer-events:none;transition:all .4s ease}.global-nav ul{padding:5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;list-style:none}.global-nav ul li a{font-size:1.2rem;font-weight:600;color:#008849;text-decoration:none}.global-nav.is-active{transform:translateY(0);opacity:1;pointer-events:auto}.site-footer{background:#fff;font-size:.9rem;color:#333;line-height:1.6;margin-top:5%}.footer-cta{background:#008849;color:#fff;padding:2.5rem 1.5rem}.footer-cta__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-align:center}@media screen and (max-width: 400px){.footer-cta__title{font-size:1.2rem}}.footer-cta__desc{font-size:.95rem;text-align:center;margin-bottom:1.5rem}.footer-cta__buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.footer-cta__buttons .btn-pill.white{background:#fff;color:#008849;border-radius:100vmax;padding:.6rem 5rem;font-weight:600;text-align:center;display:inline-block;text-decoration:none}@media screen and (max-width: 400px){.footer-cta__buttons .btn-pill.white{padding:.6rem 2rem}}.footer-cta__buttons .footer-cta__tel{font-weight:bold}.footer-cta__time{font-size:.8rem;text-align:center;opacity:.9}.footer-cta__inner{border:1px solid #fff;border-radius:12px;padding:2rem;max-width:700px;margin:auto}.footer-info{background:#eafff3;padding:2.5rem 1.5rem;text-align:center}.footer-info .footer-logo{margin-bottom:1rem}.footer-info .footer-logo img{width:140px;height:auto;display:block;margin:0 auto}.footer-info .footer-address{font-style:normal;margin-bottom:1rem}.footer-info .footer-map{margin:1.5rem auto;max-width:700px}.footer-info .footer-map img,.footer-info .footer-map iframe{width:100%;height:200px;border-radius:8px;border:none}.footer-info .footer-hours,.footer-info .footer-tel{font-size:.85rem;margin-bottom:.25rem}.footer-copy{background:#008849;color:#fff;text-align:center;font-size:.75rem;padding:1rem 0}.fv-pc{position:relative;background-color:#91cfa5;height:100vh;overflow:hidden}@media screen and (max-width: 768px){.fv-pc{display:none}}.fv-pc__inner{height:100%;position:relative}.fv-pc__image{position:absolute;top:50px;right:0;width:90%;height:85%;overflow:hidden}.fv-pc__image img{width:100%;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% center;object-position:50% center;border-top-left-radius:48px;border-bottom-left-radius:48px}.fv-pc__corner-bg{position:absolute;top:9%;left:0;background-color:#fff;width:270px;height:230px;border-top-right-radius:48px;border-bottom-right-radius:48px;z-index:1;box-shadow:0 8px 16px rgba(0,0,0,.2)}.fv-pc .fv-pc__logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:190px;height:auto}.fv-pc .fv-pc__sub{font-size:1rem;font-weight:500;margin-top:19px;margin-right:20px;text-align:right;color:#000}.fv-pc__text{position:absolute;bottom:12%;left:7%;z-index:2}.fv-pc__text .fv-pc__lead{font-size:2rem;font-weight:bold;line-height:1.5}.fv-pc__text .fv-pc__lead span{display:inline-block;background:#fff;color:#008849;padding:.3em .6em;margin-bottom:.4rem}.fv-pc__text .fv-pc__lead .fv-pc__lead--sub{font-size:1.2rem;font-weight:500;display:inline-block;background:#008849;color:#fff}.button{display:inline-block;padding:12px 40px;background:#4caf50;color:#fff;text-decoration:none;border-radius:4px;transition:opacity .3s}.button:hover{opacity:.8}.button-outline{display:inline-block;padding:12px 40px;border:1px solid #000;color:#000;text-decoration:none;border-radius:4px;transition:all .3s}.button-outline:hover{background:#000;color:#fff}.button-black{display:inline-block;padding:12px 40px;background:#000;color:#fff;text-decoration:none;border-radius:4px;transition:opacity .3s}.button-black:hover{opacity:.8}.hamburger{position:fixed;top:1rem;right:1rem;cursor:pointer;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:all .3s ease}.hamburger_line{position:relative;width:32px;height:14px}.hamburger_line span{position:absolute;width:100%;height:2px;background-color:#000;transition:all .3s ease}.hamburger_line span:nth-child(1){top:0}.hamburger_line span:nth-child(2){bottom:0}.hamburger.is-active .hamburger_line span:nth-child(1){top:50%;transform:translateY(-50%) rotate(-45deg)}.hamburger.is-active .hamburger_line span:nth-child(2){bottom:50%;transform:translateY(50%) rotate(45deg)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.menu-overlay.is-active{opacity:1;visibility:visible}#loading-screen{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:#009149;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s ease,visibility .5s ease}#loading-screen .loader-logo{-webkit-animation:fadeUp 1s ease-out forwards;animation:fadeUp 1s ease-out forwards;opacity:0;transform:translateY(20px);display:block}#loading-screen .loader-logo img{width:160px;height:auto}#loading-screen.loaded{opacity:0;visibility:hidden;pointer-events:none}@-webkit-keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.loading-copy{font-size:1.2rem;font-weight:bold;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;display:inline-block}.loading-copy span{display:inline-block}.loading-copy .char{display:inline-block;opacity:0;transform:translateY(0.5em);-webkit-animation:charFadeIn .6s ease forwards;animation:charFadeIn .6s ease forwards}@-webkit-keyframes charFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes charFadeIn{to{opacity:1;transform:translateY(0)}}.concept-block__title{font-size:1.1rem;font-weight:600;color:#555;margin-bottom:1.2rem;text-align:left;letter-spacing:.05em}.fv-sp{display:none}@media screen and (max-width: 768px){.fv-sp{display:block}}.fv-sp{height:90vh;background:#91cfa5;position:relative;overflow:hidden}.fv-sp__inner{height:100%;position:relative;padding:0}.fv-sp__image{position:absolute;top:28px;left:19%;width:93%;overflow:hidden}@media screen and (max-width: 400px){.fv-sp__image{width:86%}}.fv-sp__image img{width:100%;height:83%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;-o-object-position:106% center;object-position:106% center;border-bottom-left-radius:32px;display:block}.fv-sp__corner-bg{position:absolute;top:11%;left:0;background-color:#fff;width:34%;height:22%;border-top-right-radius:48px;border-bottom-right-radius:48px;z-index:1;box-shadow:0 8px 16px rgba(0,0,0,.2)}.fv-sp .fv-sp__logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:90%;height:auto}.fv-sp__texts{position:absolute;top:53%;left:9%;z-index:2;color:#fff;text-align:left;max-width:90%}.fv-sp__date{font-size:.9rem;margin-bottom:1rem;color:#000;font-weight:bold}.fv-sp__lead{font-size:1.4rem;font-weight:700;line-height:1.6;margin-bottom:1rem}@media screen and (max-width: 400px){.fv-sp__lead{font-size:1.3rem}}.fv-sp__lead span{display:inline-block;background:#fff;color:#008849;padding:.2em .5em;margin-bottom:.3em}.fv-sp__lead .fv-sp__lead--sub{font-size:.9rem;color:#fff;background:#008849;font-weight:500}.fv-sp__sub{font-size:.8rem;color:#fff;font-weight:500;background:#008849;width:100%;text-align:center;padding:.24rem 0}.section-campaign{background:#fff;padding:2rem 1.5rem}.section-campaign__inner{max-width:600px;margin:0 auto}.section-campaign__inner img{width:100%;height:auto;display:block}.section-catch-message{background:url("assets/image/bg-note.svg") no-repeat center top;background-size:cover;padding:2.5rem 1.5rem}.section-catch-message__inner{max-width:580px;margin:0 auto}.section-catch-message__title{font-size:2.5rem;font-weight:700;color:#009149;line-height:1.6;margin-bottom:1.5rem;text-align:left}@media screen and (max-width: 768px){.section-catch-message__title{font-size:1.7rem}}.section-catch-message__text{font-size:1.2rem;line-height:1.8;color:#000}@media screen and (max-width: 768px){.section-catch-message__text{font-size:.95rem}}.section-catch-message__text p+p{margin-top:1rem}.section-catch-message__text .u-emphasis{font-weight:bold;text-decoration:underline;text-decoration-thickness:.1em;-webkit-text-decoration-color:#008849;text-decoration-color:#008849;text-underline-offset:.2em}.section-catch-message .course-buttons{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem;margin-bottom:0}.section-catch-message .course-buttons .btn-pill{background:#fff;color:#008849;border-radius:100vmax;padding:.6rem 1rem;text-align:center;font-weight:600;text-decoration:none;border:2.5px solid #008849;transition:background .2s,color .2s;min-width:220px;font-size:.85rem}.section-catch-message .course-buttons .btn-pill:hover{background:#008849;color:#fff}.section-features{background:#e5fbec;padding:2.5rem 10%}@media screen and (max-width: 400px){.section-features{padding:2.5rem 1.5rem}}.section-features__title{text-align:center;font-size:1.2rem;font-weight:700;margin-bottom:2rem;color:#009149}.section-features .feature-cards{display:flex;flex-direction:row;gap:1.5rem}@media screen and (max-width: 768px){.section-features .feature-cards{flex-direction:column;justify-content:space-between}}.section-features .feature-card{background:#f8f8f8;border-radius:12px;padding:1.5rem;text-align:left;flex:1}.section-features .feature-card__num{font-size:.8rem;font-weight:bold;background:#f8b500;color:#fff;padding:.2rem .8rem;border-radius:100vmax;display:inline-block;margin-bottom:.5rem}.section-features .feature-card__heading{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#009149}.section-features .feature-card__text{font-size:.85rem;color:#444;line-height:1.6}.section-features .feature-card__img{margin-bottom:1rem}.section-features .feature-card__img img{width:100%;height:auto;display:block;border-radius:8px;-o-object-fit:cover;object-fit:cover}.section-features__title.section-title br{display:none}@media screen and (max-width: 768px){.section-features__title.section-title br{display:inline}}.section-title{font-size:2rem;font-weight:700;text-align:center;line-height:1.6;color:#000}@media screen and (max-width: 768px){.section-title{font-size:1.3rem}}.section-title span{background:linear-gradient(transparent 70%, #91CFA5 70%);display:inline-block;margin-right:-7px}@media screen and (max-width: 768px){.section-title span{display:inline;margin-right:0}}@media screen and (max-width: 768px){.section-title{font-size:1.8rem}}.section-price{background:#eafff3;padding:2.5rem 1.5rem}.section-price__inner{max-width:500px;margin:auto}@media screen and (max-width: 400px){.section-price__inner{max-width:100%}}.section-price .course-list{padding:1rem 0}.section-price .course-list li{margin-bottom:0;font-size:.98rem;border-top:none;border-bottom:1px solid #b6e2c6;padding:1.1em 0 1.1em 0;background:rgba(0,0,0,0);transition:background .2s}.section-price .course-list li:first-child{border-top:none}.section-price .course-list li:last-child{border-bottom:none}.section-price .course-list__title{font-size:1.5rem;font-weight:700;color:#008849;letter-spacing:.02em;display:inline-block;margin-bottom:.2em}.section-price .course-list__price{font-size:.98rem;color:#222}.section-price .course-list__price-num{font-size:1.3rem;font-weight:700;color:#000;letter-spacing:.03em;margin:0 .1em}.section-price .course-note{font-size:.8rem;color:#555;line-height:1.6}.section-price .course-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.section-price .course-buttons .btn-pill{background:#fff;color:#008849;border-radius:100vmax;padding:.6rem 1rem;text-align:center;font-weight:600;text-decoration:none;border:2.5px solid #008849;transition:background .2s,color .2s}.section-price .course-buttons .btn-pill:hover{background:#008849;color:#fff}.section-price__subtitle{font-size:1.1rem;font-weight:700;margin-top:5.5rem;margin-bottom:.8rem;color:#222;letter-spacing:.05em;text-align:center}.section-price__schedule{background:#d2f5e3;border-radius:16px;padding:1.2em 1.5em;margin-bottom:1.5rem;font-size:.9rem;color:#222;font-weight:500;margin-top:2rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.section-price__schedule li{margin-bottom:.5em;line-height:1.7;list-style:disc inside}.section-faq{background:#fff;padding:2.5rem 1.5rem}.section-faq .section-title{margin-bottom:2rem}.section-faq__inner{max-width:720px;margin:0 auto}.section-faq .faq-item{border-radius:12px;background:#fff;margin-bottom:1.5rem;overflow:hidden;border:1px solid #91cfa5}.section-faq .faq-question{width:100%;background:none;border:none;font-size:1rem;font-weight:bold;padding:1rem;text-align:left;display:flex;justify-content:space-between;align-items:center;color:#009149;cursor:pointer}.section-faq .faq-question .faq-icon{font-size:1.2rem;font-weight:bold}.section-faq .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 1rem}.section-faq .faq-answer.is-open{max-height:500px;padding:1rem}.balloon3-right-btm{position:absolute;top:-46%;left:16%;display:inline-block;width:90px;height:90px;line-height:90px;text-align:center;color:#fff;font-size:1.1rem;font-weight:bold;background:#fcb900;border-radius:50%;box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:2;transform:rotate(-12deg);letter-spacing:.05em}@media screen and (max-width: 400px){.balloon3-right-btm{top:-46%;left:11%}}.balloon3-right-btm:before{content:"";position:absolute;bottom:-12px;right:-12px;border:18px solid rgba(0,0,0,0);border-left:18px solid #fcb900;z-index:0;transform:rotate(45deg)}.sp-only{display:none}@media(max-width: 600px){.sp-only{display:inline}}.section-flow .course-buttons{display:flex;flex-direction:column;gap:.75rem;margin:4.5rem auto 3rem;max-width:500px}.section-flow .course-buttons .btn-pill{background:#fff;color:#008849;border-radius:100vmax;padding:.6rem 1rem;text-align:center;font-weight:600;text-decoration:none;border:2.5px solid #008849;transition:background .2s,color .2s}.section-flow .course-buttons .btn-pill:hover{background:#008849;color:#fff}.topColumn-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;width:100%;margin:0 auto;max-width:1000px;margin-top:3rem}@media screen and (max-width: 768px){.topColumn-cards{grid-template-columns:1fr;gap:24px}}.topColumn-card{width:100%;max-width:340px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);width:100%;max-width:340px;margin:0 auto;display:flex;flex-direction:column;transition:box-shadow .2s}.topColumn-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.topColumn-more{display:flex;justify-content:center;margin-top:2.5rem}.topColumn-more .btn-pill{display:inline-block;padding:.9em 2.5em;border-radius:999px;background:#009247;color:#fff;font-weight:bold;font-size:1.1em;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.07);transition:background .2s}.topColumn-more .btn-pill:hover{background:#007a3d}.section-topColumn__inner{padding:2.5rem 1.5rem}.section-topColumn__inner .course-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;max-width:200px;margin:0 auto;margin-top:3rem}.section-topColumn__inner .course-buttons .btn-pill{background:#fff;color:#008849;border-radius:100vmax;padding:.5rem 1rem;text-align:center;font-weight:600;text-decoration:none;border:2.5px solid #008849;transition:background .2s,color .2s}.section-topColumn__inner .course-buttons .btn-pill:hover{background:#008849;color:#fff}.campaign{margin:4rem auto;max-width:900px}@media screen and (max-width: 768px){.campaign{padding:0 5%;max-width:100%;width:100%}}.campaign__title-block{background:#00a36f;border-radius:24px 24px 0 0;color:#fff;text-align:center;padding:1rem 1rem;position:relative}.campaign__title{font-size:2rem}@media screen and (max-width: 768px){.campaign__title{font-size:1.3rem}}.campaign__balloon{position:absolute;top:-1rem;left:1rem;background:#fcb900;border-radius:9999px;padding:.4rem 1rem;font-weight:bold;font-size:.9rem;box-shadow:0 4px 8px rgba(0,0,0,.1)}.campaign__content-block{background:#e5fbec;border:10px solid #00a36f;border-radius:0 0 24px 24px;padding:2rem 1.5rem;text-align:center}.campaign__features{display:flex;flex-direction:row;justify-content:center;gap:1.5rem}@media screen and (max-width: 768px){.campaign__features{flex-direction:column;gap:2rem}}.campaign__image{width:100%;max-width:360px;height:auto}.campaign__pointer{width:0;height:0;margin:2rem auto 1rem;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid #80ceaa}.campaign__note{text-align:center;font-size:.95rem;color:#333;margin-bottom:1rem}.campaign__button-wrapper{text-align:center}.campaign__button{display:inline-block;background:#ed148d;color:#fff;font-weight:bold;padding:1rem 2rem;border-radius:9999px;text-decoration:none;font-size:1rem}@media screen and (max-width: 768px){.campaign__button{font-size:.8rem}}.section-flow{background:#fff;padding:2rem 10%}@media screen and (max-width: 768px){.section-flow{padding:2rem 1.5rem}}.section-flow__phase{font-weight:bold;margin-top:2rem;text-align:center;font-size:1.2rem}.section-flow__pre{display:flex;flex-direction:row;gap:1rem;margin-top:1.5rem}@media screen and (max-width: 768px){.section-flow__pre{flex-direction:column;justify-content:center}}.section-flow .flow-box{background:#e6f3eb;border-radius:12px;padding:1.5rem;flex:1;text-align:left}.section-flow .flow-box__title{font-size:1.2rem}@media screen and (max-width: 768px){.section-flow .flow-box__title{font-size:1rem}}.section-flow__steps{display:flex;flex-direction:row;gap:2rem;margin-top:2rem;flex-wrap:wrap}@media screen and (max-width: 768px){.section-flow__steps{flex-direction:column;justify-content:space-between;flex-wrap:wrap}}.section-flow .flow-step{background:#e6f3eb;border-radius:12px;padding:1.5rem;flex:0 0 48%}.section-flow .flow-step__img{margin-top:1rem}.section-flow .flow-step__img img{width:60%;height:auto;border-radius:8px;display:block;margin:auto}@media screen and (max-width: 768px){.section-flow .flow-step__img img{width:100%}}.section-flow .flow-step__tag{font-size:.75rem;font-weight:bold;padding:.2rem .6rem;border-radius:100vmax;text-transform:uppercase;display:inline-block;margin-bottom:.5rem}.section-flow .flow-step__tag.in{background:#0070c0;color:#fff}.section-flow .flow-step__tag.out{background:#ed148d;color:#fff}.section-flow .flow-step__tag.train{background:#00b050;color:#fff}.section-flow .flow-step__title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}@media screen and (max-width: 768px){.section-flow .flow-step__title{font-size:1rem}}.section-flow .flow-step__desc{font-size:.9rem;color:#444}.section-flow .arrow{text-align:center;font-size:1.5rem;margin:1rem 0}.page-content.column-page{max-width:1000px;padding-top:6rem}.section-column__inner{display:flex;gap:40px;align-items:flex-start}@media screen and (max-width: 768px){.section-column__inner{flex-direction:column;gap:0}}.column-cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;justify-content:center}@media screen and (max-width: 768px){.column-cards{grid-template-columns:1fr;gap:24px;width:100%;margin:0 auto;justify-content:center}}.column-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);width:100%;max-width:340px;display:flex;flex-direction:column;transition:box-shadow .2s}.column-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.column-card__thumb{width:100%;height:180px;overflow:hidden}.column-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.column-card__body{padding:16px;display:flex;flex-direction:column;gap:8px}.column-card__date{font-size:.9em;color:#888}.column-card__title{font-size:1.1em;font-weight:bold;margin:0;color:#222;line-height:1.4}.sidebar{width:300px;flex-shrink:0;margin-left:0;position:static;top:32px;background:#f7f7f7;border-radius:10px;padding:24px 16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}@media(max-width: 900px){.sidebar{width:100%;position:static;margin-top:32px;padding:24px 0}}.sidebar-title{font-size:1.1em;font-weight:bold;margin-bottom:16px}.sidebar-latest-posts{list-style:none;padding:0;margin:0}.sidebar-latest-posts li{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}.sidebar-latest-posts li a{display:flex;align-items:flex-start;gap:12px;text-decoration:none;color:inherit;width:100%}.sidebar-latest-posts li img,.sidebar-latest-posts li .wp-post-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:#eee;flex-shrink:0}.sidebar-latest-posts li .sidebar-latest-texts{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;width:100%}.sidebar-latest-posts li span.sidebar-latest-date{display:block;font-size:.85em;color:#888;margin-bottom:4px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-latest-posts li span.sidebar-latest-title{display:block;font-size:1em;font-weight:500;line-height:1.4;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pagination{display:flex;justify-content:center;gap:8px;margin:40px 0 0 0}.pagination .page-numbers{display:inline-block;padding:8px 14px;border-radius:6px;background:#f7f7f7;color:#333;text-decoration:none;font-weight:500;transition:background .2s}.pagination .page-numbers.current{background:#2ec4b6;color:#fff}.pagination .page-numbers:hover:not(.current){background:#e0f7f4}.single-post .section-column{max-width:1000px;margin:0 auto;margin-top:6rem}.single-post__content .post{background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.08);padding:3rem 2.5rem 2.5rem 2.5rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.post__header{text-align:center;margin-bottom:2.5rem}.post__date{display:block;font-size:1em;color:#888;margin-bottom:.7em;font-weight:500;letter-spacing:.05em;text-align:left}.post__title{font-size:2rem;font-weight:bold;color:#009247;margin-bottom:0;line-height:1.3;text-align:left}.post__thumbnail{text-align:center;margin-bottom:2.5rem}.post__thumbnail img{border-radius:12px;max-width:100%;height:auto;box-shadow:0 2px 12px rgba(0,0,0,.07)}.post__content{font-size:1.08em;line-height:1.9;color:#222}.single-post__content .post__content h1{font-size:2.1rem;font-weight:bold;margin:2.5rem 0 1.5rem;color:#1a8;line-height:1.3}.single-post__content .post__content h2{font-size:1.5rem;font-weight:bold;margin:2rem 0 1.2rem;color:#009247;line-height:1.4;border-left:5px solid #009247;padding-left:.8em}.single-post__content .post__content h3{font-size:1.2rem;font-weight:bold;margin:1.5rem 0 1rem;color:#009247;line-height:1.4}.single-post__content .post__content h4,.single-post__content .post__content h5,.single-post__content .post__content h6{font-size:1rem;font-weight:bold;margin:1.2rem 0 .8rem;color:#555;line-height:1.4}.page-heading{background:url("assets/image/bg-note04.svg") repeat center top;padding:6rem 1.5rem 4rem}.page-heading__inner{max-width:1080px;margin:0 auto;text-align:center}.page-heading .section-title{display:inline-block;font-size:1.8rem;font-weight:bold;position:relative}.page-content{max-width:800px;margin:auto}@media screen and (max-width: 768px){.page-content{padding:0 5%}}#form.page-content{max-width:800px}@media screen and (max-width: 768px){#form.page-content{padding:0}}.page-bottom-buttons{display:flex;flex-direction:row;gap:16px;margin:4rem auto;max-width:100%}.page-bottom-buttons a{width:100%;text-align:center}@media screen and (max-width: 768px){.page-bottom-buttons{flex-direction:column;gap:32px}.page-bottom-buttons a{width:auto;flex:1}}.page-bottom-buttons .btn-pill{background:#fff;color:#008849;border-radius:100vmax;padding:.6rem 1rem;text-align:center;font-weight:600;text-decoration:none;border:2.5px solid #008849;transition:background .2s,color .2s;min-width:220px;font-size:.95rem;display:inline-block}.page-bottom-buttons .btn-pill:hover{background:#008849;color:#fff}.plan-block{margin-bottom:3rem}.plan-block__title{font-size:1.4rem;font-weight:bold;margin-bottom:1rem;border-left:6px solid #008849;padding-left:.75rem}@media screen and (max-width: 400px){.plan-block__title{font-size:1.1rem}}.plan-table{border-radius:12px;background:#f9f9f9;overflow:hidden}.plan-table__row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;flex-wrap:wrap}.plan-table__col{font-size:.8rem;line-height:1.4;word-break:break-word;padding:.5rem .75rem}@media screen and (max-width: 400px){.plan-table__col{padding:.5rem .75rem}}.plan-table__col:nth-child(3){text-align:left;padding-left:3rem}@media screen and (max-width: 768px){.plan-table__col:nth-child(3){padding-left:12px}}.plan-table__head{background:#e6f3eb;font-weight:bold;color:#008849}.plan-table__price{min-width:80px;font-weight:600;font-size:.9rem}.plan-option{margin-top:1.2rem;padding:.8rem 1rem;background:#f7f7f7;border-left:none;font-size:.8rem}.plan-option__label{font-weight:normal;margin-bottom:.3rem;color:#888;font-size:.97em}.plan-option__price span{font-weight:100;color:#222}.plan-note{background:#f8f8f8;padding:1.5rem;font-size:.8rem;color:#000;line-height:1.6;margin-top:2rem;border-radius:10px}@media screen and (max-width: 400px){.plan-note{font-size:.7rem}}.plan-note p{margin-bottom:.5em}.plan-note p:last-child{margin-bottom:0}.section-timetable{margin-top:3rem}.section-timetable__inner{display:flex;flex-direction:row;gap:2rem}@media screen and (max-width: 768px){.section-timetable__inner{flex-direction:column;gap:1rem}}.section-timetable .section-subtitle{font-size:1.2rem;font-weight:bold;text-align:center;margin-bottom:1.5rem}.section-timetable .section-subtitle span{background:linear-gradient(transparent 70%, #91CFA5 70%);display:inline-block;margin-right:-7px}@media screen and (max-width: 768px){.section-timetable .section-subtitle span{display:inline;margin-right:0}}.section-timetable .timetable-box{background:#f9f9f9;padding:1.5rem 1rem 1rem;border-radius:8px;width:50%;overflow-x:auto}@media screen and (max-width: 768px){.section-timetable .timetable-box{width:100%}}.section-timetable .timetable-list{display:flex;gap:1.5rem;justify-content:center;width:100%}.section-timetable .timetable-col{display:flex;flex-direction:column;gap:.5rem;flex:1 1 50%;min-width:0}.section-timetable .timetable-col>div{display:flex;align-items:center;gap:.8em;font-size:1rem;color:#333}.section-timetable .timetable-col dt{font-weight:bold;color:#2b7a4b;margin:0;min-width:2.5em}.section-timetable .timetable-col dd{margin:0;font-weight:600}@media(max-width: 600px){.section-timetable .timetable-list{flex-direction:row;gap:.5rem}.section-timetable .timetable-list .timetable-col{gap:.5rem}}.section-timetable .timetable-note{width:50%}@media screen and (max-width: 768px){.section-timetable .timetable-note{width:100%}}.section-timetable .timetable-note__block{background:#fff;padding:1rem;font-size:.9rem;background:#f9f9f9;border-radius:10px;margin-bottom:1rem}.section-timetable .timetable-note__block:last-child{margin-bottom:0}.section-timetable .timetable-note__block h3{font-weight:bold;color:#2b7a4b;font-size:1rem;margin-bottom:.5rem}.section-timetable .timetable-note__block p{margin:0;line-height:1.5;font-weight:600}.section-principal{padding:2.5rem 1.5rem 0}.section-principal .section-subtitle{font-size:1.2rem;font-weight:bold;text-align:center;margin-bottom:1.5rem}.section-principal .section-subtitle span{background:linear-gradient(transparent 70%, #91CFA5 70%);display:inline-block;margin-right:-7px}@media screen and (max-width: 768px){.section-principal .section-subtitle span{display:inline;margin-right:0}}.section-principal .principal-footprint{margin-top:3rem}.section-principal .principal-footprint__list li{font-size:1rem;line-height:2;margin-top:1rem}.section-principal .principal-profile{max-width:800px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start;background:#f1f7f3;padding:2rem 1rem;border-radius:20px;margin-top:2rem}@media screen and (max-width: 768px){.section-principal .principal-profile{flex-direction:column;gap:1.5rem}}.section-principal .principal-profile__info{font-size:1rem;margin-top:2rem}@media screen and (max-width: 768px){.section-principal .principal-profile__info{font-size:.9rem;margin-top:0}}.section-principal .principal-profile__image{flex:0 0 260px}@media screen and (max-width: 768px){.section-principal .principal-profile__image{flex:0 0 auto;width:100%;max-width:300px;margin:0 auto}}.section-principal .principal-profile__image img{width:100%;height:auto;border-radius:8px;display:block}.section-principal .principal-profile__image-name{text-align:center}.section-principal .principal-profile__content{flex:1}.section-principal .principal-profile__content-name{font-size:1.4rem;font-weight:bold;margin-bottom:1rem;color:#008849}.section-principal .principal-profile__content-text{font-size:.95rem;line-height:1.8;color:#333}.section-principal .principal-profile__content-text p+p{margin-top:1rem}.section-principal .principal-message{max-width:800px;margin:3rem auto 0;text-align:left}.section-principal .principal-message p{text-align:left;line-height:2;margin-bottom:2rem}.section-principal .principal-message__text{font-size:.95rem;line-height:1.8;color:#333;text-align:left}.section-principal .principal-message__text p+p{margin-top:1rem}.concept-section{padding:2.5rem 1.5rem}.concept-section__inner{max-width:800px;margin:0 auto}.concept-block__title{font-size:1.1rem;font-weight:600;color:#555;margin-bottom:1.2rem;text-align:left;letter-spacing:.05em}.concept-block__title .concept-block__label{display:inline-block;font-size:.8em;font-weight:bold;color:#fff;background:#009149;border-radius:1em;padding:.12em .8em;margin-right:.7em;margin-bottom:.3rem;letter-spacing:.08em;vertical-align:middle}.concept-block{margin-bottom:7rem}@media screen and (max-width: 768px){.concept-block{margin-bottom:0}}.concept-block:last-child{margin-bottom:0}.concept-block__lead{font-size:1rem;margin-bottom:1.2rem;text-align:left;letter-spacing:.05em;background:#f1f7f3;padding:.5rem 1rem;border-radius:12px;font-weight:500;color:#444;line-height:1.7;margin-bottom:1.5rem}.concept-block__list{font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.concept-block__list li{list-style:disc;margin-bottom:.5rem;font-size:.9rem;line-height:1.7;color:#444}.concept-block h2{font-size:1.4rem;font-weight:bold;margin-bottom:3rem;color:#009149;text-align:center;position:relative;padding-bottom:1rem}@media screen and (max-width: 768px){.concept-block h2{margin-bottom:1.5rem}}.concept-block h2::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#009149}.concept-block h3{font-size:1.2rem;font-weight:bold;margin:1.5rem 0 1rem;color:#333;padding-left:1rem;border-left:4px solid #009149}.concept-block h4{font-size:1.1rem;font-weight:bold;margin:1.5rem 0 1rem;color:#009149}.concept-block p{font-size:.95rem;line-height:1.8;margin-bottom:1rem;color:#333}.concept-block p.question{font-weight:bold;color:#009149;margin-bottom:.5rem}.concept-block p.answer{background:#f1f7f3;padding:1.2rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500}.concept-block ul{padding:1.2rem 1.5rem;margin:1.5rem 0}.concept-block ul li{list-style:disc;margin-bottom:1rem;font-size:.9rem;line-height:1.7;color:#444;padding-left:0}.concept-block ul li:last-child{margin-bottom:0}.concept-block .flow-diagram{display:flex;align-items:center;justify-content:center;margin:3rem 0;flex-wrap:wrap;gap:1rem}.concept-block .flow-diagram .flow-item{width:100px;height:140px;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1rem;font-weight:600;line-height:1.4;padding:.5rem}.concept-block .flow-diagram .flow-item .flow-text{margin:0;color:#333}.concept-block .flow-diagram .flow-arrow{width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #009149;margin:0 .5rem}@media screen and (max-width: 768px){.concept-section{padding:0rem}.concept-section__inner{padding:0rem}.concept-block{padding:1rem;margin-bottom:0}.concept-block h2{font-size:1rem}.concept-block h3{font-size:1rem}.concept-block h4{font-size:1rem}.concept-block p,.concept-block ul li{font-size:.9rem}.concept-block ul{padding:1rem 1.2rem}.concept-block p.answer{padding:1rem 1.2rem}.concept-block .flow-diagram{margin:2rem 0;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start}.concept-block .flow-diagram .flow-item{min-width:80px;height:100px;font-size:.8rem;margin:0 .2rem}.concept-block .flow-diagram .flow-arrow{margin:0 .2rem}}.concept-block__question-title{font-size:1rem;color:#009149;text-align:left;margin:2rem 0 1.2rem;font-weight:bold;position:relative;padding-bottom:.7rem}.concept-block__answer{font-size:.9rem;line-height:2.3;margin-bottom:1.5rem;color:#444}.flow-lead{display:flex;flex-direction:column;align-items:center;gap:.5em}.flow-lead__text{font-weight:bold;text-align:left;font-size:.9rem}.flow-lead__arrow{display:block;width:0;height:24px;border-left:3px solid #009149;margin:.2em 0;position:relative}.flow-lead__arrow::after{content:"";position:absolute;left:-9px;bottom:-1px;border:solid #009149;border-width:0 3px 3px 0;display:inline-block;padding:6px;transform:rotate(45deg)}.concept-block__subheading{font-size:1.05rem;color:#009149;font-weight:bold;text-align:left;margin:1.5rem 0 .7rem;letter-spacing:.05em}.concept-block .concept-block__list--no-disc{padding-left:0;list-style:none;background:none}.concept-block .concept-block__list--no-disc li.nodisc{list-style:none;padding-left:0;position:relative}.concept-block__catch{font-weight:bold;color:#009149;font-size:1.05rem;margin-bottom:1.2rem;text-align:left}.concept-block__feature-title{font-size:1rem;color:#333;font-weight:bold;margin:1.2rem 0 .5rem;text-align:left}.concept-block__feature-list{margin-bottom:1rem;padding-left:1.2em}.concept-block__feature-list li{margin-bottom:.5em;font-size:.95rem;color:#444;list-style:disc}.concept-block__feature-list .feature-note{color:#b22222;font-style:italic;list-style:none;margin-top:.2em;margin-bottom:.5em;padding-left:0}.concept-block__conclusion{font-weight:bold;color:#009149;margin-top:1.5rem;text-align:left;font-size:1.05rem}.concept-flow{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}@media screen and (max-width: 768px){.concept-flow{gap:.5rem}}.concept-flow .flow-item{width:100px;height:180px;border:1px solid #000;display:flex;flex-direction:row;align-items:center;justify-content:center;writing-mode:vertical-rl;text-align:center;font-size:16px;line-height:2}.concept-flow .flow-item .vertical-text{height:80%}.concept-flow .flow-item span{writing-mode:horizontal-tb;line-height:1}@media screen and (max-width: 768px){.concept-flow .flow-item{width:50px;height:140px;font-size:12px}}@media screen and (max-width: 400px){.concept-flow .flow-item{width:43px;height:120px;font-size:11px}}.concept-flow .flow-arrow{font-size:24px;color:#000;margin:0 4px}@media screen and (max-width: 768px){.concept-flow .flow-arrow{font-size:11px}}.section-form{padding:2.5rem 1.5rem;background:none}.section-form__inner{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.section-form .form-description{text-align:center;margin-bottom:2rem;font-size:1rem;line-height:1.8;color:#222;font-weight:500;letter-spacing:.01em}.section-form .form-description p{margin-bottom:1rem}.section-form .form-description .form-note{font-size:.9rem;color:#666;margin-top:.5rem}.section-form .contact-form,.section-form .wpcf7-form{background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.08);border-radius:18px;padding:2.5rem 2rem 2rem 2rem;width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;position:relative}@media screen and (max-width: 768px){.section-form .contact-form,.section-form .wpcf7-form{width:100%}}.section-form .form-title{font-size:1.35rem;font-weight:700;text-align:center;margin-bottom:1.5rem;position:relative;z-index:1}.section-form .form-title::before{content:"";display:block;position:absolute;left:50%;top:55%;width:90%;height:1.8em;background-image:repeating-linear-gradient(0deg, #e5e5e5 0, #e5e5e5 1px, transparent 1px, transparent 12px);transform:translate(-50%, -50%);z-index:-1;opacity:.4;border-radius:8px}.section-form .form-item{margin-bottom:1.6rem;display:flex;flex-direction:column}.section-form .form-item label{display:block;font-size:1rem;font-weight:600;margin-bottom:.6rem;color:#222}.section-form .form-item input[type=text],.section-form .form-item input[type=email],.section-form .form-item input[type=tel],.section-form .form-item select,.section-form .form-item textarea{width:100%;padding:1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:100;background:#fafafa;transition:border-color .2s}.section-form .form-item input[type=text]:focus,.section-form .form-item input[type=email]:focus,.section-form .form-item input[type=tel]:focus,.section-form .form-item select:focus,.section-form .form-item textarea:focus{outline:none;border-color:#008849;background:#fff}.section-form .form-item select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.section-form .form-item textarea{resize:vertical;min-height:120px}.section-form .form-submit{text-align:center;margin-top:1.5rem}.section-form .form-submit button,.section-form .form-submit input[type=submit]{background:#008849;color:#fff;border:none;padding:1.1rem 0;width:100%;font-size:1.15rem;font-weight:700;border-radius:100vmax;cursor:pointer;transition:background .3s;box-shadow:0 2px 8px rgba(0,0,0,.06);letter-spacing:.05em}.section-form .form-submit button:hover,.section-form .form-submit input[type=submit]:hover{background:#006b3b}.wpcf7-form .form-item{margin-bottom:1.5rem}.wpcf7-form .form-item label{display:block;font-weight:bold;margin-bottom:.5rem}.wpcf7-form .form-item label .required{color:#ed1c24;font-size:.85rem;margin-left:.5rem}.wpcf7-form .form-item input,.wpcf7-form .form-item select,.wpcf7-form .form-item textarea{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:6px}.wpcf7-form .form-item textarea{resize:vertical;height:120px}.wpcf7-form .form-submit{text-align:center}.wpcf7-form .form-submit input[type=submit]{background:#008849;color:#fff;padding:.75rem 2rem;border:none;border-radius:100vmax;font-size:1rem;font-weight:bold;cursor:pointer}.wpcf7-form .form-submit input[type=submit]:hover{opacity:.9}.wpcf7-form .form-note{font-size:.9rem;color:#555;margin-top:1rem}.wpcf7-form .form-agreement{margin-top:1.5rem;font-size:.85rem;color:#444}.wpcf7-form .form-agreement .form-check{display:flex;align-items:center;gap:.5rem}.wpcf7-form .form-agreement .form-check input[type=checkbox]{transform:none;margin-right:.4em;accent-color:#008849;cursor:pointer}.wpcf7-form .form-agreement .privacy-link{margin-top:.5rem;font-size:.8rem}.wpcf7-form .form-agreement .privacy-link a{color:#008849;text-decoration:underline;transition:.2s}.wpcf7-form .form-agreement .privacy-link a:hover{opacity:.8}.section-form input::-moz-placeholder, .section-form textarea::-moz-placeholder, .section-form select::-moz-placeholder{color:#a7a7a7;opacity:1}.section-form input::placeholder,.section-form textarea::placeholder,.section-form select::placeholder{color:#a7a7a7;opacity:1}.recaptcha-note{font-size:.75rem;color:#666;margin-top:1.5rem;text-align:left}.recaptcha-note a{color:inherit;text-decoration:underline}.grecaptcha-badge{visibility:hidden}.form-agreement .wpcf7-acceptance{display:flex;align-items:center;font-size:.85rem;gap:.5rem}.form-agreement .wpcf7-acceptance input[type=checkbox]{accent-color:#008849;margin-right:.4rem}.form-agreement-note{font-size:.85rem;color:#555;text-align:left;margin-bottom:1.2rem}.form-agreement-note a{color:#008849;text-decoration:underline}.form-agreement-note a:hover{opacity:.8}.section-privacy{padding:2rem 1.5rem;font-size:.95rem;line-height:1.8;color:#444}.section-privacy h2,.section-privacy h3,.section-privacy h4{margin-top:2rem;font-weight:500;font-size:1.1rem;color:#008849}.section-privacy p{margin-bottom:1.2rem}.section-privacy ul{list-style:disc;padding-left:1.5rem}.section-time_table .section-subtitle{font-size:1.2rem;font-weight:700;text-align:center;margin-bottom:1.5rem;line-height:1.6;color:#000;margin-top:4rem}.section-time_table .section-subtitle span{background:linear-gradient(transparent 70%, #91CFA5 70%);display:inline-block;margin-right:-7px}@media screen and (max-width: 768px){.section-time_table .section-subtitle span{display:inline;margin-right:0}}.schedule-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:0rem}.schedule-table-wrap--mgb0{margin-bottom:0}.schedule-table{min-width:700px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);background:#fff;border:1px solid #eee;margin-bottom:7px}.schedule-table__row{display:flex}.schedule-table__row:not(:last-child){border-bottom:1px solid #eee}.schedule-table__head{background:#f7f7fa;font-weight:bold}.schedule-table__cell{flex:1;padding:.5em .3em;text-align:center;border-right:1px solid #eee;font-size:.85rem;line-height:1.2}@media screen and (max-width: 768px){.schedule-table__cell{font-size:.7rem}}.schedule-table__cell:last-child{border-right:none}.schedule-table__cell--period{min-width:48px;max-width:60px;background:#f7f7fa;font-weight:bold;flex:0 0 48px}.schedule-table__cell--time{min-width:90px;max-width:110px;background:#f7f7fa;font-weight:normal;flex:0 0 110px}.schedule-table-caption{text-align:left;font-size:1rem;color:#000;margin:2rem 0 .5em 0;letter-spacing:.02em;border-left:6px solid #ccc;padding-left:.8rem}@media(max-width: 768px){.schedule-table{min-width:700px;width:100%;display:block}}.schedule-table-note{font-size:.8rem;color:#000;margin-bottom:5rem}.schedule-table__cell--gray{background:#f3f3f3}.scroll-hint{display:none}@media screen and (max-width: 768px){.scroll-hint{display:block;text-align:center;font-size:.6rem;color:#008849;background:rgba(145,207,165,.13);padding:.2em 0;margin-bottom:.5em;border-radius:1em;position:relative;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}
/*# sourceMappingURL=style.min.css.map */