/*
Theme Name: Daian Bridge RWD
Version: 5.0
*/

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --white:#fafafa;--red:#c00000;--black:#1a1a1a;--blue:#000b83;
  --navy:#00064b;--blue2:#0047ab;--bg:#f8f9fb;--max-w:1920px;
  /* レスポンシブ基準: 1920pxキャンバスの中身の帯は 1160px(=1920-380*2)。
     ビューポートが狭まると左右余白が自動で縮み、最後は 16px まで落ちる。
     --side-pad を使っている既存セクションはこの1行で流動化する。 */
  --content-w:1160px;
  --side-pad:clamp(16px, calc((100vw - var(--content-w)) / 2), 380px);
  --gutter:clamp(16px, 4vw, 48px);
}
html{scroll-behavior:smooth;overflow-x:hidden}
/* 旧: min-width:1920px + 負マージンで 1920px キャンバスを中央寄せしていた。
   レスポンシブ化に伴い固定キャンバスを解除する。 */
body{font-family:"Pretendard JP",sans-serif;color:var(--black);background:var(--bg);width:100%;min-width:0;margin-left:0;overflow-x:hidden}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}

/* ═══ HEADER ═══ h=97, backdrop-blur10, bg #f8f9fb */
.site-header{position:fixed;top:0;left:0;width:100%;height:113px;z-index:1000;
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f8f9fb;transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.08)}
/* 旧: padding 0 468px 12px 478px(1920px固定前提)。
   ヘッダーの帯は本文より少し広い 964px を基準に流動化する。 */
.header-inner{max-width:var(--max-w);margin:0 auto;height:113px;display:grid;grid-template-columns:auto 1fr;align-content:center;align-items:center;column-gap:30px;row-gap:11px;padding:0 clamp(16px, calc((100vw - 964px) / 2), 468px) 12px clamp(16px, calc((100vw - 964px) / 2), 478px);box-sizing:border-box}
.header-logo{grid-column:1;grid-row:1;align-self:center;display:flex;align-items:center;flex-shrink:0;height:62px}
.header-logo img{height:50px;width:auto;object-fit:contain}
.header-nav{grid-column:1 / span 2;grid-row:2;width:100%}
.nav-list{display:flex;justify-content:space-between;align-items:center;width:100%}
.nav-item>a{font-size:13px;font-weight:700;color:#1a1a1a;white-space:nowrap;transition:color .2s}
.nav-bo-link{position:relative}
.nav-bo-sub{position:absolute;top:100%;left:50%;transform:translateX(-50%);font-size:5px;font-weight:700;color:rgba(26,26,26,.4);white-space:nowrap;line-height:1;pointer-events:none}
.nav-item>a:hover{color:var(--red)}
.header-row-top{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:flex-end;width:100%}
.header-actions{display:flex;align-items:center;gap:16px}
.header-cta{display:flex;align-items:center;gap:8px}
.header-cta .nav-item-mini-dd+.nav-item-mini-dd{margin-left:0}
.header-phone{display:inline-flex;align-items:center;gap:6px;font-family:'Pretendard JP',Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:12px;color:#1A1A1A;white-space:nowrap}
.header-phone .header-phone-icon{width:10px;height:10px;display:block;flex:0 0 auto;background-color:currentColor;-webkit-mask:url('assets/images/header-phone.png') no-repeat center/contain;mask:url('assets/images/header-phone.png') no-repeat center/contain}

.nav-item.has-dropdown{position:relative}
.dropdown-menu{display:none;position:fixed;top:113px;left:50%;transform:translateX(-50%);width:747px;height:111px;padding:0 60px;
  background:rgba(250,250,250,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;
  flex-direction:row;align-items:center;justify-content:center;gap:60px;list-style:none;
  box-shadow:0 6px 20px rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.04)}
.nav-item.has-dropdown:hover .dropdown-menu,.dropdown-menu:hover{display:none}
.dropdown-menu::before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px}
.dropdown-menu li{flex:0 0 auto}
.dropdown-menu li a{font-family:"Pretendard JP",Pretendard,sans-serif;font-size:14px;font-weight:600;color:#1A1A1A;white-space:nowrap;text-decoration:none;letter-spacing:-.3px;transition:color .15s}
.dropdown-menu li a:hover{color:#0047AB}
.header-buttons{display:flex;gap:8px;margin-left:0}
.btn-login{width:76px;height:28px;border:1px solid #1a1a1a;border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;color:#1a1a1a}
.btn-register{width:76px;height:28px;background:#c00000;border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;color:#fff}

/* ═══ HERO ═══ h=900 (per request), keeps text ratio from Figma original h=1248 */
.hero-section{position:relative;height:700px;overflow:hidden;margin-top:113px}
.hero-chart-iframe{position:absolute;left:0;top:-25px;width:100%;height:calc(100% + 50px);border:none;z-index:0;pointer-events:auto}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,11,131,.1) 36.54%,#00142b 100%);z-index:1;pointer-events:none}
.hero-content{position:relative;z-index:3;pointer-events:none;padding:0;max-width:var(--max-w);margin:0 auto;height:700px}
/* Figma: tag left=calc(50%-222/2-754), top=837 → ratio adjusted to 900px base */
.hero-tag{color:#f30000;font-size:24px;font-weight:600;line-height:48px;margin-top:458px;text-align:center}
/* Figma: title left=calc(50%-812/2-459), top=904, 48px 800, lh=65px */
.hero-title{color:#fafafa;font-size:36px;font-weight:800;line-height:52px;margin-top:7px}
.hero-slide:nth-child(2) .hero-title{font-size:33.6px}
/* Figma: buttons top=1081, 198x63, gap=25, rounded 15px, 24px 500 */
.hero-buttons{display:flex;gap:25px;margin-top:47px}
.btn-hero-primary{pointer-events:auto;width:158.4px;height:50.4px;background:#c00000;border-radius:12px;display:flex;align-items:center;justify-content:center;
  font-size:14.4px;font-weight:600;color:#fff}
.btn-hero-secondary{pointer-events:auto;width:158.4px;height:50.4px;background:rgba(250,250,250,.2);border:2px solid #fafafa;
  border-radius:12px;font-size:14.4px;font-weight:600;color:#fff}

/* ═══ TICKER ═══ Figma: white bg, border 1px rgba(0,0,0,0.2), h=112 */
.ticker-section{position:relative;background:#fff;border:1px solid rgba(0,0,0,.2)}
.ticker-wrapper{height:78px;display:flex;align-items:center;overflow:hidden}
/* -30%: items 252x39, gap=28 */
.ticker-track{display:flex;animation:ticker-scroll 240s linear infinite;width:max-content}
.ticker-track:has(.ticker-item:hover){animation-play-state:paused}
.ticker-item{min-width:252px;height:39px;margin-right:28px;flex-shrink:0;background:#000b83;border-radius:8px;
  display:flex;align-items:center;gap:14px;padding:0 19px 0 25px;flex-shrink:0}
.ticker-symbol{font-size:14px;font-weight:600;color:#fff;white-space:nowrap}
.ticker-price{font-size:14px;font-weight:400;color:#fff;white-space:nowrap}
.ticker-change{font-size:14px;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:4px}
.ticker-change.up{color:#FF7A7A;font-weight:600}
.ticker-change.down{color:#7AB8FF;font-weight:600}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.tri-up{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:9px solid #FF7A7A}
.tri-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:9px solid #7AB8FF}

/* ═══ CARDS ═══ Figma: top=1505, cards at left=197/1009 → padding 0 197, gap=98 */
/* 1505-1248(hero)-112(ticker)=145px gap */
.cards-section{padding:20px 0 80px}
.cards-wrapper{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:center;gap:20px;padding:0 var(--side-pad)}
/* width 520, height 620 */
.status-card,.review-card{width:476px;height:600px;background:#fff;border-radius:28px;box-shadow:0 7px 30px rgba(0,0,0,.1);padding:38px 42px 52px}
.card-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}
.card-title-group{display:flex;flex-direction:column;gap:18px}
/* Figma: 30px 700 */
.card-title{font-size:20px;font-weight:700;color:#1a1a1a}
.card-title-line{height:2px;background:#9a9a9a;width:100%}
/* Figma: Live dot #C00000, 11px + Live 24px 600 */
.live-indicator{display:flex;align-items:center;gap:8px;padding-top:10px}
.live-dot{width:11px;height:11px;background:#c00000;border-radius:50%;animation:pulse 1.5s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.live-text{font-size:16px;font-weight:600;color:#1a1a1a}
/* Figma: "more" 20px 600 #9a9a9a */
.more-link{font-size:14px;font-weight:600;color:#9a9a9a;padding-top:10px}

/* Status rows: Figma h=65, gap=33 (250-152-65) */
.status-row{display:flex;min-height:48px;margin-bottom:22px}
/* bar 4px #1a1a1a, height 48 */
.status-bar{width:4px;min-height:48px;background:#1a1a1a;flex-shrink:0}
.status-content{display:flex;align-items:center;flex:1;padding-left:20px;position:relative;transform-style:preserve-3d;flex-wrap:nowrap}
/* Figma: type 88.87x30.43, bg #00096b, rounded 3.652, 17px 500 white */
.type-badge{width:78px;height:24px;padding:0;background:#00096b;border-radius:3.652px;text-align:center;justify-content:center;
  font-size:13px;font-weight:500;color:#fff;display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}
/* Figma: pair 75x23, bg rgba(40,173,255,0.15), 14px 500 #00064b */
.pair-badge{height:23px;padding:0 13px;background:rgba(40,173,255,.15);border-radius:3.652px;
  font-size:14px;font-weight:500;color:#00064b;display:inline-flex;align-items:center;margin-left:12px;white-space:nowrap;flex-shrink:0}
.status-user{display:flex;flex-direction:column;margin-left:30px;gap:2px}
/* Figma: 19px 600, lh=29px */
.status-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:22px;margin-left:12px}
/* 13px 400, #a7a7a7, lh=20px */
.status-time{font-size:13px;font-weight:400;color:#a7a7a7;line-height:20px;display:flex;align-items:center;gap:4px}
.status-time svg{flex-shrink:0;width:14px;height:14px}
/* Figma: label 84x32, rounded 4.87, 16px 700 */
.status-label{width:70px;height:26px;padding:0;border-radius:4.87px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}
.status-label.approved{background:#e7faef;color:#027a48}
.status-label.rejected{background:#fff4f4;color:#e32929}
.status-label.processing{background:#fffaea!important;color:#efb700!important;border:2px solid transparent!important;transition:box-shadow .5s ease}

/* Review rows: Figma type 16px 200, text 20px 500 lh=30, tags h=27 rounded 20 */
.review-row{display:flex;align-items:flex-start;padding:10px 6px;text-decoration:none;color:inherit;border-radius:6px;transition:background .15s}
a.review-row:hover{background:rgba(0,11,131,.04)}
a.review-row:hover .review-text{color:#0047AB}
.review-type{font-size:13px;font-weight:200;color:#1a1a1a;line-height:20px;width:48px;flex-shrink:0;padding-top:3px}
.review-body{margin-left:12px;flex:1;min-width:0}
.review-text{font-size:15px;font-weight:500;color:#1a1a1a;line-height:24px;margin:0 0 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;transition:color .15s}
.review-snippet{font-size:13px;font-weight:400;color:rgba(26,26,26,.45);line-height:1.45;margin:-4px 0 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.review-tags{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.review-date{margin-left:auto;font-size:12px;color:#9b9b9b;letter-spacing:.02em;flex-shrink:0}
.review-tag{height:22px;padding:0 8px;background:rgba(40,173,255,.12);border-radius:20px;
  font-size:12px;font-weight:400;color:#00064b;display:inline-flex;align-items:center}
/* Figma: divider 1px rgba(26,26,26,0.15) */
.review-divider{height:1px;background:rgba(26,26,26,.15);margin:8px 0}


/* ═══ WHY ═══ Figma: top=2482, h=980, title 40px 500 at top=167 within section */
/* 2482-1505-770(cards)=207px from cards bottom */
.why-section{position:relative;padding:60px 0 0px;background:var(--bg);overflow:hidden}
.why-section::before{content:'';position:absolute;inset:0;
  background:url('assets/images/why-bg.png') center/cover;opacity:1;pointer-events:none}
.why-inner{position:relative;max-width:var(--max-w);margin:0 auto;text-align:center;min-height:350px}
/* Figma: "Why choose Taian Bridge?" 45px 600 → corrected from figma CSS: 40px 500 */
.why-title{font-size:26px;font-weight:500;color:#0047AB;line-height:1.3;margin-bottom:70px}
/* 4 stats, gap=56, w=180 each */
.why-stats{display:flex;justify-content:center;gap:24px;align-items:flex-start}
.why-stat{display:flex;flex-direction:column;align-items:center;gap:4.54px;width:180px}
/* number 44px 700 #0047ab, lh=70px */
.why-stat-number{font-size:44px;font-weight:700;color:#0047ab;line-height:70px}
/* label 16px 400 #7d7d7d, lh=22px */
.why-stat-label{font-size:16px;font-weight:400;color:#7d7d7d;line-height:22px}
/* Figma: 24H box 259x259, bg #0047ab, rounded 30, shadow 5 5 20 */
.why-stat{position:relative;cursor:pointer;transition:all .3s ease}
.why-stat:hover .why-stat-number{color:#fafafa;position:relative;z-index:2}
.why-stat:hover .why-stat-label{color:#fafafa;position:relative;z-index:2}
.why-stat::before{content:'';position:absolute;width:200px;height:200px;
  background:#0047ab;border-radius:28px;box-shadow:5px 5px 20px rgba(0,0,0,.3);
  top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}

/* ═══ SERVICES ═══ Figma: top=3406, content w=1525, padding 0 197 */
/* 3406-2482-980(why)= -56 → services starts ~56px before why ends, but in flow layout this is just after why */
.services-section{padding:0 0 140px;background:var(--bg)}
.services-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--side-pad)}
/* "Our Services" 26px 700 centered, lh=38 */
.services-title{font-size:31px;font-weight:700;color:#1a1a1a;text-align:center;line-height:46px;margin-bottom:30px;position:relative;display:inline-block;left:50%;transform:translateX(-50%);padding-bottom:14px}
.services-title::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:180px;height:3px;background:#C00000;border-radius:2px}
/* subtitle 14px 400 #7d7d7d, gap to cards=120px */
.services-subtitle{font-size:14px;font-weight:400;color:#7d7d7d;text-align:center;margin-top:14px;margin-bottom:120px}
/* width 560 -> 520 (a bit shorter), slightly inset within header margin */
.services-cards{display:flex;justify-content:center;gap:20px}
.service-card{position:relative;width:476px;height:600px;border-radius:28px;overflow:hidden;flex-shrink:0}
.service-card-bg{position:absolute;inset:0;background-size:cover;background-position:center}
/* Figma: gradient from transparent to black */
.service-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%)}
.service-card-content{position:absolute;bottom:0;left:0;right:0;padding:0 38px 34px 38px;z-index:2;display:flex;flex-direction:column}
/* title 26px 700 white */
.service-card-title{font-size:22px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:10px}
/* sub */
.service-card-sub{font-size:12px;font-weight:400;color:#fff;line-height:1.4;margin-bottom:8px}
/* desc */
.service-card-desc{font-size:13px;font-weight:400;color:#fff;line-height:19px;margin-bottom:10px;word-break:normal;overflow-wrap:anywhere}
/* features */
.service-card-features{list-style:disc;padding-left:18px}
.service-card-features li{font-size:12px;font-weight:400;color:#fff;line-height:17px}
/* button 134x44, bg #c00000, rounded 10 */
.btn-service{width:122px;flex:0 0 122px;height:42px;position:relative;right:auto;bottom:auto;margin-right:-18px;align-self:flex-end;z-index:3;flex-direction:column;line-height:1.2;background:#c00000;border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-size:11.2px;font-weight:700;color:#fff;text-align:center;
  margin-top:0}

/* ═══ CONTACT ═══ Figma: top=4872, h=1198, overlay rgba(0,19,83,0.45) */
/* 4872-3406-1242(services)=224px gap */
.contact-section{position:relative;min-height:730px;overflow:hidden;margin-top:0;background:none}
.contact-bg{position:absolute;inset:0;background:linear-gradient(0deg, rgba(0,19,83,0.45), rgba(0,19,83,0.45)), url(/wp-content/themes/taian-bridge/assets/images/contact-bg-v8.jpg?v=1) center 75%/cover no-repeat;z-index:0}
.contact-overlay{position:absolute;inset:0;background:transparent;z-index:1}
/* Figma: titles at y=142, padding 198 */
.contact-inner{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:26px var(--side-pad) 18px}
.contact-titles{text-align:center;margin-bottom:16px}
/* title 36px 700, lh=48px, gap=20 to subtitle */
.contact-title{font-size:36px;font-weight:700;color:#fafafa;line-height:40px;margin-bottom:14px}
/* subtitle 18px 400 */
.contact-subtitle{font-size:16px;font-weight:400;color:#fafafa;line-height:28px}
/* form card 560 wide, padding 38/60/30 */
.contact-form-card{position:relative;overflow:hidden;width:560px;min-height:430px;margin:0 auto;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);background:radial-gradient(135% 115% at 50% 0%,rgba(255,255,255,.26),rgba(255,255,255,.12) 45%,rgba(255,255,255,.06) 100%);border:none;border-radius:24px;padding:36px 50px 26px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 14px 44px rgba(0,0,0,.24),0 0 46px rgba(255,255,255,.16),inset 0 0 46px rgba(255,255,255,.10)}
.contact-form-card::before{content:"";position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:linear-gradient(105deg,rgba(255,255,255,0) 38%,rgba(255,255,255,.12) 47%,rgba(255,255,255,.26) 50%,rgba(255,255,255,.12) 53%,rgba(255,255,255,0) 62%);background-size:220% 100%;background-repeat:no-repeat;pointer-events:none;animation:glassSheen 6.5s linear infinite}
.contact-form-card>*{position:relative;z-index:1}
@keyframes glassSheen{0%{background-position:150% 0}100%{background-position:-50% 0}}
@media (prefers-reduced-motion:reduce){.contact-form-card::before{animation:none;background-position:50% 0}}
.contact-form{display:flex;flex-direction:column}
/* Figma: label 25px 700, input underline 510x2 */
.form-group{margin-bottom:34px}
.form-group label{font-size:18px;font-weight:700;color:#fff;display:block;margin-bottom:10px}
.form-group input{width:100%;background:transparent;border:none;outline:none;color:#fff;
  font-size:14px;font-family:'Pretendard JP',sans-serif;padding-bottom:8px}
.form-line{height:2px;background:#fafafa;max-width:510px}
.form-group textarea{width:100%;background:transparent;border:none;outline:none;color:#fff;font-size:14px;font-family:'Pretendard JP',sans-serif;padding-bottom:8px;resize:vertical;line-height:1.6;min-height:60px}
.form-group textarea::placeholder{color:rgba(255,255,255,.5)}
/* Figma: button 258x65, #c00000, rounded 12, 25px 700 */
.btn-contact-submit{width:198px;height:50px;margin-top:8px;display:flex;align-items:center;justify-content:center;background:#c00000;border-radius:12px;border:none;cursor:pointer;
  font-size:18px;font-weight:700;color:#fff;font-family:'Pretendard JP',sans-serif;align-self:center;margin-bottom:10px}
/* note 14px 400 white */
.contact-note{font-size:16px;font-weight:400;color:#fff;text-align:center;margin-top:10px}

/* ═══ FOOTER ═══ Figma: h=352, bg #00064b */
.site-footer{background:var(--navy);color:var(--white);position:relative}
.footer-top-line{height:2px;background:var(--white)}
/* 旧: padding 40px 468px 40px 478px(1920px固定前提)。ヘッダーと同じ 964px 基準で流動化する。 */
.footer-inner{max-width:var(--max-w);margin:0 auto;padding:40px clamp(16px, calc((100vw - 964px) / 2), 468px) 40px clamp(16px, calc((100vw - 964px) / 2), 478px);width:100%;box-sizing:border-box}
.footer-row-top{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;margin-bottom:20px}
.footer-nav-primary{display:flex;flex-wrap:nowrap;gap:30px}
.footer-nav-primary a{font-size:11.5px;font-weight:500;color:var(--white);white-space:nowrap;flex:0 0 auto;transition:opacity .2s}
.footer-nav-primary a:hover{opacity:.8}
.footer-social-instagram{width:26px;height:26px;transition:opacity .2s;opacity:.75}
.footer-social-instagram:hover{opacity:1}
.footer-social-instagram img{width:26px;height:26px;filter:brightness(0) invert(1) opacity(.85)}
/* 旧: flex-wrap:nowrap。幅が狭いとリンクが 1 行に収まらず枠外へ出る。 */
.footer-nav-secondary{display:flex;flex-wrap:wrap;gap:12px 30px;margin-bottom:20px}
.footer-nav-secondary a{font-size:11.5px;font-weight:500;color:rgba(250,250,250,.6);white-space:nowrap;transition:opacity .2s}
.footer-nav-secondary a:hover{opacity:1;color:var(--white)}
.footer-divider{height:1px;background:rgba(250,250,250,.2);margin-bottom:30px}
.footer-bottom{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:flex-end}
.footer-bottom-left{display:flex;flex-direction:column;gap:12px}
.footer-logo{width:139px;height:53px;object-fit:contain;opacity:.9}
.footer-copyright{font-size:10.92px;font-weight:200;color:var(--white)}
.footer-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:18px}
.footer-contact-item{display:flex;align-items:center;gap:16px}
.footer-contact-text{font-size:13px;font-weight:600;color:var(--white);letter-spacing:.6px}
.footer-contact-icon{width:21.63px;height:21.63px;background:#C00000;border-radius:4.454px;display:flex;align-items:center;justify-content:center;
  flex-shrink:0}
.footer-contact-icon img{filter:brightness(0) invert(1)}
.footer-contact-icon img[src*="phone-icon"]{width:12.23px;height:12.7px}
.footer-contact-icon img[src*="email-icon"]{width:12.14px;height:10.35px}
.footer-contact-icon img[src*="clock-icon"]{width:12.6px;height:12.6px}.footer-contact-icon img[src*="map-icon"]{width:12.6px;height:12.6px}.footer-contact-icon img[src*="line-icon"]{width:13.3px;height:13.3px}

/* ═══ CHAT WIDGET ═══ Figma: 108x94, #c00000, rounded 15 */
.chat-widget{position:fixed;bottom:24px;right:24px;z-index:9999;width:108px;height:94px;
  background:#c00000;border-radius:15px;border:none;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  box-shadow:0 2px 25px rgba(0,0,0,.1)}
.chat-widget img{width:35px;height:35px;filter:brightness(0) invert(1)}
.chat-widget span{font-size:15px;font-weight:700;color:#fafafa;font-family:'Pretendard JP',sans-serif}

/* ═══ RESPONSIVE ═══ */

/* ── CHATBOT (from Figma Make) ── */
.cb-window{position:fixed;bottom:170px;right:40px;width:480px;height:640px;background:#fff;border-radius:16px;
  box-shadow:0 25px 50px rgba(0,0,0,.25);border:2px solid #0A1F44;z-index:9999;flex-direction:column;overflow:hidden}
.cb-header{background:linear-gradient(to right,#0A1F44,#002868);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}
.cb-header-left{display:flex;align-items:center;gap:12px}
.cb-avatar{width:40px;height:40px;background:#BF0A30;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.cb-title{font-size:18px;font-weight:700;color:#fff}
.cb-status{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.8)}
.cb-status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%}
.cb-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:8px;transition:background .2s}
.cb-close:hover{background:rgba(255,255,255,.2)}
.cb-body{flex:1;padding:16px;background:#f9fafb;overflow-y:auto}
.cb-message{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}
.cb-msg-avatar{width:32px;height:32px;background:#BF0A30;border-radius:50%;color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cb-bubble{background:#fff;padding:12px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);max-width:80%}
.cb-bubble p{font-size:14px;color:#1f2937;line-height:1.5}
.cb-time{font-size:12px;color:#9ca3af;margin-top:8px;display:block}
.cb-actions{display:flex;flex-direction:column;gap:8px}
.cb-actions-label{font-size:12px;color:#6b7280;text-align:center;margin-bottom:4px}
.cb-action-btn{width:100%;background:#fff;border:1px solid #e5e7eb;padding:12px;border-radius:8px;font-size:14px;text-align:left;cursor:pointer;transition:background .2s;font-family:inherit}
.cb-action-btn:hover{background:#f9fafb}
.cb-input-area{padding:16px;border-top:1px solid #e5e7eb;background:#fff;display:flex;gap:8px}
.cb-input{flex:1;padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;font-family:inherit}
.cb-input:focus{border-color:#BF0A30}
.cb-send{background:#BF0A30;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;font-family:inherit;transition:background .2s}
.cb-send:hover{background:#DC143C}
.cb-float-btn{position:fixed;bottom:40px;right:40px;width:130px;height:110px;background:#C00000;color:#fff;border:none;border-radius:15px;box-shadow:0 8px 35px rgba(192,0,0,.5);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .2s}
  color:#fff;border:none;border-radius:50%;box-shadow:0 25px 50px rgba(0,0,0,.25);z-index:9999;cursor:pointer;transition:transform .2s}
.cb-float-btn:hover{transform:scale(1.08)}
.cb-float-btn::after{content:"";position:absolute;inset:-4px;border-radius:20px;background:rgba(192,0,0,.4);z-index:-1;animation:cb-pulse 2s ease-in-out infinite}
@keyframes cb-pulse{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(1.25);opacity:0}}
/* mobile: keep the square design, scaled down (≈2/3 of PC) */
@media (max-width:480px){
  .cb-float-btn{transform:scale(.68);transform-origin:bottom right;bottom:24px;right:16px}
  .cb-float-btn:hover{transform:scale(.68)}
}

/* ── HERO SLIDER ── */
.hero-slider{position:relative;width:100%;height:700px}
.hero-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0 468px 100px 478px;box-sizing:border-box;opacity:0;transform:translateX(60px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}
.hero-slide.active{opacity:1;transform:translateX(0)}
.hero-slide.active .hero-buttons,.hero-slide.active .hero-buttons a{pointer-events:auto}
.hero-tag,.hero-title{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;-webkit-user-drag:none;cursor:default}
.hero-dot{user-select:none;-webkit-user-select:none}
/* Left-aligned slide — offsets parent padding(95) plus the center-align offset for viewports beyond 1920 */

.hero-slide .hero-tag{margin-top:0}
.hero-dots{position:absolute;bottom:30px;left:478px;transform:none;display:flex;gap:10px;z-index:10;pointer-events:auto}
.hero-dot{width:12px;height:12px;border-radius:50%;background:rgba(250,250,250,.4);cursor:pointer;transition:background .3s,transform .3s;pointer-events:auto}
.hero-dot.active{background:#fff;transform:scale(1.3)}



@keyframes flipCard{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}100%{transform:rotateX(0)}}
.why-stat:hover::before{opacity:1}

/* ── airport flip v3 ── */
.status-row{perspective:600px}
.status-content .status-time{margin-left:auto;margin-right:16px;flex-shrink:0;white-space:nowrap}
.status-content .status-label{margin-left:0;flex-shrink:0}

/* approved: slow blink (2s cycle) */
.status-label.approved{animation:slow-blink 2s ease-in-out infinite}
@keyframes slow-blink{0%,100%{opacity:1}50%{opacity:.4}}

/* processing: yellow border-light rotation */

/* service card bottom: text left + button right, side by side */
.service-card-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:auto;position:relative;padding-right:0;min-height:60px}
.service-card-bottom-left{flex:1 1 auto;min-width:0}

/* processing: light beam rotates along the border */
  content:'';position:absolute;width:200%;height:200%;top:-50%;left:-50%;
  background:conic-gradient(transparent 270deg,#efb700 360deg);
  animation:border-rotate 3s linear infinite;
}
  
}


  0%{top:-15px;left:-15px}
  25%{top:-15px;left:calc(100% - 15px)}
  50%{top:calc(100% - 15px);left:calc(100% - 15px)}
  75%{top:calc(100% - 15px);left:-15px}
  100%{top:-15px;left:-15px}
}


  0%{top:-5px;left:10%;} 
  25%{top:-5px;left:calc(100% - 5px);}
  26%{top:0;left:calc(100% + 1px);}
  50%{top:calc(100% - 5px);left:calc(100% + 1px);}
  51%{top:calc(100% + 1px);left:calc(100% - 5px);}
  75%{top:calc(100% + 1px);left:0;}
  76%{top:calc(100% - 5px);left:-5px;}
  99%{top:-5px;left:-5px;}
  100%{top:-5px;left:10%;}
}

  0%{box-shadow:3px 0 4px -2px rgba(239,183,0,.8)}
  25%{box-shadow:0 3px 4px -2px rgba(239,183,0,.8)}
  50%{box-shadow:-3px 0 4px -2px rgba(239,183,0,.8)}
  75%{box-shadow:0 -3px 4px -2px rgba(239,183,0,.8)}
  100%{box-shadow:3px 0 4px -2px rgba(239,183,0,.8)}
}

  content:'';
  position:absolute;
  top:-50%;left:-50%;
  width:200%;height:200%;
  background:conic-gradient(
    transparent 0deg,
    transparent 340deg,
    #efb700 350deg,
    transparent 360deg
  );
  animation:spin 2s linear infinite;
  z-index:0;
}
  z-index:1;
}
}
}

/* processing: border-light rotation */
  background:#fffaea;color:#efb700;
  border:2px solid transparent;
  border-radius:4.87px;
}

/* processing base style */
.cb-avatar > *,.cb-msg-avatar > *{display:block;margin:0;flex-shrink:0}

/* first slide: top-left */
.hero-slide-top-left{justify-content:flex-start;padding-top:100px;padding-bottom:0}



/* long number label — prevent wrapping */
.why-stat-number-sm{font-size:34px !important;white-space:nowrap;letter-spacing:-1px}


/* MEGA MENU — all dropdown items in one panel */
.header-mega{display:none;position:fixed;top:113px;background:rgba(250,250,250,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;padding:20px 20px 30px;box-sizing:border-box;box-shadow:0 8px 24px rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.05)}
.header-mega.is-open{display:block}
.header-mega-grid{display:flex;width:100%;align-items:flex-start;justify-content:space-between}
.header-mega-col{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center;flex:0 0 auto;min-width:0}
.header-mega-col a{font-family:"Pretendard JP",Pretendard,sans-serif;font-size:8.8px;font-weight:600;color:rgba(26,26,26,.65);text-decoration:none;white-space:nowrap;letter-spacing:-.3px;transition:color .15s;text-align:center}
.header-mega-col a:hover{color:#0047AB}


/* ========== Terms / Privacy Policy page ========== */
.page-legal { background:#fff; }
.legal-hero {
    width:100%; min-height:340px; margin-top:113px; padding:60px 80px;
    background:linear-gradient(120deg,#00064B 0%, #1a2466 100%);
    color:#fff; display:flex; align-items:center; justify-content:center;
}
.legal-hero-content { max-width:1240px; margin:0 auto; }
.legal-hero-title { font-size:44px; font-weight:700; line-height:1.3; margin:0 0 12px; letter-spacing:-0.5px; }
.legal-hero-sub   { font-size:16px; opacity:.7; letter-spacing:1px; margin:0; }

.legal-content { padding:80px 80px 120px; }
.legal-inner   { max-width:960px; margin:0 auto; color:#1f2330; line-height:1.9; font-size:15px; }
.legal-intro   { font-size:15px; line-height:2; color:#333; margin:0 0 48px; padding:24px 28px; background:#f6f7fb; border-left:4px solid #00064B; border-radius:4px; }
.legal-section-title { font-size:20px; font-weight:700; color:#00064B; margin:40px 0 14px; padding-bottom:8px; border-bottom:1px solid #e3e6ef; }
.legal-inner p  { margin:0 0 14px; }
.legal-list     { margin:0 0 14px; padding-left:22px; }
.legal-list li  { margin-bottom:8px; line-height:1.85; }
.legal-contact  { background:#f6f7fb; padding:18px 22px; border-radius:6px; line-height:2; font-size:14px; }
.legal-date     { margin-top:60px; padding-top:24px; border-top:1px solid #e3e6ef; color:#7a8094; font-size:13px; line-height:1.9; }

@media (max-width:1023.98px){
    .legal-hero { padding:80px 24px 56px; }
    .legal-hero-title { font-size:30px; }
    .legal-content { padding:48px 24px 80px; }
    .legal-section-title { font-size:18px; }
}




.lp-concerns-title{text-align:center;font-size:30px;font-weight:700;line-height:1.32;color:#1A1A1A;margin:0 0 64px;letter-spacing:-1px}

/* speech bubble */
.lp-bubbles{display:flex;flex-direction:column;gap:14px;max-width:760px;margin:0 auto 90px}
.lp-bubble{display:inline-flex;align-items:center;gap:10px;padding:13px 22px 13px 14px;background:#fff;border:1px solid #D0D5DD;border-radius:30px;width:fit-content;max-width:100%;box-shadow:0 1px 2px rgba(0,0,0,.02)}
.lp-bubble.lp-bubble-left{align-self:flex-start}
.lp-bubble.lp-bubble-right{align-self:flex-end}
.lp-bubble-avatar{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}
.lp-bubble-avatar svg{width:24px;height:24px;display:block}
.lp-bubble-text{font-size:16px;font-weight:500;line-height:1.5;color:#4B5563;letter-spacing:-.4px;white-space:nowrap}
.lp-bubble-text em{font-style:normal;color:#1A1A1A;font-weight:600}

/* transition */
.lp-transition-title{position:relative;text-align:center;margin:0 auto 18px;display:flex;justify-content:center}
.lp-transition-title span{position:relative;display:inline-block;font-size:18px;font-weight:700;line-height:1.4;color:#1A1A1A;padding-bottom:6px}
.lp-transition-title span::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#0047AB}
.lp-transition-sub{text-align:center;font-size:14px;font-weight:400;line-height:1.65;color:#4B5563;margin:0 0 90px;letter-spacing:-.3px}

/* benefits */
.lp-benefit{text-align:center;margin-bottom:130px}
.lp-benefit p{margin:0;letter-spacing:-.5px}
.lp-benefit-line1{font-size:18px;font-weight:600;line-height:1.5;color:#1A1A1A;margin-bottom:10px !important}
.lp-benefit-line2{font-size:26px;font-weight:700;line-height:1.3;color:#1A1A1A;margin-bottom:60px !important}
.lp-benefit-line2 span{color:#0047AB}
.lp-benefit-line3{font-size:18px;font-weight:600;line-height:1.5;color:#1A1A1A;margin-bottom:14px !important}
.lp-benefit-free{font-size:26px;font-weight:800;line-height:1.3;color:#0047AB}

/* CTA banner */
@media (max-width:1023.98px){
    .lp-concerns{padding:60px 0 70px}
    .lp-concerns-title{font-size:22px;margin-bottom:36px}
    .lp-bubble-text{font-size:14px;white-space:normal}
    .lp-bubble{padding:12px 18px 12px 12px}
    .lp-bubbles{margin-bottom:60px}
    .lp-transition-title span{font-size:16px}
    .lp-transition-sub{margin-bottom:60px}
    .lp-benefit{margin-bottom:80px}
    .lp-benefit-line1,.lp-benefit-line3{font-size:15px}
    .lp-benefit-line2,.lp-benefit-free{font-size:22px}
    .lp-cta{padding:30px 24px}
    .lp-cta-text{font-size:15px}
    .lp-dots-tr{width:100px;height:80px;right:20px}
    .lp-dots-bl{width:120px;height:160px;left:10px;bottom:100px}
}


/* 4 speech bubbles - Figma position mapping */
.lp-bubbles{position:relative;width:100%;max-width:1100px;margin:0 auto 100px;display:flex;flex-direction:column;gap:18px}
.lp-bubble{display:inline-flex;align-items:center;gap:14px;padding:22px 30px;background:#FFFFFF;border:1px solid rgba(26,26,26,0.5);border-radius:20px;width:fit-content;max-width:760px;box-sizing:border-box;box-shadow:0 1px 2px rgba(0,0,0,.02)}
.lp-bubble.lp-bubble-left{align-self:flex-start}
.lp-bubble.lp-bubble-right{align-self:flex-end}
.lp-bubble-avatar{flex-shrink:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}
.lp-bubble-avatar svg{width:30px;height:30px;display:block}
.lp-bubble-text{font-size:22px;font-weight:600;line-height:1.46;color:#1A1A1A;letter-spacing:-.4px;white-space:nowrap}
.lp-bubble-text em{font-style:normal;color:#1A1A1A;font-weight:700}

/* transition: title + blue line below (Rectangle 177) */
.lp-transition-title{text-align:center;margin:0 auto;display:block}
.lp-transition-title span{display:inline-block;font-size:30px;font-weight:700;line-height:1.17;color:#1A1A1A;padding-bottom:6px;position:relative}
.lp-transition-title span::after{content:"";position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);width:389px;height:3px;background:#0047AB;border-radius:2px}
.lp-transition-sub{text-align:center;font-size:24px;font-weight:400;line-height:1.34;color:#1A1A1A;margin:30px 0 110px;letter-spacing:-.4px}

/* benefits — spec sizes */
.lp-benefit{text-align:center;margin-bottom:130px}
.lp-benefit p{margin:0;letter-spacing:-.5px}
.lp-benefit-line1{font-size:30px;font-weight:700;line-height:1.37;color:#1A1A1A;margin-bottom:18px !important}
.lp-benefit-line2{font-size:40px;font-weight:700;line-height:1.05;color:#0047AB;margin-bottom:80px !important}
.lp-benefit-line2 span{color:#0047AB}
.lp-benefit-line3{font-size:30px;font-weight:700;line-height:1.37;color:#1A1A1A;margin-bottom:24px !important}
.lp-benefit-free{font-size:40px;font-weight:800;line-height:1.05;color:#0047AB}

/* CTA banner — 1100x230, left Rectangle120 image + #00064B */
@media (max-width:1023.98px){
    .lp-concerns{padding:70px 0 80px}
    .lp-concerns-inner{padding:0 24px}
    .lp-concerns-title{font-size:28px;margin-bottom:50px}
    .lp-bubble-text{font-size:16px;white-space:normal;line-height:1.5}
    .lp-bubble{padding:16px 20px;gap:10px}
    .lp-bubble-avatar,.lp-bubble-avatar svg{width:24px;height:24px}
    .lp-bubbles{margin-bottom:70px}
    .lp-transition-title span{font-size:20px}
    .lp-transition-title span::after{width:260px}
    .lp-transition-sub{font-size:16px;margin:24px 0 70px}
    .lp-benefit{margin-bottom:80px}
    .lp-benefit-line1,.lp-benefit-line3{font-size:20px}
    .lp-benefit-line2,.lp-benefit-free{font-size:28px}
    .lp-cta{padding:36px 24px;min-height:auto}
    .lp-cta-text{font-size:18px}
    .lp-cta-btn{width:180px;height:48px;font-size:18px}
    .lp-dots-tr{width:120px;height:90px;right:20px;top:30px}
    .lp-dots-bl{width:140px;height:180px;left:10px;bottom:120px}
}



/* HEADLINE */
.lp-headline{display:flex;flex-direction:column;align-items:center;gap:8px;margin:0 0 90px}
.lp-headline-pill{display:inline-flex;align-items:center;justify-content:center;background:#0047AB;border-radius:6px;padding:6px 22px;line-height:1}
.lp-headline-pill span{font-size:34px;font-weight:700;color:#FAFAFA;letter-spacing:-1px;line-height:1.3}
.lp-headline-main{margin:6px 0 0;font-size:40px;font-weight:700;line-height:1.32;color:#1A1A1A;letter-spacing:-1px;text-align:center}

/* BUBBLES */
.lp-bubbles{position:relative;width:100%;max-width:1100px;margin:0 auto 100px;display:flex;flex-direction:column;gap:18px}
.lp-bubble{display:inline-flex;align-items:center;gap:14px;padding:22px 36px;background:#FFFFFF;border:1px solid rgba(0,0,0,0.08);border-radius:40px;width:fit-content;max-width:90%;box-sizing:border-box;box-shadow:0 0 10px 5px rgba(0,0,0,.03)}
.lp-bubble-1{align-self:flex-start;margin-left:8%}
.lp-bubble-2{align-self:flex-end;margin-right:0}
.lp-bubble-3{align-self:flex-start;margin-left:0}
.lp-bubble-4{align-self:flex-end;margin-right:5%}
.lp-bubble-oval{border-radius:60px;padding:22px 40px}
.lp-bubble-avatar{flex-shrink:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}
.lp-bubble-avatar svg{width:30px;height:30px;display:block}
.lp-bubble-text{font-size:22px;font-weight:600;line-height:1.46;color:#1A1A1A;letter-spacing:-.4px}

/* TRANSITION */
.lp-transition{text-align:center;margin:0 auto 90px}
.lp-transition-title{margin:0 auto;font-size:30px;font-weight:700;line-height:1.17;color:#1A1A1A;letter-spacing:-.6px}
.lp-transition-divider{width:677px;max-width:88%;height:3px;background:#0047AB;border-radius:2px;margin:14px auto 28px}
.lp-transition-sub{margin:0;font-size:24px;font-weight:400;line-height:1.46;color:#1A1A1A;letter-spacing:-.4px}

/* VERTICAL LINE */
.lp-vert-line{display:block;width:1px;height:60px;background:rgba(0,0,0,.2);margin:0 auto 90px}

/* SERVICE INTRO */
.lp-service{text-align:center;margin:0 auto 120px}
.lp-service-intro{margin:0 0 36px;font-size:30px;font-weight:700;line-height:1.37;color:#1A1A1A;letter-spacing:-.5px}
.lp-service-free{margin:0;font-size:50px;font-weight:800;line-height:1.05;color:#0047AB;letter-spacing:-1.5px}

/* SPECIAL (さらに) */
.lp-special{text-align:center;margin:0 0 60px}
.lp-more-label{margin:0 0 18px;font-size:28px;font-weight:500;color:rgba(26,26,26,.5);letter-spacing:-.4px}
.lp-special-intro{margin:0;font-size:30px;font-weight:700;line-height:1.47;color:#1A1A1A;letter-spacing:-.5px}

/* BULLETS */


/* CTA BANNER — text left, button right */
@media (max-width:1023.98px){
    .lp-concerns{padding:70px 0 80px}
    .lp-concerns-inner{padding:0 24px}
    .lp-headline{margin-bottom:50px;gap:6px}
    .lp-headline-pill span{font-size:24px}
    .lp-headline-main{font-size:26px}
    .lp-bubble{padding:16px 22px;border-radius:30px;max-width:100%}
    .lp-bubble-oval{border-radius:40px}
    .lp-bubble-text{font-size:15px;line-height:1.5}
    .lp-bubble-1,.lp-bubble-3{margin-left:0}
    .lp-bubble-2,.lp-bubble-4{margin-right:0}
    .lp-bubbles{margin-bottom:60px}
    .lp-transition-title{font-size:20px}
    .lp-transition-divider{margin-top:10px;margin-bottom:22px}
    .lp-transition-sub{font-size:16px}
    .lp-transition{margin-bottom:60px}
    .lp-vert-line{margin-bottom:60px}
    .lp-service{margin-bottom:80px}
    .lp-service-intro{font-size:20px}
    .lp-service-free{font-size:32px}
    .lp-more-label{font-size:20px;margin-bottom:14px}
    .lp-special-intro{font-size:20px}
    .lp-bullets{margin-bottom:70px;gap:18px}
    .lp-bullets li{font-size:16px;align-items:flex-start;gap:12px}
    .lp-bullet-icon{width:24px;height:24px;margin-top:2px}
    .lp-cta{padding:30px 24px;flex-direction:column;text-align:center;min-height:auto;gap:20px}
    .lp-cta-text{font-size:18px;text-align:center}
    .lp-cta-btn{width:200px;height:52px;font-size:18px}
    .lp-dots-tr{width:140px;height:100px;right:20px;top:80px}
    .lp-dots-bl{width:160px;height:200px;left:10px;bottom:380px}
}


/* ═══ 業者選び → お悩み → 特典 → CTA セクション v5 (Figma 544:758 厳密) ═══ */
.lp-concerns{position:relative;background:#F8F9FB;padding:80px 0 24px;overflow:hidden}
.lp-concerns-inner{position:relative;z-index:2;max-width:1480px;margin:0 auto;padding:0 60px;zoom:0.7}

/* dot pattern */
.lp-dots{position:absolute;pointer-events:none;z-index:1;background-size:contain;background-repeat:no-repeat;background-position:center}
.lp-dots-tr{top:160px;right:0;width:322px;height:176px;background-image:url("assets/images/concerns-dots-tr.png")}
.lp-dots-bl{top:742px;left:0;width:238px;height:369px;background-image:url("assets/images/concerns-dots-bl.png")}

/* HEADLINE — 業者選び、(青ピル) + こんなお悩みありませんか? */
.lp-headline{display:flex;flex-direction:column;align-items:center;gap:9px;margin:0 0 130px}
.lp-headline-pill{display:inline-flex;align-items:center;justify-content:center;background:#0047AB;width:186px;height:60px;border-radius:0;box-sizing:border-box;white-space:nowrap;overflow:visible}
.lp-headline-pill span{font-size:40px;font-weight:700;line-height:53px;color:#FAFAFA;letter-spacing:-2px;white-space:nowrap;display:inline-block;transform:translateX(12px)}
.lp-headline-main{margin:0;font-size:40px;font-weight:700;line-height:53px;color:#1A1A1A;letter-spacing:-1px;text-align:center}

/* BUBBLES — 4個、スペック幅 + 40px 間隔 */
.lp-bubbles{position:relative;width:100%;max-width:1100px;margin:0 auto 100px;display:flex;flex-direction:column;gap:40px}
.lp-bubble{display:inline-flex;align-items:center;gap:14px;padding:22px 36px;background:#FFFFFF;border:1px solid rgba(0,0,0,0.08);border-radius:40px;box-sizing:border-box;box-shadow:0 0 10px 5px rgba(0,0,0,.03);min-height:80px}
.lp-bubble-1{align-self:flex-start;width:709px;max-width:90%;margin-left:85px}
.lp-bubble-2{align-self:flex-end;width:781px;max-width:90%;margin-right:0}
.lp-bubble-3{align-self:flex-start;width:846px;max-width:96%;margin-left:85px}
.lp-bubble-4{align-self:flex-end;width:734px;max-width:90%;border-radius:60px;min-height:114px;padding:22px 40px}
.lp-bubble-avatar{flex-shrink:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}
.lp-bubble-avatar svg{width:30px;height:30px;display:block}
.lp-bubble-text{font-size:24px;font-weight:600;line-height:35px;color:#1A1A1A;letter-spacing:-.4px}
.lp-bubble-text .lp-emph{font-style:normal;font-weight:700;color:#C00000}

/* TRANSITION */
.lp-transition{text-align:center;margin:0 auto 56px}
.lp-transition-title{margin:0 auto;font-size:30px;font-weight:700;line-height:35px;color:#1A1A1A;letter-spacing:-.6px}
.lp-transition-divider{width:677px;max-width:88%;height:3px;background:#0047AB;border-radius:2px;margin:6px auto 21px}
.lp-transition-sub{margin:0 auto;font-size:24px;font-weight:400;line-height:35px;color:#1A1A1A;letter-spacing:-.4px}

/* VERTICAL LINE (Vector 46) */
.lp-vert-line{display:block;width:1px;height:60px;background:rgba(0,0,0,.2);margin:0 auto 56px}

/* SERVICE INTRO */
.lp-service{text-align:center;margin:0 auto 114px}
.lp-service-intro{margin:0 0 33px;font-size:30px;font-weight:700;line-height:41px;color:#1A1A1A;letter-spacing:-.5px}
.lp-service-free{margin:0;font-size:50px;font-weight:800;line-height:1;color:#0047AB;letter-spacing:-1.5px}

/* さらに— + 特典 */
.lp-special{text-align:center;margin:0 0 46px}
.lp-more-label{margin:0 0 16px;font-size:28px;font-weight:500;line-height:36px;color:rgba(26,26,26,.5);letter-spacing:-.4px}
.lp-special-intro{margin:0;font-size:30px;font-weight:700;line-height:44px;color:#1A1A1A;letter-spacing:-.5px}

/* BULLETS */
.lp-bullets{list-style:none;padding:0;margin:0 auto 64px;max-width:740px;display:flex;flex-direction:column;gap:25px}
.lp-bullets li{display:flex;align-items:center;gap:18px;font-size:24px;font-weight:500;line-height:35px;color:#1A1A1A;letter-spacing:-.4px}
.lp-bullets li strong{font-weight:700;color:#1A1A1A}
.lp-bullet-icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:rgba(67,140,175,0.7);display:inline-flex;align-items:center;justify-content:center}
.lp-bullet-arrow{display:block;width:16px;height:11px}

/* CTA BANNER */
.lp-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#00064B url("assets/images/cta-bg-navy.png") left center / cover no-repeat;border-radius:20px;padding:0 64px;width:1100px;max-width:100%;height:230px;margin:0 auto;box-sizing:border-box;overflow:hidden}
.lp-cta-text{position:relative;z-index:2;margin:0;font-size:28px;font-weight:600;line-height:35px;color:#FFFFFF;letter-spacing:-.4px;text-align:left;flex:0 0 auto;max-width:480px;white-space:normal}
.lp-cta-btn{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:227px;height:58px;background:#FAFAFA;border-radius:10px;color:#00064B;font-size:22px;font-weight:600;text-decoration:none;flex-shrink:0;transition:transform .15s,box-shadow .2s}
.lp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.28)}
.lp-cta-arrow{display:inline-block;width:11px;height:11px;border-right:2.5px solid #00064B;border-bottom:2.5px solid #00064B;transform:rotate(-45deg);margin-top:-2px}

/* ASSET PROTECTION BANNER (full-width, outside zoomed inner) */
.lp-asset-protection{position:relative;width:100%;height:300px;background:url("images/asset-protection-bg.png") center -53px / 100% 300px no-repeat;display:flex;align-items:center;justify-content:center;margin:0 0 60px;box-sizing:border-box;overflow:hidden}
.lp-asset-protection-inner{width:100%;text-align:center;padding:0 24px;box-sizing:border-box}
.lp-asset-protection-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#000B83;margin:0 auto 16px;line-height:0;padding:0}
.lp-asset-protection-icon img,.lp-asset-protection-shield{display:block;width:17px;height:21px;margin:0;padding:0;flex:0 0 auto}
.lp-asset-protection-title{margin:0 0 18px;font-size:30px;font-weight:700;line-height:1.35;color:#1A1A1A;letter-spacing:-.6px}
.lp-asset-protection-lead{margin:0 0 14px;font-size:18px;font-weight:600;line-height:1.6;color:#1A1A1A;letter-spacing:-.3px}
.lp-asset-protection-note{margin:0 auto;font-family:'Pretendard JP',sans-serif;font-size:11px;font-weight:300;line-height:18px;color:rgba(26,26,26,.7);letter-spacing:normal;max-width:389px;text-align:center}
.lp-asset-protection-note-tight{letter-spacing:-1px}
.lp-concerns-inner-cta{padding-top:0!important}

@media (max-width:1200px){
    .lp-bubble-1{width:520px;margin-left:30px}
    .lp-bubble-2{width:580px}
    .lp-bubble-3{width:640px;margin-left:30px}
    .lp-bubble-4{width:560px}
}
@media (max-width:1023.98px){
    .lp-concerns{padding:70px 0 80px}
    .lp-concerns-inner{padding:0 24px}
    .lp-headline{margin-bottom:60px;gap:8px}
    .lp-headline-pill{width:auto;height:42px;padding:0 16px}
    .lp-headline-pill span{font-size:24px;line-height:42px}
    .lp-headline-main{font-size:26px;line-height:1.32}
    .lp-bubble{padding:16px 22px;border-radius:30px;width:100%!important;margin:0!important;min-height:auto}
    .lp-bubble-4{border-radius:30px;min-height:auto}
    .lp-bubble-text{font-size:15px;line-height:1.5}
    .lp-bubbles{margin-bottom:60px;gap:18px}
    .lp-transition-title{font-size:20px;line-height:1.3}
    .lp-transition-divider{margin-top:10px;margin-bottom:22px}
    .lp-transition-sub{font-size:16px;line-height:1.5}
    .lp-transition{margin-bottom:40px}
    .lp-vert-line{margin-bottom:40px}
    .lp-service{margin-bottom:70px}
    .lp-service-intro{font-size:20px;line-height:1.4}
    .lp-service-free{font-size:32px}
    .lp-more-label{font-size:20px;margin-bottom:14px}
    .lp-special-intro{font-size:20px;line-height:1.5}
    .lp-bullets{margin-bottom:50px;gap:18px}
    .lp-bullets li{font-size:16px;align-items:flex-start;gap:12px;line-height:1.5}
    .lp-bullet-icon{width:24px;height:24px;margin-top:2px}
    .lp-cta{padding:30px 24px;flex-direction:column;text-align:center;min-height:auto;gap:20px}
    .lp-cta-text{font-size:18px;text-align:center}
    .lp-cta-btn{width:200px;height:52px;font-size:18px}
    .lp-dots-tr{width:140px;height:100px;right:20px;top:80px}
    .lp-dots-bl{width:160px;height:200px;left:10px;bottom:560px}
    .lp-asset-protection{height:auto;padding:48px 0;margin-bottom:48px;background-size:cover}
    .lp-asset-protection-inner{padding:0 20px}
    .lp-asset-protection-icon{width:36px;height:36px;margin-bottom:14px}
    .lp-asset-protection-icon img{width:15px;height:18px}
    .lp-asset-protection-title{font-size:20px;margin-bottom:14px;line-height:1.4}
    .lp-asset-protection-lead{font-size:14px;margin-bottom:12px;line-height:1.6}
    .lp-asset-protection-note{font-size:10px;line-height:1.65}
}


/* ─── Mini dropdown (比較申込 / 比較状況) ─── */
.nav-item-mini-dd{position:relative}
.mini-dropdown{display:none !important;position:absolute !important;top:100% !important;left:50% !important;transform:translateX(-50%) !important;background:#F9F9F9 !important;border-radius:0 !important;padding:0 !important;box-shadow:0 8px 16px rgba(0,0,0,.2) !important;height:auto !important;z-index:200 !important;flex-direction:column !important;margin-top:0 !important;gap:0 !important;list-style:none;width:79.56px !important;min-width:0 !important;box-sizing:border-box}
.mini-dropdown::before{display:none}
.nav-item-mini-dd:hover .mini-dropdown,.mini-dropdown:hover{display:flex !important}
.mini-dropdown li{flex:0 0 auto;width:100%;list-style:none;margin:0;padding:0}
.mini-dropdown li a{display:flex;align-items:center;justify-content:center;height:25.27px;padding:2px 6px;white-space:normal;font-size:10px;font-weight:500;line-height:1.15;color:#1A1A1A;text-decoration:none;transition:background .15s,color .15s;letter-spacing:-.3px;margin:0;text-align:center;box-sizing:border-box}
.mini-dropdown li a:hover{background:#F4F6FB;color:#0047AB}


/* 比較申込 (blue) / 比較状況 (red) nav 色分け */


/* 比較申込 (RED button) / 比較状況 (BLUE button) - solid color buttons */
.nav-item-blue > a,.nav-item-red > a{display:inline-flex !important;align-items:center;justify-content:center;width:62.4px !important;height:24.56px !important;padding:0 !important;border-radius:0;line-height:1.2;color:#FFFFFF !important;font-weight:600;font-size:12px;letter-spacing:-.3px;transition:background .15s;text-decoration:none;box-sizing:border-box;pointer-events:none;cursor:default}
/* Note: class names "blue"/"red" kept for stability — 申込 uses .nav-item-blue, 状況 uses .nav-item-red */
.nav-item-blue > a{background:#C00000}     /* 比較申込 — RED */
.nav-item-blue:hover > a{background:#A00000}
.nav-item-red  > a{background:#0047AB}     /* 比較状況 — BLUE */
.nav-item-red:hover  > a{background:#003580}
.mini-dropdown-blue li a:hover{background:#C00000;color:#FFFFFF}
.mini-dropdown-red  li a:hover{background:#0047AB;color:#FFFFFF}

.nav-item-mini-dd + .nav-item-mini-dd{margin-left:-10px}
/* 比較申込 / 比較状況 dropdown — ボタン幅・左右のラインに正確に一致 */
.mini-dropdown-blue{width:100% !important;left:0 !important;right:auto !important;transform:none !important}

.mini-dropdown-red{width:100% !important;left:0 !important;right:auto !important;transform:none !important}

html{max-width:100%}

/* footer disclaimer */
.footer-disclaimer{margin-top:34px;padding-top:28px;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.6);font-size:10.08px;line-height:1.9}
.footer-disclaimer-title{font-size:11.76px;font-weight:700;color:rgba(255,255,255,.88);margin:0 0 14px}
.footer-disclaimer p{margin:0 0 12px}
.footer-disclaimer-corp{margin-top:18px;color:rgba(255,255,255,.72)}
.m-footer-disclaimer{margin:14px 16px 0 25px;padding-top:14px;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.6);font-size:11.55px;line-height:1.85}
.m-footer-disclaimer h3{font-size:12.6px;font-weight:700;color:rgba(255,255,255,.88);margin:0 0 10px}
.m-footer-disclaimer p{margin:0 0 10px}
.m-footer-disclaimer .footer-disclaimer-corp{margin-top:14px}

/* footer rep names alignment */
.footer-disclaimer-corp .fdc-rep{display:inline-flex;vertical-align:top}
.footer-disclaimer-corp .fdc-rep-label{flex:0 0 auto;white-space:nowrap}
.footer-disclaimer-corp .fdc-rep-names{flex:1 1 auto}
.m-footer-disclaimer .footer-disclaimer-corp .fdc-rep{display:inline-flex}

/* ─── お問い合わせ内 共感メッセージ ─── */
.contact-quote{font-size:20px;font-weight:700;color:#fafafa;line-height:1.6;margin:16px 0 10px;letter-spacing:-0.3px}
.contact-message{font-size:15px;font-weight:400;color:#fafafa;line-height:28px;margin:0}

/* 体験談の免責 (コンプライアンス 2026-07-30) */
.rv-disclaimer{max-width:1450px;margin:20px auto 0;padding:0 24px;}
.rv-disclaimer p{margin:0;padding:14px 18px;background:#f6f7f9;border-left:3px solid #9aa6b5;color:#5a6472;font-size:13px;line-height:1.8;}
@media (max-width:1023.98px){
  .rv-disclaimer{padding:0 16px;margin-top:14px;}
  .rv-disclaimer p{font-size:12px;padding:12px 14px;}
}

/* ヒーロー見出しの折り返し(SEO用に長くなったH1/H2を2行に収める) */
.hub-hero-title,.hub-hero-sub,.gm-hero-title,.gm-hero-sub,.cs-hero-title,.cs-hero-sub,.fxp-hero-title,.fxp-hero-sub,.rc-hero-title,.rc-hero-sub,.pn-hero-title,.pn-hero-sub,.rv-hero-title,.rv-hero-sub,.fx-hero-title,.fx-hero-sub,.co-hero-title,.co-hero-sub,.oc-title,.oc-sub,.legal-hero-title,.legal-hero-sub{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere;line-break:strict;max-width:min(1200px,100%);min-width:0;box-sizing:border-box;text-wrap:balance}
.hub-hero-title,.gm-hero-title,.cs-hero-title,.fxp-hero-title,.rc-hero-title,.pn-hero-title,.rv-hero-title{font-size:40px!important;line-height:1.3!important;letter-spacing:0!important}
@media (max-width:1023.98px){
  .hub-hero-title,.gm-hero-title,.cs-hero-title,.fxp-hero-title,.rc-hero-title,.pn-hero-title,.rv-hero-title,.fx-hero-title,.co-hero-title{font-size:21px!important;line-height:1.4!important;letter-spacing:0!important}
}
.page-safety-bridge .legal-hero-sub{font-size:19px!important;line-height:1.6}
@media (max-width:1023.98px){
  .page-safety-bridge .legal-hero-sub{font-size:14px!important}
}
