@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}:root{--main-color: #4D88CD;--sub-color: #eff8ff}html{scroll-behavior:smooth}body{position:relative;min-height:100vh;width:100%;margin:0;padding-bottom:6rem;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#233042;background-color:#f7fafc;line-height:1.7;font-size:20px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p{margin:0}h2{position:relative;margin:0 0 4rem;font-size:3rem;font-weight:700;text-align:center;letter-spacing:.15em;color:var(--main-color);z-index:10;isolation:isolate}h2:before{content:attr(data-en);font-family:serif;position:absolute;display:block;font-size:7rem;letter-spacing:-1px;color:#e9eaf4;top:50%;left:50%;transform:translate(-50%,-65%);z-index:-1;white-space:nowrap}h3{margin:0 0 4px;color:var(--main-color)}.container{width:96%;max-width:1300px;margin:0 auto}.pc-only{display:block}.sp-only{display:none}.anchor-link{color:#895e06;text-decoration:underline}@media(max-width:768px){.pc-only{display:none}.sp-only{display:block}body{font-size:15px;padding-bottom:13.2rem}h2{margin:0 0 2.5rem;font-size:3rem;letter-spacing:.05rem;color:var(--main-color)}h2:before{font-size:4rem;letter-spacing:-1px;color:#e9eaf4;transform:translate(-50%,-80%)}}header{position:relative;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}header .header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:10px;gap:16px}header .header-inner>.header-hours{padding:0 10px}header .header-inner>.header-app-logo{line-height:1.3;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px}header .header-inner>.header-app-logo .logo{width:50px}header .header-inner>.header-app-logo .logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}header .header-inner>.header-app-logo .logo-main{display:block;font-size:1.8rem;font-weight:700;letter-spacing:.08em;color:#174f85}header .header-inner>.header-app-logo .logo-sub{display:block;color:#64748b;font-size:1.2rem}header .header-inner>.header-contact{width:250px}@media(max-width:768px){header .header-inner{padding-block:5px}header .header-inner>.header-hours{display:none}header .header-inner>.header-app-logo{line-height:1.2;text-align:center}header .header-inner>.header-app-logo .logo{width:40px}header .header-inner>.header-app-logo .logo-main{font-size:.9rem}header .header-inner>.header-app-logo .logo-sub{font-size:.8rem}header .header-inner>.header-contact{width:180px}}.hours-table{width:100%;border-collapse:collapse;font-size:13px;line-height:2}.hours-table th,.hours-table td{border:1px solid #e2e8f0;text-align:center;padding:5px 10px;font-size:1.1rem}.hours-table thead th{background:#e0f2fe;color:var(--main-color)}.hours-table tbody th{background:#eff6ff}.hours-table th{font-weight:700}.hours-table td{color:var(--main-color)}.hours-table.on-header{line-height:1.5}.hours-table.on-header th,.hours-table.on-header td{padding:2px 10px;font-size:.8rem}@media(max-width:768px){.hours-table th,.hours-table td{padding:5px 2px;font-size:1rem}.hours-table tbody th{font-size:.9rem;width:130px;font-weight:400}}.global-nav{padding:.5rem 0;background:var(--main-color)}.global-nav .nav-inner{display:flex;align-items:center;justify-content:center;gap:12px}.global-nav .nav-inner ul{display:flex;align-items:center;gap:50px;list-style:none;margin:0;padding:0}.global-nav .nav-inner ul li{padding:0 5px}.global-nav .nav-inner ul li a{padding:2px 10px;position:relative;color:#fff;font-weight:500;white-space:nowrap}.global-nav .nav-inner ul li a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#fff;transition:width .2s ease}.global-nav .nav-inner ul li a:hover:after{width:100%}section{padding:9rem 0 8rem}section:nth-of-type(odd){background-color:var(--sub-color)}section:nth-of-type(2n){background-color:#fff}section.reveal-section{opacity:0;transform:translateY(60px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}section.reveal-section.is-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){section{padding:4rem 0 5rem}}.hero-slideshow{padding:0}.hero-slideshow .hero-media{width:100%;height:700px;overflow:hidden;position:relative}.hero-slideshow .hero-media>.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 3s ease-in-out}.hero-slideshow .hero-media>.hero-slide>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-slideshow .hero-media>.hero-slide.active{opacity:1;z-index:1}@media(max-width:768px){.hero-slideshow .hero-media{height:400px}}.news-list{display:flex;flex-direction:column;list-style:none;margin:0 auto;padding:0;max-width:1000px}.news-list>.news-item{position:relative;display:grid;grid-template-columns:120px 110px 1fr;align-items:center;gap:8px;padding:15px 14px;border-bottom:solid 2px #d8e6ec;background:#f4f2f22e;transition:background-color .3s ease}.news-list>.news-item:last-child{border-bottom:none}.news-list>.news-item>.news-date{text-align:center;font-weight:700;color:#838383}.news-list>.news-item>.news-type{display:flex;align-items:center;height:100%}.news-list>.news-item>.news-type>span{display:block;width:100%;border-radius:99px;text-align:center}.news-list>.news-item>.news-type>span.off{background:#fde7eb;font-weight:700;font-size:1rem;color:red}.news-list>.news-item>.news-type>span.notice{background:#dcf6e2;font-weight:700;font-size:1rem;color:#034509}.news-list>.news-item>.news-body .news-new{padding-right:1rem;font-weight:700;color:red;font-size:1.2rem}.news-list>a.news-item:after{content:"";position:absolute;right:18px;top:50%;width:10px;height:10px;border-top:2px solid #4f6470;border-right:2px solid #4f6470;transform:translateY(-50%) rotate(45deg);transition:transform .3s ease,border-color .3s ease}.news-list>a.news-item:hover{background:#d8e6ec}.news-list>a.news-item:hover:after{transform:translateY(-50%) translate(8px) rotate(45deg)}@media(max-width:768px){.news-list{gap:.5rem;list-style:none;margin:0;line-height:1.3;padding:0}.news-list>.news-item{width:100%;margin:0 auto;padding:10px;grid-template-columns:85px 1fr;gap:.5rem}.news-list>.news-item>.news-date{font-weight:700;text-align:left}.news-list>.news-item>.news-type>span{width:120px}.news-list>.news-item>.news-body{grid-column:1/3;padding-left:1rem}.news-list>.news-item>.news-body .news-new{padding-right:.5rem;font-size:1rem}}.medical-services-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.medical-services-layout>.services-item{width:100%;padding:1rem;background:#fff;border-radius:1rem;box-shadow:5px 5px 24px 5px #bfc8cf3c,-5px -5px 8px 5px #bfc8cf3c}.medical-services-layout>.services-item>.item-title{font-weight:700;margin:.5rem 0;display:flex;align-items:center;gap:10px;font-size:1.35rem}.medical-services-layout>.services-item>.item-title>.svg{width:60px;height:60px;border-radius:99px;display:flex;justify-content:center;align-items:center;background:#dde9f8}.medical-services-layout>.services-item>.item-title>.svg>svg{width:35px;height:35px;color:var(--main-color)}.medical-services-layout>.services-item>.item-text{font-size:1rem;color:#5e5e5e}@media(max-width:768px){.medical-services-layout{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}}.self-pay-layout>.self-pay-contents{margin:1rem auto;display:flex;gap:3rem;flex-flow:column}.self-pay-layout>.self-pay-contents>.self-pay-content{border-radius:1rem;overflow:hidden;box-shadow:5px 5px 24px 5px #bfc8cf3c,-5px -5px 8px 5px #bfc8cf3c}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title{background:var(--main-color);color:#fff;padding:1rem 2rem;font-size:1.3rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:10px}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title>.self-pay-label{display:flex;align-items:center;gap:1rem}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title>.self-pay-label>svg{width:30px;height:30px}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title>.self-pay-price{font-weight:400;font-size:1.1rem}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body{padding:2rem;background:#fff;font-size:1rem}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body>p.expected-effects{margin:1rem 0 .5rem;font-weight:700;color:var(--main-color)}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body>ul.list-disc{margin:0 0 0 1rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.25rem}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body>ul.list-disc>li{position:relative;padding-left:1.5rem;line-height:1.7}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body>ul.list-disc>li:before{position:absolute;content:"";width:17px;height:10px;border-left:2px solid var(--main-color);border-bottom:2px solid var(--main-color);left:0;top:.3em;transform:rotate(-45deg)}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body>.vitamin-list{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-body>.vitamin-list>span{background:#f0f0f0;color:var(--main-color);border:1px solid var(--main-color);border-radius:99px;padding:.25rem 1rem;font-size:.9rem;font-weight:700}@media(max-width:768px){.self-pay-layout{width:95%;margin:0 auto}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title{padding:1rem;font-size:1.2rem;gap:5px}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title>.self-pay-label{gap:.2rem}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title>.self-pay-label>svg{width:30px;height:30px}.self-pay-layout>.self-pay-contents>.self-pay-content>.self-pay-title>.self-pay-price{font-size:.9rem}}.hours-layout>.hours-table-wrapper{margin-bottom:1rem;padding:16px;background:#f8fafc;border-radius:14px;box-shadow:5px 5px 24px 5px #bfc8cf3c,-5px -5px 8px 5px #bfc8cf3c;border:1px solid #e2e8f0}.hours-layout>.hours-table-wrapper .note{margin-top:10px;font-size:.9rem;color:#6b7280}.hours-layout>.hours-contact ul{margin:8px 0 0;padding-left:50px}.hours-layout>.hours-contact ul>li{margin-bottom:6px;font-size:1.2rem}@media(max-width:768px){.hours-layout{display:block}.hours-layout .hours-table-wrapper{font-size:.5rem;padding:16px}.hours-layout>.hours-contact ul{padding-left:30px}.hours-layout>.hours-contact ul>li{font-size:.8rem}}.doctor-layout>.doctor-profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.doctor-layout>.doctor-profile>.doctor-profile-message{grid-column:1/-1}.doctor-layout>.doctor-profile>.doctor-profile-message,.doctor-layout>.doctor-profile>.doctor-profile-career,.doctor-layout>.doctor-profile>.doctor-profile-membership{background:#fff;padding:2rem;border-radius:2rem;box-shadow:5px 5px 24px 5px #bfc8cf3c,-5px -5px 8px 5px #bfc8cf3c}.doctor-layout>.doctor-profile>.doctor-profile-message .doctor-profile-title,.doctor-layout>.doctor-profile>.doctor-profile-career .doctor-profile-title,.doctor-layout>.doctor-profile>.doctor-profile-membership .doctor-profile-title{margin-bottom:.5rem;font-weight:700;font-size:1.5rem;color:var(--main-color)}.doctor-layout>.doctor-profile>.doctor-profile-message>ul,.doctor-layout>.doctor-profile>.doctor-profile-career>ul,.doctor-layout>.doctor-profile>.doctor-profile-membership>ul{margin:0}.doctor-layout>.doctor-profile>.doctor-profile-message>ul>li::marker,.doctor-layout>.doctor-profile>.doctor-profile-career>ul>li::marker,.doctor-layout>.doctor-profile>.doctor-profile-membership>ul>li::marker{color:var(--main-color)}@media(max-width:768px){.doctor-layout{width:95%;margin:0 auto}.doctor-layout>.doctor-profile{grid-template-columns:repeat(1,minmax(0,1fr))}}#access{margin-bottom:0;padding-bottom:0}#access .access-layout{margin:0 auto 3rem;max-width:800px}#access .access-layout>.access-item{padding:8px 0;border-bottom:1px solid #dcdcdc;display:flex;gap:10px}#access .access-layout>.access-item>.access-item-title{width:200px;font-weight:700;color:var(--main-color);display:flex;align-items:center;gap:1rem}#access .access-layout>.access-item>.access-item-title>.svg{width:40px;height:40px;border-radius:99px;display:flex;justify-content:center;align-items:center;background:#dde9f8}#access .access-layout>.access-item>.access-item-title>.svg>svg{width:25px;height:25px;color:var(--main-color)}#access .google-map{height:500px;width:100%}@media(max-width:768px){#access .access-layout{margin-bottom:1rem;padding:0 1rem}#access .access-layout>.access-item{display:flex;flex-flow:column;gap:5px}#access .access-layout>.access-item>.access-item-title{width:100%}#access .access-layout>.access-item>.access-item-title>.svg{width:60px;height:35px;display:flex;background:#dde9f8}#access .access-layout>.access-item>.access-item-title>.svg>svg{width:25px;height:25px;color:var(--main-color)}#access .access-layout>.access-item>.access-item-content{padding-left:25px}#access .google-map{height:300px}}footer{bottom:0;position:absolute;width:100%;background:#0f172a;color:#e5e7eb;padding-block:20px}footer .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:1rem}footer .footer-inner .footer-info p{margin:0}footer .footer-inner .footer-copy{margin:6px 0 0;font-size:.9rem}footer .footer-inner .footer-nav{margin-top:4px}footer .footer-inner .footer-nav .to-top{font-size:.9rem;color:#aac5e5}@media(max-width:768px){footer .footer-inner{padding-bottom:1rem;flex-direction:column;gap:20px}footer .footer-inner .footer-info p{text-align:center}footer .footer-inner .footer-copy{margin:6px 0 0;font-size:.9rem}}
