html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Modal{align-items:center;background:rgba(0,0,0,.5);display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.Modal .Modal__card{background:#ffffff;box-shadow:0 20px 60px 1px #29436436;border-top:4px solid #ff4f65;width:100%;padding:30px;position:relative;display:flex;flex-direction:column;gap:30px}@media (min-width: 580px){.Modal .Modal__card{width:420px}}.Modal .Modal__close{position:absolute;right:0;cursor:pointer;opacity:.6;top:0;transition:.3s all}.Modal .Modal__close:hover{opacity:.9}.Modal .Modal__heading{color:#586174;font-family:Nunito Sans,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.2px;text-align:center}.Modal .Modal__subheading{color:#586174;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;text-align:center}.Modal .Modal__body{max-width:400px;margin:0 auto;position:relative;text-align:left;color:#586174;font-size:16px;line-height:1.7;display:flex;flex-direction:column;gap:30px}.Modal .Modal__content{display:flex;flex-direction:column;gap:12px}.Modal__button{appearance:none;background:#ff4f65;border:0;cursor:pointer;color:#fff;font-size:14px;font-weight:700;height:48px;line-height:48px;text-decoration:none;display:block;outline:none;padding:0 24px;text-transform:uppercase;transition:.3s background,.3s box-shadow;text-align:center}.Modal__button:hover{background:#ff5f73;text-decoration:none;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.Modal hr{border:0;border-top:1px solid #e6e6e6;width:100%}.Nav{background:#ffffff;box-shadow:0 1px 2px 1px #0003;height:auto}@media (min-width: 930px){.Nav{height:65px}}.Nav .Nav__wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;margin:0 auto}@media (min-width: 930px){.Nav .Nav__wrapper{flex-wrap:nowrap}}.Nav .Nav__left{order:1;flex:0 0 50%;width:50%}@media (min-width: 930px){.Nav .Nav__left{flex:0 0 100px;width:100px}}.Nav .Nav__heading a{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:18px;padding:0 12px;color:#222;text-decoration:none}.Nav .Nav__heading-red{color:#ff4f65}.Nav .Nav__middle{flex:1 1 auto;order:3}@media (min-width: 930px){.Nav .Nav__right{order:2}}.Nav .Nav__items{display:flex;flex-direction:row;justify-content:space-between;padding:24px 12px}@media (min-width: 930px){.Nav .Nav__items{padding:0 30px;justify-content:flex-end}}.Nav .Nav__item:after{content:"";color:#586174;font-weight:400;font-size:13px}@media (min-width: 930px){.Nav .Nav__item:after{content:"/"}}.Nav .Nav__item:last-child:after{content:""}.Nav .Nav__link{color:#586174;font-weight:700;text-decoration:none;font-size:12px;font-family:Nunito Sans,sans-serif;padding:0 6px}@media (min-width: 930px){.Nav .Nav__link{padding:0 24px}}.Nav .Nav__right{height:100%;flex:0 0 50%;order:2;text-align:right}@media (min-width: 930px){.Nav .Nav__right{flex:0 0 auto;order:3}}.Nav .Nav__button{appearance:none;background:#ff4f65;border:0;color:#fff;cursor:pointer;font-size:11px;font-weight:700;height:65px;letter-spacing:-.3px;outline:none;padding:0 12px;text-transform:uppercase;transition:.3s all}.Nav .Nav__button:hover{background:#ff5f73}@media (min-width: 930px){.Nav .Nav__button{font-size:13px;padding:0 24px}}.Page{max-width:600px;margin:30px auto}.Page .Page__title{color:#586174;font-family:Nunito Sans,sans-serif;font-size:40px;font-weight:300;margin-bottom:30px;text-align:center}.Page .Page__card{background:#ffffff;box-shadow:0 20px 60px 1px #29436436;color:#586174;font-size:16px;line-height:1.7;padding:30px 42px;white-space:pre-line}.Page .Page__card small{font-size:12px}.PrefectureList{background:#e0e2e5;max-width:620px;margin:0 auto;padding:12px;box-shadow:0 20px 60px 1px #29436436}.PrefectureList .PrefectureList__region{border-radius:6px;background:#fff;margin-bottom:12px;display:flex;flex-direction:column;padding:12px 12px 0}@media (min-width: 580px){.PrefectureList .PrefectureList__region{flex-direction:row}}.PrefectureList .PrefectureList__region:last-child{margin-bottom:0}.PrefectureList .PrefectureList__region-name{flex:0 0 30%;margin-bottom:12px}.PrefectureList .PrefectureList__region-anchor{font-size:14px;color:#586174;font-weight:700;letter-spacing:-.23px}.PrefectureList .PrefectureList__prefectures{flex:0 0 70%;display:grid;grid-template-columns:repeat(4,1fr)}.PrefectureList .PrefectureList__prefecture{margin-bottom:12px}.PrefectureList .PrefectureList__prefecture-anchor{font-size:14px;color:#586174;letter-spacing:-.23px}.Button{appearance:none;background:#ff4f65;border:0;cursor:pointer;color:#fff;font-size:14px;font-weight:700;height:48px;outline:none;padding:0 24px;text-transform:uppercase;transition:.3s background,.3s box-shadow}.Button:hover{background:#ff5f73;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.CourseList{display:flex;flex-direction:column;gap:60px}.CourseList .CourseList__list-item{display:flex;flex-direction:column;gap:18px}.CourseList .CourseList__title{font-weight:400;color:#586174;font-size:16px;display:block;position:relative}.CourseList .CourseList__title span{background:white;z-index:1;position:relative;padding:0 6px 0 0}.CourseList .CourseList__title:after{content:"";background:#e0e2e5;width:100%;height:2px;position:absolute;right:0;top:7px}.CourseList .CourseList__item{display:flex;flex-direction:column;gap:6px}.CourseList .CourseList__label{font-weight:700;color:#586174;font-size:14px;display:block}.CourseList .CourseList__value{color:#586174;font-size:14px;font-weight:400}.CourseList .CourseList__value ul{list-style:disc;padding:0 18px}.Loader{margin:100px auto 50px;width:40px;height:40px;position:relative;transform:rotate(45deg)}.Loader .Loader__cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.Loader .Loader__cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ff4f65;animation:sk-foldCubeAngle 2.4s infinite linear both;transform-origin:100% 100%}.Loader .Loader__cube:nth-child(2){transform:scale(1.1) rotate(90deg)}.Loader .Loader__cube:nth-child(4){transform:scale(1.1) rotate(180deg)}.Loader .Loader__cube:nth-child(3){transform:scale(1.1) rotate(270deg)}.Loader .Loader__cube:nth-child(2):before{animation-delay:.3s}.Loader .Loader__cube:nth-child(3):before{animation-delay:.9s}.Loader .Loader__cube:nth-child(4):before{animation-delay:.6s}@keyframes sk-foldCubeAngle{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}90%,to{transform:perspective(140px) rotateY(180deg);opacity:0}}.AmazonLink{color:#586174;font-size:14px;font-weight:400;line-height:1.5;margin:0 auto;max-width:600px;padding:24px;text-align:center;width:100%}.AmazonLink strong{color:#ff4f65;display:inline-block;font-size:14px;font-weight:700}.School{max-width:800px;padding:60px 0;margin:0 auto}.School .School__titlejp{color:#586174;font-family:\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33  \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif;font-size:40px;font-weight:100;margin-bottom:12px;text-align:center}.School .School__title{color:#586174;font-family:Nunito Sans,sans-serif;font-size:24px;font-weight:300;letter-spacing:-.3px;margin-bottom:30px;text-align:center}.School .School__card{background:#ffffff;box-shadow:0 20px 60px 1px #29436436;border-top:4px solid #ff4f65;display:block}@media (min-width: 930px){.School .School__card{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto auto}}.School .School__section-1{padding:30px 12px;grid-column:1 / 2;grid-row:1 / 2}.School .School__section-2{grid-column:2 / 3;grid-row:1 / 2}.School .School__section-3{padding:30px 12px;grid-column:1 / 3;grid-row:2 / 3}.School .School__section-4{padding:30px 12px;grid-column:1 / 3;grid-row:3 / 4;text-align:center}.School .School__item{margin-bottom:24px;width:100%}.School .School__label{flex:0 0 100px;font-weight:700;color:#ff4f65;font-size:14px;display:block}.School .School__value{color:#586174;font-size:14px;flex:1 1 auto;font-weight:400;display:block;padding:0;margin:12px 0 0}.School .School__map{width:100%}.School .Button{margin-right:12px;margin-bottom:12px}.GhostButton{appearance:none;background:#fff;border:2px solid #ff4f65;color:#ff4f65;font-size:14px;font-weight:700;height:48px;line-height:48px;outline:none;padding:0 24px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s all}.GhostButton:hover{background:#ff4f65;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;color:#fff}.SchoolItem{background:#ffffff;box-shadow:0 20px 60px 1px #29436436;padding:30px;border-top:4px solid #ff4f65;display:flex;flex-direction:column;gap:24px}.SchoolItem .SchoolItem__title{font-size:18px;letter-spacing:-.3px;color:#586174;font-family:Nunito Sans,sans-serif;font-weight:700}.SchoolItem .SchoolItem__titlejp{font-size:16px;color:#586174;font-weight:100;font-family:\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33  \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}.SchoolItem .SchoolItem__item{display:flex;flex-direction:column;gap:6px}.SchoolItem .SchoolItem__label{font-weight:700;color:#ff4f65;font-size:14px;display:block}.SchoolItem .SchoolItem__value{color:#586174;font-size:14px;font-weight:400}.SchoolItem .SchoolItem__buttons{display:flex;flex-direction:row}.SchoolList{max-width:800px;padding:60px 0;margin:0 auto}.SchoolList .SchoolItem{margin-bottom:30px}.SchoolList .SchoolList__no-results-wrapper{padding:30px 0 0;text-align:center}.SchoolList .SchoolList__no-results{color:#586174;font-family:Nunito Sans,sans-serif;font-size:24px;font-weight:300;letter-spacing:-.3px;margin-bottom:30px}body{font-family:Open Sans,sans-serif;font-size:16px;height:100%;background:#fafafa;overflow:hidden scroll}body.modal-open{overflow:hidden}.App .App__info{max-width:620px;margin:36px auto 18px;padding:12px}.App .App__heading{color:#586174;font:300 40px/1.3 Nunito Sans,sans-serif;margin-bottom:24px;letter-spacing:-.3px;text-align:center}.App .App__text{color:#586174;font:300 20px/1.5 Nunito Sans,sans-serif;letter-spacing:-.2px;text-align:center}.App .App__debug{position:absolute;bottom:12px;right:12px;color:#333;font-size:10px}.App .App__error-title{color:#586174;font-family:Nunito Sans,sans-serif;font-size:24px;font-weight:300;letter-spacing:-.3px;margin-bottom:30px;text-align:center}.App .App__error-card{background:#ffffff;box-shadow:0 20px 60px 1px #29436436;border-top:4px solid #ff4f65;display:block;margin:30px auto;max-width:300px;padding:30px}.App .App__footer{max-width:620px;margin:90px auto 0;text-align:center}
