@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Albert+Sans:wght@700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Noto Sans JP,sans-serif;line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:50px}:root{--primary-blue: #1e9dd4;--secondary-blue: #154380;--accent-orange: #eea405;--text-dark-blue: #0a3976;--text-black: #000000;--text-gray: #737373;--bg-white: #ffffff;--bg-light-gray: #f5f5f5;--bg-off-white: #fffbfb}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}button{font-family:inherit;border:none;cursor:pointer;transition:all .3s ease}button:focus{outline:2px solid var(--primary-blue);outline-offset:2px}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-blue)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}@media (max-width: 768px){.section{padding:60px 0}}@media (max-width: 480px){.section{padding:40px 0}main{margin-top:50px}}@media (max-width: 768px){main{margin-top:50px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.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}*:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
