@charset "UTF-8";.school-card{background-color:var(--color-white);border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid var(--color-gray-200);transition:all .3s;height:100%;display:flex;flex-direction:column}.school-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.school-card.school-card--boys{background-color:color-mix(in oklch,var(--color-blue-500) 3%,transparent)}.school-card.school-card--girls{background-color:color-mix(in oklch,var(--color-red-500) 3%,transparent)}.school-card.school-card--coed{background-color:color-mix(in oklch,var(--color-green-500) 3%,transparent)}.school-card-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-gray-200)}.school-card-title{margin:0;font-size:1.6rem}@media screen and (min-width:768px){.school-card-title{font-size:1.8rem}}.school-card-title{color:var(--color-gray-800);line-height:1.4}.school-card-badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.school-badge{color:var(--color-white);padding:.25rem .75rem;border-radius:.25rem;font-size:1rem}@media screen and (min-width:768px){.school-badge{font-size:1.2rem}}.school-badge{font-weight:500}.school-badge.badge-category-private{background-color:var(--color-blue-700)}.school-badge.badge-category-public{background-color:var(--color-green-700)}.school-badge.badge-category-national{background-color:var(--color-purple-700)}.school-badge.badge-category-other{background-color:var(--color-orange-700)}.school-badge.badge-category-municipal{background-color:var(--color-teal-600)}.school-badge.badge-type-boys{background-color:var(--color-blue-400)}.school-badge.badge-type-girls{background-color:var(--color-pink-400)}.school-badge.badge-type-coed{background-color:var(--color-green-500)}.school-badge.badge-prefecture{background-color:var(--color-gray-500)}.school-card-actions{flex-grow:1;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem}.school-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid transparent;font-size:1.2rem}@media screen and (min-width:768px){.school-button{font-size:1.4rem}}.school-button{font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .3s}.school-button:hover{text-decoration:none}.school-button svg{width:1.25rem;height:1.25rem}.school-button.button-data{color:var(--color-blue-700);border-color:var(--color-blue-600)}.school-button.button-data:hover{background-color:color-mix(in oklch,var(--color-blue-500) 8%,transparent)}.school-button.button-website{color:var(--color-green-700);border-color:var(--color-green-600)}.school-button.button-website:hover{background-color:color-mix(in oklch,var(--color-green-500) 8%,transparent)}.school-card-articles{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-gray-200)}.school-card-articles-title{margin:0 0 .75rem;font-size:1.4rem}@media screen and (min-width:768px){.school-card-articles-title{font-size:1.6rem}}.school-card-articles-title{color:var(--color-gray-800);font-weight:600}.school-card-articles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.school-card-articles-list a{color:var(--color-blue-500);text-decoration:none;font-size:1.2rem}@media screen and (min-width:768px){.school-card-articles-list a{font-size:1.4rem}}.school-card-articles-list a{padding:.5rem;border-radius:.25rem;transition:all .3s;display:block}.school-card-articles-list a:hover{background-color:color-mix(in oklch,var(--color-blue-500) 10%,transparent);text-decoration:underline}.school-info{background-color:var(--color-gray-50);border-radius:.5rem;padding:1.5rem;border:1px solid var(--color-gray-200);margin-top:2rem}.school-info-title{font-size:1.8rem}@media screen and (min-width:768px){.school-info-title{font-size:2.1rem}}.school-info-title{font-weight:700;color:var(--color-gray-800);margin-bottom:1rem}.school-info-content{display:flex;flex-direction:column;gap:1rem}.school-info-name{font-size:1.6rem}@media screen and (min-width:768px){.school-info-name{font-size:1.8rem}}.school-info-name{font-weight:600;color:var(--color-gray-800);margin-bottom:.5rem}.school-info-badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.school-info-actions{display:flex;gap:.75rem;flex-wrap:wrap}.project-article{font-family:YakuHanMPs,"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:500;font-style:normal}.project-article--content{background-color:var(--color-white);border-radius:.5rem}.project-article__header{position:relative;z-index:0;margin-bottom:2.5rem;padding:1.5rem 0;isolation:isolate}.project-article__header:before{content:"";position:absolute;inset:0;background:color-mix(in oklch,var(--school-color) 8%,white);box-shadow:0 0 0 100vmax color-mix(in oklch,var(--school-color) 8%,white);clip-path:inset(0 -100vmax);z-index:-1;pointer-events:none}@media screen and (min-width:768px){.project-article__header{margin-bottom:3rem;padding:3rem 0}}.project-article__header-info{margin-bottom:2rem}@media screen and (min-width:768px){.project-article__header-main{display:flex;gap:5rem}}.project-article__header-image{margin-bottom:1.5rem}@media screen and (min-width:768px){.project-article__header-image{width:50%;flex-shrink:0;margin-bottom:0}}.project-article__header-image img{width:100%;height:auto;border-radius:1.5rem}@media screen and (min-width:768px){.project-article__header-wrapper{display:flex;flex-direction:column;justify-content:space-between}}.project-article__header-read{font-size:1.6rem}@media screen and (min-width:768px){.project-article__header-read{font-size:1.8rem}}.project-article__header-read{color:var(--color-gray-600);margin-bottom:2rem;line-height:1.8;text-indent:1em;text-align:justify}@media screen and (min-width:768px){.project-article__header-read{flex:1}}.project-article__header-interviewer{font-size:1.3rem}@media screen and (min-width:768px){.project-article__header-interviewer{font-size:1.5rem}}.project-article__header-interviewer{color:var(--color-gray-600);margin-bottom:2.5rem}.project-article__header-interviewer-title{font-size:1.6rem}@media screen and (min-width:768px){.project-article__header-interviewer-title{font-size:1.8rem}}.project-article__header-interviewer-title{font-weight:700;color:var(--color-gray-800);margin-bottom:1rem;text-align:center}@media screen and (min-width:768px){.project-article__header-interviewer-title{margin-bottom:1.5rem}}.project-article__header-interviewer-content{display:flex;align-items:center;justify-content:center;gap:2rem}.project-article__header-interviewer-content img{width:100%;height:auto;border-radius:1rem}.project-article__header-interviewer-content p{font-size:1.3rem}@media screen and (min-width:768px){.project-article__header-interviewer-content p{font-size:1.5rem}}.project-article__header-interviewer-content p{line-height:1.5}.project-article__header-interviewer-item>p{margin-top:.5rem}.project-article__school-name{font-size:2rem}@media screen and (min-width:768px){.project-article__school-name{font-size:2.3rem}}.project-article__school-name{color:var(--color-gray-600);margin-bottom:.5rem;font-weight:700}@media screen and (min-width:768px){.project-article__school-name{font-size:3.3333333333rem}}.project-article__title{color:var(--school-color);font-size:2.4rem}@media screen and (min-width:768px){.project-article__title{font-size:2.7rem}}.project-article__title{font-weight:700;line-height:1.4}@media screen and (min-width:768px){.project-article__title{font-size:4rem}}.project-article__title-sub{display:block;max-width:100%;font-size:1.8rem}@media screen and (min-width:768px){.project-article__title-sub{font-size:2.1rem}}.project-article__title-sub{font-weight:600;letter-spacing:.12em;line-height:1.45;color:color-mix(in oklch,var(--school-color) 42%,var(--color-gray-700));margin:0 0 .5rem;padding-bottom:.35rem;text-align:center}@media screen and (min-width:768px){.project-article__title-sub{font-size:2.4rem;margin-bottom:.65rem;padding-bottom:.45rem}}@media screen and (min-width:768px)and (min-width:768px){.project-article__title-sub{font-size:2.7rem}}.project-article__teacher{font-size:1.6rem}@media screen and (min-width:768px){.project-article__teacher{font-size:1.8rem}}.project-article__teacher{font-weight:700}.project-article__teacher em{font-size:2.2rem}@media screen and (min-width:768px){.project-article__teacher em{font-size:2.5rem}}.project-article__teacher em{font-style:normal}.project-article__toc{box-sizing:border-box;background-color:#fff;border-radius:.9rem;padding:1.6rem;border:1px solid color-mix(in oklch,var(--school-color) 24%,var(--color-gray-200));border-top:4px solid color-mix(in oklch,var(--school-color) 72%,white);margin-bottom:2.25rem}@media screen and (min-width:768px){.project-article__toc{flex:0 0 auto;position:sticky;top:calc(var(--header-anchor-offset, 0px) + var(--anchor-scroll-gap, 0rem));width:clamp(18rem,32vw,35rem);align-self:flex-start;margin-bottom:0}}.project-article__toc-title{font-size:1.6rem}@media screen and (min-width:768px){.project-article__toc-title{font-size:1.8rem}}.project-article__toc-title{letter-spacing:.05em;font-weight:800;color:color-mix(in oklch,var(--school-color) 62%,black);margin-bottom:1.15rem;text-align:center;position:relative;padding-bottom:.65rem}.project-article__toc-title:after{content:"";position:absolute;left:50%;bottom:5%;width:3rem;height:.2rem;border-radius:9999px;transform:translate(-50%);background-color:color-mix(in oklch,var(--school-color) 46%,white)}.project-article__toc-list{list-style:none;padding:0;margin:0}.project-article__toc-list li{margin-bottom:.55rem}.project-article__toc-list a{font-size:1.6rem;color:color-mix(in oklch,var(--school-color) 72%,var(--color-gray-800));text-decoration:none;line-height:1.55;display:block;border-radius:.6rem;padding:.52rem .72rem;border:1px solid color-mix(in oklch,var(--school-color) 16%,transparent);background:color-mix(in oklch,var(--school-color) 6%,white)}.project-article__toc-list a:hover{color:color-mix(in oklch,var(--school-color) 90%,black);border-color:color-mix(in oklch,var(--school-color) 38%,transparent);background:color-mix(in oklch,var(--school-color) 12%,white);transform:translateY(-1px);box-shadow:0 8px 18px -14px color-mix(in oklch,var(--school-color) 42%,transparent)}.project-article__content-wrapper{margin-top:3rem}@media screen and (min-width:768px){.project-article__content-wrapper{display:flex;gap:5rem;align-items:flex-start;margin-top:5rem}}.project-article__content{flex:1}@media screen and (min-width:768px){.project-article__content{width:65%}}@media screen and (max-width:767px){.project-article__content-wrapper:has(>.project-article__toc) .project-article__section:first-of-type{padding-top:0}}.project-article__section{margin-top:0;scroll-margin-top:.8rem}@media screen and (min-width:768px){.project-article__section{scroll-margin-top:.8rem}}.project-article__section:not(:first-of-type){margin-top:4rem;border-top:1px solid var(--color-gray-200);padding-top:4rem}@media screen and (min-width:768px){.project-article__section:not(:first-of-type){margin-top:5rem;padding-top:5rem}}.project-article__section:not(:first-of-type):target{scroll-margin-top:-3.2rem}@media screen and (min-width:768px){.project-article__section:not(:first-of-type):target{scroll-margin-top:-4.2rem}}.project-article__section:first-of-type{padding-top:4rem}@media screen and (min-width:768px){.project-article__section:first-of-type{padding-top:0;scroll-margin-top:.8rem}}.project-article__section-title{color:var(--school-color);font-size:2rem}@media screen and (min-width:768px){.project-article__section-title{font-size:2.3rem}}.project-article__section-title{font-weight:700;margin-bottom:1.5rem;line-height:1.6}.project-article__section-body p{font-size:1.6rem}@media screen and (min-width:768px){.project-article__section-body p{font-size:1.8rem}}.project-article__section-body p{line-height:1.8;margin-bottom:1.35rem;text-indent:1em;text-align:justify}.project-article__section-body p:has(.nameA),.project-article__section-body p:has(.nameB),.project-article__section-body p:has(.nameC){text-indent:0}.project-article__section-body p:last-child{margin-bottom:0}.project-article__section-body .nameA,.project-article__section-body .nameB,.project-article__section-body .nameC{font-weight:700}.project-article__section-body .nameA{color:var(--school-color)}.project-article__section-body .nameA:after{content:"　"}.project-article__section-body .nameB,.project-article__section-body .nameC{color:var(--color-gray-800)}.project-article__section-body .nameB:after,.project-article__section-body .nameC:after{content:"　"}.project-article__section-image-layout{display:flex;flex-direction:column;gap:2rem;margin-bottom:1.5rem}@media screen and (min-width:768px){.project-article__section-image-layout{flex-direction:row}}.project-article__section-image{margin-bottom:1.5rem}.project-article__section-image img{width:100%;height:auto;border-radius:1.5rem;margin-bottom:0}.project-article__section-image p{font-size:1.4rem}@media screen and (min-width:768px){.project-article__section-image p{font-size:1.6rem}}.project-article__section-image p{color:var(--color-gray-600);line-height:1.6;margin:.5rem auto 0;text-align:justify;width:95%;font-family:YakuHanJPs,Noto Sans JP,sans-serif;font-weight:400}@media screen and (min-width:768px){.project-article__section-image--left{width:9rem;flex-shrink:0;order:2}}.project-article__section-image--left p{font-size:1.4rem}@media screen and (min-width:768px){.project-article__section-image--left p{font-size:1.6rem}}.project-article__section-image--left p{color:var(--color-gray-600)}@media screen and (min-width:768px){.project-article__section-image--right{width:16rem;flex-shrink:0;order:2}}.project-article__section-image--full img{margin:0 auto;display:block}.project-article__section-image--pair{flex:var(--pair-flex, 1) 1 0%;min-width:0;margin-bottom:0;display:block}.project-article__section-image--pair img{width:100%;height:auto;display:block;margin:0;border-radius:1.5rem}.project-article__section-image-row{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;width:100%;margin-bottom:1.5rem}@media screen and (min-width:768px){.project-article__section-image-row{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:1.25rem}}.project-article__section-image-row img{margin-bottom:0}.project-article__section-image-row--caption-below{flex-direction:column;align-items:stretch;gap:.5rem}.project-article__section-image-row--caption-below .project-article__section-image-row__images{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;width:100%}@media screen and (min-width:768px){.project-article__section-image-row--caption-below .project-article__section-image-row__images{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:1.25rem}}.project-article__section-image-row--caption-below .project-article__section-image-row__images img{margin-bottom:0}.project-article__section-image-row--caption-below>p{font-size:1.4rem}@media screen and (min-width:768px){.project-article__section-image-row--caption-below>p{font-size:1.6rem}}.project-article__section-image-row--caption-below>p{color:var(--color-gray-600);line-height:1.6;margin:0 auto;text-align:justify;width:95%;font-family:YakuHanJPs,Noto Sans JP,sans-serif;font-weight:400}.project-article__section-text-content{flex:1}@media screen and (min-width:768px){.project-article__section-text-content{order:1}}.project-article__image-zoom-trigger{width:100%;border:0;padding:0;background:transparent;cursor:zoom-in;text-align:left;display:block;position:relative}.project-article__crop-thumb{display:block;width:100%;aspect-ratio:var(--crop-aspect, 1.4);overflow:hidden;border-radius:1.5rem}.project-article__crop-thumb img{width:100%;height:100%;object-fit:cover;margin-bottom:0;border-radius:0;display:block}.project-article__image-zoom-dialog{border:0;padding:0;margin:0;width:100vw;max-width:100vw;min-height:100vh;background:transparent}.project-article__image-zoom-dialog::backdrop{background:#000000b8}.project-article__image-zoom-body{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5.5rem 2rem 2rem;box-sizing:border-box}@media screen and (min-width:768px){.project-article__image-zoom-body{padding:3rem}}.project-article__image-zoom-body img{display:block;width:auto;max-width:min(92vw,120rem);height:auto;max-height:88vh;margin:0 auto;border-radius:1.2rem;transform:scale(.94);opacity:0;transition:transform .24s ease,opacity .24s ease}.project-article__image-zoom-dialog[open] .project-article__image-zoom-body img{transform:scale(1);opacity:1}.project-article__image-zoom-icon{position:absolute;right:1rem;bottom:1rem;width:4.2rem;height:4.2rem;display:grid;place-items:center;color:#fff;background:var(--school-color);border-radius:9999px;pointer-events:none}.project-article__image-zoom-icon:before{content:"";width:2.1rem;height:2.1rem;display:block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16a6.47 6.47 0 0 0 4.23-1.57l.27.28v.79L20 21.5L21.5 20zm-6 0A4.5 4.5 0 1 1 14 9.5A4.5 4.5 0 0 1 9.5 14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16a6.47 6.47 0 0 0 4.23-1.57l.27.28v.79L20 21.5L21.5 20zm-6 0A4.5 4.5 0 1 1 14 9.5A4.5 4.5 0 0 1 9.5 14'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.project-article__image-zoom-media{position:relative;display:inline-block}.project-article__image-zoom-close{position:absolute;top:.8rem;right:.8rem;z-index:2;border:0;width:3.6rem;height:3.6rem;display:grid;place-items:center;background:#0000008c;color:#fff;border-radius:9999px;padding:0;font-weight:700;font-size:2rem;line-height:.9;cursor:pointer}.project-article__school-info{border:1px solid rgb(from var(--school-color) r g b/.28);border-radius:1.2rem;padding:1.8rem}.project-article__school-info-layout{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}@media screen and (min-width:768px){.project-article__school-info-layout{flex-direction:row;align-items:center;gap:4rem}}.project-article__school-info-main,.project-article__school-info-side{flex:1}.project-article__school-info-side img{display:block;width:100%;height:auto;border-radius:1rem}.school-info{font-family:YakuHanJPs,Noto Sans JP,sans-serif;margin-top:0;background:transparent;border:0;border-radius:0;padding:0}.school-info-content{gap:1.2rem}.school-info-name{margin-top:.5rem;margin-bottom:0;font-size:2rem;line-height:1.4}.project-article__school-info-information{font-family:YakuHanJPs,Noto Sans JP,sans-serif;margin-top:3rem;padding:0;overflow:hidden;border-radius:1rem;background:rgb(from var(--school-color) r g b/.05)}.project-article__school-info-information h3{margin:0;padding:1.2rem 2rem;color:var(--school-color);background:rgb(from var(--school-color) r g b/.15);font-size:1.6rem;font-weight:600;line-height:1.3}.project-article__school-info-information>a{display:inline-block;padding:1.5rem 2rem 0;word-break:break-all;font-size:1.5rem;font-weight:500;color:var(--color-gray-800);text-decoration:underline}.project-article__school-info-information>p{margin:0;padding:.8rem 2rem 2rem;font-size:1.2rem;color:var(--color-gray-700)}.project-article--plain-header .project-article__header:before{content:none;box-shadow:none}.project-article__section-body p,.project-article .pigma-talk span{font-size:1.6rem}@media screen and (min-width:768px){.project-article__section-body p,.project-article .pigma-talk span{font-size:1.8rem}}.project-article__section-body p,.project-article .pigma-talk span{line-height:1.8}
