:root {
  --navy: #001f56;
  --deep-blue: #00376c;
  --footer-blue: #003468;
  --ink: #001e50;
  --line: #d9dee6;
  --sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: #172238; background: #fff; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.site-header { height: 73px; background: #fff; position: relative; z-index: 20; }
.header-inner { width: 100%; height: 100%; padding: 0 16px 0 24px; display: flex; align-items: center; }
.brand { width: 198px; flex: 0 0 198px; position: relative; }
.brand img { width: 198px; height: 48px; object-fit: contain; }
.brand-name { position: absolute; inset: 0 0 0 45px; padding: 4px 0 0 2px; display: block; color: #111827; background: #fff; }
.brand-name b { display: block; font: 700 20px/1.35 var(--serif); letter-spacing: .03em; white-space: nowrap; }
.brand-name small { display: block; font: 700 7px/1.25 Arial, sans-serif; letter-spacing: .015em; }
.global-nav { margin-left: auto; height: 100%; display: flex; align-items: stretch; }
.global-nav a { min-width: 77px; padding: 24px 9px 0; text-align: center; color: #101522; white-space: nowrap; transition: color .2s ease; }
.global-nav a:hover { color: #0a4c89; }
.global-nav strong { display: block; font-size: 8px; line-height: 1.2; font-weight: 700; }
.global-nav small { display: block; margin-top: 7px; color: #153263; font: 700 6.5px/1 Arial, sans-serif; letter-spacing: .04em; }
.header-actions { margin-left: 3px; display: flex; gap: 7px; }
.header-action { height: 41px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 9px; line-height: 1.45; font-weight: 600; }
.header-action--primary { width: 108px; color: #fff; background: var(--navy); border: 1px solid var(--navy); }
.header-action--outline { width: 107px; color: #183057; background: #fff; border: 1px solid #5a739b; }
.header-action svg { width: 19px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.catalog-icon { width: 17px; height: 20px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 8px; }
.menu-button { display: none; }

.hero { height: 350px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(100deg, #00376c 0%, #00376c 40%, #002451 50%, #002451 100%); }
.hero-photo { position: absolute; inset: 0 0 0 auto; width: 64.03%; background: url("./assets/images/hero.png") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0 auto 0 0; width: 36%; background: linear-gradient(90deg, rgba(0,49,96,.98), rgba(0,52,100,.94)); }
.hero-copy { position: relative; z-index: 2; padding: 61px 0 0 55px; }
.hero h1 { margin: 0; font: 400 41px/1.48 var(--serif); letter-spacing: .12em; text-shadow: 0 1px 1px rgba(0,0,0,.1); }
.hero-copy p { margin: 13px 0 26px; font-size: 11px; line-height: 2; letter-spacing: .035em; }
.button { height: 35px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; border-radius: 2px; font-size: 10px; font-weight: 600; letter-spacing: .02em; transition: filter .2s ease, transform .2s ease; }
.button:hover { filter: brightness(1.15); transform: translateY(-1px); }
.button span { margin-left: 20px; font-size: 22px; font-weight: 300; line-height: 1; }
.button--ghost { min-width: 166px; color: #fff; border: 1px solid rgba(255,255,255,.9); background: rgba(0,32,77,.18); }
.button--navy { color: #fff; background: var(--navy); border: 1px solid var(--navy); }
.hero-dots { position: absolute; z-index: 3; bottom: 8px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; }
.hero-dots i { width: 24px; height: 2px; background: rgba(255,255,255,.35); }
.hero-dots .is-active { background: #fff; }

.strengths { height: 223px; padding-top: 19px; background: #fff; }
.section-title { position: relative; margin: 0; padding-bottom: 14px; color: #0a2f65; text-align: center; font: 400 18px/1.35 var(--serif); letter-spacing: .12em; }
.section-title::after { content: ""; position: absolute; bottom: 5px; left: 50%; width: 36px; height: 1px; background: #0b3e78; transform: translateX(-50%); }
.strength-grid { width: 91.5%; margin: 4px auto 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.strength-item { padding: 0 7px; text-align: center; color: #112033; }
.strength-icon { width: 45px; height: 45px; margin: 0 auto 8px; fill: none; stroke: #002d68; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.strength-icon .fill { fill: #002d68; stroke: none; }
.strength-item h3 { margin: 0 0 6px; color: #052e67; font-size: 12px; line-height: 1.4; font-weight: 700; }
.strength-item p { margin: 0; font-size: 9px; line-height: 1.9; }

.products { height: 251px; padding-top: 19px; background: linear-gradient(90deg, #f6f7f9, #f2f4f7 40%, #f7f8fa); }
.products-inner { width: 90%; height: 100%; margin: 0 auto; display: grid; grid-template-columns: 170px 1fr; gap: 24px; }
.products-intro h2, .works-intro h2, .news h2, .catalog h2, .contact-bar h2 { margin: 0; color: #07366b; font: 400 21px/1.25 var(--serif); letter-spacing: .13em; }
.products-intro { padding-top: 5px; }
.products-intro > span, .works-intro > span { display: block; margin-top: 5px; color: #173c6c; font: 700 7px/1 Arial, sans-serif; letter-spacing: .06em; }
.products-intro p { margin: 19px 0 26px; font-size: 9.5px; line-height: 2.05; }
.products-intro .button { width: 164px; height: 35px; }
.product-area { min-width: 0; }
.product-grid { height: 190px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.product-card { min-width: 0; overflow: hidden; text-align: center; background: #fff; border: 1px solid #e7eaf0; border-radius: 3px; }
.product-card img { width: 100%; height: 112px; object-fit: cover; }
.product-card h3 { margin: 9px 0 4px; color: #062f68; font-size: 11px; line-height: 1.35; }
.product-card p { margin: 0; font-size: 8.5px; line-height: 1.65; }
.product-more { height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #043470; font-size: 9.5px; font-weight: 700; }
.product-more span { height: 1px; flex: 1; background: #d2d8e1; }
.product-more b { font-size: 18px; font-weight: 300; }

.works { height: 202px; color: #fff; background: linear-gradient(110deg, #003a72 0%, #001e54 62%, #00396d 100%); }
.works-inner { height: 100%; padding: 15px 60px 10px 46px; display: grid; grid-template-columns: 190px 698px; gap: 29px; position: relative; }
.works-intro h2 { color: #fff; font-size: 19px; letter-spacing: .06em; white-space: nowrap; }
.works-intro > span { color: #fff; opacity: .9; margin-top: 6px; }
.works-intro p { margin: 13px 0 14px; font-size: 9px; line-height: 1.75; }
.works-intro .button { width: 190px; height: 33px; padding-left: 11px; font-size: 9px; }
.works-content { min-width: 0; }
.work-grid { width: 698px; height: 160px; display: grid; grid-template-columns: 165px 178px 166px 171px; gap: 6px; }
.work-card { min-width: 0; overflow: hidden; color: #152239; background: #fff; }
.work-card img { width: 100%; height: 116px; object-fit: cover; }
.work-card h3 { margin: 6px 8px 1px; color: #132c50; font-size: 10px; line-height: 1.15; }
.work-card p { margin: 0 8px; font-size: 8px; }
.works-note { margin: 4px 0 0; color: #d9e7f5; font-size: 7.5px; }
.works-arrows { position: absolute; top: 57px; right: 14px; display: grid; gap: 8px; }
.works-arrows button { width: 28px; height: 28px; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: transparent; font-size: 22px; line-height: 1; cursor: pointer; }

.information { height: auto; padding: 22px 0 26px; background: #fff; }
.info-inner { width: 90%; margin: 0 auto; }
.news-heading { height: 31px; display: flex; align-items: flex-start; }
.news-heading h2 { font-size: 20px; }
.news-heading > span { margin: 6px 0 0 10px; color: #1d406f; font: 700 8px/1 Arial, sans-serif; }
.news-heading a { margin-left: auto; padding-top: 3px; color: #174577; font-size: 8px; }

/* お知らせカード（トップの新着3件と /blog の一覧で共通） */
.news-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { min-width: 0; background: #fff; border: 1px solid #e3e7ee; border-radius: 3px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.news-card:hover { border-color: #b9c6db; box-shadow: 0 10px 24px rgba(0,31,86,.1); transform: translateY(-2px); }
.news-card > a { display: block; height: 100%; color: inherit; }
.news-card__thumb { aspect-ratio: 16 / 10; background: #eef1f6; }
.news-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card__thumb--empty { display: grid; place-items: center; background: linear-gradient(120deg, #00376c, #001e54); }
.news-card__thumb--empty span { color: rgba(255,255,255,.85); text-align: center; font: 700 11px/1.7 Arial, sans-serif; letter-spacing: .22em; }
.news-card__body { padding: 14px 16px 18px; }
.news-card__meta { display: flex; align-items: center; gap: 9px; }
.news-card__meta time { color: #45536b; font: 700 10px/1 Arial, sans-serif; letter-spacing: .04em; }
.news-card__meta b { padding: 4px 9px; color: #fff; background: #07366c; font-size: 9px; font-weight: 600; }
.news-card h3 { margin: 10px 0 0; color: #062f68; font-size: 14px; line-height: 1.6; font-weight: 700; }
.news-card p { margin: 8px 0 0; color: #4b5868; font-size: 11px; line-height: 1.85; }

.catalog { height: 155px; margin-top: 26px; padding: 20px 0 0 28px; position: relative; overflow: hidden; display: flex; background: linear-gradient(120deg, #fafbfc, #f1f3f6); }
.catalog-copy { position: relative; z-index: 2; width: 205px; }
.catalog h2 { color: #0a3266; font-size: 18px; white-space: nowrap; }
.catalog p { margin: 10px 0 10px; font-size: 9px; line-height: 1.7; }
.catalog .button { width: 165px; height: 34px; }
.catalog img { position: absolute; right: 0; top: 0; width: 206px; height: 155px; object-fit: cover; }
.contact-bar { width: 90%; height: 64px; margin: 14px auto 0; padding: 0 136px 0 122px; display: flex; align-items: center; position: relative; border: 1px solid #164a80; }
.contact-bar > svg { position: absolute; left: 160px; width: 38px; height: 29px; fill: none; stroke: #00316a; stroke-width: 1.5; transform: translateX(-100%); }
.contact-bar div { margin-left: 72px; }
.contact-bar h2 { font-size: 17px; letter-spacing: .07em; }
.contact-bar p { margin: 4px 0 0; color: #33547a; font-size: 8px; }
.contact-bar .button { width: 213px; height: 36px; margin-left: auto; }

.service-links { height: 248px; padding: 19px 5% 24px; background: #fff; }
.service-links-heading { text-align: center; }
.service-links-heading h2 { margin: 0; color: #07366b; font: 400 20px/1.25 var(--serif); letter-spacing: .13em; }
.service-links-heading > span { display: block; margin-top: 5px; color: #173c6c; font: 700 7px/1 Arial, sans-serif; letter-spacing: .08em; }
.service-banner-grid { margin-top: 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-banner { height: 164px; position: relative; overflow: hidden; border: 1px solid #dce2e9; background-color: #f3f4f5; box-shadow: 0 5px 16px rgba(0,30,70,.08); transition: transform .25s ease, box-shadow .25s ease; }
.service-banner:hover { transform: translateY(-3px); box-shadow: 0 9px 22px rgba(0,30,70,.15); }
.service-banner::before { content: ""; position: absolute; inset: 0; }
.service-banner-copy { position: relative; z-index: 2; height: 100%; padding: 19px 18px; display: flex; flex-direction: column; align-items: flex-start; }
.service-banner-copy small { font: 700 7px/1 Arial, sans-serif; letter-spacing: .12em; }
.service-banner-copy strong { margin-top: 8px; font-size: 24px; line-height: 1.18; letter-spacing: .03em; }
.service-banner-copy strong em { font: 800 11px/1.2 Arial, sans-serif; letter-spacing: .12em; }
.service-banner-copy p { margin: 8px 0 0; font-size: 9px; line-height: 1.5; }
.service-banner-cta { margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 700; }
.service-banner-cta b { margin-left: 7px; font-size: 12px; }
.service-banner--subsc { color: #231918; background: #13b5c7 url("./assets/images/services/subsc-hero.jpg") 67% center/cover no-repeat; }
.service-banner--subsc::before { background: linear-gradient(90deg, rgba(18,184,201,.98) 0 38%, rgba(18,184,201,.74) 49%, rgba(18,184,201,.28) 63%, rgba(18,184,201,.04) 78%, transparent 100%); }
.service-banner--scouter { color: #fff; background: #211918 url("./assets/images/services/scouter-tools.jpg") center/cover no-repeat; }
.service-banner--scouter::before { background: linear-gradient(90deg, rgba(31,24,23,.96), rgba(31,24,23,.58)); }
.service-banner--scouter .service-banner-copy { padding-top: 17px; }
.service-banner--scouter img { width: 174px; height: 52px; padding: 4px 7px; object-fit: contain; object-position: center; border: 1px solid rgba(255,255,255,.8); border-radius: 2px; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.22); }
.service-banner--scouter p { max-width: 170px; }
.service-banner--shop { color: #fff; background: #00376c; }
.service-banner--shop::before { background: linear-gradient(90deg, rgba(0,43,87,1) 0 57%, rgba(0,43,87,.78) 68%, rgba(0,43,87,.08) 100%), url("./assets/images/services/subsc-product.jpg") 92% 31%/43% auto no-repeat; }
.service-banner--shop .service-banner-copy strong { font-size: 19px; }

.access-map { height: 260px; padding: 18px 5%; display: grid; grid-template-columns: 240px 1fr; gap: 24px; background: #f3f5f8; border-top: 1px solid #e0e5eb; }
.access-copy { padding: 13px 0 0; }
.access-copy h2 { margin: 0; color: #07366b; font: 400 22px/1.25 var(--serif); letter-spacing: .13em; }
.access-copy > span { display: block; margin-top: 5px; color: #173c6c; font: 700 7px/1 Arial, sans-serif; letter-spacing: .06em; }
.access-copy p { margin: 23px 0 20px; color: #26354b; font-size: 10px; line-height: 1.85; }
.access-copy .button { width: 190px; }
.map-frame { min-width: 0; overflow: hidden; border: 1px solid #d2d9e3; background: #e9edf2; }
.map-frame iframe { width: 100%; height: 100%; display: block; border: 0; }

.site-footer { height: 175px; color: #fff; background: radial-gradient(circle at 45% 110%, #0c538c, #00346b 48%, #002754 100%); }
.footer-inner { width: 86.5%; height: 100%; margin: 0 auto; padding-top: 14px; position: relative; }
.footer-company { width: 235px; position: relative; }
.footer-company img { width: 156px; height: 36px; margin-left: 7px; object-fit: contain; }
.footer-brand-name { position: absolute; top: 0; left: 47px; width: 116px; height: 36px; padding: 2px 0 0 2px; display: block; color: #fff; background: #063c70; }
.footer-brand-name b { display: block; font: 600 14px/1.45 var(--serif); letter-spacing: .07em; white-space: nowrap; }
.footer-brand-name small { display: block; font: 700 5.5px/1.2 Arial, sans-serif; letter-spacing: .01em; }
.footer-company address { width: 235px; margin-top: 6px; font-style: normal; font-size: 6.4px; line-height: 1.45; letter-spacing: .01em; }
.footer-nav { position: absolute; top: 17px; left: 240px; right: 65px; display: grid; grid-template-columns: 1.05fr 1fr .9fr .7fr 1.1fr 1fr; gap: 20px; }
.footer-nav div { display: flex; flex-direction: column; }
.footer-nav b { margin-bottom: 8px; font-size: 8px; font-weight: 600; }
.footer-nav a { margin-bottom: 4px; font-size: 8px; opacity: .9; }
.footer-bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 40px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.26); }
.footer-bottom a, .footer-bottom small { font-size: 7.5px; opacity: .9; }
.footer-bottom div { display: flex; align-items: center; gap: 12px; }
.footer-bottom i { width: 1px; height: 10px; background: rgba(255,255,255,.5); }
.footer-bottom .footer-social { position: absolute; left: 50%; gap: 7px; transform: translateX(-50%); }
.footer-social a { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; opacity: 1; transition: color .2s ease, background .2s ease; }
.footer-social a:hover { color: #003468; background: #fff; }
.footer-social span { font: 700 11px/1 Arial, sans-serif; }
.footer-social svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-social .social-dot { fill: currentColor; stroke: none; }

.line-contact { position: fixed; z-index: 60; right: 22px; bottom: 22px; font-family: var(--sans); }
.line-contact__toggle { min-width: 150px; height: 48px; padding: 0 17px 0 10px; display: flex; align-items: center; gap: 10px; color: #fff; border: 0; border-radius: 25px; background: #06c755; box-shadow: 0 8px 24px rgba(0,65,32,.3); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease; }
.line-contact__toggle:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,65,32,.36); }
.line-contact__mark { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; color: #06c755; border-radius: 50%; background: #fff; font: 800 8px/1 Arial, sans-serif; }
.line-contact__panel { width: min(360px, calc(100vw - 32px)); padding: 25px; position: absolute; right: 0; bottom: 60px; color: #172238; border: 1px solid #d9e3de; border-radius: 5px; background: #fff; box-shadow: 0 18px 48px rgba(0,29,62,.24); }
.line-contact__panel[hidden] { display: none; }
.line-contact__close { width: 30px; height: 30px; padding: 0; position: absolute; top: 10px; right: 10px; color: #526174; border: 0; background: transparent; cursor: pointer; font-size: 22px; line-height: 1; }
.line-contact__heading { margin: 0 24px 20px 0; }
.line-contact__heading small { display: block; margin-bottom: 9px; color: #06a847; font: 800 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.line-contact__heading strong { display: block; color: #06376a; font: 600 18px/1.55 var(--serif); letter-spacing: .04em; }
.line-contact__heading span { display: block; margin-top: 7px; color: #617080; font-size: 10px; line-height: 1.65; }
.line-contact__links { display: grid; gap: 9px; }
.line-contact__links a { min-height: 62px; padding: 12px 14px; display: flex; flex-direction: column; justify-content: center; color: #18334b; border: 1px solid #cfe3d6; background: #f5fbf7; transition: border-color .2s ease, background .2s ease; }
.line-contact__links a:hover { border-color: #06c755; background: #eefaf2; }
.line-contact__links b { font-size: 12px; }
.line-contact__links span { margin-top: 5px; color: #07933f; font-size: 9px; font-weight: 700; }

@media (min-width: 901px) and (max-width: 1100px) {
  .global-nav a { min-width: 73px; padding-left: 7px; padding-right: 7px; }
}

@media (max-width: 900px) {
  .site-header { height: 66px; }
  .header-inner { padding: 0 18px; }
  .brand, .brand img { width: 170px; height: auto; }
  .brand { flex-basis: 170px; }
  .menu-button { margin-left: auto; padding: 4px; border: 0; background: transparent; display: grid; gap: 4px; color: var(--navy); }
  .menu-button span { width: 27px; height: 2px; background: currentColor; }
  .menu-button b { font-size: 7px; letter-spacing: .1em; }
  .global-nav { position: absolute; top: 66px; left: 0; right: 0; height: auto; padding: 18px; display: none; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #fff; box-shadow: 0 12px 24px rgba(0,25,70,.14); }
  .global-nav.is-open { display: grid; }
  .global-nav a { min-width: 0; padding: 14px; border: 1px solid #e8ebef; }
  .header-actions { display: none; }
  .hero { height: 510px; }
  .hero-photo { inset: 0; width: 100%; background-position: 62% center; }
  .hero-shade { width: 92%; background: linear-gradient(90deg, rgba(0,49,96,.97), rgba(0,40,80,.35)); }
  .hero-copy { padding: 76px 24px 0; }
  .hero h1 { font-size: clamp(32px, 10vw, 43px); }
  .hero-copy p { font-size: 11px; }
  .strengths, .products, .works, .information, .site-footer { height: auto; }
  .strengths { padding: 34px 20px; }
  .strength-grid { width: 100%; margin-top: 20px; grid-template-columns: 1fr; gap: 28px; }
  .strength-item p { font-size: 11px; }
  .products { padding: 32px 20px; }
  .products-inner { width: 100%; grid-template-columns: 1fr; gap: 24px; }
  .products-intro p br { display: none; }
  .product-grid { height: auto; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-card { min-height: 194px; }
  .product-card:last-child { grid-column: 1 / -1; }
  .works-inner { padding: 32px 20px; grid-template-columns: 1fr; }
  .works-intro { padding-right: 20px; }
  .work-grid { height: auto; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .work-card { min-width: 78%; scroll-snap-align: start; }
  .works-arrows { display: none; }
  .information { padding: 34px 20px; }
  .info-inner { width: 100%; }
  .news-card-grid { grid-template-columns: 1fr; gap: 14px; }
  .news-card h3 { font-size: 15px; }
  .news-card p { font-size: 12px; }
  .catalog { height: 175px; padding-left: 18px; }
  .catalog img { opacity: .82; }
  .contact-bar { width: 100%; height: auto; min-height: 150px; margin-top: 28px; padding: 24px; flex-direction: column; text-align: center; }
  .contact-bar > svg { position: static; width: 37px; transform: none; }
  .contact-bar div { margin: 10px 0 16px; }
  .contact-bar .button { margin-left: 0; }
  .service-links { height: auto; padding: 32px 20px; }
  .service-banner-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-banner { height: 180px; }
  .access-map { height: auto; padding: 32px 20px; grid-template-columns: 1fr; gap: 24px; }
  .access-copy { padding: 0; }
  .access-copy p { margin: 18px 0; }
  .map-frame { height: 300px; }
  .site-footer { min-height: 500px; padding: 30px 20px; }
  .footer-inner { width: 100%; padding: 0 0 52px; }
  .footer-company { width: 100%; }
  .footer-nav { position: static; margin-top: 30px; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer-bottom { height: 44px; }
  .footer-bottom .footer-social { position: static; transform: none; }
  .line-contact { right: 14px; bottom: 14px; }
  .line-contact__toggle { min-width: 54px; width: 54px; height: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .line-contact__toggle > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .line-contact__mark { width: 38px; height: 38px; flex-basis: 38px; font-size: 9px; }
  .line-contact__panel { bottom: 66px; }
}
