/* CHIRAYA public stylesheet - cleaned build */
:root{--blue:#006ab6;--deep:#003f7f;--sky:#e9f6ff;--orange:#f6a400;--line:#d8e7f3;--bg:#fff;}
*{box-sizing:border-box;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.8;background:#fff;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);box-shadow:0 2px 16px rgba(0,50,100,.08);}
.header-inner{max-width:1120px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.logo img{width:180px;}
.global-nav{display:flex;gap:10px;align-items:center;}
.global-nav a{padding:8px 14px;border-radius:999px;}
.global-nav a:hover{background:var(--sky);}
.menu-button{display:none;width:44px;height:44px;border:0;background:var(--blue);border-radius:50%;padding:11px;}
.menu-button span{display:block;height:2px;background:#fff;margin:5px 0;}
.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,52%);min-height:640px;align-items:center;background:linear-gradient(135deg,#fff 0%,#f4fbff 55%,#d8f0ff 100%);overflow:hidden;}
.hero-copy{padding:80px 5vw 80px max(5vw,calc((100vw - 1120px)/2));position:relative;z-index:2;}
.eyebrow,.section-title span{display:inline-block;color:var(--blue);font-weight:800;letter-spacing:.08em;}
.hero h1{line-height:1.25;margin:10px 0 24px;}
.hero p{max-width:640px;}
.hero-image{height:100%;min-height:520px;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);}
.hero-image img{height:100%;width:100%;object-fit:cover;}
.hero-video-wrap{position:relative;background:#d8f0ff;}
.hero-video{display:block;width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center center;background:#d8f0ff;}
.hero-buttons,.contact-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 26px;border-radius:999px;}
.btn.primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(246,164,0,.28);}
.btn.secondary{border:2px solid var(--blue);background:#fff;}
.section{max-width:1120px;margin:auto;padding:86px 24px;}
.section-narrow{max-width:960px;margin:64px auto;padding:36px 28px;border-radius:26px;}
.notice{background:#fff8df;border:2px solid #ffe194;}
.notice a,.text-link{color:var(--blue);font-weight:800;text-decoration:underline;}
.small{color:#5b6572;}
.section-title{text-align:center;margin-bottom:38px;}
.section-title h2{line-height:1.35;margin:4px 0 10px;}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;margin-bottom:42px;}
.two-col h3{font-size:28px;color:var(--deep);}
.rounded{border-radius:22px;box-shadow:0 18px 40px rgba(0,50,100,.16);width:100%;}
.feature-grid,.instructor-grid,.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.feature-grid article,.instructor-grid article,.price-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(0,50,100,.07);}
.feature-grid img,.instructor-grid img{border-radius:14px;width:100%;aspect-ratio:16/10;object-fit:cover;}
.feature-grid h3,.instructor-grid h3,.course-block h3{color:var(--deep);line-height:1.4;}
.campaign{background:linear-gradient(135deg,var(--blue),var(--deep));color:#fff;text-align:center;}
.campaign h2{line-height:1.45;margin-top:0;}
.campaign .small{color:#e7f7ff;}
.courses{max-width:1180px;}
.course-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:34px;}
.course-tabs a{background:var(--sky);border-radius:999px;padding:10px 16px;}
.course-block{padding:34px 0;border-top:1px solid var(--line);}
.course-block>h3{font-size:28px;margin-bottom:4px;}
.price-grid{grid-template-columns:repeat(3,1fr);}
.price-grid article{border-top:6px solid var(--blue);}
.price-grid h4{margin:0 0 8px;}
.price{color:var(--orange);margin:0;}
.price::after{content:"（税込）";color:var(--muted);margin-left:4px;}
.course-note{background:#f7fbff;border-left:5px solid var(--blue);padding:18px 22px;border-radius:12px;}
.instructors{background:#f7fbff;max-width:none;}
.instructors>.section-title,.instructor-grid{max-width:1120px;margin-left:auto;margin-right:auto;}
.faq details{border:1px solid var(--line);border-radius:16px;padding:18px 22px;margin-bottom:12px;background:#fff;}
.faq summary{cursor:pointer;}
.contact{max-width:none;background:linear-gradient(135deg,#eef8ff,#fff);padding-left:24px;padding-right:24px;}
.contact-box{max-width:1040px;margin:auto;background:#fff;border-radius:28px;padding:42px;display:grid;grid-template-columns:1fr 360px;gap:36px;box-shadow:0 18px 50px rgba(0,50,100,.12);}
.contact h2{margin:0;}
.tel{display:flex;align-items:center;justify-content:center;border:3px solid var(--blue);border-radius:16px;padding:14px;}
.contact-actions{flex-direction:column;}
.footer{background:#00447d;color:#fff;text-align:center;padding:34px 20px;font-size:14px;}
.footer p{margin:4px 0;}
@media (max-width:900px){.global-nav{position:absolute;top:72px;left:16px;right:16px;background:#fff;border-radius:18px;box-shadow:0 16px 40px rgba(0,0,0,.14);padding:14px;display:none;flex-direction:column;align-items:stretch;}
.global-nav.open{display:flex;}
.menu-button{display:block;}
.hero{grid-template-columns:1fr;min-height:0;}
.hero-copy{padding:54px 24px 30px;}
.hero-image{clip-path:none;min-height:300px;order:-1;}
.hero-video{min-height:300px;}
.two-col,.contact-box{grid-template-columns:1fr;}
.feature-grid,.price-grid{grid-template-columns:1fr 1fr;}
.instructor-grid{grid-template-columns:1fr 1fr;}
.section{padding:64px 20px;}
.section-narrow{margin:40px 20px;}}
@media (max-width:560px){.header-inner{padding:10px 16px;}
.logo img{width:150px;}
.hero h1{font-size:31px;}
.hero p{font-size:16px;}
.hero-image{min-height:230px;}
.hero-video{min-height:230px;}
.feature-grid,.price-grid,.instructor-grid{grid-template-columns:1fr;}
.contact-box{padding:28px 20px;}
.tel{font-size:20px;}
.btn{width:100%;}
.section-title{text-align:left;}
.section-title h2{font-size:30px;}
.course-block>h3{font-size:24px;}}
.ai-qa{background:#f7fbff;}
.qa-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:22px;}
.qa-grid article{background:#fff;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.06);}
.qa-grid h3{margin:0 0 12px;}
.qa-grid p{margin:0;line-height:1.8;}
@media (max-width: 900px){.qa-grid{grid-template-columns:1fr 1fr;}}
@media (max-width: 640px){.qa-grid{grid-template-columns:1fr;}}
.update-page{background:#f6f4ef;}
.update-hero{position:relative;min-height:520px;display:flex;align-items:center;background:linear-gradient(110deg, rgba(0,0,0,.90), rgba(0,0,0,.72) 48%, rgba(0,0,0,.25)),
url("../images/fv.webp") center/cover no-repeat;color:#fff;overflow:hidden;}
.update-hero::after{content:"";position:absolute;right:-80px;bottom:-110px;width:420px;height:420px;border:72px solid rgba(255,122,0,.23);transform:rotate(20deg);}
.update-container{width:min(1120px, 92vw);margin:0 auto;position:relative;z-index:1;}
.update-hero-inner{padding:88px 0;max-width:820px;}
.update-badge{display:inline-flex;background:#ff7a00;color:#000;letter-spacing:.12em;padding:8px 16px;clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);}
.update-hero h1{margin:24px 0 18px;line-height:1.05;letter-spacing:-.055em;}
.update-hero h1 span{color:#ff7a00;}
.update-hero p{max-width:760px;line-height:1.85;}
.update-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px;}
.update-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;background:#ff7a00;color:#000!important;text-decoration:none!important;clip-path:polygon(12px 0,100% 0,calc(100% - 12px) 100%,0 100%);}
.update-btn.dark{background:rgba(0,0,0,.35);color:#fff!important;border:2px solid #ff7a00;}
.update-section{padding:88px 0;}
.update-section.dark{background:#080808;color:#fff;}
.update-section.orange{background:linear-gradient(135deg, #ff7a00, #ffb000);color:#000;}
.update-title{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:end;margin-bottom:38px;}
.update-eyebrow{letter-spacing:.18em;}
.update-section.orange .update-eyebrow{color:#000;}
.update-title h2{margin:0;line-height:1.1;letter-spacing:-.045em;font-weight:1000;}
.update-lead{background:#fff;border-left:8px solid #ff7a00;padding:28px 32px;box-shadow:0 14px 36px rgba(0,0,0,.08);line-height:1.9;}
.update-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.update-card{background:#fff;padding:30px;border-top:7px solid #ff7a00;box-shadow:0 16px 38px rgba(0,0,0,.08);}
.update-card h3{margin:0 0 12px;line-height:1.35;}
.update-card p{margin:0 0 12px;line-height:1.9;}
.update-image{margin-top:30px;background:#111;padding:10px;box-shadow:18px 18px 0 rgba(255,122,0,.24);}
.update-image img{width:100%;height:auto;}
.update-calendar{background:#fff;padding:12px;box-shadow:0 16px 38px rgba(0,0,0,.08);}
.update-calendar iframe{width:100%!important;height:620px!important;border:0!important;}
.flow-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;counter-reset:flow;}
.flow-item{background:#fff;padding:24px;border-left:8px solid #ff7a00;box-shadow:0 12px 28px rgba(0,0,0,.08);counter-increment:flow;}
.flow-item::before{content:counter(flow, decimal-leading-zero);display:block;color:#ff7a00;font-size:38px;line-height:1;font-weight:1000;letter-spacing:-.05em;margin-bottom:12px;}
.flow-item p{margin:0;line-height:1.8;}
.update-faq{display:grid;gap:14px;}
.update-faq details{background:#fff;border:1px solid rgba(0,0,0,.10);box-shadow:0 10px 26px rgba(0,0,0,.06);}
.update-faq summary{cursor:pointer;list-style:none;padding:18px 22px;background:#111;color:#fff;line-height:1.6;}
.update-faq summary::-webkit-details-marker{display:none;}
.update-faq summary::after{content:"＋";float:right;color:#ff7a00;font-weight:900;}
.update-faq details[open] summary::after{content:"−";}
.update-faq-answer{padding:20px 22px;line-height:1.9;}
.update-contact{background:#050505;color:#fff;padding:72px 0;}
.update-contact-grid{display:grid;grid-template-columns:minmax(300px, 430px) 1fr;gap:42px;align-items:start;}
.update-contact iframe{width:100%!important;height:360px!important;border:4px solid #ff7a00!important;}
.update-contact-info{line-height:1.9;}
.update-contact-info h2{margin:0 0 18px;font-size:clamp(30px, 4vw, 48px);line-height:1.2;}
.update-tel{font-size:24px;color:#ff7a00;font-weight:900;}
.update-footer{background:#050505;color:#fff;border-top:1px solid rgba(255,255,255,.16);padding:42px 0 24px;}
.update-footer-grid{display:grid;grid-template-columns:180px 1fr;gap:28px;}
.update-footer img{width:180px;height:auto;}
.update-footer h3{margin:0 0 8px;color:#ff7a00;}
.update-footer p{margin:0 0 6px;line-height:1.75;}
.update-copy{margin-top:20px!important;padding-top:16px;border-top:1px solid rgba(255,255,255,.16);color:#aaa;font-size:12px;}
@media (max-width: 768px){.update-hero{min-height:auto;}
.update-hero-inner{padding:68px 0;}
.update-title,
.update-grid,
.flow-list,
.update-contact-grid,
.update-footer-grid{grid-template-columns:1fr;}
.update-section{padding:62px 0;}
.update-lead,
.update-card{padding:22px;}
.update-calendar iframe{height:460px!important;}
.update-contact iframe{height:300px!important;}
.update-footer img{width:170px;}}
.renewal-hero .hero-copy .eyebrow{color:var(--orange,#f58220);}
.renewal-hero .hero-copy h1{letter-spacing:.02em;}
.renewal-summary strong,
.renewal-price .price{color:var(--orange,#f58220);}
.renewal-calendar{background:#fff;border-radius:24px;padding:14px;box-shadow:0 16px 40px rgba(0,0,0,.08);overflow:hidden;}
.renewal-calendar-inner{position:relative;padding-bottom:62%;height:0;}
.renewal-calendar-inner iframe{position:absolute;inset:0;width:100%!important;height:100%!important;}
.renewal-image{margin-top:24px;}
.renewal-image img{width:100%;border-radius:24px;}
.renewal-flow{grid-template-columns:repeat(2,minmax(0,1fr));counter-reset:renewalFlow;}
.renewal-flow article{counter-increment:renewalFlow;background:#fff;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.06);border-left:6px solid var(--orange,#f58220);}
.renewal-flow article::before{content:counter(renewalFlow,decimal-leading-zero);display:block;line-height:1;color:var(--orange,#f58220);font-weight:900;}
.renewal-flow p{margin:0;font-weight:700;}
.renewal-faq details{background:#fff;border-radius:16px;margin-bottom:14px;box-shadow:0 10px 26px rgba(0,0,0,.06);overflow:hidden;}
.renewal-faq summary{cursor:pointer;padding:18px 22px;background:#111;color:#fff;font-weight:800;list-style:none;}
.renewal-faq summary::-webkit-details-marker{display:none;}
.renewal-faq summary::after{content:"＋";float:right;color:var(--orange,#f58220);font-weight:900;}
.renewal-faq details[open] summary::after{content:"−";}
.renewal-faq p{padding:20px 22px;margin:0;}
.renewal-contact-map iframe{width:100%!important;min-height:360px;border-radius:20px;}
@media (max-width:768px){.renewal-flow{grid-template-columns:1fr;}
.renewal-calendar-inner{padding-bottom:90%;}
.renewal-contact-map iframe{min-height:300px;}}
.renewal-flow{display:flex!important;flex-direction:column!important;gap:20px!important;max-width:900px;margin:0 auto;}
.renewal-flow article{width:100%;padding:28px!important;}
.renewal-flow article::before{font-size:42px!important;margin-bottom:10px;}
.renewal-flow p{font-size:18px;line-height:1.8;}
.renewal-flow-section .section-title p{max-width:720px;margin-left:auto;margin-right:auto;}
.renewal-flow.renewal-flow-detailed{display:flex!important;flex-direction:column!important;gap:24px!important;max-width:980px;margin:0 auto;counter-reset:none!important;}
.renewal-flow-detailed .renewal-flow-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:24px;align-items:start;width:100%;padding:30px!important;background:#fff;border:1px solid var(--line,#d8e7f3);border-left:8px solid var(--orange,#f6a400);border-radius:24px;box-shadow:0 16px 36px rgba(0,50,100,.08);}
.renewal-flow-detailed .renewal-flow-card::before{content:none!important;display:none!important;}
.renewal-flow-detailed .flow-number{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--orange,#f6a400);color:#fff;font-size:34px;line-height:1;font-weight:900;box-shadow:0 10px 22px rgba(246,164,0,.28);}
.renewal-flow-detailed h3{margin:0 0 12px;color:var(--deep,#003f7f);font-size:clamp(22px,3vw,30px);line-height:1.35;}
.renewal-flow-detailed p{margin:0 0 12px;font-size:17px;line-height:1.9;font-weight:600;}
.renewal-flow-detailed ul{margin:0 0 14px;padding-left:1.3em;}
.renewal-flow-detailed li{margin:5px 0;font-size:17px;line-height:1.8;font-weight:600;}
.renewal-flow-detailed .flow-code{display:inline-block;margin-top:4px;padding:12px 18px;border-radius:14px;background:#fff8df;border:2px solid #ffe194;color:var(--deep,#003f7f);font-weight:900;}
.renewal-flow-detailed .flow-link-wrap{margin:16px 0;}
.renewal-flow-detailed .flow-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 22px;border-radius:999px;background:var(--blue,#006ab6);color:#fff;font-weight:900;text-decoration:none;}
.renewal-flow-detailed .flow-venue-box{margin:18px 0;padding:18px 20px;border-radius:18px;background:#f7fbff;border:1px solid var(--line,#d8e7f3);}
.renewal-flow-detailed .flow-venue-box p{margin-bottom:6px;color:var(--deep,#003f7f);}
.renewal-flow-detailed .flow-note{margin-top:12px;padding:14px 16px;border-radius:14px;background:#fff8df;color:#5b4a00;font-size:15px;font-weight:700;}
.renewal-flow-button{justify-content:center;margin-top:34px!important;}
@media (max-width:640px){.renewal-flow-detailed .renewal-flow-card{grid-template-columns:1fr;gap:16px;padding:24px 20px!important;}
.renewal-flow-detailed .flow-number{width:60px;height:60px;font-size:28px;}
.renewal-flow-detailed p,
.renewal-flow-detailed li{font-size:16px;}
.renewal-flow-detailed .flow-link{width:100%;}}
.course-card-link{color:inherit;text-decoration:none;}
.price-grid article{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.price-grid article:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,50,100,.13);border-color:var(--blue);}
.price-grid article:hover h4{text-decoration:underline;text-underline-offset:4px;}
.instructor-card .instructor-role{font-weight:700;color:var(--deep);line-height:1.7;}
.instructor-profile{margin-top:14px;border-top:1px solid var(--line);padding-top:14px;}
.instructor-profile summary{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:var(--blue);color:#fff;font-weight:800;list-style:none;}
.instructor-profile summary::-webkit-details-marker{display:none;}
.instructor-profile summary::after{content:"＋";margin-left:8px;font-weight:900;}
.instructor-profile[open] summary::after{content:"－";}
.profile-text{margin-top:14px;text-align:left;background:#f7fbff;border:1px solid var(--line);border-radius:14px;}
.profile-text p{margin:0 0 10px;}
.profile-text p:last-child{margin-bottom:0;}
.instructors>.section-title,
.instructor-grid{max-width:1180px;}
.instructor-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:20px;}
.instructor-grid article,
.instructor-card{padding:20px;border-radius:22px;box-shadow:0 14px 34px rgba(0,50,100,.10);}
.instructor-grid img,
.instructor-card img{border-radius:16px;aspect-ratio:4/3;object-fit:cover;}
.instructor-grid h3,
.instructor-card h3{font-size:22px;margin:15px 0 5px;}
.instructor-card .instructor-role{font-size:14px;margin:7px 0 14px;}
.instructor-profile summary{min-height:46px;font-size:14px;padding-left:10px;padding-right:10px;}
.profile-text{font-size:14px;line-height:1.85;padding:15px 16px;}
@media (max-width:1024px){.instructor-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px;}
.instructor-grid article,
.instructor-card{padding:24px;}
.instructor-grid h3,
.instructor-card h3{font-size:24px;}
.instructor-card .instructor-role{font-size:15px;}
.instructor-profile summary{font-size:15px;}}
@media (max-width:640px){.instructor-grid{grid-template-columns:1fr;gap:22px;}
.instructor-grid article,
.instructor-card{padding:22px;border-radius:22px;}
.instructor-grid h3,
.instructor-card h3{font-size:23px;}}
html{scroll-behavior:smooth;}
.trust-strip{max-width:1120px;margin:-26px auto 48px;position:relative;z-index:5;background:#fff;border-radius:20px;box-shadow:0 16px 42px rgba(0,50,100,.15);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;}
.trust-item{display:flex;align-items:center;gap:14px;padding:22px 24px;border-right:1px solid var(--line);}
.trust-item:last-child{border-right:0;}
.trust-icon{display:grid;place-items:center;min-width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;}
.trust-item strong,.trust-item small{display:block;}
.trust-item strong{color:var(--deep);font-size:20px;line-height:1.45;}
.trust-item small{margin-top:4px;color:var(--muted);font-size:16px;line-height:1.5;}
.reasons{max-width:1180px;}
.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.reason-grid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px 22px 24px;box-shadow:0 12px 32px rgba(0,50,100,.07);overflow:hidden;}
.reason-grid article:after{content:"";position:absolute;right:-24px;bottom:-24px;width:90px;height:90px;border:18px solid rgba(0,136,204,.08);border-radius:50%;}
.reason-number{display:inline-block;color:var(--orange);font-size:34px;font-weight:900;line-height:1;}
.reason-grid h3{color:var(--deep);font-size:21px;line-height:1.45;}
.section-cta{margin-top:34px;border-radius:20px;background:linear-gradient(110deg,#eef8ff,#fff);border:1px solid #cfe8f7;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:24px;}
.section-cta strong{font-size:21px;color:var(--deep);}
.section-cta p{margin:5px 0 0;}
.course-cta{margin-top:28px;}
.support{background:#071f35;color:#fff;max-width:none;padding-left:max(24px,calc((100vw - 1120px)/2));padding-right:max(24px,calc((100vw - 1120px)/2));}
.support .section-title h2,.support .section-title p{color:#fff;}
.support .section-title span{color:#6fd3ff;}
.support-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start;}
.support-main{background:linear-gradient(135deg,#0b3a61,#005c96);padding:38px;border-radius:24px;}
.support-main h3{font-size:28px;line-height:1.45;margin-top:0;}
.support-list{display:grid;gap:14px;}
.support-list article{display:flex;gap:16px;background:#fff;color:#223;padding:20px;border-radius:18px;}
.support-list article>span{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:50%;background:var(--orange);font-weight:900;color:#fff;}
.support-list h3{margin:0 0 5px;color:var(--deep);font-size:19px;}
.support-list p{margin:0;}
.mid-cta{max-width:1120px;margin:64px auto;padding:38px 42px;background:linear-gradient(135deg,var(--orange),#ffb22d);border-radius:26px;display:flex;justify-content:space-between;align-items:center;gap:30px;color:#1c2730;}
.mid-cta span{font-size:13px;font-weight:900;letter-spacing:.14em;}
.mid-cta h2{font-size:clamp(25px,3.5vw,38px);margin:7px 0;}
.mid-cta p{margin:0;}
.btn.light{background:#fff;color:var(--deep);box-shadow:0 10px 24px rgba(0,0,0,.12);white-space:nowrap;}
.faq-category{max-width:920px;margin:0 auto 34px;}
.faq-category>h3{color:var(--deep);font-size:22px;padding-bottom:10px;border-bottom:3px solid var(--blue);}
.faq details p{padding:0 4px;}
.mobile-fixed-cta{display:none;}
@media (max-width:900px){.trust-strip{margin:-16px 20px 38px;grid-template-columns:1fr;}
.trust-item{border-right:0;border-bottom:1px solid var(--line);}
.trust-item:last-child{border-bottom:0;}
.reason-grid{grid-template-columns:1fr 1fr;}
.support-layout{grid-template-columns:1fr;}
.mid-cta{margin:48px 20px;flex-direction:column;align-items:flex-start;}
.section-cta{align-items:flex-start;flex-direction:column;}}
@media (max-width:560px){body{padding-bottom:62px;}
.reason-grid{grid-template-columns:1fr;}
.trust-item{padding:17px 18px;}
.section-cta{padding:22px;}
.support-main{padding:28px 22px;}
.support-main h3{font-size:24px;}
.mid-cta{padding:28px 22px;}
.mobile-fixed-cta{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:grid;grid-template-columns:1fr 1.35fr;height:62px;box-shadow:0 -4px 18px rgba(0,0,0,.18);}
.mobile-fixed-cta a{display:grid;place-items:center;font-weight:900;text-decoration:none;}
.mobile-fixed-cta a:first-child{background:#fff;color:var(--blue);border-top:2px solid var(--blue);}
.mobile-fixed-cta a:last-child{background:var(--orange);color:#fff;border-top:2px solid var(--orange);}}
.price-grid article{padding:0;overflow:hidden;cursor:pointer;}
.course-card-link{display:flex;flex-direction:column;height:100%;min-height:100%;padding:20px;position:relative;}
.course-card-link::after{content:"このコースに申し込む →";display:block;margin-top:auto;padding-top:16px;color:var(--blue);font-weight:800;font-size:15px;}
.course-card-link:focus-visible{outline:4px solid rgba(246,164,0,.45);outline-offset:-4px;border-radius:18px;}
.price-grid article:hover .course-card-link::after{text-decoration:underline;text-underline-offset:4px;}
@media (max-width:560px){.course-card-link{padding:18px;}
.course-card-link::after{font-size:14px;}}
@media (min-width: 901px){.hero{position:relative;display:block;min-height:640px;isolation:isolate;background:#d8f0ff;}
.hero-image.hero-video-wrap{position:absolute;inset:0;z-index:0;width:100%;height:100%;min-height:640px;clip-path:none;}
.hero-video{width:100%;height:100%;min-height:640px;object-fit:cover;object-position:center center;}
.hero-copy{position:relative;z-index:2;width:53%;min-height:640px;display:flex;flex-direction:column;justify-content:center;padding:80px 5vw 80px max(5vw, calc((100vw - 1120px) / 2));background:linear-gradient(
90deg,
rgba(255, 255, 255, 0.91) 0%,
rgba(255, 255, 255, 0.84) 68%,
rgba(255, 255, 255, 0.62) 100%
);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);}}
header,.header,.site-header{background:#ef8b1e!important;}
@media (min-width: 901px){.intro .feature-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}}
@media (min-width: 901px){.renewal-hero.hero{display:grid;grid-template-columns:minmax(0, 1.08fr) minmax(430px, .92fr);min-height:620px;align-items:stretch;background:linear-gradient(135deg,#fff 0%,#f4fbff 100%);overflow:hidden;}
.renewal-hero .hero-copy{width:auto;min-height:620px;padding:72px 48px 72px max(5vw, calc((100vw - 1120px) / 2));background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;}
.renewal-hero .hero-image{position:relative;inset:auto;z-index:1;width:auto;height:100%;min-height:620px;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%);overflow:hidden;}
.renewal-hero .hero-image img{width:100%;height:100%;min-height:620px;object-fit:cover;object-position:30% center;}}
@media (max-width: 900px){.renewal-hero .hero-image{order:0;min-height:300px;}
.renewal-hero .hero-image img{width:100%;height:300px;object-fit:cover;object-position:28% center;}}
@media (max-width: 560px){.renewal-hero .hero-image,
.renewal-hero .hero-image img{min-height:230px;height:230px;}
.renewal-hero .hero-image img{object-position:25% center;}}
.global-nav a.nav-update{background:#06345f;color:#fff;padding-left:18px;padding-right:18px;}
.global-nav a.nav-update:hover{background:#0a477f;color:#fff;}
.hero-buttons .update-course-btn{border-color:#06345f;color:#06345f;}
.hero-buttons .update-course-btn:hover{background:#06345f;color:#fff;}
@media (max-width:900px){.global-nav a.nav-update{text-align:center;border-radius:12px;}}
.drone-license-notice{padding:40px 38px;background:#fff8df;border:2px solid #ffe194;}
.drone-license-notice h2{margin:0 0 22px;color:var(--deep);font-size:clamp(24px,3vw,34px);line-height:1.5;}
.drone-license-notice h2 strong{font-weight:900;}
.drone-license-notice .notice-lead{font-size:20px;font-weight:800;color:var(--deep);margin:0 0 10px;}
.drone-license-notice p{margin:0 0 16px;}
.drone-license-notice .mlit-link{padding-top:4px;font-weight:700;overflow-wrap:anywhere;}
.drone-license-notice .mlit-link span{display:inline-block;margin-right:8px;color:var(--deep);}
.drone-license-notice .notice-note{margin-bottom:0;padding-top:16px;border-top:1px solid rgba(0,63,127,.16);line-height:1.75;}
@media (max-width:560px){.trust-item strong{font-size:18px;}
.trust-item small{font-size:15px;}
.drone-license-notice{padding:28px 22px;}
.drone-license-notice h2{font-size:23px;}
.drone-license-notice .notice-lead{font-size:18px;}}
.contact-form-wrap{max-width:1040px;margin:auto;background:#fff;border-radius:28px;padding:42px;box-shadow:0 18px 50px rgba(0,50,100,.12);}
.contact-intro{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:end;margin-bottom:34px;}
.contact-intro h2{font-size:40px;color:var(--deep);margin:0;}
.contact-info-card{background:#f7fbff;border:1px solid var(--line);border-radius:18px;padding:18px;}
.contact-info-card p{margin:10px 0 0;font-size:14px;color:var(--muted);}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;border-top:1px solid var(--line);padding-top:30px;}
.form-row{display:flex;flex-direction:column;gap:7px;}
.form-row-full,.form-submit{grid-column:1/-1;}
.form-row label{font-weight:800;color:var(--deep);}
.required,.optional{display:inline-block;margin-left:5px;padding:1px 7px;border-radius:999px;font-size:11px;line-height:1.6;vertical-align:2px;}
.required{background:#d94841;color:#fff;}
.optional{background:#eaf1f7;color:#536273;}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"],.contact-form input[type="date"],.contact-form select,.contact-form textarea{width:100%;font:inherit;color:var(--text);background:#fff;border:1.5px solid #b8cddd;border-radius:10px;padding:13px 14px;outline:none;transition:border-color .2s,box-shadow .2s;}
.contact-form textarea{resize:vertical;min-height:170px;}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,106,182,.10);}
.privacy-check{background:#f7fbff;border-radius:12px;padding:16px 18px;}
.privacy-check label{font-weight:600;color:var(--text);}
.privacy-check input{margin-right:8px;transform:scale(1.15);}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
.form-submit{text-align:center;margin-top:4px;}
.contact-submit{border:0;cursor:pointer;min-width:280px;font-size:17px;}
.form-note{font-size:13px;color:var(--muted);margin:10px 0 0;}
.contact-result{max-width:720px;margin:60px auto;padding:36px 26px;text-align:center;background:#fff;border-radius:22px;box-shadow:0 18px 50px rgba(0,50,100,.12);}
.contact-result h1{color:var(--deep);line-height:1.4;}
.contact-result .btn{margin-top:18px;}
@media (max-width:900px){.contact-intro{grid-template-columns:1fr;}
.contact-form{grid-template-columns:1fr;}
.form-row-full,.form-submit{grid-column:auto;}
.contact-form-wrap{padding:32px 24px;}}
@media (max-width:560px){.contact-form-wrap{padding:28px 20px;}
.contact-intro h2{font-size:32px;}
.contact-submit{min-width:0;width:100%;}}
.contact-page{max-width:none;min-height:calc(100vh - 220px);padding-top:70px;}
.contact-page .contact-intro h1{font-size:40px;line-height:1.35;color:var(--deep);margin:0 0 10px;}
@media (max-width:560px){.contact-page{padding-top:42px;}
.contact-page .contact-intro h1{font-size:32px;}}
.contact-short-btn{width:auto;min-width:172px;min-height:48px;padding:11px 28px;font-size:16px;line-height:1.2;white-space:nowrap;}
.contact-actions{align-items:flex-start;}
.contact-actions .contact-short-btn{align-self:flex-start;}
.mid-cta .contact-short-btn{flex:0 0 auto;}
@media (max-width:560px){.contact-short-btn{width:auto;min-width:160px;padding:11px 24px;}
.contact-actions .contact-short-btn{width:100%;}
.mid-cta .contact-short-btn{width:auto;}}
@media (max-width:1024px){.hero-buttons,
.contact-actions,
.renewal-flow-button{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;}
.hero-buttons .btn,
.contact-actions .btn,
.renewal-flow-button .btn,
.section-cta .btn,
.mid-cta .btn,
.contact-page-cta .btn,
.contact-form .contact-submit{box-sizing:border-box;width:90%;max-width:480px;min-width:0;min-height:58px;height:auto;margin-left:auto;margin-right:auto;padding:12px 24px;font-size:18px;line-height:1.35;border-radius:14px;text-align:center;white-space:normal;display:flex;align-items:center;justify-content:center;}
.section-cta,
.mid-cta{align-items:center;text-align:center;}
.section-cta > div,
.mid-cta > div{width:100%;}
.contact-actions .contact-short-btn,
.mid-cta .contact-short-btn{width:90%;max-width:480px;align-self:center;}}
@media (max-width:900px){.global-nav{align-items:stretch;text-align:center;}
.global-nav a,
.global-nav a.nav-update{width:100%;text-align:center;justify-content:center;}}
.campaign h2{font-size:clamp(23px,3.2vw,32px);margin-bottom:12px;}
.campaign p{margin:8px 0;font-size:15px;line-height:1.7;}
.campaign .small{font-size:13px;}
.price-grid h4{line-height:1.35;letter-spacing:-.02em;}
.price-grid h4.course-title-long{font-size:14px;white-space:nowrap;letter-spacing:-.055em;}
.course-card-link .course-meta{white-space:nowrap;font-size:14px;letter-spacing:-.025em;line-height:1.5;}
.contact-actions .contact-short-btn,
.contact-actions .tel{box-sizing:border-box;width:100%;min-height:58px;height:58px;padding:12px 24px;border-radius:14px;font-size:18px;line-height:1.2;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;}
.contact-actions .contact-short-btn{border:3px solid var(--orange);}
@media (max-width:1024px){.contact-actions .contact-short-btn,
.contact-actions .tel{width:90%;max-width:480px;min-width:0;height:58px;min-height:58px;margin-left:auto;margin-right:auto;align-self:center;}}
@media (max-width:700px){.campaign{max-width:none;margin-left:20px;margin-right:20px;padding:24px 20px;}
.campaign h2{font-size:22px;}
.campaign p{font-size:14px;}
.price-grid h4.course-title-long{font-size:13px;letter-spacing:-.06em;}
.course-card-link .course-meta{font-size:13.5px;letter-spacing:-.035em;}}
@media (max-width:380px){.price-grid h4.course-title-long{font-size:12px;}
.course-card-link .course-meta{font-size:12.5px;}}
.update-faq summary,
.renewal-faq summary{background:#fff!important;color:var(--deep,#003f7f)!important;border-bottom:1px solid var(--line,#d8e7f3);}
.update-faq summary:hover,
.renewal-faq summary:hover{background:#f7fbff!important;}
.update-faq summary::after,
.renewal-faq summary::after{color:var(--deep,#003f7f)!important;}
.renewal-hero .renewal-hero-lead{max-width:680px;line-height:1.9;}
.renewal-hero .renewal-hero-lead strong{font-weight:900;color:var(--deep);}
@media (max-width:900px){.renewal-hero .hero-copy{background:rgba(255,255,255,.84);}}
.renewal-course-section{max-width:1180px;}
.renewal-course-intro{margin:12px auto 0;line-height:1.9;}
.renewal-course-intro strong{color:var(--deep,#00447d);font-weight:900;}
.renewal-course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch;width:100%;max-width:1040px;margin-left:auto;margin-right:auto;}
.renewal-course-card{background:#fff;border:1px solid var(--line,#dce7ef);border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(0,50,100,.08);display:flex;flex-direction:column;}
.renewal-course-card-head{padding:22px 24px 18px;background:#f5f9fc;border-top:6px solid var(--blue,#0a6fb5);}
.renewal-course-card-special .renewal-course-card-head{border-top-color:var(--orange,#f6a400);}
.renewal-course-label{display:inline-block;padding:5px 11px;margin-bottom:10px;border-radius:999px;background:var(--deep,#00447d);color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em;}
.renewal-course-card-special .renewal-course-label{background:var(--orange,#f6a400);}
.renewal-course-card h3{margin:0;color:var(--deep,#00447d);font-size:clamp(22px,2.2vw,28px);line-height:1.35;}
.renewal-course-card-body{padding:24px;display:flex;flex-direction:column;flex:1;}
.renewal-course-card-body > p{margin:0 0 20px;line-height:1.85;color:#394858;}
.renewal-portal-note{padding:12px 14px;background:#f7fbff;border-radius:10px;border-left:4px solid var(--blue,#0a6fb5);}
.renewal-price-list{margin-top:auto;border:1px solid var(--line,#dce7ef);border-radius:14px;overflow:hidden;background:#fff;}
.renewal-price-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;}
.renewal-price-row + .renewal-price-row{border-top:1px solid var(--line,#dce7ef);}
.renewal-price-name{color:var(--deep,#00447d);font-size:15px;line-height:1.45;font-weight:800;}
.renewal-price-amount{display:flex;align-items:baseline;gap:5px;white-space:nowrap;color:var(--orange,#f6a400);}
.renewal-price-amount strong{font-size:clamp(23px,2.6vw,30px);line-height:1;font-weight:900;letter-spacing:-.02em;}
.renewal-price-amount span{font-size:12px;color:var(--muted,#687787);font-weight:700;}
.renewal-expiry-note{margin-top:24px;padding:20px 22px;border-radius:14px;background:#f7fbff;border-left:5px solid var(--blue,#0a6fb5);}
.renewal-expiry-note strong{display:block;margin-bottom:6px;color:var(--deep,#00447d);font-size:18px;}
.renewal-expiry-note p{margin:0;line-height:1.75;}
.sp-only{display:none;}
@media (max-width:900px){.renewal-course-grid{grid-template-columns:1fr;max-width:760px;margin:0 auto;}
.renewal-course-card-head,
.renewal-course-card-body{padding-left:22px;padding-right:22px;}}
@media (max-width:560px){.renewal-course-section .section-title{text-align:center;}
.renewal-course-intro{text-align:left;font-size:15px;line-height:1.8;}
.renewal-course-grid{gap:18px;}
.renewal-course-card-head{padding:18px 18px 15px;}
.renewal-course-card-body{padding:18px;}
.renewal-course-card-body > p{font-size:15px;line-height:1.75;margin-bottom:16px;}
.renewal-price-row{padding:14px;gap:10px;}
.renewal-price-name{font-size:13px;}
.renewal-price-amount strong{font-size:22px;}
.sp-only{display:block;}
.renewal-expiry-note{padding:18px;}}
@media (min-width: 901px){.renewal-calendar{width:70%;margin-left:auto;margin-right:auto;}
.renewal-image{width:70%;margin-left:auto;margin-right:auto;}}
@media (max-width: 900px){.renewal-calendar,
.renewal-image{width:100%;margin-left:auto;margin-right:auto;}}
.renewal-summary{margin-top:42px;margin-bottom:42px;border-radius:20px;background:#f7fbff;border:1px solid #cfe2f0;box-shadow:0 8px 22px rgba(0,68,125,.07);text-align:center;}
.renewal-summary-main{margin:0;color:#173b59;font-size:16px;line-height:1.9;font-weight:700;}
.renewal-summary-sub{margin:12px 0 0;color:#00447d;font-size:14px;line-height:1.7;font-weight:800;}
.renewal-course-intro{max-width:940px;}
.renewal-intro-line{display:block;}
.renewal-expiry-layout{display:grid;grid-template-columns:minmax(0,58%) minmax(280px,42%);gap:28px;align-items:center;max-width:980px;margin:28px auto 0;}
.renewal-expiry-layout .renewal-image{width:100%;margin:0;}
.renewal-expiry-layout .renewal-image img{width:100%;border-radius:18px;}
.renewal-expiry-layout .renewal-expiry-note{margin:0;padding:24px 24px;border-radius:16px;background:#f7fbff;border-left:5px solid var(--blue,#0a6fb5);}
.renewal-expiry-layout .renewal-expiry-note strong{font-size:20px;line-height:1.5;}
.renewal-expiry-layout .renewal-expiry-note p{font-size:15px;line-height:1.85;}
@media (min-width:901px){.renewal-calendar{width:70%;}
.renewal-course-intro{white-space:normal;}
.renewal-intro-line{white-space:nowrap;}
.renewal-expiry-layout .renewal-image{width:100%;}}
@media (max-width:900px){.renewal-summary{max-width:none;margin:34px 20px;padding:22px 20px;}
.renewal-summary-main{font-size:15px;line-height:1.85;text-align:left;}
.renewal-summary-sub{text-align:left;}
.renewal-intro-line{display:inline;white-space:normal;}
.renewal-intro-line + .renewal-intro-line::before{content:" ";}
.renewal-expiry-layout{grid-template-columns:1fr;gap:18px;max-width:760px;}
.renewal-expiry-layout .renewal-image{width:100%;}
.renewal-expiry-layout .renewal-expiry-note{padding:20px;}}
@media (max-width:560px){.renewal-summary{margin:28px 16px;padding:18px 16px;border-radius:16px;}
.renewal-summary-main{font-size:14px;}
.renewal-summary-sub{font-size:13px;}
.renewal-expiry-layout .renewal-expiry-note strong{font-size:18px;}
.renewal-expiry-layout .renewal-expiry-note p{font-size:14px;}}
.main-hero-title span{display:block;white-space:nowrap;}
@media (max-width:900px){.main-hero-title{font-size:clamp(28px,5.2vw,44px)!important;letter-spacing:-.025em;}}
@media (max-width:560px){.main-hero-title{font-size:clamp(23px,7vw,31px)!important;letter-spacing:-.045em;line-height:1.34!important;}}
@media (max-width:390px){.main-hero-title{font-size:22px!important;letter-spacing:-.055em;}}
.renewal-hero .hero-copy{background:rgba(255,255,255,.62)!important;backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);}
@media (max-width:900px){.renewal-hero .hero-copy{background:rgba(255,255,255,.76)!important;}}
.renewal-summary{max-width:740px;padding:22px 26px;}
.renewal-summary-main span{display:block;}
@media (min-width:901px){.renewal-summary-main{font-size:15.5px;line-height:1.85;letter-spacing:-.01em;}
.renewal-summary-main span{white-space:nowrap;}}
@media (max-width:900px){.renewal-summary-main span{display:inline;white-space:normal;}
.renewal-summary-main span + span::before{content:" ";}}
.main-license-hero .hero-copy{padding-right:7vw;}
.main-license-hero .main-hero-title span{display:block;white-space:nowrap;}
@media (max-width:900px){.main-license-hero .hero-copy{clip-path:polygon(0 0, 96% 0, 100% 100%, 0 100%);-webkit-clip-path:polygon(0 0, 96% 0, 100% 100%, 0 100%);padding-right:32px;background:rgba(255,255,255,.78);}
.main-license-hero .main-hero-title{font-size:clamp(27px,4.6vw,40px)!important;letter-spacing:-.04em;}}
@media (max-width:560px){.main-license-hero .hero-copy{clip-path:polygon(0 0, 97% 0, 100% 100%, 0 100%);-webkit-clip-path:polygon(0 0, 97% 0, 100% 100%, 0 100%);padding-right:22px;}
.main-license-hero .main-hero-title{font-size:clamp(21px,6.3vw,28px)!important;line-height:1.34!important;letter-spacing:-.05em;}}
.main-license-hero .hero-copy::after{position:absolute;top:0;right:-120px;width:240px;height:100%;background:rgba(255,255,255,.62);transform:skewX(-18deg);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);z-index:-1;}
.main-license-hero .hero-copy>*{position:relative;z-index:1;}
@media (max-width:900px){.main-license-hero .hero-copy{background:rgba(255,255,255,.76)!important;}
.main-license-hero .hero-copy::after{background:rgba(255,255,255,.76);right:-90px;width:180px;}}
.main-license-hero .hero-copy{position:relative;background:rgba(255,255,255,.62)!important;backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);clip-path:none!important;-webkit-clip-path:none!important;overflow:visible!important;padding:80px 5vw 80px max(5vw,calc((100vw - 1120px)/2))!important;}
.main-license-hero .hero-copy::after{content:none!important;display:none!important;}
.main-license-hero .hero-image{clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)!important;-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)!important;}
.main-license-hero .main-hero-title{font-size:clamp(29px,3.55vw,47px)!important;line-height:1.28!important;letter-spacing:-.035em;max-width:600px;}
.main-license-hero .hero-copy > p:not(.eyebrow){max-width:600px;}
@media (max-width:900px){.main-license-hero .hero-copy{background:rgba(255,255,255,.76)!important;padding:54px 24px 30px!important;}
.main-license-hero .hero-image{clip-path:none!important;-webkit-clip-path:none!important;}
.main-license-hero .main-hero-title{font-size:clamp(27px,4.6vw,40px)!important;}}
@media (max-width:560px){.main-license-hero .main-hero-title{font-size:clamp(21px,6.3vw,28px)!important;line-height:1.34!important;}}
@media (min-width:901px){.main-license-hero.hero{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr)!important;min-height:620px!important;align-items:stretch!important;isolation:auto!important;background:linear-gradient(135deg,#fff 0%,#f4fbff 100%)!important;overflow:hidden!important;}
.main-license-hero .hero-copy{position:relative!important;z-index:2!important;width:auto!important;min-height:620px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:72px 48px 72px max(5vw,calc((100vw - 1120px)/2))!important;background:rgba(255,255,255,.62)!important;backdrop-filter:blur(1.5px)!important;-webkit-backdrop-filter:blur(1.5px)!important;clip-path:none!important;-webkit-clip-path:none!important;overflow:visible!important;}
.main-license-hero .hero-copy::after{content:none!important;display:none!important;}
.main-license-hero .hero-image.hero-video-wrap{position:relative!important;inset:auto!important;z-index:1!important;width:auto!important;height:100%!important;min-height:620px!important;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)!important;-webkit-clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)!important;overflow:hidden!important;background:#d8f0ff!important;}
.main-license-hero .hero-video{width:100%!important;height:100%!important;min-height:620px!important;object-fit:cover!important;object-position:center center!important;}
.main-license-hero .main-hero-title{font-size:clamp(29px,3.45vw,46px)!important;line-height:1.28!important;letter-spacing:-.035em!important;max-width:610px!important;}
.main-license-hero .main-hero-title span{display:block!important;white-space:nowrap!important;}
.main-license-hero .hero-copy > p:not(.eyebrow){max-width:600px!important;}}
@media (max-width:900px){.main-license-hero.hero{display:grid!important;grid-template-columns:1fr!important;min-height:0!important;}
.main-license-hero .hero-copy{width:auto!important;min-height:auto!important;padding:54px 24px 30px!important;background:rgba(255,255,255,.76)!important;clip-path:none!important;-webkit-clip-path:none!important;}
.main-license-hero .hero-image.hero-video-wrap{position:relative!important;inset:auto!important;width:100%!important;min-height:300px!important;order:-1!important;clip-path:none!important;-webkit-clip-path:none!important;}}
.main-license-hero .hero-copy,
.renewal-hero .hero-copy{background:rgba(255,255,255,.56)!important;backdrop-filter:blur(1px)!important;-webkit-backdrop-filter:blur(1px)!important;}
@media (min-width:901px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{background:rgba(255,255,255,.54)!important;}}
@media (max-width:900px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{background:rgba(255,255,255,.68)!important;}}
@media (max-width:560px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{background:rgba(255,255,255,.74)!important;}}
@media (min-width:901px){.renewal-hero .hero-image img{object-position:55% center!important;transform:scale(1.03);}}
@media (max-width:900px){.renewal-hero .hero-image img{object-position:center center!important;transform:none;}}
@media (min-width:901px){.renewal-hero .hero-image img{object-fit:cover!important;object-position:72% 50%!important;transform:scale(1.02)!important;transform-origin:center center!important;}}
@media (max-width:900px){.renewal-hero .hero-image img{object-position:center center!important;transform:none!important;}}
.renewal-expiry-table-layout{grid-template-columns:minmax(0,68%) minmax(260px,32%);align-items:start;max-width:1080px;}
.renewal-period-table-wrap{width:100%;overflow:hidden;background:#fff;border:1px solid #dce8f2;border-radius:18px;box-shadow:0 12px 30px rgba(14,54,90,.09);}
.renewal-period-heading{padding:22px 24px 18px;background:linear-gradient(135deg,#f7fbff 0%,#eef7ff 100%);border-bottom:1px solid #dce8f2;}
.renewal-period-kicker{display:inline-block;margin-bottom:6px;color:var(--blue,#0a6fb5);font-size:12px;font-weight:900;letter-spacing:.12em;}
.renewal-period-heading h3{margin:0;color:#123b62;font-size:22px;line-height:1.45;}
.renewal-period-heading p{margin:8px 0 0;color:#52677a;font-size:14px;line-height:1.75;}
.renewal-period-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.renewal-period-table{width:100%;min-width:610px;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#243746;font-size:15px;}
.renewal-period-table th,
.renewal-period-table td{padding:10px 12px;border-right:1px solid #e1e9f0;border-bottom:1px solid #e1e9f0;text-align:center;vertical-align:middle;}
.renewal-period-table tr > *:last-child{border-right:0;}
.renewal-period-table tbody tr:last-child > *{border-bottom:0;}
.renewal-period-table thead th{padding:12px 10px;height:86px;box-sizing:border-box;color:#fff;background:#123f67;font-weight:800;line-height:1.45;vertical-align:middle;}
.renewal-period-table thead th:first-child{width:36%;background:#d32f2f;color:#fff;font-size:1.18rem;font-weight:800;border-radius:12px 0 0 12px;box-shadow:0 7px 16px rgba(211,47,47,.24), 0 3px 8px rgba(23,54,82,.12);position:relative;z-index:2;}
.renewal-period-table thead th:nth-child(2){width:32%;background:#16834d;}
.renewal-period-table thead th:nth-child(3){width:32%;background:#2448a7;}
.period-badge{display:inline-block;margin-bottom:4px;padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.16);font-size:13px;font-weight:900;white-space:nowrap;}
.renewal-period-table tbody th{color:#173652;background:#f7fafc;font-weight:800;}
.renewal-period-table tbody td:nth-child(2){background:#f1faf5;color:#165c3b;font-weight:700;}
.renewal-period-table tbody td:nth-child(3){background:#f3f5ff;color:#263f92;font-weight:700;}
.renewal-period-table tbody tr:nth-child(even) th{background:#eef4f8;}
.renewal-period-table tbody tr:nth-child(even) td:nth-child(2){background:#e5f5ec;}
.renewal-period-table tbody tr:nth-child(even) td:nth-child(3){background:#e9edff;}
.renewal-period-table tbody tr:hover th,
.renewal-period-table tbody tr:hover td{filter:brightness(.975);}
.renewal-period-footnote{margin:0;padding:14px 20px 16px;color:#647889;background:#fbfdff;border-top:1px solid #e3ebf2;font-size:15px;line-height:1.7;white-space:nowrap;text-align:center;letter-spacing:-0.02em;}
.renewal-expiry-table-layout .renewal-expiry-note{position:sticky;top:92px;}
@media (max-width:900px){.renewal-expiry-table-layout{grid-template-columns:1fr;max-width:760px;}
.renewal-expiry-table-layout .renewal-expiry-note{position:static;}}
@media (max-width:560px){.renewal-period-table-wrap{border-radius:14px;}
.renewal-period-heading{padding:18px 16px 14px;}
.renewal-period-heading h3{font-size:18px;}
.renewal-period-heading p{font-size:13px;}
.renewal-period-table{min-width:0;font-size:12px;}
.renewal-period-table th,
.renewal-period-table td{padding:9px 4px;}
.renewal-period-table thead th{padding:8px 4px;height:74px;font-size:11px;}
.renewal-period-table thead th:first-child{width:36%;font-size:13px;border-radius:9px 0 0 9px;box-shadow:0 5px 12px rgba(211,47,47,.20),0 2px 6px rgba(23,54,82,.10);}
.renewal-period-table thead th:nth-child(2){width:32%;}
.renewal-period-table thead th:nth-child(3){width:32%;}
.period-badge{padding:2px 5px;font-size:10px;letter-spacing:-.02em;}
.renewal-period-footnote{padding:12px 14px 14px;font-size:10px;white-space:nowrap;padding-left:6px;padding-right:6px;letter-spacing:-0.05em;}}
.renewal-expiry-note-image{margin:0 0 18px;text-align:center;}
.renewal-expiry-note-image img{display:block;width:100%;max-width:430px;height:auto;margin:0 auto;border-radius:14px;box-shadow:0 8px 22px rgba(14,54,90,.12);}
@media (max-width:900px){.renewal-expiry-note-image{margin-bottom:16px;}
.renewal-expiry-note-image img{max-width:520px;}}
.renewal-hero .hero-image{overflow:hidden;}
.renewal-hero .hero-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:72% 32%!important;transform:none!important;transform-origin:72% 32%!important;}
@media (max-width:900px){.renewal-hero .hero-image img{object-position:72% 32%!important;}}
@media (max-width:560px){.renewal-hero .hero-image img{object-position:72% 30%!important;}}
.footer.footer-renewed{background:#00447d;color:#fff;text-align:center;padding:42px 20px 38px;font-size:14px;}
.footer-renewed .footer-info{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;}
.footer-renewed p{margin:0;}
.footer-renewed .footer-registration{font-size:13px;line-height:1.6;opacity:.9;margin-bottom:5px;}
.footer-renewed .footer-school-name{font-size:clamp(22px,2.2vw,30px);line-height:1.35;font-weight:900;letter-spacing:.02em;margin:2px 0 5px;}
.footer-renewed .footer-office-code{font-size:14px;font-weight:700;line-height:1.5;margin-bottom:7px;}
.footer-renewed .footer-address{font-size:14px;line-height:1.6;margin-bottom:12px;}
.footer-contact-lines{display:flex;align-items:center;justify-content:center;gap:10px 22px;flex-wrap:wrap;}
.secure-contact{appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.08);color:inherit;font:inherit;font-weight:700;line-height:1.35;border-radius:999px;padding:8px 15px;cursor:pointer;transition:background .2s ease,border-color .2s ease;}
.footer-renewed .secure-contact:hover{background:rgba(255,255,255,.16);border-color:#fff;}
.contact-actions .secure-contact.tel{width:100%;border:3px solid var(--blue);background:#fff;color:var(--blue);font-size:24px;font-weight:900;border-radius:16px;padding:14px;}
.secure-mobile-tel{border:0;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer;}
@media (max-width:560px){.footer.footer-renewed{padding:34px 16px 32px;}
.footer-renewed .footer-registration{font-size:12px;}
.footer-renewed .footer-school-name{font-size:22px;}
.footer-contact-lines{flex-direction:column;gap:9px;width:100%;}
.footer-renewed .secure-contact{min-width:210px;}
.contact-actions .secure-contact.tel{font-size:20px;}}
.footer-security-note{margin:10px auto 0;font-size:11px;line-height:1.6;font-weight:400;letter-spacing:.02em;opacity:.72;text-align:center;}
@media (max-width:560px){.footer-security-note{max-width:290px;font-size:10px;margin-top:9px;}}
.renewal-flow-detailed .flow-emphasis{margin:14px 0 18px;padding:14px 18px;border:1px solid #cddfeb;border-left:5px solid var(--orange,#f6a400);border-radius:12px;background:#f6fbff;color:#183d5b;font-weight:700;line-height:1.75;box-shadow:0 5px 14px rgba(0,68,125,.06);}
.renewal-flow-detailed .flow-emphasis strong{color:var(--deep,#00447d);font-size:1.08em;font-weight:900;}
@media (max-width:900px){.renewal-course-grid{max-width:760px;}}
@media (max-width:560px){.renewal-flow-detailed .flow-emphasis{padding:12px 14px;margin:12px 0 16px;border-radius:10px;font-size:14px;}}
.contact-page-cta .contact-box{max-width:1120px;grid-template-columns:minmax(0,1fr) minmax(360px,46%);gap:34px;align-items:stretch;}
.contact-main-content{display:flex;flex-direction:column;justify-content:center;min-width:0;}
.contact-copy p{line-height:1.85;margin:14px 0 0;}
.contact-main-content .contact-actions{width:100%;max-width:360px;margin-top:26px;}
.contact-map-wrap{min-width:0;display:flex;flex-direction:column;gap:10px;}
.contact-map{display:block;width:100%;min-height:330px;height:100%;border:0;border-radius:20px;box-shadow:0 10px 28px rgba(0,68,125,.14);background:#eef5f9;}
.contact-map-link{align-self:flex-end;color:var(--blue,#0068b7);font-size:14px;font-weight:800;text-decoration:none;}
.contact-map-link:hover{text-decoration:underline;}
@media (max-width:900px){.contact-page-cta .contact-box{grid-template-columns:1fr;gap:26px;}
.contact-main-content .contact-actions{max-width:none;align-items:center;}
.contact-map{min-height:320px;height:320px;}
.contact-map-link{align-self:center;}}
@media (max-width:560px){.contact-page-cta .contact-box{padding:28px 20px;gap:22px;}
.contact-map{min-height:260px;height:260px;border-radius:16px;}
.contact-map-link{font-size:13px;}}
.contact-page-cta .contact-main-content{align-items:flex-start;}
.contact-page-cta .contact-copy,
.contact-page-cta .contact-main-content .contact-actions{box-sizing:border-box;width:100%;max-width:360px;}
.contact-page-cta .contact-copy p{box-sizing:border-box;width:100%;max-width:360px;margin:14px 0 0;}
.contact-page-cta .contact-actions .contact-short-btn,
.contact-page-cta .contact-actions .secure-contact.tel{font-size:18px;font-weight:800;line-height:1.2;}
@media (max-width:900px){.contact-page-cta .contact-main-content{align-items:center;}
.contact-page-cta .contact-copy,
.contact-page-cta .contact-main-content .contact-actions{max-width:480px;}
.contact-page-cta .contact-copy{text-align:center;}
.contact-page-cta .contact-copy p{max-width:480px;}
.contact-page-cta .contact-actions .contact-short-btn,
.contact-page-cta .contact-actions .secure-contact.tel{font-size:18px;}}
@media (max-width:560px){.contact-page-cta .contact-copy,
.contact-page-cta .contact-main-content .contact-actions,
.contact-page-cta .contact-copy p{max-width:none;}
.contact-page-cta .contact-actions .contact-short-btn,
.contact-page-cta .contact-actions .secure-contact.tel{font-size:18px;}}
.contact-page-cta .contact-copy h2{white-space:nowrap;font-size:clamp(25px,7.4vw,40px);line-height:1.25;letter-spacing:-.04em;}
@media (max-width:900px){.contact-page-cta .contact-copy h2{text-align:center;}}
.campaign{max-width:740px;padding:28px 34px 30px;}
.campaign .campaign-main-copy{max-width:670px;margin:10px auto;font-size:15px;line-height:1.8;letter-spacing:.01em;}
.campaign .text-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:12px;padding:8px 20px;background:#fff;color:var(--deep);border:2px solid var(--orange);border-radius:999px;font-size:15px;font-weight:900;line-height:1.2;text-decoration:none;box-shadow:0 5px 14px rgba(0,0,0,.14);transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;}
.campaign .text-link:hover{background:#fff8e8;transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.18);}
@media (max-width:900px){.campaign{max-width:720px;padding:26px 28px 28px;}}
@media (max-width:560px){.campaign{margin-left:18px;margin-right:18px;padding:24px 18px 26px;}
.campaign .campaign-main-copy{font-size:14px;line-height:1.75;}
.campaign .campaign-copy-break{display:none;}
.campaign .text-link{width:auto;min-width:220px;max-width:100%;}}
.expert-course-notes{border-radius:14px;}
.training-target{display:inline-block;margin:8px 0 22px;padding:8px 14px;background:#fff8df;border-left:4px solid var(--orange);border-radius:8px;font-weight:800;color:var(--deep);}
.training-notes{margin-top:22px;}
.training-notes p:last-child{margin-bottom:0;}
.course-fee-includes p{margin:0 0 12px;}
.course-fee-includes p:last-child{margin-bottom:0;}
.course-fee-includes strong{color:var(--deep);}
@media (max-width:560px){.expert-course-notes,.training-notes{padding:16px;}
.training-target{display:block;}
.course-fee-includes{padding:16px 18px;}}
.course-type-heading{--type-color:var(--blue);--type-bg:#eef8ff;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px;padding:16px 20px;background:var(--type-bg);border:1px solid color-mix(in srgb, var(--type-color) 30%, white);border-left:7px solid var(--type-color);border-radius:14px;}
.course-type-heading h3{margin:0;color:var(--type-color);font-size:26px;line-height:1.35;}
.course-type-heading p{margin:0;padding:6px 12px;background:#fff;border:1px solid color-mix(in srgb, var(--type-color) 26%, white);border-radius:999px;color:var(--type-color);font-size:14px;font-weight:800;line-height:1.5;text-align:center;flex:0 0 auto;}
.course-type-beginner2 .course-type-heading{--type-color:#0878bd;--type-bg:#edf8ff;}
.course-type-expert2 .course-type-heading{--type-color:#16805b;--type-bg:#eefaf5;}
.course-type-beginner1 .course-type-heading{--type-color:#7357a5;--type-bg:#f6f1fc;}
.course-type-expert1 .course-type-heading{--type-color:#c26a15;--type-bg:#fff6eb;}
.course-type-training .training-type-heading{--type-color:#b0445d;--type-bg:#fff1f4;justify-content:flex-start;}
.course-type-training .training-type-heading .training-target{display:block;width:100%;padding:0;background:transparent;border:0;border-radius:0;color:var(--type-color);font-size:16px;text-align:left;}
.course-type-training>h3{margin-bottom:12px;}
.course-fee-includes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px;}
.fee-info-box{padding:20px 22px;border-radius:14px;border:1px solid var(--line);background:#f7fbff;}
.fee-info-box strong{display:block;margin-bottom:7px;color:var(--deep);}
.fee-info-box p{margin:0;}
.fee-included{border-left:6px solid #16805b;background:#f0faf6;}
.fee-not-included{border-left:6px solid #c26a15;background:#fff7ed;}
@media (max-width:900px){.course-type-heading{align-items:flex-start;flex-direction:column;gap:10px;}
.course-type-heading p{text-align:left;}}
@media (max-width:560px){.course-type-heading{padding:14px 15px;border-left-width:6px;}
.course-type-heading h3{font-size:22px;}
.course-type-heading p{width:100%;border-radius:9px;font-size:13px;}
.course-type-training .training-type-heading .training-target{font-size:15px;}
.course-fee-includes{grid-template-columns:1fr;gap:12px;}
.fee-info-box{padding:17px 18px;}}
.course-type-beginner2{--type-color:#0878bd;--type-bg:#edf8ff;}
.course-type-expert2{--type-color:#16805b;--type-bg:#eefaf5;}
.course-type-beginner1{--type-color:#7357a5;--type-bg:#f6f1fc;}
.course-type-expert1{--type-color:#c26a15;--type-bg:#fff6eb;}
.course-type-training{--type-color:#b0445d;--type-bg:#fff1f4;}
.course-tabs a{border:2px solid transparent;box-shadow:0 5px 14px rgba(0,50,100,.08);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;}
.course-tabs a:nth-child(1){background:#edf8ff;color:#0878bd;border-color:#0878bd;}
.course-tabs a:nth-child(2){background:#eefaf5;color:#16805b;border-color:#16805b;}
.course-tabs a:nth-child(3){background:#f6f1fc;color:#7357a5;border-color:#7357a5;}
.course-tabs a:nth-child(4){background:#fff6eb;color:#c26a15;border-color:#c26a15;}
.course-tabs a:nth-child(5){background:#fff1f4;color:#b0445d;border-color:#b0445d;}
.course-tabs a:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,50,100,.14);filter:saturate(1.08);}
.course-block.course-type{margin:0 0 28px;padding:24px;border:2px solid var(--type-color);border-radius:22px;background:var(--type-bg);box-shadow:0 8px 24px rgba(0,50,100,.055);}
.course-block.course-type .course-type-heading{--type-color:inherit;--type-bg:transparent;}
.course-type .price-grid article{background:#fff;border:2px solid var(--type-color);border-top:7px solid var(--type-color);}
.course-type .price-grid article:hover{border-color:var(--type-color);box-shadow:0 16px 38px rgba(0,50,100,.14);}
.course-type .course-card-link::after{align-items:center;justify-content:center;min-height:42px;margin-top:auto;padding:10px 14px;border-radius:999px;background:var(--type-color);color:#fff;font-weight:800;line-height:1.35;text-align:center;}
.course-type .price-grid article:hover .course-card-link::after{text-decoration:none;filter:brightness(.94);}
@media (max-width:560px){.course-tabs{display:grid;grid-template-columns:1fr 1fr;gap:9px;}
.course-tabs a{display:flex;align-items:center;justify-content:center;text-align:center;padding:9px 10px;font-size:14px;}
.course-tabs a:nth-child(5){grid-column:1 / -1;}
.course-block.course-type{padding:16px 14px;border-radius:18px;}
.course-type .course-card-link::after{min-height:40px;padding:9px 12px;font-size:14px;}}
.expert-course-notes{background:#f7fbff;border:1px solid #cfe3f2;border-left:5px solid var(--blue);color:#25364a;}
.expert-course-notes p{margin:0 0 14px;font-size:16px;line-height:1.9;letter-spacing:.01em;}
.expert-course-notes p:last-child{margin-bottom:0;}
.expert-note-break{display:inline;}
.training-notes{width:min(84%,860px);margin:24px auto 0;padding:18px 22px;box-sizing:border-box;background:#fff;border:1px solid color-mix(in srgb, var(--type-color) 34%, white);border-left:5px solid var(--type-color);border-radius:14px;}
.training-notes p{margin:0;font-size:15.5px;line-height:1.85;}
.common-course-note{margin:10px 0 24px;padding:17px 20px;background:#f7f8fa;border:1px solid #d9dee5;border-left:5px solid #667085;border-radius:12px;color:#344054;}
.common-course-note p{margin:0;font-size:15.5px;line-height:1.85;}
.fee-info-box strong{font-size:19px;line-height:1.45;}
.fee-info-box p{font-size:17px;line-height:1.65;}
@media (max-width:900px){.expert-note-break{display:none;}
.training-notes{width:min(92%,760px);}}
@media (max-width:560px){.expert-course-notes{padding:16px 17px;}
.expert-course-notes p{font-size:15px;line-height:1.85;margin-bottom:12px;}
.training-notes{width:100%;padding:16px 17px;}
.training-notes p,.common-course-note p{font-size:15px;}
.common-course-note{padding:15px 16px;margin-top:6px;}
.fee-info-box strong{font-size:18px;}
.fee-info-box p{font-size:16px;}}
.expert-course-notes .expert-note-row{display:flex;align-items:flex-start;gap:7px;font-size:16px;line-height:1.65;letter-spacing:0;}
.expert-course-notes .expert-note-row:last-child{margin-bottom:0;}
.expert-note-symbol{flex:0 0 1.05em;width:1.05em;line-height:1.65;text-align:center;color:#111827;font-weight:400;}
.expert-note-text{flex:1 1 auto;min-width:0;color:#111827;}
.expert-note-text strong{font-weight:800;color:#111827;}
.expert-note-text .note-code{color:#e60012;font-weight:900;letter-spacing:.02em;}
@media (max-width:900px){.expert-note-break{display:none;}}
@media (max-width:560px){.expert-course-notes .expert-note-row{gap:5px;margin-bottom:9px;font-size:14.5px;line-height:1.75;}
.expert-note-symbol{flex-basis:1em;width:1em;line-height:1.75;}}
.course-type .course-card-link::after{content:none!important;display:none!important;}
.expert-course-notes{margin:20px auto 28px;}
.expert-contact-link{color:inherit;text-decoration:underline;text-underline-offset:3px;font-weight:800;}
.expert-contact-link:hover{color:var(--blue);}
.expert-apply-wrap{display:flex;justify-content:center;margin-top:18px;padding-top:4px;}
.expert-apply-btn{display:inline-flex;align-items:center;justify-content:center;min-width:280px;min-height:52px;padding:13px 28px;border-radius:999px;background:var(--blue);color:#fff!important;font-size:17px;font-weight:800;text-decoration:none;box-shadow:0 7px 20px rgba(0,65,120,.16);transition:transform .18s ease,filter .18s ease;}
.expert-apply-btn:hover{transform:translateY(-2px);filter:brightness(.94);}
@media (max-width:560px){.expert-apply-btn{width:100%;min-width:0;min-height:54px;font-size:16px;}
.expert-course-notes{margin:16px auto 24px;}}
.course-intro-guidance{max-width:1100px;margin:24px auto 30px;display:grid;gap:18px;}
.course-intro-box{background:#fff;border:1px solid #d9dee5;border-radius:10px;padding:22px 26px;box-shadow:0 3px 12px rgba(0,0,0,.06);font-size:16px;line-height:1.8;text-align:left;}
.course-intro-box p{margin:0 0 8px;}
.course-intro-box p:last-child{margin-bottom:0;}
.course-intro-box strong{font-weight:700;}
.course-intro-learning{border-left:5px solid #173b68;}
.course-intro-application{border-left:5px solid #e56b2f;}
.course-intro-box .intro-red,.course-intro-box .intro-code{color:#d71920;font-weight:800;}
.course-intro-box a{font-weight:700;text-decoration:underline;text-underline-offset:3px;}
.course-map-link a,.dips-guide-link{color:#173b68;}
.experienced-condition a{color:#d75b23;}
@media (max-width: 767px){.course-intro-guidance{margin:18px 0 24px;gap:14px;}
.course-intro-box{padding:17px 16px;font-size:15px;line-height:1.75;border-radius:8px;}}
.course-intro-guidance{margin-top:18px;}
.course-intro-learning{max-width:980px;margin:0 auto 28px;padding:4px 18px 10px;text-align:center;background:transparent;border:0!important;box-shadow:none;color:#24364b;font-size:17px;line-height:1.85;}
.course-intro-learning p{margin:0 0 9px;}
.course-intro-learning p:first-child{font-size:18px;line-height:1.8;}
.course-intro-learning .intro-red{color:#d71920;font-size:20px;font-weight:800;}
.course-intro-learning .course-map-link{margin-top:13px;}
.course-intro-learning .course-map-link a{display:inline-block;padding:7px 14px;border:1px solid #173b68;border-radius:999px;color:#173b68;text-decoration:none;font-weight:800;background:#fff;}
.course-intro-learning .course-map-link a:hover{text-decoration:underline;}
@media (max-width: 767px){.course-intro-learning{margin-bottom:22px;padding:0 8px 6px;font-size:15px;line-height:1.75;}
.course-intro-learning p:first-child{font-size:16px;line-height:1.75;}
.course-intro-learning .intro-red{font-size:18px;}
.course-intro-learning .course-map-link a{padding:7px 12px;}}
@media (min-width: 901px){.course-intro-learning .learning-two-lines{display:flex;flex-direction:column;align-items:center;gap:0;font-size:18px;line-height:1.8;}
.course-intro-learning .learning-two-lines span{display:block;white-space:nowrap;}}
.course-intro-application{width:min(88%,900px);margin:0 auto;padding:22px 28px;}
.course-intro-application .application-main{margin-bottom:14px;line-height:1.9;}
.course-intro-application .application-guide{margin:0 0 16px;text-align:center;}
.course-intro-application .dips-guide-link{display:inline-block;}
.course-intro-application .experienced-condition{margin:0;line-height:1.9;}
.course-type-training .training-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;}
.course-type-training .training-grid .training-notes{width:auto;height:100%;margin:0;padding:20px 22px;display:flex;align-items:center;background:#fff;border:2px solid var(--type-color);border-top:7px solid var(--type-color);border-left:2px solid var(--type-color);border-radius:20px;box-shadow:0 10px 30px rgba(0,50,100,.07);}
.course-type-training .training-grid .training-notes p{margin:0;font-size:15.5px;line-height:1.85;}
@media (max-width:900px){.course-intro-application{width:min(94%,820px);}
.course-type-training .training-grid{grid-template-columns:1fr 1fr;}
.course-type-training .training-grid .training-notes{grid-column:1 / -1;height:auto;}}
@media (max-width:560px){.course-intro-application{width:100%;padding:17px 16px;}
.course-intro-learning .learning-two-lines span{display:inline;white-space:normal;}
.course-intro-learning .learning-two-lines span + span::before{content:" ";}
.course-type-training .training-grid{grid-template-columns:1fr;}
.course-type-training .training-grid .training-notes{grid-column:auto;padding:17px 18px;}}
.trust-strip.trust-circles{max-width:980px;margin:-34px auto 52px;background:transparent;box-shadow:none;border-radius:0;overflow:visible;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:0 20px;}
.trust-strip.trust-circles .trust-item{width:100%;min-height:150px;border:3px solid var(--blue);background:#fff;box-shadow:0 12px 30px rgba(0,50,100,.12);padding:26px;display:flex;align-items:center;justify-content:center;text-align:center;}
.trust-strip.trust-circles .trust-item>div{width:100%;}
.trust-strip.trust-circles .trust-item strong{font-size:21px;line-height:1.45;color:var(--deep);}
.trust-strip.trust-circles .trust-item small{font-size:16px;line-height:1.55;margin-top:7px;color:var(--muted);}
@media (max-width:900px){.trust-strip.trust-circles{max-width:720px;margin:-20px auto 42px;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 18px;}
.trust-strip.trust-circles .trust-item{min-height:125px;padding:18px;border-bottom:3px solid var(--blue);}
.trust-strip.trust-circles .trust-item strong{font-size:17px;}
.trust-strip.trust-circles .trust-item small{font-size:14px;}}
@media (max-width:620px){.trust-strip.trust-circles{max-width:330px;grid-template-columns:1fr;gap:18px;margin:24px auto 38px;padding:0 26px;}
.trust-strip.trust-circles .trust-item{min-height:118px;padding:22px 26px;}
.trust-strip.trust-circles .trust-item strong{font-size:20px;}
.trust-strip.trust-circles .trust-item small{font-size:16px;}}
.trust-strip.trust-circles .trust-item{border-radius:0;transform:skewX(-10deg);}
.trust-strip.trust-circles .trust-item>div{transform:skewX(10deg);}
@media (max-width:620px){.trust-strip.trust-circles .trust-item{transform:skewX(-7deg);}
.trust-strip.trust-circles .trust-item>div{transform:skewX(7deg);}}
.expert-course-notes{width:min(100%,1120px);box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) 250px;column-gap:28px;row-gap:7px;align-items:center;padding:20px 24px;}
.expert-course-notes .expert-note-row{grid-column:1;margin:0;}
.expert-course-notes .expert-apply-wrap{grid-column:2;grid-row:1 / span 3;align-self:center;justify-self:stretch;margin:0;padding:0;}
.expert-course-notes .expert-apply-btn{width:100%;min-width:0;min-height:56px;padding:13px 18px;text-align:center;}
@media (max-width:900px){.expert-course-notes{grid-template-columns:minmax(0,1fr) 210px;column-gap:20px;padding:18px 20px;}
.expert-course-notes .expert-apply-btn{font-size:16px;}}
@media (max-width:700px){.expert-course-notes{display:block;width:100%;padding:16px 17px;}
.expert-course-notes .expert-note-row{margin-bottom:9px;}
.expert-course-notes .expert-apply-wrap{display:flex;margin-top:16px;padding-top:2px;}
.expert-course-notes .expert-apply-btn{width:100%;min-height:54px;}}
.course-route-guide{width:min(1120px,calc(100% - 40px));margin:38px auto 46px;padding:30px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f6f7f9 100%);box-shadow:0 16px 42px rgba(20,35,50,.10);border:1px solid rgba(25,52,74,.08);}
.course-route-head{text-align:center;margin-bottom:26px;}
.course-route-head>span{display:block;font-size:12px;letter-spacing:.16em;font-weight:800;color:#e87824;margin-bottom:6px;}
.course-route-head h3{margin:0;font-size:30px;line-height:1.35;color:#17283a;}
.course-route-head p{margin:8px 0 0;color:#66717c;font-size:15px;}
.route-group{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:stretch;padding:22px;border-radius:19px;background:#fff;border:1px solid #e5e8eb;}
.route-group+.route-group{margin-top:18px;}
.route-license-card{display:flex;flex-direction:column;justify-content:center;padding:24px 22px;border-radius:16px;background:#f7f7f8;border-left:5px solid #ef8c2e;}
.route-license-kicker{margin:0 0 7px!important;font-size:12px!important;font-weight:800;color:#e87824;letter-spacing:.06em;}
.route-license-card h4{margin:0 0 18px;font-size:24px;line-height:1.42;color:#171b20;letter-spacing:.01em;}
.route-license-card>p:last-child{margin:0;font-size:14px;line-height:1.85;color:#3d4650;}
.route-paths{display:grid;grid-template-rows:repeat(3,minmax(76px,auto));gap:12px;}
.route-path{position:relative;display:grid;grid-template-columns:minmax(220px,1fr) minmax(85px,.45fr) 150px;align-items:center;gap:14px;min-height:76px;padding:8px 0;text-decoration:none;color:inherit;}
.route-path-copy{text-align:center;line-height:1.35;}
.route-path-copy strong{display:block;font-size:16px;color:#20262c;margin-bottom:3px;}
.route-path-copy span{display:block;font-size:13px;color:#66717c;}
.route-arrow{position:relative;height:4px;background:linear-gradient(90deg,#ffb13b,#f29325);border-radius:999px;}
.route-arrow:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #f29325;}
.route-result{display:flex;align-items:center;justify-content:center;text-align:center;min-height:66px;padding:12px 14px;border-radius:13px;color:#fff;font-size:17px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.10);transition:transform .2s ease,box-shadow .2s ease;}
.route-path:hover .route-result{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.15);}
.result-beginner2{background:linear-gradient(135deg,#ff5b43,#f0442c);}
.result-expert2{background:linear-gradient(135deg,#f7aa2f,#ee8d18);}
.result-beginner1{background:linear-gradient(135deg,#5446b6,#3c3498);}
.result-expert1{background:linear-gradient(135deg,#34288f,#20196c);}
.route-path-training{position:relative;}
.route-training-chip{position:absolute;z-index:3;left:calc(62% - 58px);top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;min-width:130px;min-height:42px;padding:7px 18px;border-radius:12px;background:#087d49;color:#fff;font-weight:900;font-size:16px;box-shadow:0 6px 16px rgba(0,92,52,.18);}
@media (max-width:900px){.course-route-guide{width:min(100% - 28px,900px);padding:22px;}
.route-group{grid-template-columns:210px minmax(0,1fr);gap:18px;padding:18px;}
.route-license-card h4{font-size:21px;}
.route-path{grid-template-columns:minmax(180px,1fr) minmax(60px,.36fr) 130px;gap:10px;}
.route-result{font-size:15px;min-height:60px;}
.route-training-chip{left:calc(60% - 42px);min-width:112px;font-size:14px;}}
@media (max-width:700px){.course-route-guide{width:calc(100% - 24px);margin:26px auto 34px;padding:16px;border-radius:18px;}
.course-route-head{margin-bottom:18px;}
.course-route-head h3{font-size:23px;}
.course-route-head p{font-size:13px;}
.route-group{display:block;padding:14px;border-radius:15px;}
.route-group+.route-group{margin-top:14px;}
.route-license-card{padding:18px 17px;margin-bottom:14px;border-left-width:4px;}
.route-license-card h4{font-size:21px;margin-bottom:10px;}
.route-license-card>p:last-child{font-size:13px;line-height:1.7;}
.route-paths{display:block;}
.route-path{display:grid;grid-template-columns:1fr;gap:7px;padding:12px 8px 16px;margin-bottom:6px;border-bottom:1px dashed #d8dde1;}
.route-path:last-child{border-bottom:0;margin-bottom:0;}
.route-arrow{width:4px;height:24px;margin:0 auto;background:linear-gradient(180deg,#ffb13b,#f29325);}
.route-arrow:after{right:auto;left:50%;top:auto;bottom:-1px;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-top:14px solid #f29325;border-bottom:0;}
.route-result{width:min(220px,88%);margin:0 auto;min-height:52px;font-size:16px;}
.route-training-chip{position:static;transform:none;margin:-29px auto 8px;min-width:126px;width:max-content;min-height:38px;}
.route-path-training .route-result{margin-top:2px;}}
:root{--site-corner-radius:0px;}
section, .section, .card, .course-card, .feature-card, .info-box, .notice-box, .expert-course-notes, .course-route, .route-panel, .route-course, .route-choice, .training-card, .fee-box, .contact-box, .faq-item, .venue-card, .btn, .button, a[class*="btn"], button, input, textarea, select{border-radius:0!important;}
.dot, .circle, .icon-circle, .swiper-pagination-bullet{border-radius:50%!important;}
.chiraya-back-to-top{position:fixed;right:24px;bottom:24px;z-index:9999;padding:0;margin:0;border-radius:0!important;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .25s ease, transform .25s ease, visibility .25s ease;-webkit-tap-highlight-color:transparent;}
.chiraya-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);}
.chiraya-back-to-top img{display:block;width:100%;height:100%;object-fit:contain;}
.chiraya-back-to-top:hover{transform:translateY(-3px) scale(1.04);}
.chiraya-back-to-top:focus-visible{outline:3px solid rgba(230,107,34,.45);outline-offset:3px;}
@media (max-width:700px){.chiraya-back-to-top{right:14px;bottom:14px;width:62px;height:62px;}}
.chiraya-back-to-top{width:52px!important;height:52px!important;background:transparent!important;box-shadow:none!important;border:none!important;}
.chiraya-back-to-top img{background:transparent!important;}
@media (max-width:700px){.chiraya-back-to-top{width:46px!important;height:46px!important;right:12px!important;bottom:12px!important;}}
.update-calendar-layout,
.elearning-calendar-layout,
.calendar-row,
.update-elearning-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:34px;align-items:center;}
.update-calendar-layout .calendar,
.elearning-calendar-layout .calendar,
.calendar-row .calendar,
.update-elearning-wrap .calendar{min-width:0;}
.update-calendar-layout .elearning-text,
.elearning-calendar-layout .elearning-text,
.calendar-row .elearning-text,
.update-elearning-wrap .elearning-text{min-width:0;line-height:1.9;}
@media (max-width:760px){.update-calendar-layout,
.elearning-calendar-layout,
.calendar-row,
.update-elearning-wrap{display:block;}
.update-calendar-layout .elearning-text,
.elearning-calendar-layout .elearning-text,
.calendar-row .elearning-text,
.update-elearning-wrap .elearning-text{margin-top:20px;}
.dips-login-row{align-items:flex-start;flex-direction:column;gap:10px;}
.dips-login-btn{width:100%;min-width:0;}}
.renewal-schedule-grid .renewal-summary-side{width:100%;max-width:none;margin:0;padding:24px 26px;box-sizing:border-box;text-align:left;border-radius:0!important;}
@media (max-width:800px){.renewal-schedule-grid{display:block;}
.renewal-schedule-grid .renewal-summary-side{margin-top:20px;padding:18px 18px;}
.renewal-summary-side .renewal-summary-sub{margin-top:12px;}}
.renewal-schedule-grid{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:36px;align-items:center;}
.renewal-schedule-grid .renewal-calendar{width:100%;margin:0;}
.renewal-summary-side{width:100%;max-width:none;margin:0;padding:24px 26px;box-sizing:border-box;text-align:left;border-radius:0!important;}
.renewal-summary-side .renewal-summary-main{margin:0;}
.renewal-summary-side .renewal-summary-sub{margin:14px 0 0;font-weight:700;}
.renewal-portal-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.dips-login-row{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;}
.dips-login-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:170px;padding:11px 18px;border-radius:0!important;background:#102a56;color:#fff!important;text-decoration:none;font-weight:700;line-height:1.3;}
.dips-login-btn:hover{opacity:.88;}
@media (max-width:800px){.renewal-schedule-grid{display:block;}
.renewal-summary-side{margin-top:20px;padding:18px;}
.dips-login-row{align-items:flex-start;flex-direction:column;gap:10px;}
.dips-login-btn{width:100%;min-width:0;}}
.renewal-schedule-grid,
.renewal-schedule-grid > *,
.renewal-summary-side,
.renewal-summary-side p,
.renewal-summary-side span{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}
.renewal-summary-side{overflow:hidden!important;}
.renewal-summary-side .renewal-summary-main,
.renewal-summary-side .renewal-summary-main span,
.renewal-summary-side .renewal-summary-sub{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;}
.renewal-summary-side .renewal-summary-main{font-size:16px!important;line-height:1.85!important;}
.renewal-summary-side .renewal-summary-main span + span::before{content:" ";}
@media (min-width:801px){.renewal-schedule-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:30px!important;}
.renewal-summary-side{padding:22px 24px!important;}}
@media (max-width:1000px) and (min-width:801px){.renewal-summary-side .renewal-summary-main{font-size:15px!important;line-height:1.75!important;}}
@media (max-width:800px){.renewal-summary-side .renewal-summary-main{font-size:15px!important;}}
@media (min-width: 801px){.renewal-schedule-grid{width:min(1180px,100%)!important;grid-template-columns:minmax(0,1.65fr) minmax(285px,.62fr)!important;gap:28px!important;align-items:stretch!important;}
.renewal-schedule-grid .renewal-calendar,
.renewal-schedule-grid .renewal-calendar-inner{width:100%!important;max-width:none!important;}
.renewal-summary-side{width:100%!important;max-width:340px!important;justify-self:end!important;align-self:stretch!important;padding:24px 22px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important;}
.renewal-summary-side .renewal-summary-main{font-size:15px!important;line-height:1.9!important;white-space:normal!important;overflow-wrap:anywhere!important;}
.renewal-summary-side .renewal-summary-main span{display:block!important;white-space:normal!important;}
.renewal-summary-side .renewal-summary-sub{margin-top:16px!important;line-height:1.75!important;}}
@media (max-width: 800px){.renewal-summary-side{max-width:none!important;}}
.renewal-summary-side .renewal-summary-main{display:block!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;}
.renewal-summary-side .renewal-summary-main span{display:inline!important;}
footer,
.site-footer,
.footer{background:#000!important;color:#fff!important;}
footer a,
.site-footer a,
.footer a{color:#fff!important;}
.chiraya-footer-layout{width:min(1120px, calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;align-items:center;}
.chiraya-footer-content{min-width:0;}
@media (max-width:700px){.chiraya-footer-layout{width:min(100% - 28px, 520px);grid-template-columns:110px minmax(0,1fr);gap:16px;}
.chiraya-footer-photo{width:110px;height:78px;}}
.chiraya-footer-main{width:min(1120px, calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(300px, 42%) minmax(360px, 1fr);gap:42px;align-items:start;}
.chiraya-footer .chiraya-footer-photo{width:100%;height:200px;overflow:hidden;margin:0;}
.chiraya-footer .chiraya-footer-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;}
.chiraya-footer-info p{margin:0 0 8px;}
.chiraya-footer-small{font-size:15px;letter-spacing:.02em;}
.chiraya-footer-title{font-size:25px;line-height:1.3;margin:10px 0 8px!important;}
.chiraya-footer-address{line-height:1.35!important;margin-top:10px!important;}
.chiraya-footer-company{margin-top:24px!important;}
.chiraya-footer-copy{margin:10px auto 0!important;}
@media (max-width:760px){.chiraya-footer{padding:18px 0 16px!important;}
.chiraya-footer-main{width:min(100% - 28px, 560px);display:block;}
.chiraya-footer .chiraya-footer-photo{width:100%;height:auto;aspect-ratio:16/9;margin-bottom:20px;}
.chiraya-footer-title{font-size:21px;}
.chiraya-footer-small{font-size:13px;}
.chiraya-footer-address,.chiraya-footer-company{font-size:16px;}
.chiraya-footer-copy{width:calc(100% - 28px);font-size:11px;line-height:1.5;margin-top:20px!important;}}
.chiraya-footer{background:#000!important;color:#fff!important;padding:15px 0 14px!important;border-radius:0!important;}
.chiraya-footer-inner{width:760px;max-width:calc(100% - 32px);margin:0 auto;display:grid;grid-template-columns:240px 1fr;column-gap:48px;align-items:start;}
.chiraya-footer-photo{width:240px!important;height:200px!important;overflow:hidden;margin:0!important;}
.chiraya-footer-photo img{width:100%!important;height:100%!important;display:block;object-fit:cover;object-position:center 48%;}
.chiraya-footer-info{color:#fff;font-weight:700;padding-top:5px;line-height:1.32;}
.chiraya-footer-reg{font-size:14px;white-space:nowrap;margin-bottom:10px;}
.chiraya-footer-name{font-size:24px;line-height:1.2;white-space:nowrap;margin-bottom:10px;}
.chiraya-footer-code{font-size:15px;margin-bottom:10px;}
.chiraya-footer-address{font-size:18px;line-height:1.25;margin-bottom:26px;}
.chiraya-footer-company{font-size:18px;}
.chiraya-footer-copy{width:760px;max-width:calc(100% - 32px);margin:14px auto 0;text-align:center;color:#fff;font-size:13px;line-height:1.4;font-weight:400;}
@media (max-width:760px){.chiraya-footer{padding:16px 0!important;}
.chiraya-footer-inner{width:min(520px, calc(100% - 28px));display:block;}
.chiraya-footer-photo{width:100%!important;height:auto!important;aspect-ratio:16/9;margin:0 auto 18px!important;}
.chiraya-footer-info{padding-top:0;}
.chiraya-footer-reg,
.chiraya-footer-name{white-space:normal;}
.chiraya-footer-reg{font-size:12px;}
.chiraya-footer-name{font-size:20px;}
.chiraya-footer-code{font-size:14px;}
.chiraya-footer-address,
.chiraya-footer-company{font-size:16px;}
.chiraya-footer-address{margin-bottom:18px;}
.chiraya-footer-copy{width:calc(100% - 28px);margin-top:18px;font-size:11px;}}
.renewal-course-grid-after-schedule{margin-top:34px!important;}
.chiraya-footer-info{text-align:right!important;}
.chiraya-footer-reg,
.chiraya-footer-name,
.chiraya-footer-code,
.chiraya-footer-address,
.chiraya-footer-company{text-align:right!important;}
@media (max-width:760px){.chiraya-footer-info,
.chiraya-footer-reg,
.chiraya-footer-name,
.chiraya-footer-code,
.chiraya-footer-address,
.chiraya-footer-company{text-align:right!important;}}
.renewal-section-gap{height:36px;}
@media (max-width:760px){.renewal-section-gap{height:26px;}}
@media (min-width:701px){.route-path{grid-template-columns:minmax(0,1fr) minmax(118px,.42fr) minmax(132px,150px)!important;gap:14px!important;}
.route-path-copy{min-width:0;padding:0 4px;}
.route-path-copy strong,
.route-path-copy span{max-width:100%;overflow-wrap:break-word;}
.route-path-training .route-arrow{grid-column:2;grid-row:1;}
.route-training-chip{position:relative!important;grid-column:2;grid-row:1;left:auto!important;top:auto!important;transform:none!important;justify-self:center;align-self:center;width:auto;min-width:118px;max-width:100%;min-height:42px;padding:7px 14px;box-sizing:border-box;white-space:nowrap;}
.route-result{min-width:0;box-sizing:border-box;}}
@media (min-width:701px) and (max-width:1100px){.course-route-guide{width:calc(100% - 28px)!important;padding:20px!important;}
.route-group{grid-template-columns:minmax(190px,220px) minmax(0,1fr)!important;gap:18px!important;padding:18px!important;}
.route-license-card{padding:20px 18px!important;}
.route-license-card h4{font-size:20px!important;}
.route-path{grid-template-columns:minmax(170px,1fr) minmax(112px,.40fr) minmax(126px,138px)!important;gap:10px!important;}
.route-path-copy strong{font-size:15px!important;line-height:1.35;}
.route-path-copy span{font-size:12.5px!important;}
.route-training-chip{min-width:108px;padding:7px 10px;font-size:13px!important;}
.route-result{padding:11px 9px!important;font-size:14px!important;min-height:60px!important;}}
@media (max-width:1100px){.header-inner{position:relative;}
.menu-button{display:block!important;flex:0 0 44px;}
.global-nav{position:absolute!important;top:calc(100% + 8px)!important;left:16px!important;right:16px!important;z-index:50;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;padding:14px!important;background:#fff!important;box-shadow:0 16px 40px rgba(0,0,0,.14)!important;text-align:center!important;}
.global-nav.open{display:flex!important;}
.global-nav a,
.global-nav a.nav-update{box-sizing:border-box;width:100%!important;min-height:48px;padding:10px 14px!important;display:flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1.25;text-align:center!important;}}
@media (min-width:1101px){.global-nav{flex-wrap:nowrap!important;}
.global-nav a{white-space:nowrap!important;font-size:15px;padding-left:12px;padding-right:12px;}}
@media (max-width:700px){.route-training-chip{position:static!important;display:flex;transform:none!important;margin:-29px auto 8px!important;width:max-content;min-width:126px;max-width:88%;}}
@media (min-width:701px){.route-path{grid-template-columns:minmax(0,1fr) minmax(150px,.52fr) minmax(132px,150px)!important;gap:16px!important;}
.route-arrow{position:relative;min-width:150px;height:4px!important;overflow:visible!important;}
.route-arrow::after{right:-2px!important;border-left-width:16px!important;border-top-width:9px!important;border-bottom-width:9px!important;}
.route-training-chip{min-width:104px!important;max-width:118px!important;min-height:38px!important;padding:6px 12px!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;letter-spacing:0!important;box-shadow:0 5px 12px rgba(0,0,0,.13)!important;}
.route-result{font-weight:600!important;letter-spacing:0!important;text-shadow:none!important;font-size:15px!important;line-height:1.25!important;}}
@media (min-width:701px) and (max-width:1100px){.route-path{grid-template-columns:minmax(165px,1fr) minmax(148px,.48fr) minmax(126px,138px)!important;gap:14px!important;}
.route-arrow{min-width:148px;}
.route-training-chip{min-width:100px!important;max-width:112px!important;font-size:12.5px!important;}
.route-result{font-size:14px!important;font-weight:600!important;}}
@media (max-width:700px){.route-training-chip{min-width:112px!important;max-width:132px!important;min-height:38px!important;padding:6px 12px!important;font-size:13px!important;font-weight:600!important;}
.route-result{font-weight:600!important;text-shadow:none!important;letter-spacing:0!important;}}
.course-route-guide .route-license-card{justify-content:center!important;}
.course-route-guide .route-license-card h4{margin-top:0!important;}
.course-route-guide .route-path-copy{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;}
.course-route-guide .route-path-copy strong{display:block!important;margin:0!important;text-align:center!important;white-space:normal!important;line-height:1.45!important;}
.course-route-guide .route-path-copy span{display:none!important;}
.course-route-guide .route-result{color:#fff!important;font-weight:600!important;letter-spacing:0!important;text-shadow:none!important;}
.course-route-guide .route-training-chip{font-weight:600!important;letter-spacing:0!important;text-shadow:none!important;}
@media (min-width:1101px){.course-route-guide .route-group{grid-template-columns:250px minmax(0,1fr)!important;gap:30px!important;}
.course-route-guide .route-path{grid-template-columns:minmax(240px,1fr) minmax(170px,.58fr) 150px!important;gap:14px!important;}
.course-route-guide .route-path-copy strong{font-size:16px!important;}}
@media (min-width:701px) and (max-width:1100px){.course-route-guide .route-path-copy strong{font-size:14px!important;}}
@media (min-width:701px){.course-route-guide .route-paths{display:grid!important;grid-template-rows:repeat(3, minmax(72px,1fr))!important;}
.course-route-guide .route-path{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(150px,.5fr) 150px!important;gap:14px!important;align-items:center!important;}
.course-route-guide .route-path:nth-child(2),
.course-route-guide .route-path:nth-child(3){position:relative;}
.course-route-guide .route-path:nth-child(2) .route-result-expert-primary{position:absolute!important;right:0;top:0;width:150px!important;height:calc(200% + 6px)!important;min-height:0!important;display:flex!important;align-items:center;justify-content:center;z-index:3;}
.course-route-guide .route-result-expert-duplicate{visibility:hidden!important;pointer-events:none!important;}
.course-route-guide .route-path:nth-child(2) .route-arrow,
.course-route-guide .route-path:nth-child(3) .route-arrow{margin-right:0!important;}
.course-route-guide .route-result{font-weight:600!important;letter-spacing:0!important;text-shadow:none!important;}}
@media (min-width:701px) and (max-width:1100px){.course-route-guide .route-path{grid-template-columns:minmax(165px,1fr) minmax(145px,.48fr) 132px!important;}
.course-route-guide .route-path:nth-child(2) .route-result-expert-primary{width:132px!important;}}
@media (max-width:700px){.course-route-guide .route-result-expert-primary{display:none!important;}
.course-route-guide .route-result-expert-duplicate{visibility:visible!important;display:flex!important;}}
:root{--course-second-beginner:#0878bd!important;--course-second-expert:#16805b!important;--course-first-beginner:#7357a5!important;--course-first-expert:#c26a15!important;--course-training:#b0445d!important;}
.course-route-guide .route-result-second-beginner{background:#0878bd!important;}
.course-route-guide .route-result-second-expert{background:#16805b!important;}
.course-route-guide .route-result-first-beginner{background:#7357a5!important;}
.course-route-guide .route-result-first-expert{background:#c26a15!important;}
.course-route-guide .route-result,
.course-route-guide .route-training-chip{color:#fff!important;}
.course-route-guide .result-beginner2{background:#0878bd!important;color:#fff!important;}
.course-route-guide .result-expert2{background:#16805b!important;color:#fff!important;}
.course-route-guide .result-beginner1{background:#7357a5!important;color:#fff!important;}
.course-route-guide .result-expert1{background:#c26a15!important;color:#fff!important;}
.course-route-guide .route-training-chip{background:#b0445d!important;color:#fff!important;}
.course-route-guide .route-result,
.course-route-guide .route-training-chip{font-weight:600!important;letter-spacing:0!important;text-shadow:none!important;}
@media (min-width:701px){.course-route-guide .route-paths{position:relative;}
.course-route-guide .route-path:nth-child(2){position:relative;}
.course-route-guide .route-path:nth-child(2) .expert-result-primary{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;width:150px!important;height:calc(200% + 8px)!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:4!important;}
.course-route-guide .expert-result-duplicate{visibility:hidden!important;pointer-events:none!important;}}
@media (min-width:701px) and (max-width:1100px){.course-route-guide .route-path:nth-child(2) .expert-result-primary{width:132px!important;}}
@media (max-width:700px){.course-route-guide .expert-result-primary{display:none!important;}
.course-route-guide .expert-result-duplicate{visibility:visible!important;display:flex!important;}}
@media (min-width:701px){.course-route-guide .route-path:nth-child(2) .expert-result-primary{top:0!important;transform:none!important;height:calc(200% + 8px)!important;max-height:none!important;align-self:start!important;}
.course-route-guide .route-path:nth-child(1) .route-result{margin-bottom:8px!important;}
.course-route-guide .route-path:nth-child(2) .expert-result-primary{margin-top:4px!important;}}
@media (min-width:701px) and (max-width:1100px){.course-route-guide .route-path:nth-child(2) .expert-result-primary{height:calc(200% + 4px)!important;}}
#expert2,
#expert1{scroll-margin-top:110px;}
.course-route-guide a.route-result{text-decoration:none!important;}
.route-clean-guide{width:min(1040px, calc(100% - 32px))!important;margin:34px auto 44px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;}
.route-clean-guide .course-route-head{margin-bottom:26px!important;}
.route-clean-group{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:30px!important;align-items:stretch!important;padding:22px!important;margin:0 0 22px!important;border:1px solid #e1e6eb!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;}
.route-clean-license{box-sizing:border-box!important;min-width:0!important;padding:28px 24px!important;background:#f6f6f6!important;border-left:5px solid #f28c20!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
.route-clean-license h4{margin:0 0 20px!important;color:#111!important;font-size:25px!important;line-height:1.35!important;font-weight:700!important;}
.route-clean-license p{margin:0!important;color:#222!important;font-size:14px!important;line-height:1.85!important;}
.route-clean-flow{display:grid!important;grid-template-columns:minmax(240px,1fr) minmax(180px,.68fr) 150px!important;grid-template-rows:repeat(3, 78px)!important;column-gap:14px!important;row-gap:12px!important;align-items:center!important;min-width:0!important;position:relative!important;}
.route-clean-copy{grid-column:1;padding:0 8px!important;text-align:center!important;color:#111!important;font-weight:700!important;min-width:0!important;}
.copy-beginner{grid-row:1;}
.copy-training{grid-row:2;}
.copy-expert{grid-row:3;}
.route-clean-arrow{grid-column:2;width:100%!important;height:4px!important;position:relative!important;background:#f59a23!important;overflow:visible!important;}
.arrow-beginner{grid-row:1;}
.arrow-training{grid-row:2;}
.arrow-expert{grid-row:3;}
.route-clean-arrow::after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #f59a23;}
.route-clean-training-chip{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:2!important;box-sizing:border-box!important;width:116px!important;min-height:40px!important;padding:7px 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;background:#b0445d!important;color:#fff!important;line-height:1.15!important;font-weight:600!important;letter-spacing:0!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 5px 12px rgba(0,0,0,.10)!important;}
.route-clean-result{grid-column:3;grid-row:1;box-sizing:border-box!important;width:100%!important;height:66px!important;padding:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#fff!important;line-height:1.25!important;font-weight:600!important;letter-spacing:0!important;text-shadow:none!important;text-decoration:none!important;border-radius:10px!important;box-shadow:0 7px 16px rgba(0,0,0,.10)!important;}
.route-clean-result-expert{grid-column:3!important;grid-row:2 / 4!important;align-self:stretch!important;height:auto!important;min-height:0!important;margin:0!important;}
.route-clean-guide .result-beginner2{background:#0878bd!important;}
.route-clean-guide .result-expert2{background:#16805b!important;}
.route-clean-guide .result-beginner1{background:#7357a5!important;}
.route-clean-guide .result-expert1{background:#c26a15!important;}
#beginner2,#expert2,#beginner1,#expert1,#training{scroll-margin-top:110px;}
@media (min-width:761px) and (max-width:1100px){.route-clean-group{grid-template-columns:215px minmax(0,1fr)!important;gap:18px!important;padding:18px!important;}
.route-clean-license{padding:22px 18px!important;}
.route-clean-license h4{font-size:21px!important;}
.route-clean-flow{grid-template-columns:minmax(175px,1fr) minmax(145px,.62fr) 130px!important;grid-template-rows:repeat(3, 74px)!important;column-gap:10px!important;row-gap:10px!important;}
.route-clean-copy{font-size:14px!important;}
.route-clean-training-chip{width:104px!important;font-size:12px!important;}
.route-clean-result{font-size:14px!important;height:62px!important;}
.route-clean-result-expert{height:auto!important;}}
@media (max-width:760px){.route-clean-guide{width:calc(100% - 24px)!important;margin:24px auto 34px!important;}
.route-clean-group{display:block!important;padding:14px!important;margin-bottom:18px!important;}
.route-clean-license{padding:22px 18px!important;margin-bottom:18px!important;}
.route-clean-license h4{font-size:21px!important;}
.route-clean-flow{display:flex!important;flex-direction:column!important;gap:10px!important;}
.route-clean-copy{margin-top:8px!important;font-size:14px!important;}
.route-clean-arrow{width:78%!important;flex:0 0 4px!important;margin:0 auto!important;}
.route-clean-training-chip{width:112px!important;}
.route-clean-result{width:min(240px,100%)!important;height:58px!important;margin:0 auto 8px!important;}
.route-clean-result-expert{min-height:58px!important;height:58px!important;align-self:center!important;}
.copy-beginner{order:1;}
.arrow-beginner{order:2;}
.route-clean-result:not(.route-clean-result-expert){order:3;}
.copy-training{order:4;}
.arrow-training{order:5;}
.copy-expert{order:6;}
.arrow-expert{order:7;}
.route-clean-result-expert{order:8;}}
.privacy-page{background:#fff;}
.privacy-content{width:min(900px, calc(100% - 32px));margin:0 auto;padding:34px 38px;box-sizing:border-box;background:#fff;border:1px solid #dfe5ea;border-radius:0!important;line-height:1.9;color:#263442;}
.privacy-content h2{margin:34px 0 12px;padding-left:12px;border-left:4px solid #f28c20;color:#173b68;font-size:22px;line-height:1.4;}
.privacy-content p{margin:0 0 16px;}
.privacy-content ul{margin:8px 0 18px 1.4em;}
.privacy-content li{margin-bottom:6px;}
.privacy-date{margin-top:34px!important;text-align:right;color:#667085;font-size:14px;}
.footer-privacy-link{display:inline-block;margin-bottom:8px;color:#fff!important;text-decoration:underline;text-underline-offset:3px;}
.privacy-consent-link{display:inline-block;margin-top:6px;font-weight:700;color:#173b68;text-decoration:underline;text-underline-offset:3px;}
@media (max-width:700px){.privacy-content{width:calc(100% - 24px);padding:24px 18px;}
.privacy-content h2{font-size:19px;}}
.privacy-check .privacy-consent-label{display:flex;align-items:flex-start;gap:8px;}
.privacy-check .privacy-consent-link-wrap{margin-top:8px;}
.privacy-check .privacy-consent-link{display:inline-block;color:#173b68!important;text-decoration:underline!important;text-underline-offset:3px;font-weight:700;cursor:pointer;}
.privacy-check{position:relative!important;overflow:visible!important;}
.privacy-consent-row{display:flex!important;align-items:flex-start!important;gap:8px!important;position:relative!important;z-index:1!important;}
.privacy-consent-row input{flex:0 0 auto!important;margin-top:4px!important;}
.privacy-consent-row label{cursor:pointer!important;}
.privacy-policy-link-row{position:relative!important;z-index:20!important;margin:8px 0 0!important;padding:0!important;pointer-events:auto!important;}
.privacy-policy-direct-link{position:relative!important;z-index:30!important;display:inline-block!important;pointer-events:auto!important;cursor:pointer!important;color:#173b68!important;text-decoration:underline!important;text-underline-offset:3px!important;font-weight:700!important;}
.privacy-policy-direct-link::before,
.privacy-policy-direct-link::after{pointer-events:none!important;}
.thanks-page{background:#fff;min-height:55vh;}
.thanks-content{width:min(760px,calc(100% - 32px));margin:0 auto 50px;padding:44px 36px;box-sizing:border-box;border:1px solid #dfe5ea;text-align:center;line-height:1.9;}
.thanks-lead{margin:0 0 18px;color:#173b68;font-size:22px;font-weight:700;}
.thanks-note{margin-top:18px;color:#667085;font-size:14px;}
.thanks-home-btn{display:inline-flex!important;margin-top:26px!important;text-decoration:none!important;}
@media (max-width:700px){.thanks-content{width:calc(100% - 24px);padding:32px 18px;}
.thanks-lead{font-size:19px;}}
@media (max-width:760px){.route-clean-flow{gap:12px!important;}
.route-clean-copy{width:100%!important;margin:6px 0 0!important;padding:0 8px!important;position:relative!important;z-index:2!important;}
.route-clean-arrow{position:relative!important;z-index:1!important;}
.route-clean-arrow.arrow-training{flex:0 0 58px!important;width:78%!important;height:58px!important;margin:0 auto!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.route-clean-arrow.arrow-training::before{content:"";position:absolute;left:0;right:0;top:50%;height:4px;transform:translateY(-50%);background:#f59a23;}
.route-clean-arrow.arrow-training::after{top:50%!important;}
.route-clean-training-chip{position:relative!important;left:auto!important;top:auto!important;transform:none!important;z-index:3!important;width:128px!important;min-height:46px!important;padding:9px 12px!important;font-size:14px!important;}
.route-clean-result{position:relative!important;z-index:2!important;}
.chiraya-footer-info,
.chiraya-footer-reg,
.chiraya-footer-name,
.chiraya-footer-code,
.chiraya-footer-address,
.chiraya-footer-company,
.chiraya-footer-copy{text-align:center!important;}}
@media (max-width:760px){.route-clean-group{padding:14px 12px 18px!important;overflow:visible!important;}
.route-clean-license{margin-bottom:20px!important;}
.route-clean-flow{display:grid!important;grid-template-columns:minmax(0,34fr) minmax(0,30fr) minmax(0,32fr)!important;grid-template-rows:72px 72px 72px!important;column-gap:2%!important;row-gap:10px!important;align-items:center!important;width:100%!important;min-width:0!important;}
.route-clean-copy{grid-column:1!important;width:auto!important;margin:0!important;padding:0 4px!important;align-self:center!important;text-align:center!important;font-size:12px!important;line-height:1.35!important;overflow-wrap:anywhere!important;}
.route-clean-flow .copy-beginner{grid-row:1!important;order:initial!important;}
.route-clean-flow .copy-training{grid-row:2!important;order:initial!important;}
.route-clean-flow .copy-expert{grid-row:3!important;order:initial!important;}
.route-clean-arrow,
.route-clean-arrow.arrow-training{grid-column:2!important;width:100%!important;height:4px!important;min-height:0!important;flex:none!important;margin:0!important;position:relative!important;display:block!important;background:#f59a23!important;overflow:visible!important;z-index:1!important;}
.route-clean-flow .arrow-beginner{grid-row:1!important;order:initial!important;}
.route-clean-flow .arrow-training{grid-row:2!important;order:initial!important;}
.route-clean-flow .arrow-expert{grid-row:3!important;order:initial!important;}
.route-clean-arrow.arrow-training::before{content:none!important;}
.route-clean-arrow::after,
.route-clean-arrow.arrow-training::after{content:""!important;position:absolute!important;right:-1px!important;top:50%!important;transform:translateY(-50%)!important;width:0!important;height:0!important;border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-left:14px solid #f59a23!important;}
.route-clean-training-chip{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:3!important;width:clamp(78px, 92%, 108px)!important;min-height:38px!important;padding:6px 5px!important;border-radius:9px!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap!important;}
.route-clean-result{grid-column:3!important;width:100%!important;height:56px!important;min-width:0!important;margin:0!important;padding:7px 5px!important;align-self:center!important;font-size:12px!important;line-height:1.2!important;border-radius:9px!important;order:initial!important;}
.route-clean-result:not(.route-clean-result-expert){grid-row:1!important;}
.route-clean-result-expert{grid-column:3!important;grid-row:2 / 4!important;width:100%!important;height:auto!important;min-height:112px!important;align-self:stretch!important;margin:5px 0!important;order:initial!important;}}
@media (max-width:430px){.route-clean-group{padding-left:8px!important;padding-right:8px!important;}
.route-clean-flow{grid-template-columns:minmax(0,35fr) minmax(0,29fr) minmax(0,32fr)!important;column-gap:2%!important;}
.route-clean-copy{font-size:11px!important;padding:0 2px!important;}
.route-clean-training-chip{width:90%!important;min-height:36px!important;padding:5px 3px!important;font-size:10px!important;}
.route-clean-result{font-size:11px!important;padding:6px 3px!important;}}
.course-type .course-card-body{display:block;padding:0;margin:0;}
.course-type .fee-label{margin:2px 0 0;font-weight:800;color:var(--text);}
.course-type .price{display:flex;align-items:baseline;gap:3px;flex-wrap:nowrap;white-space:nowrap;font-weight:900;color:var(--type-color,var(--orange));}
.course-type .price::after{content:none!important;display:none!important;}
.course-type .price-amount{font:inherit;color:inherit;white-space:nowrap;}
.course-type .price-tax{font-weight:800;color:var(--muted);white-space:nowrap;}
.course-type .discount-note{font-weight:600;color:var(--text);}
.course-type .discount-note strong{font-weight:900;white-space:nowrap;}
.course-type .course-meta-lines{display:flex;align-items:center;flex-wrap:wrap;column-gap:4px;row-gap:0;margin:0;color:var(--text);}
.course-type .course-meta-lines>span{display:inline;white-space:nowrap;}
.course-type .course-meta-lines .meta-plus{font-weight:800;}
.course-type .price-grid article{min-width:0;}
@media (max-width:900px){.course-type .fee-label{font-size:14.5px;}
.course-type .course-meta-lines{font-size:14px;}
.course-type .discount-note{font-size:13px;}
.course-type .price{font-size:29px;}}
@media (max-width:560px){.course-type .course-card-link{padding:18px;}
.course-type .fee-label{font-size:15px;}
.course-type .price{font-size:30px;}
.course-type .price-tax{font-size:13px;}
.course-type .discount-note{font-size:13.5px;}
.course-type .course-meta-lines{font-size:14.5px;line-height:1.65;}}
.route-clean-copy{font-size:17px!important;line-height:1.45!important;}
.route-clean-copy br{display:block!important;}
.route-clean-training-chip{font-size:14px!important;}
.route-clean-result{font-size:16px!important;}
@media (min-width:761px) and (max-width:1100px){.route-clean-copy{font-size:15px!important;line-height:1.45!important;}
.route-clean-training-chip{font-size:13px!important;}
.route-clean-result{font-size:15px!important;}}
@media (max-width:760px){.route-clean-copy{font-size:13px!important;line-height:1.45!important;font-weight:700!important;overflow-wrap:normal!important;word-break:keep-all!important;}
.route-clean-training-chip{font-size:11.5px!important;font-weight:700!important;}
.route-clean-result{font-size:13px!important;font-weight:700!important;}}
@media (max-width:430px){.route-clean-copy{font-size:12.5px!important;line-height:1.4!important;}
.route-clean-training-chip{font-size:11px!important;}
.route-clean-result{font-size:12.5px!important;}}
.support-store-info{margin:18px 0 24px;padding:14px 16px;border-left:4px solid var(--orange);}
.support-store-info p{margin:0;line-height:1.8;}
.contact-hours{margin:12px 0 10px;line-height:1.75;color:var(--deep);}
@media (max-width:560px){.contact-page-cta .contact-main-content .contact-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;max-width:none;margin-top:22px;}
.contact-page-cta .contact-actions .contact-short-btn,
.contact-page-cta .contact-actions .secure-contact.tel{width:100%;max-width:none;min-width:0;height:58px;min-height:58px;margin:0;padding:10px 8px;font-size:16px;line-height:1.2;align-self:stretch;}
.contact-hours{font-size:15px;text-align:center;margin:10px 0 12px;}
.support-store-info{margin:16px 0 22px;padding:12px 14px;}}
.support-main,
.support-store-info,
.support-main .support-consult-btn{box-sizing:border-box;width:100%;}
.support-main .support-consult-btn{display:flex;max-width:none;margin-left:0;margin-right:0;}
.support-secure-tel{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;min-height:44px;border:2px solid var(--blue);background:#fff;color:var(--blue);font-weight:800;border-radius:12px;padding:8px 16px;}
.contact-page-cta .contact-main-content .contact-actions{display:grid;grid-template-columns:1fr;width:100%;}
.contact-page-cta .contact-actions .contact-short-btn,
.contact-page-cta .contact-actions .secure-contact.tel,
.contact-page-cta .contact-actions a.secure-contact.tel{box-sizing:border-box;width:100%!important;max-width:none!important;min-width:0!important;height:58px;min-height:58px;margin:0!important;padding:10px 12px;border-width:3px;border-style:solid;border-radius:14px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;}
.contact-page-cta .contact-actions .contact-short-btn{border-color:var(--orange);}
.contact-page-cta .contact-actions .secure-contact.tel,
.contact-page-cta .contact-actions a.secure-contact.tel{border-color:var(--blue);}
@media (max-width:560px){.contact-page-cta .contact-main-content .contact-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;}
.contact-page-cta .contact-actions .contact-short-btn,
.contact-page-cta .contact-actions .secure-contact.tel,
.contact-page-cta .contact-actions a.secure-contact.tel{width:100%!important;height:58px;min-height:58px;font-size:16px;padding:8px 6px;}
.support-secure-tel{width:100%;}}
@media (min-width:981px){.route-clean-guide{width:min(1120px, calc(100% - 40px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:22px!important;align-items:start!important;}
.route-clean-guide .course-route-head{grid-column:1 / -1!important;margin-bottom:6px!important;}
.route-clean-group{display:block!important;min-width:0!important;margin:0!important;padding:18px 18px 20px!important;border:1px solid #dfe5ea!important;border-top:4px solid #f28c20!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(26,45,66,.08)!important;overflow:visible!important;}
.route-clean-license{min-height:150px!important;margin:0 0 16px!important;padding:18px 20px!important;border-left:0!important;border-radius:11px!important;background:#f7f8fa!important;justify-content:flex-start!important;}
.route-clean-license h4{margin:0 0 10px!important;font-size:21px!important;line-height:1.35!important;}
.route-clean-license p{font-size:13.5px!important;line-height:1.7!important;}
.route-clean-flow{grid-template-columns:minmax(150px,1.12fr) minmax(118px,.9fr) minmax(118px,.88fr)!important;grid-template-rows:repeat(3, 66px)!important;column-gap:10px!important;row-gap:8px!important;padding:4px 2px 0!important;}
.route-clean-copy{padding:0 3px!important;font-size:14px!important;line-height:1.38!important;}
.route-clean-arrow{height:3px!important;}
.route-clean-arrow::after{border-top-width:8px!important;border-bottom-width:8px!important;border-left-width:14px!important;}
.route-clean-training-chip{width:102px!important;min-height:36px!important;padding:6px 8px!important;font-size:12px!important;border-radius:9px!important;box-shadow:0 4px 10px rgba(0,0,0,.09)!important;}
.route-clean-result{height:54px!important;padding:8px 6px!important;font-size:13.5px!important;border-radius:9px!important;box-shadow:0 5px 12px rgba(0,0,0,.09)!important;}
.route-clean-result-expert{height:auto!important;min-height:0!important;}}
@media (min-width:761px) and (max-width:980px){.route-clean-guide{width:min(860px, calc(100% - 32px))!important;}
.route-clean-group{grid-template-columns:200px minmax(0,1fr)!important;gap:16px!important;padding:16px!important;margin-bottom:16px!important;border-radius:14px!important;box-shadow:0 8px 22px rgba(26,45,66,.06)!important;}
.route-clean-license{padding:20px 16px!important;}
.route-clean-license h4{margin-bottom:12px!important;font-size:20px!important;}
.route-clean-flow{grid-template-columns:minmax(150px,1fr) minmax(120px,.75fr) 122px!important;grid-template-rows:repeat(3, 66px)!important;column-gap:8px!important;row-gap:8px!important;}
.route-clean-copy{font-size:14px!important;}
.route-clean-result{height:54px!important;font-size:13.5px!important;}
.route-clean-training-chip{width:100px!important;min-height:36px!important;font-size:12px!important;}}
@media (max-width:900px){.main-license-hero .main-hero-title{font-size:clamp(34px,5.6vw,46px)!important;line-height:1.24!important;letter-spacing:-.045em!important;max-width:none!important;margin-top:12px!important;}
.main-license-hero .eyebrow{font-size:17px!important;line-height:1.45!important;}
.renewal-hero .hero-image{order:-1!important;width:100%!important;min-height:320px!important;height:320px!important;clip-path:none!important;-webkit-clip-path:none!important;}
.renewal-hero .hero-image img{width:100%!important;height:320px!important;min-height:320px!important;object-fit:cover!important;object-position:72% 31%!important;transform:none!important;}
.renewal-hero .hero-copy h1{font-size:clamp(48px,7.2vw,64px)!important;line-height:1.18!important;letter-spacing:-.045em!important;margin:12px 0 24px!important;}
.renewal-hero .hero-copy .eyebrow{font-size:18px!important;letter-spacing:.12em!important;}}
@media (max-width:560px){.main-license-hero .hero-copy{padding:42px 22px 28px!important;}
.main-license-hero .main-hero-title{font-size:clamp(28px,7.35vw,32px)!important;line-height:1.27!important;letter-spacing:-.055em!important;}
.main-license-hero .eyebrow{font-size:16px!important;}
.renewal-hero .hero-image,
.renewal-hero .hero-image img{min-height:245px!important;height:245px!important;}
.renewal-hero .hero-image img{object-position:72% 30%!important;}
.renewal-hero .hero-copy{padding:40px 22px 30px!important;}
.renewal-hero .hero-copy h1{font-size:clamp(42px,11vw,52px)!important;line-height:1.16!important;margin:10px 0 22px!important;}
.renewal-hero .hero-copy .eyebrow{font-size:17px!important;letter-spacing:.1em!important;}}
@media (max-width:390px){.main-license-hero .main-hero-title{font-size:27px!important;}
.renewal-hero .hero-copy h1{font-size:40px!important;}}
@media (max-width:900px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{width:100%!important;}
.main-license-hero .main-hero-title{width:100%!important;max-width:100%!important;font-size:clamp(38px, 6.2vw, 52px)!important;line-height:1.20!important;letter-spacing:-.055em!important;}
.main-license-hero .main-hero-title span{display:block!important;width:100%!important;}
.renewal-hero .hero-copy h1{width:100%!important;max-width:100%!important;white-space:nowrap!important;font-size:clamp(42px, 7.0vw, 60px)!important;line-height:1.12!important;letter-spacing:-.055em!important;}
.renewal-hero .hero-copy h1 br{display:none!important;}}
@media (max-width:560px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{padding-left:22px!important;padding-right:22px!important;}
.main-license-hero .main-hero-title{font-size:clamp(31px, 8.45vw, 37px)!important;line-height:1.22!important;letter-spacing:-.065em!important;}
.renewal-hero .hero-copy h1{font-size:clamp(31px, 8.45vw, 38px)!important;line-height:1.12!important;letter-spacing:-.07em!important;margin:10px 0 22px!important;}}
@media (max-width:390px){.main-license-hero .main-hero-title{font-size:30px!important;}
.renewal-hero .hero-copy h1{font-size:30px!important;}}
@media (min-width:901px) and (max-width:1100px){.main-license-hero.hero,
.renewal-hero.hero{display:grid!important;grid-template-columns:1fr!important;min-height:0!important;align-items:stretch!important;}
.main-license-hero .hero-image.hero-video-wrap,
.renewal-hero .hero-image{order:-1!important;width:100%!important;height:360px!important;min-height:360px!important;clip-path:none!important;-webkit-clip-path:none!important;}
.main-license-hero .hero-video,
.renewal-hero .hero-image img{width:100%!important;height:360px!important;min-height:360px!important;object-fit:cover!important;}
.main-license-hero .hero-copy,
.renewal-hero .hero-copy{box-sizing:border-box!important;width:min(100%, 1040px)!important;max-width:1040px!important;margin:0 auto!important;padding:48px 40px 44px!important;}
.main-license-hero .hero-copy::after{left:22px!important;right:22px!important;}
.main-license-hero .main-hero-title{width:100%!important;max-width:100%!important;font-size:clamp(42px,5.2vw,56px)!important;line-height:1.18!important;letter-spacing:-.05em!important;margin:12px 0 24px!important;}
.main-license-hero .main-hero-title span{display:block!important;width:100%!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow){width:100%!important;max-width:none!important;margin-right:0!important;font-size:17px!important;line-height:1.9!important;}
.renewal-hero .hero-copy h1{width:100%!important;max-width:100%!important;white-space:nowrap!important;font-size:clamp(48px,6.1vw,64px)!important;line-height:1.1!important;letter-spacing:-.055em!important;margin:12px 0 24px!important;}
.renewal-hero .hero-copy h1 br{display:none!important;}
.renewal-hero .hero-image img{object-position:72% 31%!important;transform:none!important;}}
@media (max-width:1100px){.main-license-hero.hero,
.renewal-hero.hero{display:grid!important;grid-template-columns:minmax(0,1fr)!important;min-height:0!important;align-items:stretch!important;overflow:hidden!important;}
.main-license-hero .hero-copy,
.renewal-hero .hero-copy{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:clamp(22px,4.2vw,46px)!important;padding-right:clamp(22px,4.2vw,46px)!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow),
.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{width:100%!important;max-width:none!important;margin-right:0!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow){text-wrap:pretty;}
.main-license-hero .main-hero-title,
.renewal-hero .hero-copy h1{max-width:none!important;}}
@media (min-width:701px) and (max-width:1100px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{padding-top:clamp(42px,5vw,54px)!important;padding-bottom:clamp(38px,4.5vw,48px)!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow){font-size:clamp(16.5px,1.85vw,18px)!important;line-height:1.9!important;}
.main-license-hero .main-hero-title{font-size:clamp(40px,5.35vw,56px)!important;line-height:1.18!important;}
.renewal-hero .hero-copy h1{font-size:clamp(46px,6vw,64px)!important;white-space:nowrap!important;}}
@media (max-width:700px){.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow){width:100%!important;max-width:none!important;}}
@media (min-width:901px) and (max-width:1180px){.main-license-hero.hero,
.renewal-hero.hero{display:grid!important;grid-template-columns:minmax(0,1fr)!important;min-height:0!important;align-items:stretch!important;background:linear-gradient(180deg,#fff 0%,#f5fbff 100%)!important;overflow:hidden!important;}
.main-license-hero .hero-image.hero-video-wrap,
.renewal-hero .hero-image{position:relative!important;inset:auto!important;order:-1!important;width:100%!important;height:clamp(260px,28vw,340px)!important;min-height:0!important;clip-path:none!important;-webkit-clip-path:none!important;overflow:hidden!important;}
.main-license-hero .hero-video,
.renewal-hero .hero-image img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;transform:none!important;}
.main-license-hero .hero-video{object-position:center center!important;}
.renewal-hero .hero-image img{object-position:72% 31%!important;}
.main-license-hero .hero-copy,
.renewal-hero .hero-copy{position:relative!important;box-sizing:border-box!important;width:min(calc(100% - 56px),1060px)!important;max-width:1060px!important;min-height:0!important;margin:0 auto!important;padding:46px 0 48px!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;clip-path:none!important;-webkit-clip-path:none!important;}
.main-license-hero .hero-copy::after{content:none!important;display:none!important;}
.main-license-hero .main-hero-title{width:100%!important;max-width:100%!important;margin:12px 0 24px!important;font-size:clamp(40px,5vw,54px)!important;line-height:1.18!important;letter-spacing:-.045em!important;}
.main-license-hero .main-hero-title span{display:block!important;white-space:normal!important;}
.renewal-hero .hero-copy h1{width:100%!important;max-width:100%!important;margin:12px 0 24px!important;font-size:clamp(44px,5.6vw,60px)!important;line-height:1.12!important;letter-spacing:-.05em!important;white-space:nowrap!important;}
.renewal-hero .hero-copy h1 br{display:none!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow){width:100%!important;max-width:none!important;margin-right:0!important;font-size:clamp(16px,1.65vw,18px)!important;line-height:1.9!important;}
.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{width:100%!important;max-width:none!important;margin:30px auto 0!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:center!important;gap:16px!important;}
.main-license-hero .hero-buttons .btn,
.renewal-hero .hero-buttons .btn{width:auto!important;min-width:230px!important;max-width:360px!important;min-height:58px!important;margin:0!important;padding:13px 28px!important;font-size:17px!important;line-height:1.35!important;white-space:nowrap!important;border-radius:0!important;}}
@media (max-width:700px){.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin-top:26px!important;}
.main-license-hero .hero-buttons .btn,
.renewal-hero .hero-buttons .btn{box-sizing:border-box!important;width:min(100%,480px)!important;max-width:480px!important;min-width:0!important;min-height:58px!important;margin:0 auto!important;padding:12px 20px!important;font-size:17px!important;line-height:1.35!important;white-space:normal!important;border-radius:0!important;}}
@media (min-width:701px) and (max-width:900px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{width:min(calc(100% - 56px),820px)!important;max-width:820px!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important;}
.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:center!important;align-items:stretch!important;gap:14px!important;}
.main-license-hero .hero-buttons .btn,
.renewal-hero .hero-buttons .btn{width:auto!important;min-width:220px!important;max-width:330px!important;margin:0!important;white-space:nowrap!important;}}
@media (max-width:560px){.renewal-hero .hero-copy h1{font-size:clamp(28px,8.2vw,38px)!important;white-space:nowrap!important;letter-spacing:-.055em!important;}}
@media (min-width:701px) and (max-width:1180px){.main-license-hero.hero,
.renewal-hero.hero{width:100%!important;background:#f7fbfe!important;background-image:none!important;}
.main-license-hero .hero-copy,
.renewal-hero .hero-copy{width:100%!important;max-width:none!important;margin:0!important;padding-left:max(34px, calc((100vw - 980px) / 2))!important;padding-right:max(34px, calc((100vw - 980px) / 2))!important;background:#f7fbfe!important;background-image:none!important;box-sizing:border-box!important;}
.main-license-hero .hero-copy::before,
.main-license-hero .hero-copy::after,
.renewal-hero .hero-copy::before,
.renewal-hero .hero-copy::after{content:none!important;display:none!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow),
.main-license-hero .main-hero-title,
.renewal-hero .hero-copy h1,
.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{width:100%!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;}
.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{justify-content:center!important;}
.main-license-hero .hero-buttons .btn,
.renewal-hero .hero-buttons .btn{flex:0 1 auto!important;}}
@media (min-width:701px) and (max-width:820px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{padding-left:28px!important;padding-right:28px!important;}}
@media (max-width:700px){.main-license-hero.hero,
.renewal-hero.hero{width:100%!important;max-width:100%!important;overflow:hidden!important;background:#f7fbfe!important;}
.main-license-hero .hero-copy,
.renewal-hero .hero-copy{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;margin:0 auto!important;padding-left:22px!important;padding-right:22px!important;background:#f7fbfe!important;}
.main-license-hero .hero-copy > *,
.renewal-hero .hero-copy > *{box-sizing:border-box!important;max-width:100%!important;min-width:0!important;}
.main-license-hero .main-hero-title{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;font-size:clamp(26px,7.05vw,31px)!important;line-height:1.22!important;letter-spacing:-.07em!important;overflow:visible!important;}
.main-license-hero .main-hero-title span{display:block!important;width:100%!important;max-width:100%!important;white-space:nowrap!important;}
.main-license-hero .hero-image.hero-video-wrap{width:100%!important;height:190px!important;min-height:190px!important;max-height:190px!important;margin:0!important;overflow:hidden!important;clip-path:none!important;-webkit-clip-path:none!important;}
.main-license-hero .hero-video{display:block!important;width:100%!important;height:190px!important;min-height:190px!important;object-fit:cover!important;object-position:center center!important;transform:none!important;}
.main-license-hero .hero-copy > p:not(.eyebrow),
.renewal-hero .hero-copy > p:not(.eyebrow){width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow-wrap:anywhere!important;}
.main-license-hero .hero-buttons,
.renewal-hero .hero-buttons{width:100%!important;max-width:100%!important;margin:28px auto 0!important;padding:0!important;align-items:stretch!important;}
.main-license-hero .hero-buttons .btn,
.renewal-hero .hero-buttons .btn{width:100%!important;max-width:100%!important;min-width:0!important;min-height:58px!important;margin:0!important;}}
@media (max-width:390px){.main-license-hero .hero-copy,
.renewal-hero .hero-copy{padding-left:18px!important;padding-right:18px!important;}
.main-license-hero .main-hero-title{font-size:26px!important;letter-spacing:-.075em!important;}
.main-license-hero .hero-image.hero-video-wrap,
.main-license-hero .hero-video{height:175px!important;min-height:175px!important;max-height:175px!important;}}
.chiraya-footer-contact-buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap;}
.chiraya-footer .chiraya-footer-contact-buttons .secure-contact{display:inline-flex;align-items:center;justify-content:center;min-width:156px;min-height:42px;padding:9px 16px;margin:0;border:1px solid rgba(255,255,255,.7);border-radius:8px;background:rgba(255,255,255,.10);color:#fff;line-height:1.2;letter-spacing:.02em;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.22);cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;}
.chiraya-footer .chiraya-footer-contact-buttons .secure-contact:hover,
.chiraya-footer .chiraya-footer-contact-buttons .secure-contact:focus-visible{background:rgba(255,255,255,.20);border-color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.28);outline:none;}
.chiraya-footer .chiraya-footer-contact-buttons .secure-fax:disabled{opacity:1;background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.85);color:#fff;}
@media (max-width:760px){.chiraya-footer-contact-buttons{justify-content:flex-end;gap:8px;margin-top:10px;}
.chiraya-footer .chiraya-footer-contact-buttons .secure-contact{min-width:0;width:calc(50% - 4px);min-height:40px;padding:9px 8px;font-size:13px;}}
@media (max-width:420px){.chiraya-footer .chiraya-footer-contact-buttons .secure-contact{width:100%;}}
:root{--text:#171717;--muted:#4f5965;}
body{font-size:17px;font-weight:500;color:#171717;}
p,li,dd,dt,td,th,label,input,textarea,select,button{font-weight:500;}
p,li,dd,dt,td,th,label{color:#171717;}
.small,
.price::after{color:#4f5965;}
.small{font-size:15px;}
.global-nav a{font-size:16px;font-weight:800;color:#00366e;}
.eyebrow,
.section-title span,
.notice a,
.text-link{color:#005b9f;font-weight:900;}
.hero p{font-size:19px;font-weight:550;color:#20252a;}
.hero h1{font-size:clamp(34px,5.05vw,64px);font-weight:950;color:#00366e;}
.main-license-hero .main-hero-title{font-weight:950;color:#00366e;}
.btn{font-size:16px;font-weight:900;}
.btn.secondary{color:#005b9f;border-color:#005b9f;}
.section-title h2{font-size:clamp(30px,4.05vw,46px);font-weight:900;color:#00366e;}
.two-col h3,
.course-block>h3{font-size:30px;font-weight:900;color:#00366e;}
.feature-grid h3,
.instructor-grid h3,
.course-block h3{color:#00366e;font-weight:850;}
.feature-grid article,
.instructor-grid article,
.price-grid article,
.course-note,
.notice,
.faq details{color:#171717;}
.course-tabs a{font-size:16px;font-weight:900;color:#00366e;}
.price-grid h4{font-size:19px;font-weight:850;color:#00366e;}
.price{font-size:32px;font-weight:950;}
.price::after{font-size:14px;font-weight:650;}
.faq summary{font-size:19px;font-weight:900;color:#00366e;}
.qa-grid h3{font-size:1.12rem;font-weight:850;color:#005494;}
.qa-grid p{font-weight:550;}
.contact h2{font-size:42px;font-weight:900;color:#00366e;}
.tel{font-size:25px;font-weight:950;color:#005b9f;border-color:#005b9f;}
.update-page{color:#0b0b0b;}
.update-badge{font-size:15px;font-weight:950;}
.update-hero h1{font-size:clamp(40px,6.05vw,78px);font-weight:1000;}
.update-hero p{font-size:clamp(17px,2.05vw,23px);font-weight:750;color:#fff;}
.update-btn{font-size:16px;font-weight:950;}
.update-eyebrow{font-size:14px;font-weight:1000;color:#e96e00;}
.update-title h2{font-size:clamp(32px,4.85vw,60px);}
.update-lead{font-size:18px;font-weight:700;color:#111;}
.update-card{color:#0b0b0b;}
.update-card h3{font-size:25px;font-weight:900;color:#111;}
.update-card p{font-size:17px;font-weight:550;color:#111;}
.price-text{font-size:clamp(19px,2.05vw,27px);font-weight:950;color:#e96e00;}
.flow-item{color:#0b0b0b;}
.flow-item p{font-size:17px;font-weight:800;color:#111;}
.update-faq summary{font-size:17px;font-weight:900;}
.update-faq details{color:#0b0b0b;}
.footer,
.chiraya-footer{font-size:15px;font-weight:600;}
.chiraya-footer .chiraya-footer-contact-buttons .secure-contact{font-size:15px;font-weight:900;}
@media (max-width:900px){body{font-size:17px;}
.hero p{font-size:18px;}
.section-title h2{font-size:clamp(30px,5vw,42px);}
.two-col h3,.course-block>h3{font-size:29px;}
.contact h2{font-size:38px;}}
@media (max-width:560px){body{font-size:17px;line-height:1.82;}
.hero p{font-size:17px;line-height:1.82;}
.hero h1{font-size:32px;}
.section-title h2{font-size:31px;line-height:1.32;}
.two-col h3,.course-block>h3{font-size:25px;line-height:1.42;}
.price{font-size:31px;}
.faq summary{font-size:18px;line-height:1.55;}
.contact h2{font-size:34px;line-height:1.3;}
.tel{font-size:21px;}
.btn{font-size:16px;line-height:1.45;}
.update-card h3{font-size:24px;}
.update-card p,.flow-item p{font-size:17px;}
.chiraya-footer .chiraya-footer-contact-buttons .secure-contact{font-size:14px;}}
@media (max-width:700px){.main-license-hero .main-hero-title{font-size:clamp(27px,7.15vw,32px)!important;letter-spacing:-.078em!important;line-height:1.20!important;}
.renewal-hero .hero-copy h1{letter-spacing:-.06em!important;}}
@media (max-width:390px){.main-license-hero .main-hero-title{font-size:27px!important;letter-spacing:-.085em!important;}}
@media (min-width:901px){.reasons .reason-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
.reasons .reason-grid article{display:flex;flex-direction:column;}
.reasons .reason-grid h3{margin-bottom:10px;}
.reasons .reason-grid p{margin-top:0;}
.reasons .reason-link{margin-top:auto!important;padding-top:10px;}
.reasons .reason-link a{display:inline-flex;align-items:center;color:var(--deep);font-weight:800;text-decoration:underline;text-underline-offset:3px;line-height:1.55;}
.reasons .reason-link a::after{content:" ↗";font-size:.9em;}
@media (max-width:560px){.reasons .reason-grid h3{font-size:20px;}
.reasons .reason-grid article{padding:24px 20px 22px;}}
.support-main,
.support-main p,
.support-main .support-store-info,
.support-main .support-store-info p,
.support-main .support-store-info strong{color:#fff!important;}
.support-store-info{background:rgba(255,255,255,.12);border-left-color:#ffb21a;}
@media (min-width:901px){.course-type .price-grid > article:nth-of-type(6){grid-column:1;}
.course-type .price-grid > article:nth-of-type(7){grid-column:2;}
.course-type .price-grid > article:nth-of-type(8){grid-column:3;}}
@media (max-width:900px){.license-combo-note{font-size:15px;text-align:left;}}
.limited-release-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
@media (max-width:900px){.limited-release-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.limited-release-grid{grid-template-columns:1fr;}}
.reason-grid article h3{margin-top:0;}
@media (min-width:901px){.reasons{max-width:1220px;}
.reasons .reason-grid{gap:16px;}
.reasons .reason-grid article{padding:27px 20px 24px;}
.reasons .reason-grid h3{font-size:20px;line-height:1.42;letter-spacing:-.025em;}
.reasons .reason-subsidy h3{font-size:19px;letter-spacing:-.045em;white-space:nowrap;}
.reasons .reason-link a{font-size:14px;letter-spacing:-.035em;line-height:1.4;white-space:nowrap;}}
@media (min-width:901px) and (max-width:1060px){.reasons .reason-subsidy h3{font-size:17px;}
.reasons .reason-link a{font-size:12.5px;}}
nn
.global-nav a.nav-shop{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:146px;padding:7px 12px!important;border:2px solid #006ab6;border-radius:12px;background:#fff;color:#00366e;line-height:1.05;box-shadow:0 3px 10px rgba(0,70,130,.08);}
.nav-shop-main{display:block;font-size:17px;font-weight:950;letter-spacing:.04em;}
.nav-shop-sub{display:block;margin-top:4px;font-size:10.5px;font-weight:800;letter-spacing:.01em;white-space:nowrap;}
.support-shop-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:15px;padding:11px 14px;border-radius:12px;background:#006ab6;color:#fff!important;font-weight:900;line-height:1.25;text-align:center;box-shadow:0 6px 16px rgba(0,70,130,.18);transition:transform .18s ease, background .18s ease;}
.support-shop-btn:hover{background:#004f91;transform:translateY(-1px);}
.support-shop-main{font-size:15px;font-weight:900;}
.support-shop-sub{font-size:13px;font-weight:800;margin-top:3px;}
@media (min-width:1101px){.header-inner{max-width:1240px;gap:14px;}
.global-nav{gap:6px;}
.global-nav a:not(.nav-shop){padding-left:9px!important;padding-right:9px!important;font-size:14px;}}
@media (max-width:1100px){.global-nav a.nav-shop{width:100%!important;min-height:58px;border-radius:12px;padding:8px 14px!important;}
.nav-shop-main{font-size:18px;}
.nav-shop-sub{font-size:11px;}}
@media (max-width:560px){.support-shop-main{font-size:14px;}
.support-shop-sub{font-size:12px;}}
.global-nav a.nav-shop{order:-1;background:#111!important;color:#f6a400!important;border:2px solid #111!important;text-align:center;align-items:center;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.16);}
.global-nav a.nav-shop:hover{background:#202020!important;color:#ffb31a!important;border-color:#202020!important;}
.global-nav a.nav-shop .nav-shop-main,
.global-nav a.nav-shop .nav-shop-sub{width:100%;text-align:center;color:inherit!important;}
.support-list .support-shop-standalone{display:flex;width:100%;margin:2px 0 0;padding:15px 18px;border:2px solid #f6a400;border-radius:16px;background:#f6a400;color:#111!important;box-shadow:0 8px 20px rgba(0,0,0,.18);text-align:center;}
.support-list .support-shop-standalone:hover{background:#ffb31a;border-color:#ffb31a;color:#111!important;transform:translateY(-1px);}
.support-list .support-shop-standalone .support-shop-main{font-size:16px;font-weight:950;color:#111!important;}
.support-list .support-shop-standalone .support-shop-sub{margin-top:4px;font-size:14px;font-weight:900;color:#111!important;}
@media (max-width:560px){.support-list .support-shop-standalone{padding:14px 12px;}
.support-list .support-shop-standalone .support-shop-main{font-size:14px;}
.support-list .support-shop-standalone .support-shop-sub{font-size:13px;}}
nn
.global-nav a.nav-shop{order:999!important;}
@media (min-width:1101px){.global-nav{align-items:stretch;}
.global-nav > a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;}
.global-nav a.nav-shop{min-height:50px;height:50px;padding:5px 12px!important;line-height:1!important;}
.global-nav a.nav-shop .nav-shop-main{line-height:1;margin:0;}
.global-nav a.nav-shop .nav-shop-sub{margin-top:1px!important;line-height:1.05;}}
@media (max-width:1100px){.global-nav a.nav-shop{order:999!important;line-height:1!important;}
.global-nav a.nav-shop .nav-shop-sub{margin-top:2px!important;line-height:1.05;}}
.application-main .application-break,
.expert-note-text .expert-note-break{display:none!important;}
.license-combo-note{display:table!important;grid-column:1 / -1;width:auto!important;max-width:calc(100% - 36px)!important;margin:10px auto 4px!important;padding:11px 18px!important;background:#fff!important;border:1px solid rgba(0,106,182,.16)!important;border-left:4px solid #006ab6!important;border-radius:10px!important;color:#17324d!important;font-size:15.5px!important;font-weight:750!important;line-height:1.55!important;text-align:center!important;box-shadow:0 2px 7px rgba(0,0,0,.025)!important;box-sizing:border-box!important;}
.course-type .price-grid h4,
.course-type .limited-release-grid h4{font-size:17px!important;line-height:1.34!important;font-weight:850!important;}
.course-type .price-grid h4.course-title-long,
.course-type .limited-release-grid h4.course-title-long{font-size:14.5px!important;letter-spacing:-.05em!important;white-space:nowrap!important;}
.course-type .fee-label{font-size:14.7px!important;line-height:1.45!important;}
.course-type .price{font-size:31.5px!important;line-height:1.22!important;margin:2px 0 6px!important;}
.course-type .price-tax{font-size:13.4px!important;}
.course-type .discount-note{font-size:13px!important;line-height:1.5!important;margin:3px 0 7px!important;}
.course-type .course-meta-lines{font-size:14px!important;line-height:1.62!important;}
.course-type .course-card-link{padding:21px!important;}
@media (max-width:900px){.license-combo-note{display:table!important;max-width:calc(100% - 28px)!important;font-size:14.5px!important;text-align:center!important;}
.course-type .price-grid h4,
.course-type .limited-release-grid h4{font-size:16.5px!important;}
.course-type .price-grid h4.course-title-long,
.course-type .limited-release-grid h4.course-title-long{font-size:13.8px!important;}
.course-type .fee-label{font-size:14.8px!important;}
.course-type .price{font-size:30.5px!important;}
.course-type .discount-note{font-size:13px!important;}
.course-type .course-meta-lines{font-size:14px!important;}}
@media (max-width:560px){.license-combo-note{display:block!important;width:fit-content!important;max-width:calc(100% - 24px)!important;padding:10px 13px!important;font-size:13.5px!important;line-height:1.5!important;}
.course-type .price-grid h4,
.course-type .limited-release-grid h4{font-size:17px!important;}
.course-type .price-grid h4.course-title-long,
.course-type .limited-release-grid h4.course-title-long{font-size:13.5px!important;white-space:normal!important;letter-spacing:-.035em!important;}
.course-type .fee-label{font-size:15px!important;}
.course-type .price{font-size:31px!important;}
.course-type .price-tax{font-size:13.2px!important;}
.course-type .discount-note{font-size:13.3px!important;}
.course-type .course-meta-lines{font-size:14.3px!important;}
.course-type .course-card-link{padding:19px!important;}}
.course-type .license-combo-note{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-height:58px!important;margin:14px auto 0!important;padding:10px 18px!important;border-left:4px solid #d93025!important;text-align:center!important;box-sizing:border-box!important;}
@media (max-width:900px){.course-type .license-combo-note{min-height:56px!important;margin-top:13px!important;}}
@media (max-width:560px){.course-type .license-combo-note{display:flex!important;width:fit-content!important;min-height:54px!important;margin:12px auto 0!important;padding:9px 13px!important;}}
.student-voices{max-width:1220px;}
.student-voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;align-items:stretch;}
.student-voice-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:28px 25px 24px;border:1px solid rgba(8,43,76,.12);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(20,58,92,.06);}
.student-voice-card::before{content:"“";position:absolute;top:5px;left:17px;font-family:Georgia,serif;font-size:54px;line-height:1;color:rgba(0,106,182,.14);font-weight:700;}
.student-voice-text{position:relative;margin:0;padding-top:14px;font-size:15.5px;line-height:1.9;color:#263746;}
.student-voice-person{margin:18px 0 0;padding-top:15px;border-top:1px solid rgba(8,43,76,.10);font-size:14px;font-weight:850;color:#082b4c;text-align:right;}
@media (max-width:900px){.student-voice-grid{grid-template-columns:1fr;gap:16px;}
.student-voice-card{padding:24px 22px 21px;}
.student-voice-text{font-size:15.5px;line-height:1.85;}}
@media (max-width:560px){.student-voice-grid{margin-top:22px;}
.student-voice-card{padding:22px 18px 19px;border-radius:15px;}
.student-voice-card::before{left:13px;font-size:48px;}
.student-voice-text{padding-top:12px;font-size:15px;line-height:1.85;}
.student-voice-person{margin-top:15px;padding-top:13px;}}
.drone-license-notice .completion-exemption{margin:22px 0 0;font-weight:700;line-height:1.9;}
.drone-license-notice .completion-exemption-line{display:block;}
.drone-license-notice .qualification-evidence-cta{margin-top:24px;padding-top:22px;border-top:2px solid rgba(0,70,130,.24);}
.drone-license-notice .qualification-evidence-text{margin:0 0 14px;color:#004b87;font-size:18px;font-weight:800;line-height:1.8;letter-spacing:.01em;}
.drone-license-notice .mlit-pamphlet-link{display:inline-flex;align-items:center;gap:10px;color:#005aa8;font-weight:900;text-decoration:none;border-bottom:2px solid #005aa8;padding:2px 0 3px;transition:opacity .2s ease;}
.drone-license-notice .mlit-pamphlet-link:hover{opacity:.72;}
.drone-license-notice .mlit-pamphlet-link small{display:inline-block;padding:2px 8px;border-radius:999px;background:#e9f4ff;color:#005aa8;font-size:11px;font-weight:800;line-height:1.6;}
@media (max-width:760px){.drone-license-notice .completion-exemption-line{display:inline;}
.drone-license-notice .completion-exemption-line+ .completion-exemption-line::before{content:" ";}
.drone-license-notice .qualification-evidence-text{font-size:17px;}
.drone-license-notice .qualification-evidence-text .desktop-break{display:none;}}
@media (max-width:560px){.drone-license-notice .qualification-evidence-cta{margin-top:20px;padding-top:18px;}
.drone-license-notice .qualification-evidence-text{font-size:16px;line-height:1.75;}
.drone-license-notice .mlit-pamphlet-link{gap:8px;}}
@media (min-width:901px){.drone-license-notice.section-narrow{max-width:1120px;padding-left:38px;padding-right:38px;}
.drone-license-notice .completion-exemption-line{display:inline;}
.drone-license-notice .completion-exemption-line + .completion-exemption-line::before{content:" ";}
.drone-license-notice .qualification-evidence-text .desktop-break{display:none;}}
.drone-license-notice .completion-exemption,
.drone-license-notice .qualification-evidence-cta,
.drone-license-notice .qualification-evidence-text{text-align:center;}
.drone-license-notice .mlit-pamphlet-link{justify-content:center;}
.drone-license-notice{text-align:center;}
.drone-license-notice h2,
.drone-license-notice > p{text-align:center;}
.drone-license-notice > p.license-process-text{text-align:left;}
.chiraya-footer-instagram{width:760px;max-width:calc(100% - 32px);margin:18px auto 4px;text-align:center;}
.chiraya-footer-instagram a{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#fff!important;text-decoration:none;font-weight:850;line-height:1.2;transition:transform .2s ease,opacity .2s ease;}
.chiraya-footer-instagram a:hover,
.chiraya-footer-instagram a:focus-visible{transform:translateY(-2px);opacity:.88;outline:none;}
.chiraya-footer-instagram img{display:block;width:118px;height:auto;object-fit:contain;}
@media (max-width:760px){.chiraya-footer-instagram{margin-top:16px;}
.chiraya-footer-instagram img{width:105px;}}
.course-venue-maps{width:min(100%,920px);margin:22px auto 4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;text-align:left;}
.course-venue-map-card{min-width:0;padding:18px;background:#fff;border:1px solid #d9dee5!important;box-shadow:0 7px 20px rgba(0,50,100,.08);}
.course-venue-map-card h3{margin:0 0 5px;color:#173b68;font-size:17px;line-height:1.45;text-align:center;}
.course-venue-name{margin:0 0 12px!important;font-size:16px;font-weight:800;line-height:1.5;text-align:center;color:#24364b;}
.course-venue-map{display:block;width:100%;height:250px;border:0;}
.course-venue-map-button{display:flex!important;align-items:center;justify-content:center;width:min(100%,250px);min-height:46px;margin:14px auto 0;padding:9px 16px!important;background:#f28c00!important;border:2px solid #f28c00!important;border-radius:0!important;color:#fff!important;text-decoration:none!important;font-size:15px;font-weight:800;line-height:1.3;text-align:center;}
.course-venue-map-button:hover{background:#fff!important;color:#f28c00!important;text-decoration:none!important;}
@media (max-width:700px){.course-venue-maps{grid-template-columns:1fr;gap:18px;margin-top:18px;}
.course-venue-map-card{padding:14px;}
.course-venue-map-card h3{font-size:16px;}
.course-venue-name{font-size:15px;}
.course-venue-map{height:220px;}
.course-venue-map-button{width:100%;max-width:none;}}
.course-duration-grid-card{box-sizing:border-box;align-self:start;min-width:0;padding:18px 20px;background:#fff;border:2px solid var(--type-color, #0878bd);border-radius:0;box-shadow:0 4px 12px rgba(25,55,85,.05);color:#26394c;}
.course-duration-grid-card .course-duration-label{display:block;margin-bottom:9px;color:var(--type-color, #0878bd);font-size:15px;font-weight:700;line-height:1.4;}
.course-duration-grid-card .course-duration-main{display:flex;flex-direction:column;gap:2px;margin-bottom:8px;}
.course-duration-grid-card .course-duration-main strong{color:#17324d;font-size:18px;font-weight:700;line-height:1.45;}
.course-duration-grid-card small{display:block;color:#536475;font-size:12px;font-weight:500;line-height:1.6;}
@media (min-width:901px){.course-type .price-grid > .course-duration-grid-card{width:82%;max-width:82%;justify-self:center;align-self:center;}}
@media (max-width:900px){.course-duration-grid-card{width:100%;padding:16px 18px;}}
@media (max-width:560px){.course-duration-grid-card{padding:15px 16px;border-radius:0;}
.course-duration-grid-card .course-duration-label{font-size:14px;}
.course-duration-grid-card .course-duration-main strong{font-size:16px;}
.course-duration-grid-card small{font-size:11.5px;}}

/* 会場カード内Googleマップ・左右位置調整 */
.venue-feature-grid > .venue-feature-card{display:flex;flex-direction:column;}
.venue-feature-grid > .venue-feature-card > p{margin-bottom:0;}
.venue-inline-map{margin-top:22px;padding-top:18px;border-top:1px solid #d9dee5!important;border-left:0!important;border-right:0!important;border-bottom:0!important;box-shadow:none!important;background:transparent!important;}
.venue-inline-map h3{margin-top:0;}
@media (min-width:701px){
  .venue-feature-grid > .venue-feature-card{display:grid;grid-template-rows:auto auto 1fr auto;}
  .venue-feature-grid > .venue-feature-card > p{align-self:start;}
}
@media (max-width:900px){
  .venue-feature-grid{
    grid-template-columns:1fr!important;
    gap:24px;
  }
  .venue-feature-grid > .venue-feature-card{
    width:100%;
    min-width:0;
  }
  .venue-feature-grid .venue-inline-map{
    width:100%;
    min-width:0;
  }
}
@media (max-width:700px){
  .venue-inline-map{margin-top:18px;padding-top:16px;}
}
