*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5;font-size:16px}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}.site-container{width:100%;overflow-x:hidden}.section-header{text-align:center;margin-bottom:60px}@media(max-width:768px){.section-header{margin-bottom:24px}}.section-header .section-title{font-size:36px;font-weight:900;color:#111827;position:relative;padding-bottom:15px}@media(max-width:768px){.section-header .section-title{font-size:24px}}.section-header .section-title:after{content:"";position:absolute;width:60px;height:3px;background-color:#1a4d8c;bottom:0;left:50%;transform:translateX(-50%)}.site-header{display:flex;justify-content:space-between;align-items:center;padding:20px 5%;background-color:#f5f5f5;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}@media(max-width:768px){.site-header{display:none}}.site-header .main-nav ul{display:flex;gap:30px}@media(max-width:768px){.site-header .main-nav ul{gap:15px}}.site-header .main-nav ul li a{font-weight:500;color:#111827;position:relative;padding-bottom:5px}.site-header .main-nav ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#1a4d8c;transition:width .3s ease}.site-header .main-nav ul li a:hover{color:#1a4d8c}.site-header .main-nav ul li a:hover:after{width:100%}.hero-section{display:flex;justify-content:center;align-items:center;min-height:60vh;background-color:#212121;position:relative;overflow:hidden}.hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.hero-section .hero-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));z-index:2}.hero-section .hero-background.active{opacity:1}@media(max-width:992px){.hero-section{min-height:40vh;flex-direction:column;padding:60px 5%}}.hero-section .hero-content{display:flex;flex-direction:column;gap:30px;position:relative;z-index:3}@media(max-width:992px){.hero-section .hero-content{padding-right:0;text-align:center}}.hero-section .hero-content .hero-title{text-align:center;font-size:48px;font-weight:800;line-height:1.2;color:#fff}@media(max-width:768px){.hero-section .hero-content .hero-title{font-size:28px}}.hero-section .hero-content .hero-sub-title{text-align:center;font-size:24px;font-weight:700;line-height:1.2;color:#fff}@media(max-width:768px){.hero-section .hero-content .hero-sub-title{font-size:16px}}.hero-section .hero-content .hero-cta{display:flex;gap:24px}.hero-section .hero-content .hero-cta .cta-button{display:inline-block;border-radius:8px;background-color:#1a4d8c;color:#fff;padding:15px 40px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}@media(max-width:768px){.hero-section .hero-content .hero-cta .cta-button{padding:12px 20px;font-size:16px}}.hero-section .hero-content .hero-cta .cta-button:hover{background-color:rgb(18.0120481928,53.343373494,96.9879518072);transform:translateY(-3px)}.hero-section .hero-content .hero-cta .cta-button.cta-sub-button{color:#333;background-color:rgba(245,245,245,.9)}.hero-section .hero-content .hero-cta .cta-button.cta-sub-button:hover{background-color:rgb(168.5,168.5,168.5);transform:translateY(-3px)}.services-section{padding:100px 5%;background-color:#f5f5f5}@media(max-width:768px){.services-section{padding:48px 5%}}.services-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}@media(max-width:992px){.services-section .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.services-section .services-grid{grid-template-columns:1fr}}.services-section .services-grid .service-card{background-color:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s ease}.services-section .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.services-section .services-grid .service-card .service-icon{margin-bottom:20px;height:48px}.services-section .services-grid .service-card .service-title{font-size:22px;font-weight:700;margin-bottom:15px;color:#111827}.services-section .services-grid .service-card .service-description{color:#757575;font-size:16px;line-height:1.7}.items-section{padding:100px 5%;background-color:#fff}@media(max-width:768px){.items-section{padding:48px 5%}}.items-section .items-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:768px){.items-section .items-container{grid-template-columns:repeat(2,1fr)}}.items-section .items-container .item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease}.items-section .items-container .item .item-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease;z-index:1;background-size:cover}.items-section .items-container .item .item-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:10px}.items-section .items-container .item .item-content .item-icon path{transition:fill .3s ease,stroke .3s ease}.items-section .items-container .item .item-content .item-text{display:flex;flex-direction:column;align-items:flex-start;transition:color .3s ease}.items-section .items-container .item .item-content .item-text .item-title{font-size:20px;font-weight:700;margin-bottom:5px}.items-section .items-container .item .item-content .item-text .item-subtitle{font-size:14px;color:#757575;text-align:left;transition:color .3s ease}.items-section .items-container .item.hovered .item-image{opacity:1}.items-section .items-container .item.hovered .item-text,.items-section .items-container .item.hovered .item-text .item-subtitle{color:#fff}.items-section .items-container .item.hovered .item-icon path{fill:#fff;stroke:#fff}.items-section .items-note{text-align:center;margin-top:40px}.items-section .items-note p{font-size:18px;color:#757575}.about-section{padding:100px 5%;background-color:#f5f5f5;color:#333}@media(max-width:768px){.about-section{padding:48px 5%}}.about-section .about-content{max-width:1200px;margin:0 auto}.about-section .about-content .about-details{display:flex;gap:50px;margin-top:60px}@media(max-width:992px){.about-section .about-content .about-details{flex-direction:column;height:800px}}.about-section .about-content .about-details .about-info{flex:1 1}.about-section .about-content .about-details .about-info .info-item{margin-bottom:30px}.about-section .about-content .about-details .about-info .info-item .info-label{font-size:16px;font-weight:700;margin-bottom:5px}.about-section .about-content .about-details .about-info .info-item .info-value{font-size:18px;font-weight:400}.about-section .about-content .about-details .about-info .info-item .info-value-sub{font-size:14px}.about-section .about-content .about-details .about-map{flex:1 1;height:400px;border-radius:4px;overflow:hidden}.map-content{position:relative;width:100%;height:0;padding-bottom:75%;overflow:hidden}.map-content iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.contact-section{padding:100px 5%;background-color:#fff}@media(max-width:768px){.contact-section{padding:48px 5%}}.contact-section .contact-container{max-width:1000px;margin:0 auto}@media(max-width:768px){.contact-section .contact-container{flex-direction:column;align-items:center}}.contact-section .contact-container .contact-header{text-align:center}.contact-section .contact-container .contact-header .contact-title{font-size:36px;font-weight:900;color:#111827;margin-bottom:10px}.contact-section .contact-container .contact-header .contact-subtitle{font-size:18px;color:#757575}.contact-section .contact-container .contact-content{text-align:center}.contact-section .contact-container .contact-content .tel{display:flex;gap:16px;align-items:center;justify-content:center}.contact-section .contact-container .contact-content .tel .method-value{font-size:36px;font-weight:700;color:#1a4d8c;margin-bottom:5px}.contact-section .contact-container .contact-content .method-note{font-size:14px;color:#757575}.site-footer{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:30px 10px;background-color:#111827;color:#fff;padding:100px 5%}.site-footer .sub-text{color:#757575;font-size:14px}@media(max-width:768px){.site-footer{flex-direction:column;padding:48px 5%}.site-footer .footer-company{text-align:center}}.site-footer .footer-nav ul{display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.site-footer .footer-nav ul{align-items:center}}.site-footer .footer-nav ul li{font-size:14px}.site-footer .footer-nav ul li a{position:relative;padding-bottom:2px}.site-footer .footer-nav ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#fff;transition:width .3s ease}.site-footer .footer-nav ul li a:hover:after{width:100%}.site-footer .footer-copyright{flex:1 1 100%;text-align:center;color:#757575}