@import"https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap";.fadein{opacity:0;transform:translateY(20px);transition:all 1s}.fadein-on{opacity:1;transform:translateY(0)}@keyframes fadein{100%{opacity:1}}*,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media(forced-colors: active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type=search]){-webkit-appearance:textfield}@supports(-webkit-touch-callout: none){:where([type=search]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type=tel],[type=url],[type=email],[type=number]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0 0 0/.3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden=until-found]){display:none !important}body{background-color:#f2f7fc;color:#222;font-family:"Noto Sans JP",sans-serif;letter-spacing:.1em}@media screen and (max-width: 768px){.only-pc{display:none !important}}@media screen and (min-width: 769px){.only-sp{display:none !important}}a{color:inherit;text-decoration:none;transition:opacity .3s}a:hover{opacity:.7}a[href^="#"]{scroll-behavior:smooth}.btn{position:relative;border-radius:2em;padding:.7em 2em;font-size:1.1em;font-weight:bold;text-decoration:none}@media screen and (max-width: 768px){.btn{font-size:1em}}.btn.blue-outline{border:2px solid #3e79b3;color:#3e79b3;background:#fff;transition:background .2s,color .2s}.btn.blue-outline:hover{background:#3e79b3;color:#fff}@media screen and (max-width: 768px){.btn.blue-outline{width:100%;max-width:320px;margin:0 auto;text-align:center}}.btn.red{background:linear-gradient(90deg, #e94b6b, #f97c2f);color:#fff;border:none;transition:color .2s;z-index:0}.btn.red::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg, #f97c2f, #e94b6b);opacity:0;transition:opacity .5s;border-radius:2em}.btn.red:hover::before{opacity:1}@media screen and (max-width: 768px){.btn.red{width:100%;max-width:320px;margin:0 auto;text-align:center}}.header{background:#fff;border-radius:2em;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:.5em 2em;position:fixed;top:20px;left:0;width:100%;z-index:29}@media screen and (max-width: 768px){.header{top:10px;padding:.5em 1.5em}}.header-inner{display:flex;align-items:center;width:100%;justify-content:space-between}.header-inner .header-logo{display:flex;align-items:center;text-decoration:none}.header-inner .header-logo img{height:32px;margin-right:.5em}.header-inner .header-logo span{color:#3e79b3;font-size:1.5em;font-weight:bold}@media screen and (max-width: 768px){.header-inner .header-logo span{font-size:1.2em}}.header-inner .header-buttons{display:flex;align-items:center;gap:1em}.header-inner .header-buttons .btn{padding:.5em 1.5em;font-size:1em}.header-inner .header-buttons .menu-btn{background:#f2f7fc;border:none;border-radius:50%;width:40px;height:40px;margin-left:.5em;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-inner .header-buttons .menu-btn .menu-icon{width:22px;height:2px;background:#3e79b3;display:block;position:relative}.header-inner .header-buttons .menu-btn .menu-icon::before,.header-inner .header-buttons .menu-btn .menu-icon::after{content:"";position:absolute;width:22px;height:2px;background:#3e79b3;left:0}.header-inner .header-buttons .menu-btn .menu-icon::before{top:-7px}.header-inner .header-buttons .menu-btn .menu-icon::after{top:7px}.header-inner .header-buttons .menu-btn.is-open .menu-icon{background:rgba(0,0,0,0)}.header-inner .header-buttons .menu-btn.is-open .menu-icon::before,.header-inner .header-buttons .menu-btn.is-open .menu-icon::after{top:0;background:#3e79b3;transition:transform .3s,top .3s}.header-inner .header-buttons .menu-btn.is-open .menu-icon::before{transform:rotate(45deg)}.header-inner .header-buttons .menu-btn.is-open .menu-icon::after{transform:rotate(-45deg)}.header-nav{position:relative;width:100%;opacity:0;visibility:hidden;pointer-events:none;display:flex;height:0;overflow:hidden;transition:opacity .4s ease,visibility .4s,height .4s;color:#3e79b3}.header-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible;display:flex;justify-content:center;gap:4em;flex-wrap:wrap;padding:3em 0}@media screen and (max-width: 768px){.header-nav.is-open{font-size:.9em;flex-direction:column;gap:1em;padding:2em 0 1em}}.header-nav ul{list-style:none;padding:0;min-width:220px}.header-nav ul li{margin-bottom:.7em;font-size:1em}.header-nav ul li a{text-decoration:none;transition:opacity .2s}.header-nav ul li a:hover{opacity:.7;text-decoration:underline}.header-nav ul .header-subnav{margin:.5em 0 0 1.5em;padding:0}.header-nav ul .header-subnav li{margin-bottom:.3em;font-size:.95em;list-style:disc inside}@media screen and (max-width: 768px){.header-nav-buttons{display:flex;justify-content:center;flex-direction:column;gap:1em}.header-nav-buttons .btn{font-size:.9em;padding:.5em 2em}}.footer{background:#3e79b3;color:#fff;padding:3em 0 2em 0;margin-top:0;font-size:.9em}.footer .footer-inner{max-width:1200px;margin:0 auto;padding:0 2em;display:flex;justify-content:center;align-items:flex-start}@media screen and (max-width: 768px){.footer .footer-inner{flex-direction:column;padding:0 1em}}.footer .footer-nav{display:flex;justify-content:center;gap:4em;flex-wrap:wrap}@media screen and (max-width: 768px){.footer .footer-nav{flex-direction:column;gap:1em;align-items:center}}.footer .footer-nav ul{list-style:none;padding:0;margin:0 0 1em 0;min-width:220px}@media screen and (max-width: 768px){.footer .footer-nav ul{min-width:0;width:100%}}.footer .footer-nav ul li{margin-bottom:.7em;font-size:1em}.footer .footer-nav ul li a{color:#fff;text-decoration:none;transition:opacity .2s}.footer .footer-nav ul li a:hover{opacity:.7;text-decoration:underline}.footer .footer-nav ul .footer-subnav{margin:.5em 0 0 1.5em;padding:0}.footer .footer-nav ul .footer-subnav li{margin-bottom:.3em;font-size:.95em;list-style:disc inside}.copyright{background-color:#1c5992;color:#fff;font-size:.6em;font-weight:bold;text-align:center;padding:2em 0}@media screen and (max-width: 768px){.copyright{padding:2em 0 10em}}.cta{background:rgba(0,0,0,0);position:relative;overflow:hidden;padding:4em 2em}@media screen and (max-width: 768px){.cta{display:none}}.cta::before{content:"";position:absolute;z-index:0;top:20px;left:50%;width:200vw;height:300px;background:#b0d6fb;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:translateX(-50%);pointer-events:none}.cta-inner{position:relative;z-index:1;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-title{display:flex;align-items:center;gap:1em}.cta-illust{margin-bottom:.5em}.cta-illust img{width:150px;height:auto;display:block}.cta-message{font-size:1.4em;color:#3e79b3;font-weight:bold;margin-bottom:1em;letter-spacing:.03em}.cta-buttons{display:flex;gap:1em;justify-content:center}@media screen and (max-width: 768px){.cta_sp{background:#b5d9fa;border-radius:40px 40px 0px 0px;position:fixed;bottom:0;padding:1em 1em .5em 1em;width:100%;z-index:59}.cta_sp-inner{position:relative;z-index:1;margin:0 auto;display:flex;flex-direction:column}.cta_sp-buttons{display:flex;gap:.5em;justify-content:center}.cta_sp-buttons .btn{font-size:.9em;width:50vw;max-width:300px;padding:.7em 1em;text-align:center}}.mv{margin:0 auto 2em auto;position:relative;background:none}.mv-inner{margin:0 auto;display:flex;justify-content:space-between;align-items:stretch;position:relative}.mv-title{background-image:url("/assets-new/img/mv_bg_1.svg");background-position:bottom right;background-repeat:no-repeat;background-size:auto 100%;display:flex;flex-direction:column;justify-content:center;position:absolute;bottom:0;left:0;z-index:2}@media screen and (max-width: 768px){.mv-title{background-position:bottom left;padding:2em 1.5em;bottom:40px;width:100vw}}@media screen and (min-width: 769px)and (max-width: 1024px){.mv-title{padding:0 3em 3em 3em;width:500px}}@media screen and (min-width: 1025px)and (max-width: 1440px){.mv-title{padding:0 0 5em 6em;left:0;width:600px}}@media screen and (min-width: 1441px){.mv-title{padding:0 0 5em 6em;left:10vw;width:600px}}.mv-title .mv-illust{margin-bottom:1.5em}@media screen and (max-width: 768px){.mv-title .mv-illust{margin-bottom:.5em}}.mv-title .mv-illust img{width:350px;height:auto;display:block}@media screen and (max-width: 768px){.mv-title .mv-illust img{width:200px}}.mv-title h2{font-family:"M PLUS 1",sans-serif;font-size:2em;font-weight:bold;margin-bottom:.7em;line-height:1.3}@media screen and (max-width: 768px){.mv-title h2{font-size:1.8em}}.mv-title p{font-size:1em;line-height:1.7}@media screen and (max-width: 768px){.mv-title p{font-size:.9em}}.mv-slide{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;position:relative;z-index:1}@media screen and (max-width: 768px){.mv-slide{justify-content:space-between;width:100vw;height:650px}}.mv-slide .slider{position:relative;max-width:100%;overflow:hidden}@media screen and (max-width: 768px){.mv-slide .slider{width:500px;height:350px}}@media screen and (min-width: 769px)and (max-width: 1024px){.mv-slide .slider{width:700px;height:550px}}@media screen and (min-width: 1025px)and (max-width: 1440px){.mv-slide .slider{width:1000px;height:720px}}@media screen and (min-width: 1441px){.mv-slide .slider{width:1500px;height:1000px}}.mv-slide .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s;object-fit:cover}.mv-slide .slide.active{opacity:1;z-index:2}.mv .slider-dots{display:flex;gap:.5em;margin:1em 2em;justify-content:flex-end}@media screen and (max-width: 768px){.mv .slider-dots{margin:1em 0;justify-content:center;width:100%}}.mv .slider-dots .dot{width:28px;height:6px;border-radius:3px;background:#b0d6fb;transition:background .3s}.mv .slider-dots .dot.active{background:#3e79b3}.observation{margin:3em auto;max-width:1100px;padding:2.5em 1em 3em 1em;position:relative}.observation h2{font-family:"M PLUS 1",sans-serif;font-size:2em;font-weight:bold;color:#1c5992;margin-bottom:2em;text-align:center;letter-spacing:.05em}@media screen and (max-width: 768px){.observation h2{font-size:1.8em}}.observation h2 .observation-subtitle{display:block;font-size:.5em;font-weight:normal;margin-top:.2em;letter-spacing:.1em}.observation-inner{background:#fff;border-radius:1em;padding:2em 1em 1.5em 1em;position:relative}.observation-inner::before{content:"";position:absolute;bottom:100px;left:-128px;width:130px;height:198px;background-image:url("/assets-new/img/ob_illust.svg");background-repeat:no-repeat;pointer-events:none}@media screen and (max-width: 768px){.observation-inner::before{display:none}}.observation-title{font-family:"M PLUS 1",sans-serif;font-size:1.6em;font-weight:bold;text-align:center;margin:1em 0;position:relative}.observation-title::after{content:"";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:48px;height:9px;background-image:url("/assets-new/img/title_dots.svg");background-repeat:no-repeat;pointer-events:none}.observation-cards{display:flex;gap:1em;justify-content:center;align-items:stretch;margin:0 auto;max-width:1000px}@media screen and (max-width: 768px){.observation-cards{flex-direction:column;gap:1.5em}}.observation-cards .observation-card{background:#fff;border-radius:1em;padding:2em 1em 1.5em 1em;flex:1 1 0;display:flex;flex-direction:column;align-items:center;min-width:0}@media screen and (max-width: 768px){.observation-cards .observation-card{padding:1em}}.observation-cards .observation-card-img{width:180px;height:180px;border-radius:50%;overflow:hidden;margin-bottom:1.2em}@media screen and (max-width: 768px){.observation-cards .observation-card-img{width:300px;height:300px}}.observation-cards .observation-card-img img{width:100%;height:100%;object-fit:cover;display:block}.observation-cards .observation-card-title{font-family:"M PLUS 1",sans-serif;font-size:1.2em;font-weight:bold;margin-bottom:.7em;line-height:1.4;text-align:center}.observation-cards .observation-card-text{font-size:1em;line-height:1.7}.course{margin:3em auto;max-width:1100px;padding:2.5em 1em 3em 1em;text-align:center;position:relative}.course h2{font-family:"M PLUS 1",sans-serif;font-size:2em;font-weight:bold;color:#1c5992;margin-bottom:2em;text-align:center;letter-spacing:.05em;position:relative}@media screen and (max-width: 768px){.course h2{font-size:1.8em}}.course h2 .course-subtitle{display:block;font-size:.5em;font-weight:normal;margin-top:.2em;letter-spacing:.1em}.course h2 .course-title-illust{position:absolute;top:-25px;right:calc(50% - 250px);margin-bottom:.2em}@media screen and (max-width: 768px){.course h2 .course-title-illust{display:none}}.course h2 .course-title-illust img{width:120px;height:auto;display:block}.course-cards{display:flex;gap:1em;justify-content:center;align-items:stretch;margin:2em 0 2.5em 0;flex-wrap:wrap}@media screen and (max-width: 768px){.course-cards{gap:.5em;align-items:center}}.course-cards .course-card{background:#fff;border-radius:1em;padding:.1em;width:235px;min-width:0;display:flex;flex-direction:column;align-items:center;transition:transform .2s,box-shadow .2s;cursor:pointer;border:4px solid rgba(0,0,0,0)}@media screen and (max-width: 768px){.course-cards .course-card{width:calc(50vw - 1.5em);max-width:350px}}.course-cards .course-card a{text-decoration:none}.course-cards .course-card:hover{transform:translateY(-6px) scale(1.03)}.course-cards .course-card.orange{border-color:#ff7f1c;background-color:#ff7f1c}.course-cards .course-card.pink{border-color:#f97c8a;background-color:#f97c8a}.course-cards .course-card.green{border-color:#8bc34a;background-color:#8bc34a}.course-cards .course-card.blue{border-color:#3e79b3;background-color:#3e79b3}.course-cards .course-card .course-card-img{border-radius:.7em .7em 0 0;overflow:hidden;margin-bottom:.5em}.course-cards .course-card .course-card-img img{width:100%;height:100%;object-fit:cover;display:block}.course-cards .course-card .course-card-title{font-size:1.1em;font-weight:bold;color:#fff;background:inherit;padding:.5em}@media screen and (max-width: 768px){.course-cards .course-card .course-card-title{font-size:.8em}}.course-buttons{display:flex;gap:2em;justify-content:center;margin-top:1.5em}@media screen and (max-width: 768px){.course-buttons{flex-direction:column;gap:1em}}.value{margin:3em auto;padding:2.5em 1em 3em 1em;position:relative}.value h2{font-family:"M PLUS 1",sans-serif;font-size:2em;font-weight:bold;color:#1c5992;margin-bottom:2em;text-align:center;letter-spacing:.05em;position:relative}@media screen and (max-width: 768px){.value h2{font-size:1.8em}}.value h2 .value-subtitle{display:block;font-size:.5em;font-weight:normal;margin-top:.2em;letter-spacing:.1em}.value h2 .value-title-illust{position:absolute;top:-25px;left:calc(50% - 250px);margin-bottom:.2em}@media screen and (max-width: 768px){.value h2 .value-title-illust{display:none}}.value h2 .value-title-illust img{width:90px;height:auto;display:block}.value-list{display:flex;flex-wrap:wrap;gap:1em;margin:2.5em auto 2em auto;max-width:900px}@media screen and (max-width: 768px){.value-list{grid-template-columns:1fr;gap:1.5em}}.value-list .value-item{display:flex;flex-wrap:wrap;gap:1em}@media screen and (max-width: 768px){.value-list .value-item{flex-direction:column;margin-bottom:1em}}.value-list .value-item:nth-child(even){flex-direction:row-reverse}.value-list .value-item-img{flex:0 0 400px;width:400px;height:auto}@media screen and (max-width: 768px){.value-list .value-item-img{flex:0 0 auto;width:100%}}.value-list .value-item-content{flex:1 1 0;padding:1.5em 1.2em;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 768px){.value-list .value-item-content{padding:1em .5em}}.value-list .value-item-title{font-family:"M PLUS 1",sans-serif;font-size:1.2em;font-weight:bold;margin-bottom:.7em;line-height:1.5;position:relative}@media screen and (max-width: 768px){.value-list .value-item-title{font-size:1.1em}}.value-list .value-item-title::before{content:"";position:absolute;top:-20px;left:0;width:48px;height:9px;background-image:url("/assets-new/img/title_dots.svg");background-repeat:no-repeat;pointer-events:none}.value-list .value-item-text{font-size:1em;line-height:1.7}.value-buttons{display:flex;justify-content:center;margin-top:2em}.news{border-radius:1.5em;margin:3em auto;padding:2.5em 1em 2em 1em;display:flex;justify-content:center;gap:2em}@media screen and (max-width: 768px){.news{flex-direction:column}}.news-header{display:flex;flex-direction:column;gap:2em;margin-bottom:1.5em}@media screen and (max-width: 768px){.news-header{margin-bottom:0}}.news-header .news-title{flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;gap:.3em}.news-header .news-title-main{font-size:1.7em;font-weight:bold;color:#3e79b3;letter-spacing:.05em}.news-header .news-title-sub{font-size:1em;color:#3e79b3;margin-bottom:.5em;letter-spacing:.1em}.news-illust{flex:0 0 150px}@media screen and (max-width: 768px){.news-illust{display:none}}.news-illust img{width:150px;height:auto;display:block}.news-list{list-style:none;margin:0;padding:0;width:600px}@media screen and (max-width: 768px){.news-list{width:100%}}.news-list li{border-bottom:1px dashed #3e79b3;padding:1.1em 0 1.1em 0;display:flex;flex-direction:column;gap:.2em}.news-list li .news-meta{display:flex;align-items:center;gap:.7em;margin-bottom:.2em}.news-list li .news-meta .news-date{font-size:.98em;color:#3e79b3;font-weight:bold}.news-list li .news-meta .news-label{font-size:.7em;font-weight:bold;padding:0 .5em;margin-left:.2em}.news-list li .news-meta .news-label.class{background:#3e79b3;color:#fff}.news-list li .news-meta .news-label.event{background:#b0d6fb;color:#3e79b3}.news-list li .news-meta .news-label.campaign{background:#1c5992;color:#fff}.news-list li .news-text{font-size:1.08em;font-weight:500;letter-spacing:.01em}.news-list li .news-text a{text-decoration:none}.news-list li .news-text a:hover{opacity:.8}.news-buttons{display:flex;justify-content:center}