/*
 * AUCA ページ用スタイル
 * 既存テーマ・Elementorと衝突しないよう、すべて .auca-page の中だけに効きます。
 */
/* ========== tokens ========== */
.auca-page{--navy:#0B2545;
  --navy-2:#12365F;
  --navy-3:#143A63;
  --navy-deep:#071B33;
  --ink:#14213D;
  --body:#44546A;
  --muted:#5B6A7D;
  --faint:#7B8A9C;
  --bg:#F6F7F9;
  --bg-2:#EEF2F6;
  --white:#fff;
  --line:#DDE3EA;
  --line-2:#E4E9EF;
  --accent:#E04E21;      /* ロゴの赤橙：主たる行動色 */
  --blue:#1E7FC2;
  --yellow:#F2B233;
  --yellow-d:#C98A12;
  --green:#3D9B4F;
  --green-d:#2F7E3E;
  --blue-d:#1568A3;
  --wrap:1160px;
  --narrow:900px;
  --h:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  --b:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;}
/* ========== base ========== */
.auca-page *,.auca-page *::before,.auca-page *::after{box-sizing:border-box}
html{scroll-behavior:smooth}
.auca-page{margin:0;background:var(--bg);color:var(--ink);
  font-family:var(--b);font-size:16px;line-height:1.8;
  -webkit-font-smoothing:antialiased;}
.auca-page img{max-width:100%;height:auto;display:block}
.auca-page a{color:var(--blue);text-decoration:none}
.auca-page a:hover{color:var(--navy)}
.auca-page h1,.auca-page h2,.auca-page h3,.auca-page h4{font-family:var(--h);margin:0;line-height:1.4;font-weight:900}
.auca-page p{margin:0 0 1.4em}
.auca-page p:last-child{margin-bottom:0}
.auca-page ul,.auca-page ol{margin:0 0 1.4em;padding-left:1.4em}
.auca-page figure{margin:0}
.auca-page .wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.auca-page .narrow{max-width:var(--narrow);margin:0 auto;padding:0 24px}
.auca-page .eyebrow{font-family:var(--h);font-size:13px;letter-spacing:.14em;font-weight:700;color:var(--accent)}
.auca-page .eyebrow--light{color:var(--yellow)}
.auca-page .skip-link{position:absolute;left:-9999px}
.auca-page .skip-link:focus{left:16px;top:16px;z-index:100;background:#fff;padding:10px 16px}
.auca-page .screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
/* ========== buttons ========== */
.auca-page .btn{display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--h);font-weight:700;border-radius:3px;
  padding:19px 38px;font-size:17px;min-height:56px;
  background:var(--accent);color:#fff;border:2px solid var(--accent);
  transition:background .15s,border-color .15s;}
.auca-page .btn:hover{background:#c74119;border-color:#c74119;color:#fff}
.auca-page .btn--sm{padding:13px 24px;font-size:15px;min-height:46px}
.auca-page .btn--ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff}
.auca-page .btn--ghost:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}
.auca-page .btn--outline{background:transparent;border-color:var(--navy);color:var(--navy)}
.auca-page .btn--outline:hover{background:var(--navy);color:#fff}
.auca-page .btn--block{width:100%}
/* ========== header ========== */
.auca-page .site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.auca-page .site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:24px}
.auca-page .site-logo img{height:52px;width:auto}
.auca-page .site-logo__text{font-family:var(--h);font-weight:900;font-size:22px;color:var(--navy)}
.auca-page .nav{display:flex;align-items:center;gap:30px}
.auca-page .nav ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
.auca-page .nav a{font-family:var(--h);font-size:15px;font-weight:700;color:var(--ink)}
.auca-page .nav a:hover,.auca-page .nav .current-menu-item>a{color:var(--accent)}
.auca-page .nav-toggle{display:none;width:48px;height:48px;align-items:center;justify-content:center;background:none;border:0;cursor:pointer}
/* ========== hero ========== */
.auca-page .hero{position:relative;min-height:560px;display:flex;align-items:center;background:var(--navy);overflow:hidden}
.auca-page .hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.auca-page .hero__scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,37,69,.94) 0%,rgba(11,37,69,.86) 38%,rgba(11,37,69,.28) 72%,rgba(11,37,69,.12) 100%)}
.auca-page .hero__inner{position:relative;display:flex;flex-direction:column;gap:24px;padding-top:64px;padding-bottom:64px;width:100%}
.auca-page .hero__title{font-size:62px;color:#fff;letter-spacing:.02em;max-width:640px;text-wrap:pretty}
.auca-page .hero__lead{font-size:17px;color:#E8EDF3;max-width:560px;line-height:1.95}
.auca-page .hero__lead strong{color:#fff}
.auca-page .hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:6px}
.auca-page .subhero{background:var(--navy);padding:76px 0 88px}
.auca-page .subhero__inner{display:flex;align-items:center;gap:56px}
.auca-page .subhero__body{flex-grow:1;display:flex;flex-direction:column;gap:22px;max-width:620px}
.auca-page .subhero__title{font-size:44px;color:#fff;line-height:1.42}
.auca-page .subhero__lead{font-size:16px;color:#C3D3E4;line-height:2}
.auca-page .subhero__lead strong{color:#fff}
.auca-page .subhero__media{width:420px;flex-shrink:0}
.auca-page .subhero__media img{border-radius:4px;height:300px;object-fit:cover;width:100%}
/* ========== stats ========== */
.auca-page .stats{background:#fff;border-bottom:1px solid var(--line)}
.auca-page .stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:40px 0}
.auca-page .stat{display:flex;flex-direction:column;align-items:center;gap:4px;border-right:1px solid var(--line)}
.auca-page .stat:last-child{border-right:0}
.auca-page .stat__num{font-family:var(--h);font-size:46px;font-weight:900;color:var(--navy);line-height:1.1}
.auca-page .stat__num span{font-size:20px;margin-left:3px}
.auca-page .stat--accent .stat__num{color:var(--accent)}
.auca-page .stat__label{font-size:13px;color:var(--muted);letter-spacing:.06em;text-align:center}
/* ========== sections ========== */
.auca-page .section{padding:96px 0}
.auca-page .section--tight{padding:84px 0}
.auca-page .section--white{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.auca-page .section--navy{background:var(--navy)}
.auca-page .section__head{display:flex;flex-direction:column;gap:12px;margin-bottom:44px}
.auca-page .section__title{font-size:34px;color:var(--navy)}
.auca-page .section--navy .section__title{color:#fff}
.auca-page .section__head--row{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px}
.auca-page .card{background:#fff;border:1px solid var(--line);border-radius:4px}
.auca-page .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.auca-page .grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.auca-page .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.auca-page .reassure{padding:34px 30px;display:flex;flex-direction:column;gap:14px}
.auca-page .reassure__icon{width:34px;height:34px}
.auca-page .reassure h3{font-size:21px;font-weight:700;color:var(--navy)}
.auca-page .reassure p{font-size:15px;color:var(--body);line-height:1.95}
.auca-page .program{display:flex;flex-direction:column;gap:20px}
.auca-page .program img{width:100%;height:280px;object-fit:cover;border-radius:4px}
.auca-page .program h3{font-size:26px;color:var(--navy)}
.auca-page .program p{font-size:15px;color:var(--body);line-height:1.95}
.auca-page .chips{display:flex;gap:8px;flex-wrap:wrap}
.auca-page .chip{font-size:13px;color:var(--navy);background:var(--bg-2);padding:6px 12px;border-radius:2px}
.auca-page .step{padding:28px 24px;display:flex;flex-direction:column;gap:12px;border-top:3px solid var(--accent)}
.auca-page .step:nth-child(2){border-top-color:var(--yellow)}
.auca-page .step:nth-child(3){border-top-color:var(--green)}
.auca-page .step:nth-child(4){border-top-color:var(--blue)}
.auca-page .step__no{font-family:var(--h);font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--accent)}
.auca-page .step:nth-child(2) .step__no{color:var(--yellow-d)}
.auca-page .step:nth-child(3) .step__no{color:var(--green-d)}
.auca-page .step:nth-child(4) .step__no{color:var(--blue-d)}
.auca-page .step h3{font-size:19px;font-weight:700;color:var(--navy)}
.auca-page .step p{font-size:14px;color:var(--body);line-height:1.9}
.auca-page .athlete{background:var(--navy-2);border-radius:4px;padding:30px 28px;display:flex;flex-direction:column;gap:16px}
.auca-page .athlete__photo{width:100%;height:190px;object-fit:cover;border-radius:3px}
.auca-page .athlete__photo--empty{background:#1B4677;border:1px dashed #47709C;display:flex;align-items:center;justify-content:center;height:150px;border-radius:3px;font-size:13px;color:#9CB6D0}
.auca-page .athlete h3{font-size:24px;color:#fff}
.auca-page .athlete__sport{font-size:13px;color:#8FA9C4}
.auca-page .athlete__records{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#C3D3E4;line-height:1.8}
.auca-page .note-light{font-size:13px;color:#8FA9C4;margin-top:24px}
.auca-page .visit-card{display:flex;flex-direction:column;gap:14px}
.auca-page .visit-card img{width:100%;height:210px;object-fit:cover;border-radius:4px}
.auca-page .visit-card__date{font-size:13px;color:var(--faint)}
.auca-page .visit-card__title{font-family:var(--h);font-size:18px;font-weight:700;color:var(--navy)}
.auca-page .visit-card__ph{width:100%;height:210px;border-radius:4px;background:var(--bg-2)}
.auca-page .sponsors{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.auca-page .sponsor{background:#fff;border:1px solid var(--line);border-radius:4px;padding:20px 30px;font-family:var(--h);font-size:16px;font-weight:700;color:var(--body);display:flex;align-items:center;min-height:72px}
.auca-page .sponsor img{max-height:38px;width:auto}
.auca-page .center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}
.auca-page .news-list{display:flex;flex-direction:column}
.auca-page .news-item{display:flex;align-items:center;gap:28px;padding:22px 4px;border-top:1px solid var(--line-2)}
.auca-page .news-list .news-item:last-child{border-bottom:1px solid var(--line-2)}
.auca-page .news-item__date{font-size:14px;color:var(--faint);width:110px;flex-shrink:0}
.auca-page .news-item__cat{font-size:12px;font-weight:700;color:#fff;background:var(--accent);padding:5px 12px;border-radius:2px;flex-shrink:0}
.auca-page .news-item__title{font-family:var(--h);font-size:16px;font-weight:700;color:var(--ink)}
.auca-page .news-item:hover .news-item__title{color:var(--accent)}
/* ========== contact band ========== */
.auca-page .cta{background:var(--navy);padding:90px 0}
.auca-page .cta__inner{display:flex;flex-direction:column;gap:30px;align-items:center;text-align:center}
.auca-page .cta__title{font-size:34px;color:#fff;line-height:1.45}
.auca-page .cta__lead{font-size:16px;color:#C3D3E4;line-height:1.95;max-width:620px}
.auca-page .cta__types{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.auca-page .cta__type{border:1px solid #47709C;color:#C3D3E4;font-size:14px;padding:11px 22px;border-radius:999px}
.auca-page .cta__type--on{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}
.auca-page .cta__tel{font-size:15px;color:#9CB6D0}
.auca-page .cta__actions{display:flex;flex-direction:column;gap:12px;align-items:center}
/* ========== tables (LP) ========== */
.auca-page .deftable{border-bottom:1px solid var(--line-2)}
.auca-page .deftable__row{display:flex;border-top:1px solid var(--line-2)}
.auca-page .deftable__k{width:220px;flex-shrink:0;padding:22px 24px;background:#F1F4F8;font-weight:700;color:var(--navy);font-size:15px}
.auca-page .deftable__v{flex-grow:1;padding:22px 28px;font-size:15px;color:#33435A;line-height:1.9}
.auca-page .deftable__v strong{color:var(--accent)}
.auca-page .deftable__note{font-size:14px;color:var(--faint);display:block}
.auca-page .timeline__row{display:flex;gap:28px;padding:22px 0;border-top:1px solid var(--line-2)}
.auca-page .timeline__row:last-child{border-bottom:1px solid var(--line-2)}
.auca-page .timeline__time{width:110px;flex-shrink:0;font-family:var(--h);font-size:15px;font-weight:700;color:var(--accent)}
.auca-page .timeline__title{font-family:var(--h);font-size:17px;font-weight:700;color:var(--navy)}
.auca-page .timeline__desc{font-size:15px;color:var(--body)}
.auca-page .qa{padding:26px 30px;display:flex;gap:18px;align-items:flex-start}
.auca-page .qa__q{font-family:var(--h);font-size:22px;font-weight:900;color:var(--accent);line-height:1.4}
.auca-page .qa h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px}
.auca-page .qa p{font-size:15px;color:var(--body);line-height:1.95}
.auca-page .faq__item{padding:24px 0;border-top:1px solid var(--line-2)}
.auca-page .faq__item:last-child{border-bottom:1px solid var(--line-2)}
.auca-page .faq__item h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px}
.auca-page .faq__item p{font-size:15px;color:var(--body);line-height:1.95}
.auca-page .prep{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.auca-page .prep__box{padding:30px 28px;display:flex;flex-direction:column;gap:16px;border-radius:4px;background:#fff}
.auca-page .prep__box--accent{border:2px solid var(--accent)}
.auca-page .prep__box--plain{border:1px solid var(--line)}
.auca-page .prep__box h3{font-size:19px;font-weight:700;color:var(--navy)}
.auca-page .prep__box--accent h3{color:var(--accent)}
.auca-page .prep__box ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:15px;color:#33435A;line-height:1.85}
.auca-page .prep__box li::before{content:"・"}
.auca-page .doc-band{border:2px solid var(--navy);border-radius:4px;background:#fff;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.auca-page .doc-band h3{font-size:21px;color:var(--navy);margin-bottom:8px}
.auca-page .doc-band p{font-size:15px;color:var(--body)}
/* ========== breadcrumb ========== */
.auca-page .breadcrumb{font-size:13px;color:var(--faint);padding:18px 0}
.auca-page .breadcrumb a{color:var(--faint)}
.auca-page .breadcrumb a:hover{color:var(--navy)}
/* ========== article / generic page ========== */
.auca-page .page-head{background:var(--navy);padding:56px 0}
.auca-page .page-head h1{font-size:36px;color:#fff}
.auca-page .page-head p{color:#C3D3E4;font-size:15px;margin:10px 0 0}
.auca-page .entry{background:#fff;border:1px solid var(--line);border-radius:4px;padding:48px 56px}
.auca-page .entry h2{font-size:26px;color:var(--navy);margin:2em 0 .8em}
.auca-page .entry h3{font-size:20px;color:var(--navy);margin:1.8em 0 .6em}
.auca-page .entry img{border-radius:4px;margin:1.4em 0}
.auca-page .entry table{width:100%;border-collapse:collapse}
.auca-page .entry th,.auca-page .entry td{border:1px solid var(--line-2);padding:12px 16px;text-align:left;font-size:15px}
.auca-page .entry th{background:#F1F4F8}
.auca-page .meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.auca-page .meta-pill{font-size:13px;background:var(--bg-2);color:var(--navy);padding:7px 14px;border-radius:2px}
.auca-page .pagination{display:flex;gap:8px;justify-content:center;margin-top:48px}
.auca-page .pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:3px;font-family:var(--h);font-weight:700;color:var(--navy)}
.auca-page .pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}
/* ========== footer ========== */
.auca-page .site-footer{background:var(--navy-deep);padding:56px 0 40px;color:#C3D3E4}
.auca-page .site-footer__top{display:flex;justify-content:space-between;gap:60px;flex-wrap:wrap}
.auca-page .site-footer__org{font-family:var(--h);font-size:17px;font-weight:700;color:#fff;margin-bottom:14px}
.auca-page .site-footer address{font-style:normal;font-size:14px;color:#93A9C2;line-height:1.9}
.auca-page .site-footer__cols{display:flex;gap:64px;flex-wrap:wrap}
.auca-page .site-footer__col h2{font-family:var(--h);font-size:13px;font-weight:700;color:#6C86A3;letter-spacing:.1em;margin-bottom:12px}
.auca-page .site-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.auca-page .site-footer__col a{font-size:14px;color:#C3D3E4}
.auca-page .site-footer__col a:hover{color:#fff}
.auca-page .site-footer__bottom{margin-top:40px;padding-top:24px;border-top:1px solid #143152;font-size:13px;color:#6C86A3}
/* ========== responsive ========== */
@media (max-width:900px){
  .auca-page .grid-3,.auca-page .grid-4,.auca-page .grid-2,.auca-page .prep{grid-template-columns:1fr}
  .auca-page .stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .auca-page .stat{border-right:0}
  .auca-page .subhero__inner{flex-direction:column;align-items:flex-start;gap:28px}
  .auca-page .subhero__media{width:100%}
  .auca-page .subhero__media img{height:220px}
  .auca-page .entry{padding:32px 24px}
  .auca-page .doc-band{flex-direction:column;align-items:flex-start}
  .auca-page .section__head--row{flex-direction:column;align-items:flex-start}
}
@media (max-width:768px){
  .auca-page .nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:8px 24px 20px;display:none}
  .auca-page .nav.is-open{display:flex}
  .auca-page .nav ul{flex-direction:column;align-items:stretch;gap:0}
  .auca-page .nav li{border-bottom:1px solid var(--line-2)}
  .auca-page .nav a{display:block;padding:16px 0;min-height:48px}
  .auca-page .nav .btn{margin-top:16px;width:100%}
  .auca-page .nav-toggle{display:flex}
  .auca-page .site-header__inner{min-height:64px}
  .auca-page .site-logo img{height:38px}
  .auca-page .section,.auca-page .section--tight{padding:56px 0}
  .auca-page .section__head{margin-bottom:28px}
  .auca-page .section__title{font-size:24px}
  .auca-page .hero{min-height:0}
  .auca-page .hero__inner{padding-top:48px;padding-bottom:40px;gap:16px}
  .auca-page .hero__title{font-size:38px}
  .auca-page .hero__lead{font-size:14px}
  .auca-page .hero__scrim{background:linear-gradient(180deg,rgba(11,37,69,.55) 0%,rgba(11,37,69,.80) 45%,rgba(11,37,69,.95) 100%)}
  .auca-page .hero__actions .btn{width:100%}
  .auca-page .subhero{padding:44px 0}
  .auca-page .subhero__title{font-size:30px}
  .auca-page .subhero__body{gap:18px}
  .auca-page .stat__num{font-size:32px}
  .auca-page .cta{padding:56px 0}
  .auca-page .cta__title{font-size:26px}
  .auca-page .cta__actions{width:100%}
  .auca-page .cta__actions .btn{width:100%}
  .auca-page .deftable__row{flex-direction:column}
  .auca-page .deftable__k{width:100%;padding:14px 16px}
  .auca-page .deftable__v{padding:14px 16px}
  .auca-page .timeline__row{flex-direction:column;gap:6px}
  .auca-page .timeline__time{width:auto}
  .auca-page .news-item{flex-wrap:wrap;gap:12px}
  .auca-page .news-item__date{width:auto}
  .auca-page .news-item__title{width:100%}
  .auca-page .program img{height:190px}
  .auca-page .page-head h1{font-size:26px}
  .auca-page .site-footer__top{flex-direction:column;gap:32px}
}

/* ========== 親テーマの幅制限から抜ける ========== */
.auca-page{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
body:has(.auca-page){overflow-x:clip}


/* ========== テーマ標準ヘッダー／フッターが出るページの調整 ========== */
.auca-body .site-header{background:#fff;border-bottom:1px solid #DDE3EA}
.auca-body .site-header .header-inner{max-width:1160px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.auca-body .site-header .site-branding{flex:0 0 auto;margin:0}
.auca-body .site-header .site-logo{max-width:none}
.auca-body .site-header .site-logo img,
.auca-body .site-header .custom-logo{max-height:56px;width:auto;height:auto;margin:0}
.auca-body .site-header .site-navigation ul{display:flex;gap:26px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.auca-body .site-header .site-navigation a{font-family:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN",sans-serif;font-size:15px;font-weight:700;color:#14213D;text-decoration:none}
.auca-body .site-header .site-navigation a:hover{color:#E04E21}
@media (max-width:768px){
  .auca-body .site-header .header-inner{padding:10px 16px}
  .auca-body .site-header .site-logo img,
  .auca-body .site-header .custom-logo{max-height:42px}
}
.auca-body .site-footer .custom-logo,
.auca-body .site-footer img{max-height:64px;width:auto}

.auca-body .site-header .site-description{display:none}
.auca-body .site-header .site-branding{display:flex;align-items:center}


/* ==== コーポレート版（2026-09／参考：sports-biz・AthleteWorks） ==== */
.auca-page{
  --ink:#14181C; --body:#4A535C; --muted:#6C757E; --faint:#939AA1;
  --bg:#FFFFFF; --bg-2:#F4F6F8; --line:#E3E7EB; --line-2:#EDF0F3;
  --blue:#1660B4; --blue-d:#0E4382; --blue-l:#2F7FD4; --accent:#D8321E;
  --navy:#0F2440; --navy-2:#1A3355; --navy-deep:#0A1A30;
  --h:"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;
  --b:"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;
  --en:"Montserrat","Noto Sans JP",sans-serif;
  background:#fff;
}
.auca-page h1,.auca-page h2,.auca-page h3{font-family:var(--h);font-weight:900;letter-spacing:.01em;line-height:1.5}
.auca-page .eyebrow,.auca-page .kicker{display:none}
.auca-page .btn{border-radius:999px;background:var(--blue);border-color:var(--blue);font-family:var(--h);font-weight:700;letter-spacing:.04em;padding:18px 44px;font-size:16px}
.auca-page .btn:hover{background:var(--blue-d);border-color:var(--blue-d)}
.auca-page .btn--white{background:#fff;border-color:#fff;color:var(--blue)}
.auca-page .btn--white:hover{background:#EAF1FA;border-color:#EAF1FA;color:var(--blue-d)}
.auca-page .btn--outline-light{background:transparent;border-color:rgba(255,255,255,.7);color:#fff}
.auca-page .btn--outline-light:hover{background:rgba(255,255,255,.14);border-color:#fff;color:#fff}
.auca-page .btn--ghost-blue{background:transparent;border-color:var(--blue);color:var(--blue)}
.auca-page .btn--ghost-blue:hover{background:var(--blue);color:#fff}
.auca-page .chero{position:relative;background:#0A1A30;overflow:hidden}
.auca-page .chero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.auca-page .chero__scrim{position:absolute;inset:0;background:
  linear-gradient(to right,rgba(7,18,33,.90) 0%,rgba(7,18,33,.66) 38%,rgba(7,18,33,.22) 72%,rgba(7,18,33,.10) 100%),
  linear-gradient(to top,rgba(7,18,33,.86) 0%,rgba(7,18,33,.34) 46%,rgba(7,18,33,0) 78%)}
.auca-page .chero__inner{position:relative;min-height:620px;display:flex;flex-direction:column;justify-content:flex-end;padding-top:140px;padding-bottom:56px;gap:18px}
.auca-page .chero__jp{font-family:var(--h);font-weight:900;font-size:46px;color:#fff;margin:0;letter-spacing:.04em}
.auca-page .chero__en{font-family:var(--en);font-weight:800;font-size:92px;line-height:1;color:#fff;margin:0;letter-spacing:.01em}
.auca-page .chero__lead{font-size:15px;line-height:2.05;color:#E2E7ED;max-width:640px;margin:6px 0 10px}
.auca-page .chero__inner .btn{align-self:flex-start}
.auca-page .chero__stats{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:rgba(9,20,36,.82);border-top:1px solid rgba(255,255,255,.16)}
.auca-page .chero__stat{display:flex;align-items:baseline;justify-content:center;gap:8px;padding:26px 16px;border-right:1px solid rgba(255,255,255,.16);flex-wrap:wrap}
.auca-page .chero__stat:last-child{border-right:0}
.auca-page .chero__num{font-family:var(--en);font-weight:800;font-size:44px;color:#fff;line-height:1}
.auca-page .chero__unit{font-size:15px;color:#fff;font-weight:700}
.auca-page .chero__label{font-size:13px;color:#9FB0C4;letter-spacing:.1em;margin-left:6px}
.auca-page .csec{padding:92px 0;background:#fff}
.auca-page .csec--gray{background:var(--bg-2)}
.auca-page .csec--blue{background:linear-gradient(100deg,var(--blue-d) 0%,var(--blue) 100%);padding:72px 0}
.auca-page .chead{text-align:center;margin-bottom:48px}
.auca-page .chead__en{font-family:var(--en);font-weight:800;font-size:44px;line-height:1.1;color:var(--ink);letter-spacing:.04em;margin:0}
.auca-page .chead__en--light{color:#fff;font-size:26px;margin-bottom:10px}
.auca-page .chead__jp{font-size:17px;color:var(--blue);font-weight:700;letter-spacing:.1em;margin:10px 0 0}
.auca-page .lede{max-width:760px;margin:0 auto}
.auca-page .lede p{font-size:16px;line-height:2.1;color:var(--body)}
.auca-page .lede strong{color:var(--accent);font-weight:700}
.auca-page .lede--center{text-align:center;margin-bottom:36px}
.auca-page .split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}
.auca-page .split__item{position:relative;min-height:440px;display:flex;align-items:flex-end;overflow:hidden;background:var(--blue-d)}
.auca-page .split__item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.auca-page .split__veil{position:absolute;inset:0;background:
  linear-gradient(to top,rgba(12,48,96,.95) 0%,rgba(12,48,96,.72) 42%,rgba(12,48,96,.30) 100%),
  linear-gradient(to right,rgba(12,48,96,.72) 0%,rgba(12,48,96,.22) 70%,rgba(12,48,96,0) 100%)}
.auca-page .split__item--alt .split__veil{background:
  linear-gradient(to top,rgba(14,24,38,.95) 0%,rgba(14,24,38,.72) 42%,rgba(14,24,38,.30) 100%),
  linear-gradient(to right,rgba(14,24,38,.72) 0%,rgba(14,24,38,.22) 70%,rgba(14,24,38,0) 100%)}
.auca-page .split__body{position:relative;padding:44px 44px 48px;color:#fff;max-width:560px}
.auca-page .split__no{font-family:var(--en);font-weight:800;font-size:13px;letter-spacing:.16em;color:#9CC4F2;margin:0 0 10px}
.auca-page .split__body h3{font-size:30px;color:#fff;margin:0}
.auca-page .split__sub{font-size:14px;color:#BBD3EE;margin:8px 0 14px;letter-spacing:.04em}
.auca-page .split__body p{font-size:15px;line-height:2;color:#E4EAF1;margin:0}
.auca-page .flow{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.auca-page .flow__item{background:#fff;border:1px solid var(--line);padding:30px 24px 28px}
.auca-page .flow__no{font-family:var(--en);font-weight:800;font-size:34px;color:var(--blue);line-height:1;display:block;margin-bottom:14px}
.auca-page .flow__item h3{font-size:18px;color:var(--ink);margin-bottom:10px}
.auca-page .flow__item p{font-size:14px;line-height:1.95;color:var(--body);margin:0}
.auca-page .flow__note{font-size:14px;color:var(--muted);margin-top:24px;text-align:center}
.auca-page .cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.auca-page .cards--4{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.auca-page .vcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line)}
.auca-page .vcard img,.auca-page .vcard__ph{width:100%;height:200px;object-fit:cover;display:block;background:var(--bg-2)}
.auca-page .vcard__date{font-family:var(--en);font-size:13px;color:var(--faint);padding:18px 20px 0;letter-spacing:.06em}
.auca-page .vcard__title{font-family:var(--h);font-weight:700;font-size:17px;color:var(--ink);padding:6px 20px 22px;line-height:1.6}
.auca-page .vcard:hover .vcard__title{color:var(--blue)}
.auca-page .acard{background:#fff;border:1px solid var(--line);padding-bottom:20px}
.auca-page .acard img,.auca-page .acard__ph{width:100%;height:230px;object-fit:cover;display:block;background:var(--bg-2)}
.auca-page .acard h3{font-size:19px;color:var(--ink);padding:18px 18px 0;margin:0}
.auca-page .acard__sport{font-size:13px;color:var(--muted);padding:6px 18px 0;margin:0}
.auca-page .center-btn{display:flex;justify-content:center;margin-top:44px}
.auca-page .video-band{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.auca-page .video-band__title{font-size:30px;color:#fff;margin:0 0 12px}
.auca-page .video-band__lead{font-size:15px;line-height:2;color:#D5E3F4;max-width:640px;margin:0}
.auca-page .sponsors{justify-content:center;gap:16px}
.auca-page .sponsor{border-radius:0;background:#fff;border-color:var(--line);padding:22px 34px;min-height:88px}
.auca-page .news-list{max-width:900px;margin:0 auto}
.auca-page .news-item{gap:28px;padding:22px 6px;border-top:1px solid var(--line)}
.auca-page .news-list .news-item:last-child{border-bottom:1px solid var(--line)}
.auca-page .news-item__date{font-family:var(--en);font-size:14px;color:var(--faint);width:100px;letter-spacing:.04em}
.auca-page .news-item__cat{background:var(--blue);border-radius:0}
.auca-page .news-item__title{font-family:var(--h);font-weight:700;font-size:16px;color:var(--ink)}
.auca-page .news-item:hover .news-item__title{color:var(--blue)}
.auca-page .ccta{background:linear-gradient(100deg,#0C2B50 0%,#14498A 100%);padding:88px 0}
.auca-page .ccta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}
.auca-page .ccta__title{font-size:34px;color:#fff;margin:0}
.auca-page .ccta__lead{font-size:15px;line-height:2.05;color:#CBD9EA;max-width:640px;margin:0}
.auca-page .ccta__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:12px}
.auca-page .ccta__tel{font-size:14px;color:#9FB4CC;margin:10px 0 0}
.auca-page .ccta__tel a{color:#fff}
.auca-page .subhero{background:linear-gradient(100deg,#0C2B50 0%,#14498A 100%)}
.auca-page .subhero__title{font-size:38px;letter-spacing:.02em}
.auca-page .subhero__lead{color:#CBD9EA}
.auca-page .subhero__media img{border-radius:0}
.auca-page .section__title{font-family:var(--h);font-weight:900;color:var(--ink)}
.auca-page .section--navy{background:var(--navy)}
.auca-page .section--navy .section__title{color:#fff}
.auca-page .card,.auca-page .prep__box,.auca-page .doc-band,.auca-page .chip,.auca-page .step,.auca-page .entry{border-radius:0}
.auca-page .qa__q{font-family:var(--en);color:var(--blue)}
.auca-page .step{border-top-color:var(--blue)}
.auca-page .step__no{font-family:var(--en);color:var(--blue)}
.auca-page .deftable__k{background:#EEF3F8;color:var(--ink)}
.auca-page .deftable__v strong{color:var(--accent)}
.auca-page .timeline__time{font-family:var(--en);color:var(--blue)}
.auca-page .prep__box--accent{border-width:1px;border-color:var(--blue)}
.auca-page .prep__box--accent h3{color:var(--blue)}
.auca-page .doc-band{border-width:1px;border-color:var(--blue)}
.auca-page .page-head{background:linear-gradient(100deg,#0C2B50 0%,#14498A 100%);padding:64px 0}
.auca-page .page-head h1{font-size:32px}
.auca-page .stats{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.auca-page .stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin:0 auto;padding:40px 0}
.auca-page .stat{border-right:1px solid var(--line);gap:10px}
.auca-page .stat:last-child{border-right:0}
.auca-page .stat__num{font-family:var(--en);font-weight:800;font-size:50px;color:var(--ink);margin:0}
.auca-page .stat__num span{font-size:16px;font-family:var(--h);font-weight:700}
.auca-page .stat__label{font-size:13px;color:var(--muted);letter-spacing:.08em;margin:0}
.auca-page .cta{background:linear-gradient(100deg,#0C2B50 0%,#14498A 100%)}
.auca-page .cta__title{font-family:var(--h);font-weight:900}
@media (max-width:900px){
  .auca-page .split{grid-template-columns:1fr}
  .auca-page .flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .auca-page .cards,.auca-page .cards--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:768px){
  .auca-page .chero__inner{min-height:0;padding-top:110px;padding-bottom:40px;gap:14px}
  .auca-page .chero__jp{font-size:29px}
  .auca-page .chero__en{font-size:42px}
  .auca-page .chero__lead{font-size:14px;line-height:1.95}
  .auca-page .chero__inner .btn{align-self:stretch;text-align:center}
  .auca-page .chero__stat{padding:18px 10px;gap:4px}
  .auca-page .chero__num{font-size:32px}
  .auca-page .chero__label{width:100%;margin:2px 0 0;text-align:center}
  .auca-page .csec{padding:56px 0}
  .auca-page .chead{margin-bottom:30px}
  .auca-page .chead__en{font-size:30px}
  .auca-page .chead__jp{font-size:15px}
  .auca-page .split__item{min-height:340px}
  .auca-page .split__body{padding:28px 24px 32px}
  .auca-page .split__body h3{font-size:24px}
  .auca-page .flow{grid-template-columns:1fr;gap:16px}
  .auca-page .cards,.auca-page .cards--4{grid-template-columns:1fr}
  .auca-page .video-band{flex-direction:column;align-items:flex-start;gap:24px}
  .auca-page .video-band .btn{width:100%;text-align:center}
  .auca-page .ccta{padding:56px 0}
  .auca-page .ccta__title{font-size:25px}
  .auca-page .ccta__actions{width:100%;flex-direction:column}
  .auca-page .ccta__actions .btn{width:100%}
  .auca-page .stat__num{font-size:34px}
  .auca-page .subhero__title{font-size:27px}
}
