code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h2.h2-title{border-left:5px solid #000;color:#181717;padding:10px 10px 10px 15px}h1{border-radius:12px;box-shadow:0 4px 15px #ff406c80;color:#fff;font-family:Poppins,sans-serif;font-weight:700;padding:15px 25px;scroll-margin-top:20px;text-shadow:3px 3px 10px #0000004d;text-transform:uppercase}.column-container{background-color:#f1fbfb;border-radius:10px;flex-direction:column;margin:0 auto;max-width:1200px;padding:20px}.flex-section{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:center;padding:40px;text-align:center}*,:after,:before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth;scroll-padding-top:100px}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body{line-height:1.5;min-height:100vh}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){-webkit-text-decoration-skip:ink;color:currentColor;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}.pc{display:block}@media(max-width:768px){.pc{display:none}}.sp{display:none}@media(max-width:768px){.sp{display:block}}.common-button{align-items:center;background:#000;border:none;border-radius:0;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:10px;justify-content:center;letter-spacing:.1em;min-width:120px;padding:15px 30px;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.common-button{font-size:14px;gap:8px;min-width:auto;padding:12px 25px}}.common-button:hover{background:#333;transform:translateY(-2px)}.common-button:active{transform:translateY(0)}.common-button .button-arrow{align-items:center;display:flex}.common-button .button-arrow img{height:18px;object-fit:contain;width:18px}@media(max-width:768px){.common-button .button-arrow img{height:16px;width:16px}}.common-button.primary{background:#49c7c6}.common-button.primary:hover{background:#3ba8a7}.common-button.secondary{background:#fff;border:2px solid #000;color:#000}.common-button.secondary:hover{background:#000;color:#fff}.common-button.outline{background:#0000;border:2px solid #000;color:#000}.common-button.outline:hover{background:#000;color:#fff}.header{background-color:#fff;flex-wrap:wrap;left:0;position:fixed;top:0;z-index:1000}.header,.header .header-container{align-items:center;display:flex;width:100%}.header .header-container{justify-content:space-between;margin:0 auto;max-width:1000px;padding:20px;position:relative}@media(max-width:768px){.header .header-container{padding:10px}}.header .hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;padding:0;width:30px;z-index:1001}.header .hamburger-menu span{background-color:#2c2c2c;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.header .hamburger-menu.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.header .hamburger-menu.active span:nth-child(2){opacity:0}.header .hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.container{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;margin:auto;max-width:1000px;padding:0 20px}.main-nav{display:flex;flex:2 1;justify-content:flex-end}.main-nav ul{display:flex;gap:60px;list-style:none;margin:0;padding:0;white-space:nowrap}.main-nav ul li{margin:0}.main-nav ul li a{color:#2c2c2c;font-weight:500;text-decoration:none;transition:color .3s ease}.main-nav ul li a:hover{color:#666}@media(max-width:768px){.main-nav{background-color:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;max-width:300px;padding-top:80px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:1000}.main-nav.active{right:0}.main-nav ul{flex-direction:column;gap:0;padding:20px;width:100%}.main-nav ul li{border-bottom:1px solid #eee;width:100%}.main-nav ul li:last-child{border-bottom:none}.main-nav ul li a{color:#2c2c2c;display:block;font-size:16px;font-weight:500;padding:15px 0;text-decoration:none;transition:color .3s ease}.main-nav ul li a:hover{color:#666}.header .hamburger-menu{display:flex}}.logo img{height:50px}@media(max-width:768px){.logo img{height:30px}}.main-content{background-color:#f5f5f7;display:flex;flex-direction:column;min-height:calc(100vh - 160px);padding-top:90px}@media(max-width:768px){.main-content{padding-top:50px}}.footer{align-items:center;background-color:#333;color:#fff;display:flex;flex-direction:column;margin-top:auto;padding:20px 0;width:100%}.footer .footer-container{max-width:1000px;width:100%}.footer .footer-container .footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;padding:0 40px}@media(max-width:768px){.footer .footer-container .footer-content{align-items:flex-start;gap:20px;padding:0 20px}}.footer .footer-container .footer-content .footer-section-left{align-items:center;display:flex;gap:40px}@media(max-width:768px){.footer .footer-container .footer-content .footer-section-left{flex-direction:column;gap:20px;order:1;width:50%}}.footer .footer-container .footer-content .footer-section-left .footer-section.footer-section-left-logo{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.footer .footer-container .footer-content .footer-section-left .footer-section.footer-section-left-logo .footer-section-logo{margin-bottom:10px}@media(max-width:768px){.footer .footer-container .footer-content .footer-section-left .footer-section.footer-section-left-logo .footer-section-logo{width:80%}}.footer .footer-container .footer-content .footer-section-left .footer-section.footer-section-left-logo .footer-section-title{font-size:20px}@media(max-width:768px){.footer .footer-container .footer-content .footer-section-left .footer-section.footer-section-left-logo .footer-section-title{font-size:16px}}.footer .footer-container .footer-content .footer-section-left .footer-section.footer-section-left-logo .footer-section-text{font-size:16px;text-align:center}.footer .footer-container .footer-content .footer-section-left .footer-section .footer-section-info-list,.footer .footer-container .footer-content .footer-section-right .footer-section-list{align-items:center;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.footer .footer-container .footer-content .footer-section-right .footer-section-list{gap:10px;justify-content:center}@media(max-width:768px){.footer .footer-container .footer-content .footer-section-right .footer-section-list{align-items:flex-start;flex-direction:column}}.footer .footer-container .footer-content .footer-section-right .footer-section-list li{margin-bottom:10px;text-align:center}@media(max-width:768px){.footer .footer-container .footer-content .footer-section-right .footer-section-list li{text-align:left}}.footer .footer-container .footer-content .footer-section-right .footer-section-list li a{text-align:center}@media(max-width:768px){.footer .footer-container .footer-content .footer-section-right .footer-section-list li a{text-align:left}}.copyright{border-top:1px solid #555;font-size:14px;margin-top:20px;padding-top:15px;text-align:center;width:100%}.footer-section p a{color:#fff;text-decoration:none}.footer-section p a:hover{text-decoration:underline}.footer-section p a:visited{color:#fff}.bring-to-section{align-items:stretch;background:#fff;display:flex;flex-direction:column;gap:10px}.bring-to-section,.bring-to-section>*{margin:0;padding:0;width:100%}.container{box-sizing:border-box;margin:0 auto;max-width:1200px}.step-frame-ok-title,.step-frame-okwith-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:15px;max-width:80%}.itemlist_box2{justify-content:center;margin-bottom:20px}.grids,.itemlist_box2{align-items:center;display:grid}.grids{grid-gap:10px;align-content:stretch;gap:10px;grid-template-columns:repeat(5,1fr);justify-content:stretch;justify-items:center;margin:0 auto;padding:0;width:100%}.grids,.grids li{box-sizing:border-box}.grids li{align-items:center;background-color:#f9f9f9;border:1px solid #ddd;border-radius:20px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:330px;justify-content:center;list-style:none;padding:20px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:230px}.grids li:hover{filter:brightness(1.05);transform:scale(1.02)}.grids li img{border-bottom:1px solid #ddd;border-radius:8px 8px 0 0;height:120px;margin-top:10px;object-fit:contain;width:120px}a,a .itemlist_txt{text-decoration:none!important}a .itemlist_txt{font-weight:700}.itemlist_txt{font-size:20px;justify-content:center;margin:10px 0;padding-top:10px}.flow_ngok_text,.itemlist_txt{color:#000;font-weight:700;text-decoration:none}.flow_ngok_text{font-size:.9rem;margin-top:5px}.mainbutton{background-color:#28a745;border-radius:5px;color:#fff;display:inline-block;font-size:1rem;margin-top:20px;padding:12px 20px;text-decoration:none;transition:background-color .3s}.mainbutton:hover{background-color:#218838}.mainbutton .mainbutton-arrow-triangle{font-size:1.2rem;margin-left:10px;vertical-align:middle}@media screen and (max-width:1024px){.grids{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.grids{grid-template-columns:1fr}}nav ul{display:flex;justify-content:center;list-style:none;padding:0}nav ul li{margin:0 15px}nav ul li a{color:#333;font-weight:700;text-decoration:none}ul{list-style:none;padding:0}li{align-items:center;display:flex;font-size:14px;margin-bottom:5px}.check-icon{color:green;margin-right:5px}.cross-icon{color:red;margin-right:5px}.business-trip{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;height:600px;padding:40px}.business-trip,.business-trip li{display:flex;justify-content:center;text-align:center}.business-trip li{align-items:center;font-size:20px;font-weight:700;margin-bottom:5px;width:100%}.business-trip img{border-radius:10px;box-shadow:0 2px 10px #0000001a;height:400px;justify-content:center;width:450px}.business-trip-column-container{background-color:#fff;border-radius:10px;margin:0 auto;max-width:300px;padding:20px}.section-title-banner{background:#49c7c6;padding:40px 0;width:100%}@media(max-width:768px){.section-title-banner{margin-top:0;padding:15px 0}}.section-title-banner .section-title-container{align-items:center;display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:1000px;padding:0 20px;text-align:center}@media(max-width:768px){.section-title-banner .section-title-container{gap:4px;padding:0 15px}}.section-title-banner .section-title-container .english-title{color:#fff;font-size:18px;font-weight:200;letter-spacing:.1em;line-height:1}@media(max-width:768px){.section-title-banner .section-title-container .english-title{font-size:14px}}.section-title-banner .section-title-container .japanese-title{color:#fff;font-size:32px;font-weight:200;letter-spacing:.15em;line-height:1}@media(max-width:768px){.section-title-banner .section-title-container .japanese-title{font-size:24px;letter-spacing:.1em}}.company-page{background:#fff;min-height:100vh}.company-page .main-section{padding:80px 0 0}@media(max-width:768px){.company-page .main-section{padding:0 0 40px}}.company-page .main-section .main-container{display:flex;gap:60px;margin:0 auto 80px;max-width:1000px;padding:0}@media(max-width:768px){.company-page .main-section .main-container{flex-direction:column;gap:30px;margin:0 auto;padding:0}}.company-page .main-section .main-container .company-nav{flex-shrink:0;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px;width:200px}@media(max-width:768px){.company-page .main-section .main-container .company-nav{display:none;order:0;position:static;width:100%}}.company-page .main-section .main-container .company-nav .nav-item{margin-bottom:20px}@media(max-width:768px){.company-page .main-section .main-container .company-nav .nav-item{margin-bottom:15px}}.company-page .main-section .main-container .company-nav .nav-item .nav-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:15px;padding:0;text-align:left;transition:all .3s ease;width:100%}@media(max-width:768px){.company-page .main-section .main-container .company-nav .nav-item .nav-button{gap:12px}}.company-page .main-section .main-container .company-nav .nav-item .nav-button:hover .nav-number{background:#e9f4f6}.company-page .main-section .main-container .company-nav .nav-item .nav-button.active .nav-number{background:#e9f4f6;color:#000}.company-page .main-section .main-container .company-nav .nav-item .nav-button .nav-number{align-items:center;background:#fff;border:1px solid #d5f1f6;border-radius:50%;color:#000;display:flex;flex-shrink:0;font-size:22px;font-weight:200;height:80px;justify-content:center;transition:all .3s ease;width:80px}@media(max-width:768px){.company-page .main-section .main-container .company-nav .nav-item .nav-button .nav-number{font-size:14px;height:36px;width:36px}}.company-page .main-section .main-container .company-nav .nav-item .nav-button .nav-text{color:#333;font-size:16px;font-weight:200;letter-spacing:.1em}@media(max-width:768px){.company-page .main-section .main-container .company-nav .nav-item .nav-button .nav-text{font-size:14px}}.company-page .main-section .main-container .company-content{flex:1 1;min-width:0}@media(max-width:768px){.company-page .main-section .main-container .company-content{order:1;padding:0 20px}}.company-page .main-section .main-container .company-content .content-section{margin-bottom:80px}@media(max-width:768px){.company-page .main-section .main-container .company-content .content-section{margin-bottom:60px}}.company-page .main-section .main-container .company-content .content-section:last-child{margin-bottom:0}.company-page .main-section .main-container .company-content .section-title{color:#333;font-size:48px;font-weight:700;margin-bottom:10px;text-align:left}@media(max-width:768px){.company-page .main-section .main-container .company-content .section-title{font-size:32px;margin-bottom:8px}}.company-page .main-section .main-container .company-content .section-subtitle{color:#6cc;font-size:18px;font-weight:400;margin-bottom:30px;text-align:left}@media(max-width:768px){.company-page .main-section .main-container .company-content .section-subtitle{font-size:16px;margin-bottom:20px}}.company-page .main-section .main-container .company-content .about-section .about-header{align-items:flex-end;border-bottom:1px solid #000;display:flex;gap:20px;padding:0 0 20px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-header{gap:15px;margin:0;padding:30px 20px 20px}}.company-page .main-section .main-container .company-content .about-section .about-header .about-title{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:35px;font-weight:700;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-header .about-title{font-size:28px}}.company-page .main-section .main-container .company-content .about-section .about-header .about-subtitle{color:#6cc;font-size:16px;font-weight:400;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-header .about-subtitle{font-size:14px}}.company-page .main-section .main-container .company-content .about-section .about-content{display:flex;gap:40px;margin-top:40px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content{flex-direction:column;gap:25px;margin-top:0;padding:20px 0 0}}.company-page .main-section .main-container .company-content .about-section .about-content .about-left{flex:1 1}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-left{display:none}}.company-page .main-section .main-container .company-content .about-section .about-content .about-left .about-image img{border-radius:8px;height:auto;width:100%}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-left .about-image img{border-radius:0}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right{flex:1 1}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts{margin-bottom:40px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts{margin-bottom:25px}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item{align-items:center;display:flex;gap:15px;margin-bottom:20px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item{gap:10px;margin-bottom:15px}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item:last-child{margin-bottom:0}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item .concept-box{border:1px solid #6cc;border-radius:50px;color:#6cc;font-size:16px;font-weight:400;min-width:128px;padding:3px 0;text-align:center}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item .concept-box{font-size:14px;padding:2px 0}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item .concept-equals{color:#6cc;flex-shrink:0;font-size:18px;font-weight:400}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item .concept-equals{font-size:16px}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item .concept-description{color:#6cc;font-size:16px;font-weight:400;line-height:1.5}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .key-concepts .concept-item .concept-description{font-size:14px}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .about-image-mobile{display:none}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .about-image-mobile{border-radius:0;display:block;height:auto;margin:0 auto 20px;width:235px}}.company-page .main-section .main-container .company-content .about-section .about-content .about-right .philosophy p{color:#333;font-size:16px;line-height:1.8;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .about-content .about-right .philosophy p{font-size:14px;line-height:1.7}}.company-page .main-section .main-container .company-content .about-section .sales-performance{background:#e9f4f6;margin-top:40px;padding:40px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .sales-performance{margin-top:25px;padding:30px 20px}}.company-page .main-section .main-container .company-content .about-section .sales-performance .performance-title{color:#49c7c6;font-family:Zen Kaku Gothic New,sans-serif;font-size:25px;font-weight:600;font-weight:700;margin-bottom:40px;text-align:center}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .sales-performance .performance-title{font-size:20px;margin-bottom:30px}}.company-page .main-section .main-container .company-content .about-section .sales-performance .performance-title .performance-title-text{display:block;font-size:16px;font-weight:400;margin-bottom:10px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .sales-performance .performance-title .performance-title-text{font-size:14px;margin-bottom:8px}}.company-page .main-section .main-container .company-content .about-section .sales-performance .sales-performance-list:first-child{margin-bottom:40px}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .sales-performance .sales-performance-list:first-child{margin-bottom:30px}}.company-page .main-section .main-container .company-content .about-section .sales-performance .sales-performance-list .performance-title-sub{color:#49c7c6;font-size:18px;margin-bottom:20px;text-align:center}@media(max-width:768px){.company-page .main-section .main-container .company-content .about-section .sales-performance .sales-performance-list .performance-title-sub{font-size:16px;margin-bottom:15px}}.company-page .main-section .main-container .company-content .service-section{margin-bottom:40px}.company-page .main-section .main-container .company-content .service-section .service-subtitle{color:#6cc;font-size:18px;font-weight:400;margin-bottom:10px}.company-page .main-section .main-container .company-content .service-section .service-title{color:#333;font-size:32px;font-weight:700;margin-bottom:20px}@media(max-width:768px){.company-page .main-section .main-container .company-content .service-section .service-title{font-size:24px}}.company-page .main-section .main-container .company-content .service-section p{color:#333;font-size:16px;line-height:1.8}.company-page .main-section .main-container .company-content .sales-performance{margin-bottom:40px}.company-page .main-section .main-container .company-content .sales-performance .performance-title{color:#333;font-size:24px;font-weight:600;margin-bottom:20px}.company-page .main-section .main-container .company-content .sales-performance .performance-list .performance-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:15px 0}.company-page .main-section .main-container .company-content .sales-performance .performance-list .performance-item:last-child{border-bottom:none}.company-page .main-section .main-container .company-content .sales-performance .performance-list .performance-item .performance-year{color:#333;font-size:16px;font-weight:400}.company-page .main-section .main-container .company-content .sales-performance .performance-list .performance-item .performance-amount{color:#333;font-size:16px;font-weight:600}.company-page .main-section .main-container .company-content .future-plans{margin-bottom:40px}.company-page .main-section .main-container .company-content .future-plans p{color:#333;font-size:16px;line-height:1.8}.company-page .main-section .main-container .company-content .partners-section,.company-page .main-section .main-container .company-content .sales-channels-section{margin-bottom:30px}.company-page .main-section .main-container .company-content .partners-section .partners-title,.company-page .main-section .main-container .company-content .partners-section .sales-channels-title,.company-page .main-section .main-container .company-content .sales-channels-section .partners-title,.company-page .main-section .main-container .company-content .sales-channels-section .sales-channels-title{color:#6cc;font-size:18px;font-weight:600;margin-bottom:15px}.company-page .main-section .main-container .company-content .partners-section .partners-list,.company-page .main-section .main-container .company-content .partners-section .sales-channels-list,.company-page .main-section .main-container .company-content .sales-channels-section .partners-list,.company-page .main-section .main-container .company-content .sales-channels-section .sales-channels-list{list-style:none;margin:0;padding:0}.company-page .main-section .main-container .company-content .partners-section .partners-list li,.company-page .main-section .main-container .company-content .partners-section .sales-channels-list li,.company-page .main-section .main-container .company-content .sales-channels-section .partners-list li,.company-page .main-section .main-container .company-content .sales-channels-section .sales-channels-list li{color:#333;font-size:16px;line-height:1.6;margin-bottom:10px;padding-left:20px;position:relative}.company-page .main-section .main-container .company-content .partners-section .partners-list li:before,.company-page .main-section .main-container .company-content .partners-section .sales-channels-list li:before,.company-page .main-section .main-container .company-content .sales-channels-section .partners-list li:before,.company-page .main-section .main-container .company-content .sales-channels-section .sales-channels-list li:before{color:#6cc;content:"•";left:0;position:absolute}.company-page .main-section .main-container .company-content .partners-section .partners-list li:last-child,.company-page .main-section .main-container .company-content .partners-section .sales-channels-list li:last-child,.company-page .main-section .main-container .company-content .sales-channels-section .partners-list li:last-child,.company-page .main-section .main-container .company-content .sales-channels-section .sales-channels-list li:last-child{margin-bottom:0}.company-page .main-section .main-container .company-content .greeting-section{color:#000;padding:40px 0}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section{padding:0}}.company-page .main-section .main-container .company-content .greeting-section .greeting-header{align-items:flex-end;border-bottom:1px solid #333;display:flex;gap:20px;padding:0 0 20px}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-header{align-items:center;border-bottom:none;gap:15px;margin:0;padding:30px 20px 20px}}.company-page .main-section .main-container .company-content .greeting-section .greeting-header .greeting-title{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:35px;font-weight:700;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-header .greeting-title{font-size:28px}}.company-page .main-section .main-container .company-content .greeting-section .greeting-header .greeting-subtitle{color:#6cc;font-size:16px;font-weight:400;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-header .greeting-subtitle{font-size:14px}}.company-page .main-section .main-container .company-content .greeting-section .greeting-divider{background:#333;height:1px;margin-bottom:40px}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-divider{margin-bottom:0}}.company-page .main-section .main-container .company-content .greeting-section .greeting-content{align-items:center;display:flex;flex-direction:column;text-align:center}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-content{padding:30px 0}}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-image{margin-bottom:30px}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-image{margin-bottom:20px}}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-image img{border-radius:50%;height:200px;object-fit:cover;width:200px}@media(max-width:768px){.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-image img{height:185px;width:185px}}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-info{max-width:600px;text-align:left}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-info .representative-name{color:#6cc;font-family:Zen Kaku Gothic New,sans-serif;font-size:24px;font-weight:700;margin-bottom:5px;text-align:center}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-info .representative-title{color:#6cc;font-family:Zen Kaku Gothic New,sans-serif;font-size:14px;margin-bottom:30px;text-align:center}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-info .representative-message p{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:16px;line-height:1.8;margin-bottom:15px}.company-page .main-section .main-container .company-content .greeting-section .greeting-content .representative-info .representative-message p:last-child{margin-bottom:0}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview{margin-bottom:80px}}.company-page .main-section .main-container .company-content #overview .overview-header{align-items:flex-end;border-bottom:1px solid #333;display:flex;gap:20px;padding:0 0 20px}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .overview-header{border-bottom:none;gap:15px;margin:0;padding:30px 20px 20px}}.company-page .main-section .main-container .company-content #overview .overview-header .section-title{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:35px;font-weight:700;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .overview-header .section-title{font-size:28px}}.company-page .main-section .main-container .company-content #overview .overview-header .section-subtitle{color:#6cc;font-size:16px;font-weight:400;margin:0}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .overview-header,.company-page .main-section .main-container .company-content #overview .overview-header .section-subtitle{font-size:14px}}.company-page .main-section .main-container .company-content #overview .company-info-table .info-row{align-items:flex-start;border-bottom:1px solid #000;display:flex;gap:15px;padding:20px 0}.company-page .main-section .main-container .company-content #overview .company-info-table .info-row:first-child{border-top:1px solid #000}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .company-info-table .info-row{gap:8px;padding:15px 0}}.company-page .main-section .main-container .company-content #overview .company-info-table .info-row .info-label{color:#333;flex-shrink:0;font-size:16px;font-weight:400;width:120px}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .company-info-table .info-row .info-label{color:#666;font-size:14px;width:120px}}.company-page .main-section .main-container .company-content #overview .company-info-table .info-row .info-separator{color:#333;font-size:16px;font-weight:400}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .company-info-table .info-row .info-separator{display:none}}.company-page .main-section .main-container .company-content #overview .company-info-table .info-row .info-value{color:#333;flex:1 1;font-size:16px;font-weight:400;line-height:1.6}@media(max-width:768px){.company-page .main-section .main-container .company-content #overview .company-info-table .info-row .info-value{font-size:14px;line-height:1.5}}.company-page .main-section .access-section{background:#e9f4f6;padding:100px 0 120px}@media(max-width:768px){.company-page .main-section .access-section{padding:40px 20px 100px}}.company-page .main-section .access-section .access-container{margin:0 auto;max-width:1000px;padding:0}.company-page .main-section .access-section .access-header{align-items:center;border-bottom:1px solid #333;display:flex;gap:20px;padding:0 0 20px}@media(max-width:768px){.company-page .main-section .access-section .access-header{border-bottom:none;padding:30px 20px 20px}}.company-page .main-section .access-section .section-title{color:#fff;font-family:century-gothic,sans-serif;font-size:60px;font-weight:700;margin-bottom:10px;text-align:left}@media(max-width:768px){.company-page .main-section .access-section .section-title{font-size:28px}}.company-page .main-section .access-section .section-subtitle{color:#333;font-family:Zen Kaku Gothic New,sans-serif;font-size:18px;font-weight:400;text-align:left}@media(max-width:768px){.company-page .main-section .access-section .section-subtitle{font-size:14px}}.company-page .main-section .access-section .greeting-divider{background:#333;height:1px;margin-bottom:40px}.company-page .main-section .access-content{align-items:flex-start;display:flex;gap:60px;justify-content:space-between}@media(max-width:768px){.company-page .main-section .access-content{flex-direction:column;gap:30px}}.company-page .main-section .access-content .map-container{border-radius:8px;height:280px;overflow:hidden;position:relative;width:50%}@media(max-width:768px){.company-page .main-section .access-content .map-container{height:300px;width:100%}}.company-page .main-section .access-content .map-container iframe{border:0;height:100%;width:100%}.company-page .main-section .access-content .access-info{padding:0;width:42%}@media(max-width:768px){.company-page .main-section .access-content .access-info{width:100%}}.company-page .main-section .access-content .access-info .company-name{color:#333;font-family:Zen Kaku Gothic New,sans-serif;font-size:24px;font-weight:400;letter-spacing:.05em;margin:0 0 30px}@media(max-width:768px){.company-page .main-section .access-content .access-info .company-name{font-size:20px;margin-bottom:20px}}.company-page .main-section .access-content .access-info .info-item{align-items:flex-start;display:flex;gap:15px;margin-bottom:20px}@media(max-width:768px){.company-page .main-section .access-content .access-info .info-item{gap:10px;margin-bottom:15px}}.company-page .main-section .access-content .access-info .info-item:last-child{margin-bottom:0}.company-page .main-section .access-content .access-info .info-item .info-label{color:#333;font-family:Zen Kaku Gothic New,sans-serif;font-size:16px;font-weight:400;letter-spacing:.05em;min-width:40px}@media(max-width:768px){.company-page .main-section .access-content .access-info .info-item .info-label{font-size:14px;min-width:35px}}.company-page .main-section .access-content .access-info .info-item .info-separator{color:#666;font-size:16px;font-weight:400}@media(max-width:768px){.company-page .main-section .access-content .access-info .info-item .info-separator{font-size:14px}}.company-page .main-section .access-content .access-info .info-item .info-content{color:#333;flex:1 1;font-family:Zen Kaku Gothic New,sans-serif;font-weight:400;letter-spacing:.05em}@media(max-width:768px){.company-page .main-section .access-content .access-info .info-item .info-content{font-size:14px}}.company-page .main-section .access-content .access-info .info-item .info-content .postal-code{font-size:16px;line-height:1.4;margin:0 0 4px}@media(max-width:768px){.company-page .main-section .access-content .access-info .info-item .info-content .postal-code{font-size:14px}}.company-page .main-section .access-content .access-info .info-item .info-content .address{font-size:16px;line-height:1.4;margin:0}@media(max-width:768px){.company-page .main-section .access-content .access-info .info-item .info-content .address{font-size:14px}}.data-erasure-page{background:#fff;min-height:100vh}.data-erasure-page .intro-section{background:#fff;padding:60px 0}@media(max-width:768px){.data-erasure-page .intro-section{background:#e9f4f6;padding:40px 0}}.data-erasure-page .intro-section .intro-container{margin:0 auto;max-width:1000px;padding:0 20px;text-align:center}@media(max-width:768px){.data-erasure-page .intro-section .intro-container{padding:0 15px}}.data-erasure-page .intro-section .intro-container .intro-title{color:#000;font-size:20px;font-weight:600;letter-spacing:.1em;margin-bottom:20px}@media(max-width:768px){.data-erasure-page .intro-section .intro-container .intro-title{color:#49c7c6;font-size:16px;margin-bottom:15px}}.data-erasure-page .intro-section .intro-container .intro-text{color:#000;font-size:16px;line-height:1.6;margin:0 auto;max-width:800px}@media(max-width:768px){.data-erasure-page .intro-section .intro-container .intro-text{text-align:left}}.data-erasure-page .main-content-section{background:#e9f4f6;padding:60px 0}@media(max-width:768px){.data-erasure-page .main-content-section{padding:0 20px 40px}}.data-erasure-page .main-content-section .main-content-container{display:flex;gap:60px;margin:0 auto;max-width:1000px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container{flex-direction:column;gap:30px}}.data-erasure-page .main-content-section .main-content-container .data-nav{flex-shrink:0;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:120px;width:300px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-nav{display:none}}.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item{margin-bottom:20px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item{margin-bottom:15px}}.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:15px;padding:0;text-align:left;transition:all .3s ease;width:100%}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button{gap:12px}}.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button:hover .nav-number{background:#e9f4f6}.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button.active .nav-number{background:#fff;color:#000}.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button .nav-number{align-items:center;background:#0000;border:3px solid #fff;border-radius:50%;color:#000;display:flex;flex-shrink:0;font-size:22px;font-weight:200;height:80px;justify-content:center;transition:all .3s ease;width:80px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button .nav-number{font-size:18px;height:60px;width:60px}}.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button .nav-text{color:#000;font-size:16px;font-weight:200;letter-spacing:.1em}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-nav .nav-item .nav-button .nav-text{font-size:14px}}.data-erasure-page .main-content-section .main-content-container .data-content{flex:1 1;min-width:0}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content{order:1}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section{margin-bottom:80px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section{margin-bottom:60px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section:last-child{margin-bottom:0}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-header{background:#49c7c6;margin-bottom:30px;padding:16px 20px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-header{margin-bottom:20px;padding:6px 20px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-header .section-title{color:#fff;font-size:20px;font-weight:600;letter-spacing:.1em;margin:0;text-align:left}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-header .section-title{font-size:17px;text-align:center}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-header{background:#49c7c6;margin-bottom:30px;padding:20px}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-header{padding:10px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-header .section-title{color:#fff;font-size:24px;font-weight:700;text-align:center}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-header .section-title{font-size:17px;font-weight:700}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .section-intro{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:16px;margin-bottom:40px;text-align:left}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .section-intro{margin-bottom:20px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:not(:last-child):after{background:#e9c58f}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content-icon{width:105px}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content-icon{position:absolute;right:15px;top:10px;width:60px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content-icon img{height:100%;object-fit:contain;width:100%}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(2):after{background:#dfdc8b}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(2) .step-content-icon{width:70px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(3):after{background:#b7d88d}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(3) .step-content-icon{width:90px}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(3) .step-content-icon{right:0;top:-20px;width:70px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(4):after{background:#94d4a3}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(4) .step-content-icon{width:60px}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(4) .step-content-icon{right:100px;top:0;width:40px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(5):after{background:#49c7c6}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(5) .step-content-icon{width:60px}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(5) .step-content-icon{right:20px;top:-15px;width:47px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-number{background:#e9c58f}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(2) .step-number{background:#dfdc8b}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(3) .step-number{background:#b7d88d}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(4) .step-number{background:#94d4a3}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step:nth-child(5) .step-number{background:#00b0b9}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content{align-items:center;display:flex;gap:20px;justify-content:space-between}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content .step-content-text{width:calc(100% - 105px)}@media screen and (max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content .step-content-text{width:100%}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section.flow-section .section-content .flow-steps .flow-step .step-content .step-content-text h3{color:#000}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .section-intro{color:#000;font-size:16px;line-height:1.6;margin-bottom:30px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .section-intro{margin-bottom:20px;text-align:center}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content p{color:#000;font-size:16px;line-height:1.6;margin-bottom:20px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content p{line-height:1.75}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content p:last-child{margin-bottom:0}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content p a{font-weight:500;text-decoration:underline!important}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content p a:hover{color:#34a9a8}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step{align-items:center;display:flex;margin-bottom:60px;min-height:100px;position:relative}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step{align-items:flex-start;margin-bottom:25px;min-height:150px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:last-child{margin-bottom:0}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:not(:last-child):after{background:#e9c58f;content:"";height:55px;left:40px;position:absolute;top:120px;width:2px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:not(:last-child):after{height:100px;left:30px;top:66px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(2):after{background:#dfdc8b;top:110px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(2):after{top:68px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(3):after{background:#b7d88d;top:105px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(3):after{top:68px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(4):after{background:#94d4a3;top:120px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(4):after{top:68px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(5):after{background:#49c7c6;top:95px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(5):after{top:68px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-number{align-items:center;background:#e9c58f;border-radius:50%;color:#fff;display:flex;flex-direction:column;flex-shrink:0;font-size:18px;font-weight:600;height:80px;justify-content:center;line-height:1.1;margin-right:30px;width:80px;z-index:1}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-number{font-size:12px;gap:4px;height:60px;margin-right:20px;width:60px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-number .step-number-text{color:#fff;display:block;font-size:30px;font-weight:600}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-number .step-number-text{font-size:20px;font-weight:400}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(2) .step-number{background:#dfdc8b}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(3) .step-number{background:#b7d88d}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(4) .step-number{background:#94d4a3}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step:nth-child(5) .step-number{background:#49c7c6}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-content{flex:1 1;padding-top:10px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-content{padding-top:5px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-content h3{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:20px;font-weight:700;letter-spacing:.1em;margin:0 0 10px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-content h3{font-size:16px;margin-bottom:8px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-content p{color:#000;font-family:Zen Kaku Gothic New,sans-serif;font-size:16px;line-height:1.6;margin:0}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .flow-steps .flow-step .step-content p{font-size:15px;line-height:1.5}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-header{border:1px solid #49c7c6;color:#49c7c6;font-size:16px;font-weight:600;letter-spacing:.1em;margin-bottom:20px;padding:4px 16px;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:fit-content}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-header{font-size:12px;margin:0 auto 20px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content{align-items:flex-start;display:flex;flex-direction:column;gap:30px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content{gap:20px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-text{flex:1 1}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-media{align-items:center;display:flex;gap:15px;width:100%}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-media{flex-direction:column;gap:10px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-media video{border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-media video{height:auto;width:100%}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-media img{border-radius:8px;box-shadow:0 2px 8px #0000001a}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .erasure-method .method-content .method-media img{height:auto;width:100%}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature{margin-bottom:30px}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature{margin-bottom:25px}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature:last-child{margin-bottom:0}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature .feature-header{border:1px solid #49c7c6;color:#49c7c6;font-size:16px;font-weight:600;letter-spacing:.1em;margin-bottom:20px;padding:4px 16px;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:fit-content}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature .feature-header{font-size:12px;margin:0 auto 20px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}}.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature .feature-content p{color:#000;font-size:16px;line-height:1.6;margin:0}@media(max-width:768px){.data-erasure-page .main-content-section .main-content-container .data-content .content-section .section-content .security-feature .feature-content p{font-size:14px;line-height:1.5}}.data-erasure-page .contact-section{background:#fff;padding:80px 0}@media(max-width:768px){.data-erasure-page .contact-section{padding:60px 0}}.data-erasure-page .contact-section .contact-container{margin:0 auto;max-width:1000px;padding:0 20px;text-align:center}@media(max-width:768px){.data-erasure-page .contact-section .contact-container{padding:0 15px}}.data-erasure-page .contact-section .contact-container .contact-title{color:#000;font-size:18px;font-weight:600;letter-spacing:.1em;margin-bottom:20px}@media(max-width:768px){.data-erasure-page .contact-section .contact-container .contact-title{color:#49c7c6;font-size:16px;margin-bottom:15px}}.data-erasure-page .contact-section .contact-container .contact-text{color:#000;font-size:16px;line-height:1.6;margin-bottom:30px}@media(max-width:768px){.data-erasure-page .contact-section .contact-container .contact-text{font-size:14px;margin-bottom:25px}}.data-erasure-page .contact-section .contact-container .contact-button{align-items:center;background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:10px;letter-spacing:.1em;padding:15px 30px;transition:all .3s ease}@media(max-width:768px){.data-erasure-page .contact-section .contact-container .contact-button{font-size:14px;gap:8px;padding:12px 25px}}.data-erasure-page .contact-section .contact-container .contact-button:hover{background:#333}.data-erasure-page .contact-section .contact-container .contact-button .button-arrow{font-size:18px;font-weight:300}@media(max-width:768px){.data-erasure-page .contact-section .contact-container .contact-button .button-arrow{font-size:16px}}.form-container{background-color:#fff;border:2px solid #49c7c6;border-radius:8px;box-shadow:0 4px 16px #00000014;margin:40px auto;max-width:1000px;padding:40px}@media(max-width:768px){.form-container{margin:20px;padding:20px}}.form-container h3{font-size:24px;font-weight:600;margin-bottom:20px}@media(max-width:768px){.form-container h3{font-size:20px;margin-bottom:10px}}.card-img{margin:20px 0}.contact_form{border-collapse:collapse;width:100%}.contact_form td,.contact_form th{padding:16px}.contact_form th{background-color:#e9f4f6;border-bottom:1px solid #e0e0e0;color:#000;font-weight:600;text-align:left;width:25%}.contact_form td{border-bottom:1px solid #e0e0e0;width:75%}.input_area input{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px;transition:border-color .3s ease;width:100%}.input_area input:focus{border-color:#49c7c6;box-shadow:0 0 0 3px #49c7c61a;outline:none}.submit-btn{background-color:#49c7c6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:.1em;margin-top:30px;padding:15px 30px;transition:background-color .3s ease}.submit-btn:hover{background-color:#34a9a8}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:768px){.submit-btn{font-size:14px;margin-top:20px;padding:12px 25px}}.warning{color:#dc3545;font-size:14px}.table{border-collapse:initial;border-spacing:0;margin-bottom:30px;width:100%}.table,.table-bordered{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.table td,.table th{border-bottom:1px solid #e0e0e0;padding:16px;vertical-align:middle}.table td{padding:16px;width:75%}.table th{background-color:#e9f4f6;border-bottom:1px solid #e0e0e0;color:#000;font-weight:600;width:25%}.table input[type=email],.table input[type=number],.table input[type=tel],.table input[type=text]{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px;transition:border-color .3s ease;width:200px}.table input[type=email]:focus,.table input[type=number]:focus,.table input[type=tel]:focus,.table input[type=text]:focus{border-color:#49c7c6;box-shadow:0 0 0 3px #49c7c61a;outline:none}@media(max-width:768px){.table input[type=email],.table input[type=number],.table input[type=tel],.table input[type=text]{font-size:14px;width:100%}}.quantity-unit input[type=number]{-moz-appearance:textfield;border:1px solid #ddd;border-radius:6px;margin-right:4px;padding:8px;width:60px}.quantity-unit input[type=number]:focus{border-color:#49c7c6;box-shadow:0 0 0 3px #49c7c61a;outline:none}.quantity-unit input[type=number]::-webkit-inner-spin-button,.quantity-unit input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.table textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:100px;padding:12px;resize:vertical;transition:border-color .3s ease;width:100%}.table textarea:focus{border-color:#49c7c6;box-shadow:0 0 0 3px #49c7c61a;outline:none}@media(max-width:768px){.table textarea{font-size:14px}}.table select{background-color:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:16px;margin-left:8px;min-width:80px;padding:8px;transition:border-color .3s ease}.table select:focus{border-color:#49c7c6;box-shadow:0 0 0 3px #49c7c61a;outline:none}@media(max-width:768px){.table select{font-size:14px;margin-left:0;margin-top:8px;width:100%}}.checkbox-container{margin:8px 0}.table label{align-items:center;color:#000;cursor:pointer;display:flex;font-size:16px;margin:8px 0}@media(max-width:768px){.table label{font-size:14px}}.table input[type=checkbox]{accent-color:#49c7c6;height:16px;margin-right:8px;width:16px}.required{background-color:#0000;color:#dc3545;font-size:12px;font-weight:400;margin-left:4px}.warning-text{color:#888;font-size:14px;margin-top:4px}@media(max-width:768px){.warning-text{font-size:12px}}.privacy-policy{background-color:#e9f4f6;border:1px solid #ddd;border-radius:8px;color:#000;font-size:14px;height:200px;line-height:1.6;margin:20px 0;overflow-y:auto;padding:16px;width:100%}@media(max-width:768px){.privacy-policy{font-size:12px;height:150px}}.submit-container{display:flex;justify-content:center;margin-top:30px}@media(max-width:768px){.submit-container{margin-top:20px}}.quantity-unit{align-items:center;display:flex;flex-wrap:wrap;gap:8px}@media(max-width:768px){.quantity-unit{align-items:flex-start;flex-direction:column;gap:4px}}.model-input{border:1px solid #ddd;border-radius:6px;font-size:16px;margin:0 8px;padding:8px 12px;transition:border-color .3s ease;width:200px}.model-input:focus{border-color:#49c7c6;box-shadow:0 0 0 3px #49c7c61a;outline:none}@media(max-width:768px){.model-input{font-size:14px;margin:0;width:100%}}.unit-text{color:#888;font-size:16px;margin:0 4px;white-space:nowrap}@media(max-width:768px){.unit-text{font-size:14px}.table th{width:35%}.table td,.table th{font-size:14px;padding:12px}.table td{width:65%}.contact_form th{font-size:14px;padding:12px;width:35%}.contact_form td{font-size:14px;padding:12px;width:65%}}.faq-page{background:#fff;padding:0 0 80px}@media(max-width:768px){.faq-page{padding:0 0 60px}}.faq-page .faq-container{margin:0 auto;max-width:1000px;padding:80px 0}@media(max-width:768px){.faq-page .faq-container{padding:0}}.faq-page .faq-container .faq-list{background:#eee;padding:40px}@media(max-width:768px){.faq-page .faq-container .faq-list{padding:20px}}.faq-page .faq-container .faq-list .faq-item{border-bottom:1px solid #e5e5e5}.faq-page .faq-container .faq-list .faq-item:last-child{border-bottom:none}.faq-page .faq-container .faq-list .faq-item:not(:last-child){margin-bottom:20px}.faq-page .faq-container .faq-list .faq-item .faq-question{align-items:center;background:#49c7c6;display:flex;gap:15px;padding:20px 25px;width:100%}@media(max-width:768px){.faq-page .faq-container .faq-list .faq-item .faq-question{flex-direction:column;gap:0;padding:15px 20px}}.faq-page .faq-container .faq-list .faq-item .faq-question .question-number{color:#fff;flex-shrink:0;font-size:20px;font-weight:600;min-width:50px}@media(max-width:768px){.faq-page .faq-container .faq-list .faq-item .faq-question .question-number{font-size:16px;min-width:45px}}.faq-page .faq-container .faq-list .faq-item .faq-question .question-text{color:#fff;flex:1 1;font-size:20px;font-weight:400;line-height:1.5}@media(max-width:768px){.faq-page .faq-container .faq-list .faq-item .faq-question .question-text{font-size:16px;font-weight:700;text-align:center}}.faq-page .faq-container .faq-list .faq-item .faq-answer{background:#fff;padding:25px}@media(max-width:768px){.faq-page .faq-container .faq-list .faq-item .faq-answer{padding:20px}}.faq-page .faq-container .faq-list .faq-item .faq-answer p{color:#000;font-size:16px;font-weight:400;line-height:1.6;margin:0}@media(max-width:768px){.faq-page .faq-container .faq-list .faq-item .faq-answer p{font-size:14px;line-height:1.5}}.faq-page .faq-container .faq-list .faq-item .faq-answer p a{font-weight:500;text-decoration:underline!important}.faq-page .faq-container .faq-list .faq-item .faq-answer p a:hover{color:#34a9a8}.home-container{background:#fff;font-family:YuGothic,游ゴシック,Yu Gothic,Noto Sans JP,Helvetica Neue,Arial,メイリオ,Meiryo,sans-serif;margin:0;padding:0}.hero-section{align-items:center;background-size:cover;display:flex;height:490px;justify-content:center;width:100%}@media(max-width:768px){.hero-section{height:450px}}.hero-section .hero-container{max-width:1000px;padding:0;text-align:center;width:100%}@media(max-width:768px){.hero-section .hero-container{padding:0}}.hero-section .hero-container img{height:auto;max-width:100%}.hero-section .hero-logo{margin-bottom:16px;margin-top:32px;width:220px}.hero-section .hero-catch{text-align:center}.hero-section .hero-catch h1{color:#0078d7;font-family:inherit;font-size:28px;margin-bottom:8px}.hero-section .hero-catch .hero-tags{display:flex;gap:8px;justify-content:center;margin-bottom:8px}.hero-section .hero-catch .hero-tags .hero-tag{background:#08c;border-radius:16px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;padding:2px 14px}.hero-section .hero-catch .hero-speed{color:#04a;font-size:18px;font-weight:700;margin-bottom:8px}.hero-section .hero-catch .hero-line-banner{margin-top:8px;width:160px}.home-section{margin-bottom:32px;text-align:center;width:100%}.home-h1-title{color:#0078d7;font-size:24px;margin:32px 0 24px;text-align:center}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.reasons-section{margin:0 auto 48px;padding:120px 0 80px;text-align:center}@media(max-width:768px){.reasons-section{padding:60px 20px 0}}.reasons-section .section-title{color:#ddd;font-size:55px;font-weight:500;letter-spacing:.1em;margin-bottom:0}@media(max-width:768px){.reasons-section .section-title{font-size:28px}}.reasons-section .section-subtitle{color:#49c7c6;font-size:35px;font-weight:700;letter-spacing:.1em;margin-bottom:32px;margin-top:0}@media(max-width:768px){.reasons-section .section-subtitle{font-size:18px;margin-bottom:0}.reasons-section .swiper-wrapper{display:none}}@media(min-width:768px){.reasons-section .reasons-mobile-wrapper{display:none}}.reasons-section .reasons-swiper{width:100%}.reasons-section .reasons-swiper .swiper-wrapper{align-items:stretch}.reasons-section .reasons-swiper .swiper-pagination-bullets{bottom:-24px}.reasons-section .reasons-swiper .swiper-pagination-bullet{background:#bbb;opacity:1}.reasons-section .reasons-swiper .swiper-pagination-bullet-active{background:#49c7c6}.reasons-section .reason-card{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-start;min-height:325px}.reasons-section .reason-card .reason-image{margin-bottom:18px;width:100%}@media(max-width:768px){.reasons-section .reason-card .reason-image{margin-bottom:10px}}.reasons-section .reason-card .reason-title-en{font-size:20px;font-weight:500;letter-spacing:.1em;margin-bottom:8px}@media(max-width:768px){.reasons-section .reason-card .reason-title-en{font-size:14px}}.reasons-section .reason-card .reason-title-jp{font-size:26px;font-weight:700;letter-spacing:.1em;margin-bottom:16px}@media(max-width:768px){.reasons-section .reason-card .reason-title-jp{font-size:18px;margin-bottom:8px}}.reasons-section .reason-card .reason-description{color:#000;font-size:16px;line-height:1.7;margin:auto 0 0;padding:0 30px;text-align:left}@media(max-width:768px){.reasons-section .reason-card .reason-description{font-size:12px;padding:0}}.reasons-section .reason-card .reason-description .reason-description-note{color:#000;display:block;font-size:12px}@media(max-width:768px){.reasons-section .reason-card{min-height:260px;padding:24px 8px 16px}}.achievement-section{margin:0 auto 48px;max-width:1000px;padding:0 0 80px;text-align:center}@media(max-width:768px){.achievement-section{padding:0 20px}}.achievement-section .section-title{color:#ddd;font-size:55px;font-weight:500;letter-spacing:.1em;margin-bottom:0}@media(max-width:768px){.achievement-section .section-title{font-size:28px}}.achievement-section .section-subtitle{color:#49c7c6;font-size:35px;font-weight:700;letter-spacing:.1em;margin-bottom:32px;margin-top:0}@media(max-width:768px){.achievement-section .section-subtitle{font-size:18px;margin-bottom:24px}}.achievement-section .section-subtitle .section-title-sub{color:#49c7c6;display:block;font-size:16px;font-weight:700;margin-bottom:24px;margin-top:10px}.achievement-section .achievement-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-top:30px}@media(max-width:768px){.achievement-section .achievement-grid{align-items:flex-start;flex-wrap:wrap;gap:40px 20px}}.achievement-section .achievement-grid .achievement-item{align-items:center;border-radius:0;display:flex;flex-direction:column;overflow:hidden;padding:0;width:30%}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item{width:47%}}.achievement-section .achievement-grid .achievement-item .achievement-banner{background-color:#49c7c6;margin-bottom:20px;padding:10px 0;text-align:center;width:100%}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-banner{align-items:center;display:flex;justify-content:center;line-height:1.2;margin-bottom:0;min-height:50px;padding:5px 0;text-align:center}}.achievement-section .achievement-grid .achievement-item .achievement-banner .achievement-brand{color:#fff;font-size:18px;font-weight:700;letter-spacing:.1em}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-banner .achievement-brand{font-size:16px}}.achievement-section .achievement-grid .achievement-item .achievement-image{margin-bottom:40px;object-fit:contain;padding:0;width:100%}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-image{margin-bottom:20px}}.achievement-section .achievement-grid .achievement-item .achievement-info{background-color:#fff;border-top:1px solid #49c7c6;padding:15px 0;text-align:left;width:100%}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-info{padding:10px 0 0}}.achievement-section .achievement-grid .achievement-item .achievement-info .achievement-product{color:#333;font-size:16px;margin-bottom:8px}.achievement-section .achievement-grid .achievement-item .achievement-info .achievement-model{color:#000;display:flex;font-size:16px;margin-bottom:8px}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-info .achievement-model{flex-direction:column}}.achievement-section .achievement-grid .achievement-item .achievement-info .achievement-spec{color:#666;font-size:14px;margin-bottom:0}.achievement-section .achievement-grid .achievement-item .achievement-price-section{border-top:1px solid #49c7c6;padding:15px 0;text-align:left;width:100%}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-price-section{border-bottom:1px solid #49c7c6;border-top:none;padding:0 0 10px}}.achievement-section .achievement-grid .achievement-item .achievement-price-section .achievement-price{color:#d2691e;font-size:20px}@media(max-width:768px){.achievement-section .achievement-grid .achievement-item .achievement-price-section .achievement-price{display:block;font-size:20px}}.achievement-section .achievement-grid .achievement-item .achievement-price-section .achievement-price-unit{color:#666;font-size:14px}.purchase-section{background:#f5f5f5;padding:80px 0}@media(max-width:768px){.purchase-section{padding:60px 20px 40px}}.purchase-section .purchase-container{margin:0 auto;max-width:1000px;padding:0;text-align:center}.purchase-section .purchase-container .purchase-title{color:#fff;font-size:55px;font-weight:400;letter-spacing:.1em;margin-bottom:10px}@media(max-width:768px){.purchase-section .purchase-container .purchase-title{font-size:28px}}.purchase-section .purchase-container .purchase-subtitle{color:#49c7c6;font-size:35px;font-weight:700;letter-spacing:.05em;margin-bottom:60px}@media(max-width:768px){.purchase-section .purchase-container .purchase-subtitle{font-size:18px;margin-bottom:40px}}.purchase-section .purchase-container .purchase-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin-bottom:60px}@media(max-width:768px){.purchase-section .purchase-container .purchase-grid{gap:15px;grid-template-columns:repeat(2,1fr);margin-bottom:40px}}.purchase-section .purchase-container .purchase-grid .purchase-item{align-items:center;background:#fff;border-radius:0;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;padding:20px;text-align:center}@media(max-width:768px){.purchase-section .purchase-container .purchase-grid .purchase-item{padding:15px 10px}}.purchase-section .purchase-container .purchase-grid .purchase-item .item-title{color:#000;font-size:16px;font-weight:700;margin-bottom:15px}@media(max-width:768px){.purchase-section .purchase-container .purchase-grid .purchase-item .item-title{margin-bottom:10px}}.purchase-section .purchase-container .purchase-grid .purchase-item .item-image-container{margin-bottom:0;width:100%}.purchase-section .purchase-container .purchase-grid .purchase-item .item-image-container .item-image{height:auto;margin-bottom:5px;object-fit:contain;width:100%}.purchase-section .purchase-container .purchase-grid .purchase-item .item-subtitle{color:#000;font-size:14px;font-weight:400;margin-bottom:4px}@media(max-width:768px){.purchase-section .purchase-container .purchase-grid .purchase-item .item-subtitle{margin-bottom:6px}}.purchase-section .purchase-container .purchase-grid .purchase-item .item-description{color:#000;font-size:14px;font-weight:400}.purchase-section .purchase-container .purchase-button-container{margin-top:60px;text-align:center}.purchase-section .purchase-container .purchase-button-container .purchase-button{align-items:center;background:#000;border:none;border-radius:0;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;gap:10px;letter-spacing:.05em;padding:15px 30px}@media(max-width:768px){.purchase-section .purchase-container .purchase-button-container .purchase-button{font-size:14px;gap:8px;padding:12px 24px}}.purchase-section .purchase-container .purchase-button-container .purchase-button .button-arrow{height:20px;width:20px}.purchase-section .purchase-container .purchase-button-container .purchase-button .button-arrow img{height:100%;object-fit:contain;width:100%}.purchase-section .purchase-container .purchase-button-container .purchase-button:hover{opacity:.8}.purchase-type-section{background:#fff;padding:120px 0 80px}@media(max-width:768px){.purchase-type-section{background:#e9f4f6;padding:40px 20px}}.purchase-type-section .purchase-type-container{background:#e9f4f6;margin:0 auto;max-width:1000px;padding:0 0 80px}@media(max-width:768px){.purchase-type-section .purchase-type-container{padding:0 0 40px}}.purchase-type-section .purchase-type-container .section-title{background:#49c7c6;color:#fff;font-size:35px;letter-spacing:.1em;margin-bottom:60px;padding:18px 0;text-align:center}@media(max-width:768px){.purchase-type-section .purchase-type-container .section-title{font-size:16px;margin-bottom:20px;padding:12px 0}}.purchase-type-section .purchase-type-container .purchase-type-list{display:flex;flex-direction:column;gap:40px;padding:0 40px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list{gap:20px;padding:0}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item{background:#fff;padding:0 0 40px}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-item-content{align-items:flex-start;background:#fff;border-radius:4px;display:flex;flex-direction:row;gap:40px;justify-content:flex-start;padding:40px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-item-content{align-items:center;flex-direction:column;gap:20px;padding:20px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-image-container{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:180px;width:260px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-image-container{margin-bottom:15px;width:240px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-image-container .type-image{height:auto;object-fit:contain;width:100%}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content{display:flex;flex:1 1;flex-direction:column;gap:24px;justify-content:flex-start}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content{align-items:center;gap:12px;width:100%}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-title{color:#000;font-size:35px;font-weight:700;letter-spacing:.05em;margin-bottom:12px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-title{font-size:20px;margin-bottom:8px;text-align:center}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions{display:flex;flex-direction:row;gap:24px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions{flex-direction:column;gap:10px;width:100%}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section,.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section{background:#fff;border:1px solid #e5e5e5;flex:1 1;min-width:180px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section,.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section{min-height:100px;min-width:0}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section{border:2px solid #e95c5b}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .section-heading{background:#e95c5b;color:#fff;font-size:16px;font-weight:700;margin-bottom:8px;padding:6px 0 6px 12px;text-align:left}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .section-heading{font-size:16px;margin-bottom:6px;padding:4px 0 4px 8px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .condition-list{list-style:none;margin:0;padding:0 0 10px 18px}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .condition-list .can-buy-item{color:#222;font-size:15px;font-weight:700;margin-bottom:4px;position:relative}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .condition-list .can-buy-item{font-size:16px;margin-bottom:3px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .condition-list .can-buy-item:before{color:#e95c5b;content:"✔";font-size:13px;margin-right:6px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .can-buy-section .condition-list .can-buy-item:before{font-size:16px;margin-right:4px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section{border:2px solid #eee}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .section-heading{background:#666;color:#fff;font-size:16px;font-weight:700;margin-bottom:8px;padding:6px 0 6px 12px;text-align:left}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .section-heading{font-size:16px;margin-bottom:6px;padding:4px 0 4px 8px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .condition-list{list-style:none;margin:0;padding:0 0 0 18px}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .condition-list .cannot-buy-item{color:#666;font-size:15px;font-weight:700;margin-bottom:4px;position:relative}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .condition-list .cannot-buy-item{font-size:16px;margin-bottom:3px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .condition-list .cannot-buy-item:before{color:#666;content:"✖";font-size:13px;margin-right:6px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-content .type-conditions .cannot-buy-section .condition-list .cannot-buy-item:before{font-size:15px;margin-right:4px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container{display:flex;justify-content:center;margin:4px auto 0;width:100%}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container .type-button{align-items:center;background:#000;border:none;border-radius:0;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:10px;letter-spacing:.05em;padding:12px 32px;transition:opacity .2s}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container .type-button{font-size:14px;gap:8px;padding:10px 24px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container .type-button .button-arrow{height:20px;margin-left:8px;width:20px}@media(max-width:768px){.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container .type-button .button-arrow{height:16px;margin-left:6px;width:16px}}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container .type-button .button-arrow img{height:100%;object-fit:contain;width:100%}.purchase-type-section .purchase-type-container .purchase-type-list .purchase-type-item .type-button-container .type-button:hover{opacity:.8}.step-section{background:#fff;padding:0 0 80px}@media(max-width:768px){.step-section{padding:60px 0 40px}}.step-section .step-container{margin:0 auto;max-width:1000px;padding:0 20px}.step-section .step-container .section-title{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:80px;text-align:center}@media(max-width:768px){.step-section .step-container .section-title{gap:4px;margin-bottom:40px}}.step-section .step-container .section-title .step-label{color:#ddd;font-size:55px;font-weight:400;letter-spacing:.1em;margin-bottom:10px}@media(max-width:768px){.step-section .step-container .section-title .step-label{font-size:28px}}.step-section .step-container .section-title .step-main-title{color:#49c7c6;font-size:35px;font-weight:700;letter-spacing:.05em}@media(max-width:768px){.step-section .step-container .section-title .step-main-title{font-size:18px}}.step-section .step-container .step-list{display:flex;gap:30px;justify-content:center}@media(max-width:768px){.step-section .step-container .step-list{flex-direction:column;gap:20px}}.step-section .step-container .step-list .step-item{background:#e3f3f3;flex:1 1;max-width:320px;overflow:hidden}@media(max-width:768px){.step-section .step-container .step-list .step-item{max-width:100%}}.step-section .step-container .step-list .step-item .step-header{background:#49c7c6;padding:8px 0;text-align:center}@media(max-width:768px){.step-section .step-container .step-list .step-item .step-header{padding:10px 0}}.step-section .step-container .step-list .step-item .step-header .step-number{color:#fff;font-size:35px;font-weight:600;letter-spacing:.1em}@media(max-width:768px){.step-section .step-container .step-list .step-item .step-header .step-number{font-size:20px}}.step-section .step-container .step-list .step-item .step-content{align-items:center;display:flex;flex-direction:column;padding:24px;text-align:center}@media(max-width:768px){.step-section .step-container .step-list .step-item .step-content{padding:20px}}.step-section .step-container .step-list .step-item .step-content .step-title{color:#000;font-size:22px;font-weight:700;letter-spacing:.15em;line-height:1.4;min-height:60px;white-space:pre-line}@media(max-width:768px){.step-section .step-container .step-list .step-item .step-content .step-title{font-size:18px}}.step-section .step-container .step-list .step-item .step-content .step-image-container{align-items:center;display:flex;height:190px;justify-content:flex-start;margin-bottom:20px}@media(max-width:768px){.step-section .step-container .step-list .step-item .step-content .step-image-container{height:auto;margin-bottom:16px;max-width:100%}}.step-section .step-container .step-list .step-item .step-content .step-image-container .step-image{height:auto;object-fit:contain;width:100%}.step-section .step-container .step-list .step-item .step-content .step-description{color:#000;font-size:16px;line-height:1.75;text-align:left}@media(max-width:768px){.step-section .step-container .step-list .step-item .step-content .step-description{line-height:1.5}}.step-section .step-container .step-list .step-item:nth-child(2){background:#eaf5fa}.step-section .step-container .step-list .step-item:nth-child(2) .step-header{background:#499ec7}.step-section .step-container .step-list .step-item:nth-child(3){background:#e6ecf9}.step-section .step-container .step-list .step-item:nth-child(3) .step-header{background:#4973c7}.how-to-use-page{background:#fff;min-height:100vh}.how-to-use-page .service-selection{background:#fff;margin-bottom:80px;padding:40px 0 0}@media(max-width:768px){.how-to-use-page .service-selection{margin-bottom:30px;padding:30px 0}}.how-to-use-page .service-selection .service-description{font-family:Zen Kaku Gothic New,sans-serif;font-size:18px;margin:0 auto 30px;max-width:1000px;padding:0 20px;text-align:center}@media(max-width:768px){.how-to-use-page .service-selection .service-description{margin-bottom:25px;padding:0 15px}}.how-to-use-page .service-selection .service-description p{color:#000;font-size:16px;line-height:1.6;margin:0 0 10px}@media(max-width:768px){.how-to-use-page .service-selection .service-description p{font-size:14px;line-height:1.5}}.how-to-use-page .service-selection .service-description p:last-child{margin-bottom:0}.how-to-use-page .service-selection .service-buttons{display:flex;gap:40px;justify-content:center;margin:0 auto;max-width:1000px;padding:0 20px}@media(max-width:768px){.how-to-use-page .service-selection .service-buttons{flex-direction:column;gap:15px;padding:0 15px}}.how-to-use-page .service-selection .service-buttons .service-button{border-radius:0;width:240px}@media(max-width:768px){.how-to-use-page .service-selection .service-buttons .service-button{width:100%}}.how-to-use-page .service-selection .service-buttons .service-button.active:hover{background:#34a9a8!important}.how-to-use-page .service-content__wrapper{background:#e9f4f6;margin:0 auto 100px;max-width:1000px;padding:60px}@media(max-width:768px){.how-to-use-page .service-content__wrapper{background:#eee;padding:30px 20px}}.how-to-use-page .service-section{margin-bottom:80px}.how-to-use-page .service-section:last-child{margin-bottom:0}.how-to-use-page .service-section .section-header{background:#49c7c6;padding:20px 25px}@media(max-width:768px){.how-to-use-page .service-section .section-header{padding:10px}}.how-to-use-page .service-section .section-header .section-title{color:#fff;font-size:35px;font-weight:600;letter-spacing:.1em;margin:0}@media(max-width:768px){.how-to-use-page .service-section .section-header .section-title{font-size:18px}}.how-to-use-page .service-section .section-content{background:#fff;margin:0 auto;max-width:1000px;padding:60px}@media(max-width:768px){.how-to-use-page .service-section .section-content{padding:20px 15px 40px}}.how-to-use-page .service-section .section-content .service-info{display:flex;flex-direction:column;gap:20px;margin-bottom:80px}@media(max-width:768px){.how-to-use-page .service-section .section-content .service-info{gap:15px;margin-bottom:30px}}.how-to-use-page .service-section .section-content .service-info .info-item{align-items:center;display:flex;gap:20px}@media(max-width:768px){.how-to-use-page .service-section .section-content .service-info .info-item{flex-direction:column;gap:10px;padding:15px}}.how-to-use-page .service-section .section-content .service-info .info-item .info-label{background:#fff;border:1px solid #49c7c6;color:#49c7c6;font-size:16px;font-weight:600;letter-spacing:.1em;min-width:100px;padding:4px 16px;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:fit-content}@media(max-width:768px){.how-to-use-page .service-section .section-content .service-info .info-item .info-label{min-width:auto;min-width:100px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}}.how-to-use-page .service-section .section-content .service-info .info-item .info-description{color:#000;flex:1 1;font-size:16px;line-height:1.5}.how-to-use-page .service-section .section-content .process-flow{border:2px solid #49c7c6;margin-bottom:50px;padding:24px 20px;position:relative}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow{margin-bottom:40px}}.how-to-use-page .service-section .section-content .process-flow .flow-badge{align-items:center;background:#49c7c6;border-radius:100px;color:#fff;display:flex;font-size:16px;font-weight:500;height:130px;justify-content:center;left:-30px;letter-spacing:.1em;margin-bottom:30px;position:absolute;text-align:center;top:-23px;transform:rotate(-15deg);width:130px}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-badge{font-size:16px;font-size:14px;height:95px;left:-15px;margin-bottom:25px;padding:12px;top:-30px;width:95px}.how-to-use-page .service-section .section-content .process-flow .flow-badge .badge-text{font-size:12px}}.how-to-use-page .service-section .section-content .process-flow .flow-steps{align-items:center;display:flex;gap:0}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-steps{flex-direction:column;gap:20px}}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step{text-align:center;width:260px}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .step-illustration{margin-bottom:20px}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .step-content h3{color:#49c7c6;font-family:Century Gothic;font-size:36px;font-weight:500;letter-spacing:.1em;margin:0 0 5px}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .step-content h3{font-size:16px}}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .step-content p{color:#000;font-size:16px;font-weight:500;letter-spacing:.1em;margin:0}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step.step-2-options{width:460px}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step.step-2-options{width:100%}}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step.step-2-options .step-2-container{align-items:center;display:flex;gap:20px}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step.step-2-options .step-2-container{flex-direction:column;gap:15px}}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .flow-arrow{align-items:center;display:flex;height:32px;justify-content:center;width:32px}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .flow-arrow{height:24px;transform:rotate(90deg);width:24px}}.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-step .flow-arrow img{height:100%;object-fit:contain;width:100%}@media(max-width:768px){.how-to-use-page .service-section .section-content .process-flow .flow-steps .flow-arrow{transform:rotate(90deg)}}.how-to-use-page .service-section .section-content .mochikomi-flow{align-items:center;display:flex;gap:0;justify-content:space-around}@media(max-width:768px){.how-to-use-page .service-section .section-content .mochikomi-flow{flex-direction:column;gap:20px}}.how-to-use-page .service-section .sub-section{margin-bottom:50px}@media(max-width:768px){.how-to-use-page .service-section .sub-section{margin-bottom:40px}}.how-to-use-page .service-section .sub-section:last-child{margin-bottom:0}.how-to-use-page .service-section .sub-section .sub-section-header{background:#848484;margin-bottom:25px;padding:15px 20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-header{background:#49c7c6;margin:0 -15px 30px;padding:10px 15px}}.how-to-use-page .service-section .sub-section .sub-section-header .header-content{align-items:center;display:flex;justify-content:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-header .header-content{gap:10px}}.how-to-use-page .service-section .sub-section .sub-section-header .header-content h3{color:#fff;font-size:31px;font-weight:600;letter-spacing:.1em;margin:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-header .header-content h3{font-size:16px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper{margin:0 auto;max-width:800px;text-align:center}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .highlight-text{background:#fff;border:1px solid #49c7c6;color:#49c7c6;font-size:16px;font-weight:600;letter-spacing:.1em;margin-bottom:20px;padding:4px 8px;text-align:center;width:-webkit-fit-content;width:fit-content}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .highlight-text{font-size:15px;padding:6px 0;width:100%}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .highlight-text.sp-no-border{border:none}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .description-text{color:#000;font-size:16px;line-height:1.6;margin-bottom:30px;text-align:left}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .description-text{font-size:14px;line-height:1.5;margin-bottom:25px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .button-container{margin-top:30px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .button-container{margin-top:25px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .button-container .check-button{min-width:280px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .button-container .check-button{min-width:240px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-description-text{color:#49c7c6;font-size:16px;font-weight:700;letter-spacing:.1em;margin-bottom:20px;text-align:center}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks{display:flex;gap:20px;justify-content:space-between;margin-top:30px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks{align-items:center;flex-direction:column;gap:15px;margin-top:25px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .step-block{align-items:center;background:#fff;border:1px solid #000;display:flex;justify-content:center;padding:10px 0;text-align:center;width:30%}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .step-block{max-width:none;padding:6px;width:140px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .step-block .step-text{color:#000;font-size:18px;font-weight:500}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .step-block .step-text{font-size:14px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .info-box{background:#fff;border:1px solid #49c7c6;border-radius:8px;margin-bottom:20px;padding:15px 20px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .info-box{margin-bottom:15px;padding:12px 15px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .info-box .info-text{color:#000;font-size:16px;font-weight:500;margin:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .info-box .info-text{font-size:14px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section{margin-bottom:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section{margin-bottom:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section .prepare-title{color:#000;font-size:16px;font-weight:600;margin-bottom:10px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section .prepare-title{font-size:14px;margin-bottom:8px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section .prepare-list{list-style:none;margin:0;padding:0}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section .prepare-list .prepare-item{color:#000;font-size:16px;margin-bottom:5px;padding-left:20px;position:relative}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section .prepare-list .prepare-item{font-size:14px;padding-left:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .prepare-section .prepare-list .prepare-item:before{color:#000;content:"・";left:0;position:absolute}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .business-hours{color:#000;font-size:16px;margin-bottom:20px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .business-hours{font-size:14px;margin-bottom:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .location-info{margin-bottom:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .location-info{margin-bottom:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .location-info .address{color:#000;font-size:16px;margin-bottom:5px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .location-info .address{font-size:14px}}.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .location-info .company-name{color:#000;font-size:16px;font-weight:500}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .content-wrapper .step-blocks .location-info .company-name{font-size:14px}}.how-to-use-page .service-section .sub-section .sub-section-content .map-container{margin-top:30px;text-align:left}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .map-container{margin-top:25px}}.how-to-use-page .service-section .sub-section .sub-section-content .map-container .map-iframe{border:0;height:280px;width:100%}.how-to-use-page .service-section .sub-section .sub-section-content p{color:#000;font-size:16px;line-height:1.6;margin-bottom:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content p{font-size:14px;line-height:1.5}}.how-to-use-page .service-section .sub-section .sub-section-content p:last-child{margin-bottom:0}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison{align-items:center;display:flex;gap:30px;margin:30px 0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison{flex-direction:column;gap:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item{flex:1 1;text-align:center}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item img{border-radius:8px;height:auto;margin-bottom:15px;max-width:150px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item img{max-width:120px}}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item .box-info{display:flex;flex-direction:column;gap:5px}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item .box-info .box-size{color:#000;font-size:16px;font-weight:600}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item .box-info .box-size{font-size:14px}}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item .box-info .box-dimensions{color:#888;font-size:14px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-item .box-info .box-dimensions{font-size:12px}}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-arrow{align-items:center;display:flex;height:24px;justify-content:center;width:24px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-arrow{height:20px;transform:rotate(90deg);width:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .box-comparison .box-arrow img{height:100%;object-fit:contain;width:100%}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container{display:flex;gap:30px;margin:30px 0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container{flex-direction:column;gap:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar{background:#f8f9fa;border-radius:8px;flex:1 1;padding:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar{padding:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar h4{color:#000;font-size:16px;font-weight:600;margin:0 0 15px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar h4{font-size:14px;margin-bottom:12px}}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar .calendar-grid{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(7,1fr)}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar .calendar-grid .calendar-day{align-items:center;background:#fff;border-radius:4px;color:#000;cursor:pointer;display:flex;font-size:12px;height:30px;justify-content:center;transition:all .3s ease;width:30px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar .calendar-grid .calendar-day{font-size:10px;height:25px;width:25px}}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar .calendar-grid .calendar-day.unavailable{background:#ff6b6b;color:#fff}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar .calendar-grid .calendar-day.selected{background:#49c7c6;color:#fff}.how-to-use-page .service-section .sub-section .sub-section-content .calendar-container .calendar .calendar-grid .calendar-day:hover:not(.unavailable){background:#e9f4f6}.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:30px 0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks{gap:15px;grid-template-columns:1fr}}.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks .method-block{background:#f8f9fa;border-radius:8px;padding:20px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks .method-block{padding:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks .method-block h4{color:#000;font-size:16px;font-weight:600;letter-spacing:.1em;margin:0 0 10px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks .method-block h4{font-size:14px;margin-bottom:8px}}.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks .method-block p{color:#000;font-size:14px;line-height:1.5;margin:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .method-blocks .method-block p{font-size:13px}}.how-to-use-page .service-section .sub-section .sub-section-content .area-container{display:flex;gap:30px;margin:30px 0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .area-container{flex-direction:column;gap:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list{padding:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list{padding:15px}}.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list h4{color:#000;font-size:16px;font-weight:600;margin:0 0 15px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list h4{font-size:14px;margin-bottom:12px}}.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list ul{list-style:none;margin:0;padding:0}.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list ul li{color:#000;font-size:16px;padding:5px 0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-list ul li{font-size:13px}}.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-map{flex:1 1;text-align:center}.how-to-use-page .service-section .sub-section .sub-section-content .area-container .area-map img{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:auto;max-width:100%}.how-to-use-page .service-section .sub-section .sub-section-content .packing-scroll-container{margin:20px 0;overflow-x:auto;overflow-y:hidden;width:100%}.how-to-use-page .service-section .sub-section .sub-section-content .packing-scroll-container::-webkit-scrollbar{height:8px}.how-to-use-page .service-section .sub-section .sub-section-content .packing-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.how-to-use-page .service-section .sub-section .sub-section-content .packing-scroll-container::-webkit-scrollbar-thumb{background:#49c7c6;border-radius:4px}.how-to-use-page .service-section .sub-section .sub-section-content .packing-scroll-container::-webkit-scrollbar-thumb:hover{background:#34a9a8}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-scroll-container{margin:15px 0}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-items{align-items:center;display:flex;gap:20px;min-width:-webkit-max-content;min-width:max-content;padding:10px 0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-items{gap:15px;padding:8px 0}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-item{align-items:center;display:flex;flex-direction:column;gap:10px;min-width:150px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-item{gap:8px;min-width:120px}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-item img{border-radius:8px;height:auto;max-width:120px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-item img{max-width:100px}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-info{text-align:center}.how-to-use-page .service-section .sub-section .sub-section-content .packing-info .packing-size{color:#000;display:block;font-size:16px;font-weight:600;margin-bottom:5px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-info .packing-size{font-size:14px;margin-bottom:3px}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-info .packing-dimensions{color:#888;display:block;font-size:14px;line-height:1.3}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-info .packing-dimensions{font-size:12px}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-arrow{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .packing-arrow{height:20px;width:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .packing-arrow img{height:100%;object-fit:contain;width:100%}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-content{border:1px solid #000}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-tabs{display:flex;gap:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .shipping-tabs{margin-bottom:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-tab{background:#000;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:.1em;padding:8px 0;transition:all .3s ease;width:50%}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .shipping-tab{font-size:14px;padding:12px 20px}}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-tab.active{background:#fff;color:#000;font-weight:600}.how-to-use-page .service-section .sub-section .sub-section-content .tab-content{animation:fadeIn .3s ease-in-out;padding:40px 60px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .tab-content{padding:40px 15px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.how-to-use-page .service-section .sub-section .sub-section-content .home-shipping-info{margin-bottom:30px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .home-shipping-info{margin-bottom:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step{align-items:flex-start;display:flex;gap:20px;margin-bottom:25px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step{gap:15px;margin-bottom:20px}}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step:last-child{margin-bottom:0}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-number{align-items:center;background:#49c7c6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:600;height:40px;justify-content:center;width:40px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-number{font-size:16px;height:32px;width:32px}}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-text{flex:1 1}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-text h4{color:#000;font-size:18px;font-weight:600;letter-spacing:.1em;margin:0 0 8px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-text h4{font-size:16px;margin-bottom:6px}}.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-text p{color:#000;font-size:16px;line-height:1.5;margin:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .sub-section-content .shipping-step .step-text p{font-size:14px}}.how-to-use-page .service-section .sub-section .notice-section{margin-bottom:40px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .notice-section{margin-bottom:25px}}.how-to-use-page .service-section .sub-section .notice-section .notice-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .notice-section .notice-list{gap:10px}}.how-to-use-page .service-section .sub-section .notice-section .notice-list .notice-item{color:#000;font-size:16px;line-height:1.5;padding-left:20px;position:relative;text-align:left}@media(max-width:768px){.how-to-use-page .service-section .sub-section .notice-section .notice-list .notice-item{font-size:14px;padding-left:18px}}.how-to-use-page .service-section .sub-section .notice-section .notice-list .notice-item:before{color:#000;content:"※";font-weight:600;left:0;position:absolute;top:0}.how-to-use-page .service-section .sub-section .prepare-section{margin-bottom:40px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .prepare-section{margin-bottom:30px}}.how-to-use-page .service-section .sub-section .prepare-section .prepare-text{padding:4px 16px!important;text-align:left!important;width:100%!important}@media(max-width:768px){.how-to-use-page .service-section .sub-section .prepare-section .prepare-text{font-size:13px;padding:6px 12px!important}}.how-to-use-page .service-section .sub-section .prepare-section .prepare-list{display:flex;gap:20px;list-style:none;margin:0;padding:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .prepare-section .prepare-list{gap:6px}}.how-to-use-page .service-section .sub-section .prepare-section .prepare-list .prepare-item{color:#000;font-size:16px;line-height:1.5;padding-left:20px;position:relative}@media(max-width:768px){.how-to-use-page .service-section .sub-section .prepare-section .prepare-list .prepare-item{font-size:14px;padding-left:18px}}.how-to-use-page .service-section .sub-section .prepare-section .prepare-list .prepare-item:before{color:#000;content:"・";font-weight:600;left:0;position:absolute;top:0}.how-to-use-page .service-section .sub-section .box-example-section{overflow-x:scroll}.how-to-use-page .service-section .sub-section .box-example-section .box-examples{display:flex;gap:20px;width:2800px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples{gap:20px;width:300px}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example{align-items:center;border:1px solid #dcdcdc;display:flex;gap:10px;max-width:550px;padding:12px 20px;position:relative}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example{align-items:center;flex-direction:column}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-image{display:inline-block;position:relative;text-align:center}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-image img{border-radius:8px;height:auto;max-width:300px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-image img{max-width:250px}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge{align-items:center;background:#49c7c6;border-radius:50%;color:#fff;display:flex;font-size:22px;font-weight:600;height:55px;justify-content:center;position:absolute;right:4px;top:4px;width:55px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge{font-size:15px;height:30px;left:auto;position:relative;right:auto;top:auto;width:30px}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge.badge-pc{display:block}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge.badge-sp{display:none}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge.badge-pc{display:none}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge.badge-sp{display:block}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .description-badge.badge-sp span{font-size:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description{border-radius:8px;padding:25px;position:relative}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description{padding:0}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description .description-content .description-title{color:#49c7c6;font-size:16px;font-weight:600;margin-bottom:12px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description .description-content .description-title{align-items:center;display:flex;gap:4px;margin-bottom:10px}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description .description-content .description-text{color:#000;font-size:16px;line-height:1.5;margin-bottom:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description .description-content .description-text{font-size:14px;margin-bottom:12px}}.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description .description-content .description-note{color:#000;font-size:14px;text-align:left}@media(max-width:768px){.how-to-use-page .service-section .sub-section .box-example-section .box-examples .box-example .box-description .description-content .description-note{font-size:12px}}.how-to-use-page .service-section .sub-section .description-box{background:#fff;margin-bottom:40px;padding:20px 0;position:relative}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box{margin-bottom:30px;padding:0}}.how-to-use-page .service-section .sub-section .description-box .shipping-methods{margin-bottom:30px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box .shipping-methods{margin-bottom:25px}}.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item{align-items:center;display:flex;margin-bottom:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item{flex-direction:column;margin-bottom:15px}}.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item:last-child{margin-bottom:0}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item:last-child{margin-top:40px}}.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item .method-number-box{border:1px solid #49c7c6;color:#49c7c6;font-size:16px;font-weight:600;margin-right:20px;padding:4px 16px;white-space:nowrap}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item .method-number-box{margin:0 auto 10px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}}.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item .method-description{color:#000;font-size:16px;margin-right:40px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box .shipping-methods .shipping-method-item .method-description{margin-bottom:10px;margin-right:0;text-align:center}}.how-to-use-page .service-section .sub-section .description-box .contact-info{text-align:left}.how-to-use-page .service-section .sub-section .description-box .contact-info .phone-number{font-size:16px;margin-bottom:10px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .description-box .contact-info .phone-number{margin-bottom:8px}}.how-to-use-page .service-section .sub-section .description-box .contact-info .instruction-note{font-size:16px}.how-to-use-page .service-section .sub-section .service-flow-section{display:flex;flex-direction:column;gap:20px;margin-top:40px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .service-flow-section{gap:15px;margin-top:30px}}.how-to-use-page .service-section .sub-section .service-flow-section .flow-item .highlight-text{margin-bottom:15px;padding-left:16px;text-align:left;width:100%}@media(max-width:768px){.how-to-use-page .service-section .sub-section .service-flow-section .flow-item .highlight-text{margin-bottom:12px;text-align:center}}.how-to-use-page .service-section .sub-section .service-flow-section .flow-item .flow-content{color:#000;font-size:16px;line-height:1.6;text-align:left}@media(max-width:768px){.how-to-use-page .service-section .sub-section .service-flow-section .flow-item .flow-content{font-size:14px;line-height:1.5}}.how-to-use-page .service-section .sub-section .calendar-section{margin-top:40px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section{margin-top:30px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container{display:flex;gap:30px;margin-bottom:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container{flex-direction:column;gap:20px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar{background:#fff;border:2px solid #49c7c6;border-radius:8px;flex:1 1;padding:20px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar{padding:15px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-header{color:#49c7c6;font-size:18px;font-weight:600;margin-bottom:15px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-header{font-size:16px;margin-bottom:12px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-weekdays{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(7,1fr);margin-bottom:5px}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-weekdays .weekday{color:#000;font-size:12px;font-weight:600;padding:5px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-weekdays .weekday{font-size:11px;padding:3px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-days{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(7,1fr)}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-days .day{border-radius:4px;cursor:default;font-size:12px;padding:5px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-days .day{font-size:11px;padding:3px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-days .day.empty{background:#0000}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-days .day.today{background:#007bff;color:#fff;font-weight:600}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-grid .calendar-days .day.holiday{background:#dc3545;color:#fff;font-weight:600}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend{display:flex;gap:15px;justify-content:center;margin-top:15px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend{gap:10px;margin-top:12px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend .legend-item{align-items:center;display:flex;gap:5px}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend .legend-item .legend-marker{border-radius:2px;height:12px;width:12px}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend .legend-item .legend-marker.today-marker{background:#007bff}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend .legend-item .legend-marker.holiday-marker{background:#dc3545}.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend .legend-item .legend-text{color:#000;font-size:12px}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-container .calendar .calendar-legend .legend-item .legend-text{font-size:11px}}.how-to-use-page .service-section .sub-section .calendar-section .calendar-note{color:#000;font-size:14px;margin-top:15px;text-align:center}@media(max-width:768px){.how-to-use-page .service-section .sub-section .calendar-section .calendar-note{font-size:12px;margin-top:12px}}.how-to-use-page #business-trip .flow-badge{left:-30px;top:-23px}@media(max-width:768px){.how-to-use-page #business-trip .flow-badge{left:-20px;top:-15px}}.how-to-use-page #business-trip .info-box{align-items:center;display:flex;gap:20px}@media(max-width:768px){.how-to-use-page #business-trip .info-box{align-items:flex-start;flex-direction:column;gap:10px}}.how-to-use-page #business-trip .info-box .highlight-text{font-size:18px;font-weight:600;margin-bottom:0}@media(max-width:768px){.how-to-use-page #business-trip .info-box .highlight-text{font-size:16px;margin:0 auto;padding:0 8px;width:-webkit-fit-content;width:fit-content}}.how-to-use-page #business-trip .info-box .description-text{margin-bottom:0}@media(max-width:768px){.how-to-use-page #business-trip .info-box .description-text{font-size:14px;margin:0 auto;text-align:center}}.how-to-use-page #business-trip .area-container{align-items:flex-start;background:#fff;border:2px solid #49c7c6;display:flex;gap:30px;justify-content:space-around;margin:60px 0;padding:40px 30px;position:relative}@media(max-width:768px){.how-to-use-page #business-trip .area-container{flex-direction:column;gap:20px;margin:60px 0;padding:20px}}.how-to-use-page #business-trip .area-container .flow-badge{align-items:center;background:#49c7c6;border-radius:100px;color:#fff;display:flex;font-size:16px;font-weight:500;height:120px;justify-content:center;left:-50px;letter-spacing:.1em;position:absolute;text-align:center;top:-23px;transform:rotate(-15deg);width:120px;z-index:10}@media(max-width:768px){.how-to-use-page #business-trip .area-container .flow-badge{font-size:14px;height:75px;left:-15px;top:-30px;width:75px}}.how-to-use-page #business-trip .free-visit-area{align-items:center;display:flex;gap:40px;min-width:300px}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area{flex-direction:column;gap:15px;min-width:auto;width:100%}}.how-to-use-page #business-trip .free-visit-area .area-content{align-items:center;display:flex;flex-direction:column;gap:10px}.how-to-use-page #business-trip .free-visit-area .highlight-text{font-size:18px;font-weight:600;margin-bottom:0;width:214px}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area .highlight-text{border:none;font-size:16px;text-align:center;width:auto}.how-to-use-page #business-trip .free-visit-area .area-list{display:none;width:100%}}.how-to-use-page #business-trip .free-visit-area .area-list-sp{display:none}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area .area-list-sp{display:block;text-align:left}}.how-to-use-page #business-trip .free-visit-area .kanto-map-sp{display:none}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area .kanto-map-sp{display:block;margin:0 auto;width:190px}}.how-to-use-page #business-trip .free-visit-area .kanto-map-pc{display:block}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area .kanto-map-pc{display:none}}.how-to-use-page #business-trip .free-visit-area .button-container{margin-top:0}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area .button-container{margin-top:10px}}.how-to-use-page #business-trip .free-visit-area .button-container .common-button{margin:0 auto;width:280px}@media(max-width:768px){.how-to-use-page #business-trip .free-visit-area .button-container .common-button{width:260px}}.how-to-use-page #business-trip .area-header{background:#49c7c6;border:1px solid #49c7c6;border-radius:4px;color:#fff;font-size:16px;font-weight:700;padding:10px 15px;text-align:center}@media(max-width:768px){.how-to-use-page #business-trip .area-header{font-size:14px;padding:8px 12px}}.how-to-use-page #business-trip .area-list{display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.how-to-use-page #business-trip .area-list{gap:8px}}.how-to-use-page #business-trip .area-item{border-bottom:0 solid #eee;color:#000;font-size:16px;padding:0}@media(max-width:768px){.how-to-use-page #business-trip .area-item{font-size:14px;padding:4px 0}}.how-to-use-page #business-trip .area-item:last-child{border-bottom:none}.how-to-use-page #business-trip .kanto-map{align-items:center;display:flex;justify-content:center}@media(max-width:768px){.how-to-use-page #business-trip .kanto-map{padding:20px 0;width:100%}}.how-to-use-page #business-trip .kanto-map img{border-radius:8px;height:auto;max-width:100%}@media(max-width:768px){.how-to-use-page #business-trip .kanto-map img{max-width:300px}}.how-to-use-page #business-trip .sub-header{color:#49c7c6;font-size:18px;font-weight:700;margin-bottom:20px;text-align:center}@media(max-width:768px){.how-to-use-page #business-trip .sub-header{font-size:16px;margin-bottom:15px}}.modal-overlay{align-items:center;background-color:#00000080;display:none;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}@media(max-width:768px){.modal-overlay{padding:5px}}.modal-content{background-color:#f5f5f5;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@media(max-width:768px){.modal-content{max-height:95vh;max-width:95%}}.modal-header{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;padding:30px 0 0}@media(max-width:768px){.modal-header{padding:40px 0 0}}.modal-header .purchase-title{color:#fff;font-size:55px;font-weight:400;letter-spacing:.1em;margin-bottom:10px}@media(max-width:768px){.modal-header .purchase-title{font-size:28px;margin-bottom:0}}.modal-header .purchase-subtitle{color:#49c7c6;font-size:35px;font-weight:700;letter-spacing:.05em;margin-bottom:20px}@media(max-width:768px){.modal-header .purchase-subtitle{font-size:18px;margin-bottom:10px}}.modal-title{color:#000;font-size:28px;font-weight:700;margin:0;text-align:center}@media(max-width:768px){.modal-title{font-size:20px}}.modal-close{align-items:center;background:none;border:1.5px solid #707070;border-radius:50%;color:#707070;cursor:pointer;display:flex;font-size:28px;height:30px;justify-content:center;position:absolute;right:20px;top:20px;transition:background-color .3s ease;width:30px}.modal-close:hover{background-color:#0000001a}@media(max-width:768px){.modal-close{font-size:24px;height:25px;right:10px;top:10px;width:25px}}.modal-close span{font-size:24px;transform:translateY(-1px)}@media(max-width:768px){.modal-close span{font-size:20px}}.modal-body{background-color:#f5f5f5;padding:30px}@media(max-width:768px){.modal-body{padding:10px}}.item-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:0 auto 30px;width:700px}@media(max-width:768px){.item-grid{gap:15px;grid-template-columns:repeat(2,1fr);width:100%}}@media(max-width:480px){.item-grid{gap:10px}}.item-card{background-color:#fff;padding:20px;text-align:center}@media(max-width:768px){.item-card{padding:15px}}.item-image{margin-bottom:15px}.item-image img{border-radius:4px;height:auto;margin:0 auto;width:90%}@media(max-width:768px){.item-image img{max-width:120px}}.item-label{color:#000;font-size:16px;font-weight:700;margin-bottom:10px}@media(max-width:768px){.item-label{font-size:14px}}.item-conditions{color:#000;font-size:12px;line-height:1.4}.item-conditions div{margin-bottom:2px}.item-conditions div:last-child{margin-bottom:0}@media(max-width:768px){.item-conditions{font-size:11px}}.modal-disclaimer{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#000;font-size:14px;line-height:1.6;padding:20px}@media(max-width:768px){.modal-disclaimer{font-size:12px;padding:15px}}.modal-button{align-items:center;background:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:10px;letter-spacing:.1em;margin-top:20px;padding:15px 30px;transition:all .3s ease}.modal-button:hover{background:#333}@media(max-width:768px){.modal-button{font-size:14px;gap:8px;margin-top:15px;padding:12px 25px}}.modal-button .button-arrow{height:20px;width:20px}.send-button{background-color:#0c0c0c;border:none;border-radius:8px;color:#fff;display:inline-block;font-family:Arial,sans-serif;font-size:25px;margin:10px;padding:15px 30px;transition:background-color .3s ease,transform .3s ease}.send-button:hover{background-color:#0056b3;filter:brightness(1.04);transform:scale(1.02)}.buying-methods,.features-section,.latest-news,.testimonials{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;gap:70px;justify-content:center;margin-top:20px;padding:40px;text-align:center}.section-title{margin-bottom:20px;text-align:center}.features-grid,.news-grid,.testimonial-container{display:flex;gap:20px;justify-content:center}.feature-card,.news-item,.testimonial-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:20px;text-align:center}.btn{background:#ff416c;color:#fff;margin-top:10px;padding:10px 15px}.news-item img{border-radius:10px;max-width:100%}.testimonial-text{font-style:italic;margin-bottom:10px}.btn{border-radius:5px;display:inline-block;font-size:14px;font-weight:700;padding:8px 12px;text-decoration:none;transition:background .3s ease}.btn-green{background:#28a745;color:#fff}.btn-green:hover{background:#218838}.image-content img{border-radius:10px;display:block;height:50%;margin:0 auto 30px;max-width:70%}.image-content{background:linear-gradient(135deg,#ff416c,#ff4b2b);border-radius:10px}.send-button-img{border-radius:10px;height:250px;margin-top:10x;width:300px}.send-button{align-items:center;background:linear-gradient(135deg,#ff416c,#ff4b2b);border-radius:10px;display:flex;flex-direction:column;font-weight:700;padding:10px;text-decoration:none}.features-section{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:20px}.features-section p{color:#333}.send-way-section{background:linear-gradient(135deg,#ff416c,#ff4b2b);border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#fff;flex:auto;padding:20px}.send-way-section h3{color:#000;font-size:large;font-weight:700}.send-column-container{background-color:#fff;border-radius:10px;flex-direction:column;margin:0 auto;max-width:1200px;padding:20px}.floating-button-container{bottom:30px;height:190px;position:fixed;right:30px;width:190px;z-index:1000}@media(max-width:768px){.floating-button-container{display:none}}.floating-button{align-items:center;background:#fff;border:3px solid #49c7c6;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0;transition:transform .3s,box-shadow .3s;width:100%}.floating-button:hover{box-shadow:0 8px 24px #0000002e;transform:scale(1.05)}.qr-code img{display:block;height:80px;margin:0 auto;width:80px}.line-logo{color:#00c300;font-family:inherit;font-size:34px;font-weight:700;margin-bottom:16px}.estimate-button{background:#49c7c6;border:none;border-radius:20px;bottom:0;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:700;left:50%;margin-top:8px;padding:2px 0;position:absolute;text-align:center;text-decoration:none;transform:translateX(-50%);transition:background .2s;width:170px}.estimate-button:hover{background:#069}@media(max-width:768px){.floating-button-container{bottom:16px;right:8px}.floating-button{height:110px;width:110px}.qr-code img{height:60px;width:60px}.line-logo{font-size:16px}.estimate-button{border-radius:12px;font-size:12px;padding:4px 10px}}html{box-sizing:border-box}body,html{margin:0;padding:0}body{background:#f5f5f5;color:#333;font-family:Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;font-size:16px}
/*# sourceMappingURL=main.67a33048.css.map*/