@charset 'UTF-8';body{color:#fdfdfe;background-color:#3e5771;font-family:noto sans jp,Arial,sans-serif}p>a,.section-inner a{color:#cacae5;border-bottom:.1rem solid #cacae5}::selection{color:#1a242f;background-color:#6f703e}.wrapper{padding:2rem 10rem;display:flex;justify-content:center;align-items:center}.section-inner{width:100%;margin-bottom:2rem}.section-inner h2{margin-top:2rem;margin-bottom:1rem;font-size:1.9rem;border-bottom:.3rem solid #703e3e}.section-inner h3{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;border-bottom:.2rem solid #703e3e}.section-inner h4{margin-top:1rem;padding:0 1rem;font-weight:bolder;line-height:1.5}.section-inner p{margin-bottom:1rem;padding:0 1rem;text-align:justify}.section-inner ol{list-style:decimal outside;margin-bottom:1rem;padding:0 1rem 0 3rem}.section-inner ul{list-style:disc outside;margin-bottom:1rem;padding:0 1rem 0 3rem}.section-inner li{padding-left:.5rem}.example{width:90%;margin:0 auto 1rem;padding:0 1rem;background-color:#507092;border-top:.2rem solid #7ed957;display:grid;grid-template-columns:auto 1fr;overflow-x:auto}.example>div{width:max-content}.example p{margin-bottom:.5rem}.gloss-grid{display:grid;justify-content:start;p { padding-right: 0; }}.emphasis{width:80%;margin:1rem auto;text-align:center;font-size:1.5rem;background-color:#507092;border-top:.2rem solid #7ed957}.sect-table{width:100%;display:flex;justify-content:center}.sect-table>div{display:flex;align-items:flex-start;overflow-x:auto}table{border-collapse:collapse;margin:1rem;width:max-content}table th,table td{border:.1rem solid #1a242f;padding:.3rem .6rem;white-space:nowrap}table th{text-align:center;background-color:#6f703e;color:#1a242f}table td{background-color:#507092}main{min-height:100vh;margin:4rem 0 0}header{position:fixed;top:0;left:0;width:100%;z-index:999;padding:.5rem;background-color:#3e5771;border-bottom:.1rem solid gray}.header-inner{display:flex;justify-content:space-between}.header-logo{width:30%}.header-logo a{display:flex;align-items:center}.header-logo a img{height:3rem}.header-logo a span{margin:0 1rem;font-size:1.5rem}.header-inner nav{width:70%;padding-right:1.5rem;display:flex;justify-content:flex-end;font-size:1.1rem}.header-inner .menu-list{display:flex;align-items:center}.header-inner .menu-list .menu-item{min-width:5rem;min-height:100%;display:flex;justify-content:center;align-items:center;transition:color .3s}.header-inner .menu-list .menu-item:hover{color:#7ed957}.header-inner .menu-list .menu-item a{display:block;padding:.5rem 1.5rem}.menu-toggle{display:none;z-index:99999;flex-direction:column;justify-content:center;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:25px;height:3px;background:#fdfdfe}footer{width:100%;padding:.5rem;background-color:#1a242f;border-top:.1rem solid gray}.copyright{text-align:center}.copyright p{margin-bottom:.5rem}.copyright img{display:inline}.breadcrumb{padding:1rem 0 0 1rem}.breadcrumb ol{display:flex}.breadcrumb li a{color:#cacae5}.breadcrumb li+li::before{content:">";margin:0 .5rem}.keyvisual .wrapper{flex-direction:column;padding:2rem 5rem}.keyvisual img{height:10rem;margin-inline-end:2rem}.catchphrase{font-size:3.5rem;line-height:2em}.contents-card .wrapper{justify-content:space-between;align-items:flex-start}.card{flex:1;height:13rem;border-left:.1rem solid gray;transition:transform .3s,box-shadow .3s}.card:last-child{border-right:.1rem solid gray}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.card a{display:block;height:100%;padding:2rem}.card-title{margin-bottom:1rem;border-bottom:.3rem solid #703e3e}.introduction .wrapper{flex-direction:column}.introduction .section-inner:last-child{margin-bottom:0}.info .wrapper{justify-content:space-between;align-items:flex-start}.info h2{margin-bottom:2rem;text-align:center;font-size:2rem}.info h2 span{border-bottom:.3rem solid #703e3e}.info .info-inner{min-height:15rem;padding:0 3rem;flex:1;display:flex;flex-direction:column;justify-content:start}.info .info-inner:last-child{border-left:.1rem solid gray}.info .sns{display:flex;margin-bottom:1.5rem}.info .sns a{padding:.5rem}.info .sns img{height:2rem;margin-right:2rem}.info .sns p a{padding:0}.info .history{margin-bottom:.8rem}.info .history h3{margin-bottom:.5rem}.info .history h3 a{color:#cacae5;border-bottom:.1rem solid #cacae5}.info .history p{margin-left:1rem}.info .history span{font-size:.9rem;color:#1a242f}.sect-list .wrapper{flex-direction:column}.sect-list h1{width:100%;margin-bottom:1rem;font-size:2rem;border-bottom:.3rem solid #703e3e}.box-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.box-list li{padding:1rem;min-height:13rem;border:.1rem solid gray;border-radius:10%;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:transform .3s}.box-list li:hover{transform:translateY(-.1rem)}.box-list li a{display:block;height:100%}.box-list li a h2{margin-bottom:.5rem;border-bottom:.3rem solid #7ed957}.single-page .wrapper{flex-direction:column}.single-page h1{margin-bottom:1rem;font-size:2.5rem}.single-page .date{margin-bottom:2rem;font-size:.9rem;color:#1a242f}.error-page h1,.error-page p{text-align:center;line-height:1.5}@media screen and (max-width:991px){.wrapper{padding:2rem 4rem}}@media screen and (max-width:767px){.header-inner{.menu-toggle { display: flex; } .menu { position: fixed; top: 0; right: -100%; width: 50%; height: 100%; padding: 0; background-color: #3e5771; border-left: 0.1rem solid #808080; transition: right 0.3s; &.open { right: 0; } .menu-list { flex-direction: column; width: 100%; padding: 4rem 2rem 2rem 2rem; gap: 0.5rem; .menu-item { width: 100%; min-height: auto; border-bottom: 0.1rem solid #808080; a { width: 100%; } } } }}.emphasis{font-size:1.2rem}.box-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575px){.wrapper{padding:2rem}.keyvisual{.wrapper { padding: 2rem; } .catchphrase { font-size: 2rem; line-height: 1.5em; }}.box-list{grid-template-columns:repeat(1,1fr);li { min-height: 7rem; }}.info{.info-inner { padding: 0 1rem; } .sns { display: flex; flex-direction: column; a { margin: 0 auto; } img { margin: 0 1rem; } } h2 { font-size: 1.5rem; }}.section-inner{h2 { font-size: 1.5rem; }}}