.header{background-color:#e8ecf0;padding:20px;box-shadow:0 1px #00000012;position:sticky;top:0;z-index:100;height:80px;border-bottom:1px solid #d9e0e8;overflow:hidden}.runners-container{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;overflow:hidden;pointer-events:none}.random-runner{position:absolute;left:-30px;animation:runAcross linear forwards;cursor:pointer}@keyframes runAcross{0%{left:-30px}to{left:calc(100% + 30px)}}.glass-blur{display:none}.header .container{display:flex;justify-content:flex-start;align-items:center;max-width:none;padding:0}.header-brand{display:flex;align-items:center;gap:15px;text-decoration:none;transition:all .3s ease}.header-brand:hover{opacity:.8}.logo-image{height:40px;width:auto;max-width:200px;object-fit:contain}.company-name{font-size:1.5rem;color:#333;font-weight:500;white-space:nowrap}@media (max-width: 768px){.header{padding:15px;height:60px}.header-brand{gap:10px}.logo-image{height:35px;max-width:150px}.company-name{font-size:1.2rem}.header .container{padding-left:0;padding-right:15px;max-width:none}}@media (max-width: 480px){.header-brand{gap:8px}.logo-image{height:30px;max-width:100px}.company-name{font-size:1rem}}.header-nav{display:flex;gap:30px;align-items:center}.header-nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.header-nav a:hover{color:#007cff}@media (max-width: 768px){.header-nav{display:none}}.runner-tooltip{position:absolute;top:-30px;left:50%;transform:translate(-50%) scale(0);background-color:#333;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;white-space:nowrap;opacity:0;transition:transform .2s ease,opacity .2s ease;pointer-events:none}.runner-tooltip:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333}.show-tooltip{transform:translate(-50%) scale(1);opacity:1}.hero{position:relative;background-color:#f8f9fb;text-align:center;overflow:hidden;height:calc(100vh - 80px)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/images/hero-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.9;z-index:1}.hero-background video,.hero-background,video.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;opacity:.9;z-index:1;pointer-events:none}.hero .container{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.hero-content{max-width:900px;margin:0 auto;padding:40px 20px}.hero-copy{font-family:Roboto,Noto Sans JP,sans-serif;font-size:3.5rem;color:#fff;line-height:1.6;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5);letter-spacing:2.45px}@media (max-width: 768px){.hero{height:calc(100vh - 60px)}.hero-copy{font-size:2.2rem;letter-spacing:1.5px}.hero-content{padding:20px 10px}.hero-background video,.hero-background,video.hero-background{object-position:70% center}.hero-background{background-position:70% center}}@media (max-width: 480px){.hero-copy{font-size:1.8rem;letter-spacing:1px;line-height:1.5}.hero-content{padding:15px 10px}}@media (max-width: 360px){.hero-copy{font-size:1.5rem;letter-spacing:.8px;line-height:1.4}.hero-content{padding:10px 5px}}.news-section{position:relative;padding:60px 0;background:none}.news-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,25,40,.9) 0%,rgba(220,130,40,.9) 100%);z-index:0;pointer-events:none}.section-title{position:relative;z-index:1;font-size:2rem;color:#e6e6e6;margin-bottom:40px;text-align:center}.news-list{position:relative;z-index:1;max-width:800px;margin:0 auto}.news-item{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.2)}.news-item:last-child{border-bottom:none}.news-date{font-size:.9rem;color:#ccc;margin-bottom:8px}.news-title{font-size:1.1rem;line-height:1.6}.news-link{color:#e6e6e6;text-decoration:none;transition:color .3s ease;display:inline-block}.news-link:hover,.news-link:focus{color:#ffe600!important;animation:saiyan-glow 1s infinite alternate linear,saiyan-shake .35s infinite linear;transition:color .2s}@keyframes saiyan-glow{0%{text-shadow:0 0 8px #ffe600,0 0 16px #fff700,0 0 32px #fff700,0 0 48px #fff700;color:#ffe600}50%{text-shadow:0 0 24px #fff700,0 0 48px #ffe600,0 0 64px #fff700,0 0 96px #fff700;color:#fff700}to{text-shadow:0 0 8px #ffe600,0 0 16px #fff700,0 0 32px #fff700,0 0 48px #fff700;color:#ffe600}}@keyframes saiyan-shake{0%{transform:scale(1.05) rotate(-4deg) translate(-2px)}10%{transform:scale(1.1) rotate(4deg) translate(2px,-2px)}20%{transform:scale(1.12) rotate(-6deg) translate(-4px,2px)}30%{transform:scale(1.1) rotate(6deg) translate(4px,-2px)}40%{transform:scale(1.13) rotate(-4deg) translate(-2px,2px)}50%{transform:scale(1.15) rotate(4deg) translate(2px)}60%{transform:scale(1.1) rotate(-6deg) translate(-4px,2px)}70%{transform:scale(1.13) rotate(6deg) translate(4px,-2px)}80%{transform:scale(1.12) rotate(-4deg) translate(-2px,2px)}90%{transform:scale(1.1) rotate(4deg) translate(2px)}to{transform:scale(1.05) rotate(-4deg) translate(-2px)}}.news-loading{text-align:center;color:#666;font-size:1.1rem}@media (max-width: 768px){.news-section{padding:40px 0}.section-title{font-size:1.8rem;margin-bottom:30px}.news-item{margin-bottom:25px}.news-title{font-size:1rem}}.philosophy{padding:60px 0;background:none;text-align:center;position:relative;overflow:hidden}.philosophy-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;opacity:.3}.philosophy .container,.philosophy .section-title,.philosophy-text{position:relative;z-index:2;opacity:1}.philosophy:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(220,130,40,.9) 0%,rgba(15,25,40,.9) 100%);z-index:1;pointer-events:none}.philosophy .section-title{font-size:2rem;color:#e6e6e6;margin-bottom:30px}.philosophy-text{font-size:1.4rem;color:#d9d9d9;font-weight:500;max-width:600px;margin:0 auto;line-height:1.8;padding:80px 0;border-top:1px solid rgba(230,230,230,.3);border-bottom:1px solid rgba(230,230,230,.3)}@media (max-width: 768px){.philosophy{padding:40px 0}.philosophy .section-title{font-size:1.8rem;margin-bottom:20px}.philosophy-text{font-size:1.2rem}}.vision{position:relative;padding:60px 0;background:none;text-align:center}.vision:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,25,40,.9) 0%,rgba(220,130,40,.9) 100%);z-index:0;pointer-events:none}.vision .section-title{position:relative;z-index:1;font-size:2rem;color:#e6e6e6;margin-bottom:30px}.vision-text{position:relative;z-index:1;font-size:1.4rem;color:#d9d9d9;font-weight:500;max-width:600px;margin:0 auto;line-height:1.8;padding:80px 0;border-top:1px solid rgba(230,230,230,.3);border-bottom:1px solid rgba(230,230,230,.3)}@media (max-width: 768px){.vision{padding:40px 0}.vision .section-title{font-size:1.8rem;margin-bottom:20px}.vision-text{font-size:1.2rem}}.values{position:relative;padding:60px 0;background:none}.values:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(220,130,40,.9) 0%,rgba(15,25,40,.9) 100%);z-index:0;pointer-events:none}.values .section-title{position:relative;z-index:1;font-size:2rem;color:#e6e6e6;margin-bottom:40px;text-align:center}.value-item{position:relative;background:linear-gradient(135deg,#e6e6e6 0%,#d9d9d9 100%);padding:30px;border-radius:10px;box-shadow:0 4px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center;z-index:1}.value-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.value-title{font-size:1.4rem;color:#222;margin-bottom:15px;font-weight:600}.value-description{font-size:1rem;color:#444;line-height:1.8}.value-image{display:block;margin:0 auto 16px;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:8px}@media (max-width: 768px){.values{padding:40px 0}.values .section-title{font-size:1.8rem;margin-bottom:30px}.value-item{padding:25px}.value-title{font-size:1.2rem}}.members{position:relative;padding:60px 0;background:none}.members:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,25,40,.9) 0%,rgba(220,130,40,.9) 100%);z-index:0;pointer-events:none}.members .section-title{position:relative;z-index:1;font-size:2rem;color:#e6e6e6;margin-bottom:40px;text-align:center}.card-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:30px;max-width:1000px;margin:0 auto 50px}.members .card-grid{grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.members .card-grid{grid-template-columns:repeat(2,1fr)}}.values .card-grid{grid-template-columns:repeat(1,1fr)}@media (min-width: 1024px){.values .card-grid{grid-template-columns:repeat(3,1fr)}}.member-card{position:relative;z-index:1;flex:1 1 300px;margin:0;background:linear-gradient(135deg,#e6e6e6 0%,#d9d9d9 100%);padding:30px;border-radius:10px;text-align:center;box-shadow:0 4px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease}.member-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.member-photo{width:200px;height:200px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #d9d9d9;box-shadow:0 4px 6px #0000001a}.member-photo img{width:100%;height:100%;object-fit:cover}.member-photo-video{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.member-name{font-size:1.8rem;color:#222;margin-bottom:10px;font-weight:600}.member-name-en{font-size:1.1rem;color:#444;margin-bottom:30px}.member-description{margin-bottom:20px}.member-description p{font-size:1rem;color:#222;margin-bottom:15px;line-height:1.8}.member-hobby{font-size:1rem;color:#007cff;font-weight:500}.collaborators{max-width:700px;margin:0 auto;text-align:center}.collaborators-title{font-size:1.5rem;color:#e6e6e6;margin-bottom:10px}.collaborators-subtitle{font-size:1.1rem;color:#d9d9d9;margin-bottom:20px;font-style:italic}.collaborators-description p{font-size:1rem;color:#e6e6e6;margin-bottom:15px;line-height:1.8}@media (max-width: 768px){.members{padding:40px 0}.members .section-title{font-size:1.8rem;margin-bottom:30px}.member-card{margin-bottom:40px;padding:30px}.member-photo{width:150px;height:150px}.member-name{font-size:1.5rem}.member-name-en{font-size:1rem}.collaborators-title{font-size:1.3rem}}.services{position:relative;padding:60px 0;background:none}.services:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(220,130,40,.9) 0%,rgba(15,25,40,.9) 100%);z-index:0;pointer-events:none}.services .container,.services .section-title,.services-text,.services-grid,.service-item{position:relative;z-index:1;opacity:1}.services .section-title{font-size:2rem;color:#e6e6e6;margin-bottom:40px;text-align:center}.services-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:30px;max-width:1000px;margin:0 auto}.service-item:nth-child(1),.service-item:nth-child(2){grid-row:1}.service-item:nth-child(3){grid-row:2;grid-column:1 / -1}.service-item{position:relative;z-index:1;background:linear-gradient(135deg,#e6e6e6 0%,#d9d9d9 100%);padding:30px;border-radius:10px;box-shadow:0 4px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.service-item:before{content:"";position:absolute;top:50%;left:50%;width:120px;height:120px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.25;transform:translate(-50%,-50%);z-index:0}.service-item:nth-child(1):before{background-image:url(/images/services/runport-logo.png)}.service-item:nth-child(2):before{background-image:url(/images/services/2dot99-logo.png)}.service-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.service-name{font-size:2rem;color:#222;margin-bottom:20px;font-weight:700}.service-description{font-size:1rem;color:#444;line-height:1.8;margin-bottom:15px}.service-link{display:inline-block;color:#007cff;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.service-link:hover{color:#005cbf;text-decoration:underline}.service-examples{margin-top:25px}.examples-title{font-size:1.3rem;color:#333;margin-bottom:15px;font-weight:600}.example-item{margin-bottom:20px;padding:15px;background:rgba(255,255,255,.5);border-radius:8px;border-left:4px solid #dc8228;position:relative;overflow:hidden}.example-item:before{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.3;transform:translate(-50%,-50%);z-index:0}.example-item:nth-child(2):before{background-image:url(/images/services/skiday-logo.png)}.example-item:nth-child(3):before{background-image:url(/images/services/enmap-logo.webp)}.example-item:nth-child(4):before{background-image:url(/images/services/onaka-logo.png)}.service-item>*,.example-item>*{position:relative;z-index:1}.example-item:last-child{margin-bottom:0}.example-name{font-size:1.1rem;color:#222;margin-bottom:8px;font-weight:600}.example-description{font-size:.9rem;color:#555;line-height:1.6;margin-bottom:8px}.example-link{display:inline-block;color:#007cff;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .3s ease}.example-link:hover{color:#005cbf;text-decoration:underline}@media (min-width: 769px){.service-item:nth-child(3) .service-examples{display:block}.service-item:nth-child(3) .examples-title{margin-bottom:20px}.service-item:nth-child(3) .service-examples{display:flex;flex-wrap:wrap;gap:0}.service-item:nth-child(3) .examples-title{width:100%;flex-basis:100%}.service-item:nth-child(3) .example-item{flex:1;margin-right:15px;margin-bottom:0;min-width:0}.service-item:nth-child(3) .example-item:last-child{margin-right:0}}@media (max-width: 768px){.services{padding:40px 0}.services .section-title{font-size:1.8rem;margin-bottom:30px}.services-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:20px}.service-item:nth-child(1),.service-item:nth-child(2),.service-item:nth-child(3){grid-row:auto;grid-column:auto}.service-item{padding:25px}.service-name{font-size:1.6rem}.examples-title{font-size:1.2rem}.example-name{font-size:1rem}}.company-info{position:relative;padding:60px 0;background:none}.company-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,25,40,.9) 0%,rgba(220,130,40,.9) 100%);z-index:0;pointer-events:none}.company-info .container,.company-info .section-title,.company-info-text{position:relative;z-index:1;opacity:1}.company-info .section-title{font-size:2rem;color:#e6e6e6;margin-bottom:40px;text-align:center}.company-info-grid{position:relative;z-index:1;max-width:600px;margin:0 auto;background:linear-gradient(135deg,#e6e6e6 0%,#d9d9d9 100%);border-radius:10px;padding:40px;box-shadow:0 4px 10px #00000014}.company-info-item{display:flex;margin-bottom:25px;align-items:center}.company-info-item:last-child{margin-bottom:0}.company-info-label{font-size:1rem;color:#444;min-width:140px;font-weight:500}.company-info-value{font-size:1rem;color:#222;flex:1}@media (max-width: 768px){.company-info{padding:40px 0}.company-info .section-title{font-size:1.8rem;margin-bottom:30px}.company-info-grid{padding:30px}.company-info-item{flex-direction:column;align-items:flex-start;margin-bottom:20px}.company-info-label{min-width:auto;margin-bottom:5px;color:#222;font-weight:600}}.footer{background-color:#333;color:#fff;padding:30px 0;text-align:center;position:relative;z-index:1;height:80px;display:flex;align-items:center;justify-content:center}.footer-text{font-size:.9rem;color:#ccc}@media (max-width: 768px){.footer{padding:25px 0;height:60px}.footer-text{font-size:.8rem}}.contact-form-section{position:relative;padding:60px 0;background:none}.contact-form-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(220,130,40,.9) 0%,rgba(15,25,40,.9) 100%);z-index:0;pointer-events:none}.contact-form-section .section-title{position:relative;z-index:1;font-size:2rem;color:#e6e6e6;margin-bottom:40px;text-align:center}.contact-form{position:relative;z-index:1;max-width:600px;margin:0 auto;background:linear-gradient(135deg,#e6e6e6 0%,#d9d9d9 100%);padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:2rem}.form-label{display:block;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.required{color:#e74c3c}.form-input,.form-textarea{width:100%;padding:1rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:#007cff;box-shadow:0 0 0 3px #007cff1a}.form-textarea{resize:vertical;min-height:120px}.form-submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#007cff,#0056b3);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.form-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#003d82);transform:translateY(-2px);box-shadow:0 5px 15px #007cff4d}.form-submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.submit-message{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;font-weight:600}.submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}@media (max-width: 768px){.contact-form-section{padding:40px 0}.contact-form-section .section-title{font-size:1.8rem;margin-bottom:30px}.contact-form{padding:2rem 1.5rem;margin:0 1rem}.form-label{font-size:1rem}.form-input,.form-textarea{padding:.8rem}.form-submit-button{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.contact-form{padding:1.5rem 1rem}.contact-form-title{font-size:1.8rem}}.news-detail{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.news-detail-main{flex:1;padding:80px 0;background:linear-gradient(90deg,rgba(15,25,40,.9) 0%,rgba(220,130,40,.9) 100%);position:relative;z-index:2;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);min-height:calc(100vh - 160px)}.article{max-width:1000px;margin:0 auto;background-color:#f8f9fb;padding:40px;border-radius:10px;position:relative;z-index:3;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 32px #0000001a}.article-date{font-size:.9rem;color:#666;margin-bottom:20px}.article-title{font-size:2rem;color:#333;margin-bottom:30px;line-height:1.4}.article-content{font-size:1rem;color:#333;line-height:1.8}.article-content p{margin-bottom:15px}.article-content h2{font-size:1.5rem;color:#333;margin:30px 0 15px;font-weight:600}.article-content h3{font-size:1.2rem;color:#333;margin:25px 0 10px;font-weight:600}.article-content ul,.article-content ol{margin:15px 0;padding-left:30px}.article-content li{margin-bottom:8px}.article-content a{color:#007cff;text-decoration:underline}.article-content a:hover{color:#005cbf}.back-link{display:inline-block;color:#007cff;text-decoration:none;font-size:1rem;transition:color .3s ease}.back-link:hover{color:#005cbf}.back-link-top{margin-bottom:30px}.back-link-bottom{margin-top:40px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #007cff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:1.1rem;color:#fff;font-weight:500}.loading,.error{text-align:center;font-size:1.1rem;color:#666;padding:60px 0}.error{color:#dc3545}@media (max-width: 768px){.news-detail-main{padding:60px 0;min-height:calc(100vh - 120px)}.article{padding:30px}.article-title{font-size:1.5rem;margin-bottom:20px}.back-link{margin-top:30px}}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;color:#333;background-color:#fff}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}button{border:none;background:none;cursor:pointer;transition:all .3s ease}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 15px}}.fade-enter{opacity:0;transform:translateY(20px)}.fade-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}html{scroll-behavior:smooth}:focus{outline:2px solid #007cff;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.background-video{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:0;pointer-events:none}.font-noto-sans-light{font-family:Noto Sans JP,sans-serif;font-weight:300}.font-noto-sans-regular{font-family:Noto Sans JP,sans-serif;font-weight:400}.font-noto-sans-medium{font-family:Noto Sans JP,sans-serif;font-weight:500}.font-noto-sans-semibold{font-family:Noto Sans JP,sans-serif;font-weight:600}.font-noto-sans-bold{font-family:Noto Sans JP,sans-serif;font-weight:700}.font-roboto{font-family:Roboto,Noto Sans JP,sans-serif}.font-roboto-light{font-family:Roboto,Noto Sans JP,sans-serif;font-weight:300}.font-roboto-regular{font-family:Roboto,Noto Sans JP,sans-serif;font-weight:400}.font-roboto-medium{font-family:Roboto,Noto Sans JP,sans-serif;font-weight:500}.font-roboto-bold{font-family:Roboto,Noto Sans JP,sans-serif;font-weight:700}body{font-family:Noto Sans JP,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6,.font-udshingo-m{font-family:Noto Sans JP,sans-serif;font-weight:500}.font-udshingo-r{font-family:Noto Sans JP,sans-serif;font-weight:400}.font-udshingo-b{font-family:Noto Sans JP,sans-serif;font-weight:700}
