@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");

.fwc-tech-lp {
  --fwc-tech-navy: #071a2f;
  --fwc-tech-blue: #0d3b66;
  --fwc-tech-gold: #b9945a;
  --fwc-tech-light-gold: #d9c49a;
  --fwc-tech-gray: #f5f7fa;
  --fwc-tech-white: #ffffff;
  --fwc-tech-text: #1e2732;
  --fwc-tech-muted: #667085;
  --fwc-tech-serif: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
  --fwc-tech-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--fwc-tech-text);
  background: var(--fwc-tech-white);
  font-family: var(--fwc-tech-sans);
  font-feature-settings: "palt";
  line-height: 1.9;
  overflow-x: clip;
  min-height: 100vh;
}
.fwc-tech-lp *, .fwc-tech-lp *::before, .fwc-tech-lp *::after { box-sizing: border-box; }
.fwc-tech-lp h1, .fwc-tech-lp h2, .fwc-tech-lp h3, .fwc-tech-lp p { margin-top: 0; }
.fwc-tech-loader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; overflow: hidden; background: #00111f; pointer-events: auto; animation: fwc-loader-exit .7s cubic-bezier(.76,0,.24,1) 2.15s forwards; }
.fwc-tech-loader__content { position: relative; width: min(320px, 62vw); }
.fwc-tech-loader__content img { display: block; width: 100%; height: auto; filter: drop-shadow(0 4px 18px rgba(0,0,0,.28)); animation: fwc-loader-logo-in .62s ease-out .18s both, fwc-loader-logo-out .5s cubic-bezier(.76,0,.24,1) 1.6s forwards; }
.fwc-tech-loader__line { display: block; width: 100%; height: 1px; margin-top: 24px; background: linear-gradient(90deg, rgba(255,255,255,.86), rgba(134,189,224,.74)); transform: scaleX(0); transform-origin: left center; animation: fwc-loader-line 1.25s cubic-bezier(.65,0,.35,1) .4s both, fwc-loader-line-out .44s ease 1.72s forwards; }
@keyframes fwc-loader-logo-in { from { opacity: 0; clip-path: inset(0 50%); transform: scale(.98); } to { opacity: 1; clip-path: inset(0 0); transform: scale(1); } }
@keyframes fwc-loader-logo-out { to { opacity: 0; clip-path: inset(0 48%); } }
@keyframes fwc-loader-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes fwc-loader-line-out { to { opacity: 0; transform: scaleX(.18); transform-origin: center; } }
@keyframes fwc-loader-exit { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; pointer-events: none; } }
.fwc-tech-video-hero { position: relative; width: 100%; height: 100vh; min-height: 640px; overflow: hidden; background: var(--fwc-tech-navy); }
.fwc-tech-video-hero__movie { width: 100%; height: 100%; display: block; object-fit: cover; }
.fwc-tech-video-hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,14,31,.62) 0%, rgba(3,14,31,.38) 34%, rgba(3,14,31,.1) 72%, rgba(3,14,31,.04) 100%); pointer-events: none; }
.fwc-tech-video-hero__brand { position: absolute; z-index: 3; left: clamp(24px, 5vw, 78px); top: clamp(24px, 5vw, 64px); display: block; padding: 12px 18px; background: rgba(255,255,255,.94); box-shadow: 0 12px 40px rgba(0,0,0,.12); line-height: 0; }
.fwc-tech-video-hero__brand img { display: block; width: clamp(150px, 14vw, 210px); height: auto; }
.fwc-tech-video-hero__brand span { display: block; margin-top: 8px; color: #fff; font: 700 clamp(10px, .9vw, 13px)/1.3 "Libre Baskerville", Georgia, serif; letter-spacing: .07em; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.fwc-tech-video-hero__message { position: absolute; z-index: 2; left: 50%; top: 50%; width: max-content; max-width: calc(100% - 80px); color: #fff; transform: translate(-50%, -50%); }
.fwc-tech-video-hero__message h1 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(60px, 5.47vw, 88px); font-style: normal; font-weight: 700; line-height: 1.2; letter-spacing: clamp(5px, .625vw, 10px); text-shadow: 0 5px 28px rgba(0,0,0,.35); }
.fwc-tech-video-hero__message p { margin: 0; color: rgba(255,255,255,.92); font-family: "Libre Baskerville", "Yu Mincho", "YuMincho", serif; font-size: clamp(14px, 1.56vw, 20px); font-style: normal; font-weight: 700; letter-spacing: clamp(1.5px, .235vw, 3px); line-height: 1.4; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.fwc-tech-video-hero__scroll { position: absolute; left: 50%; bottom: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; transform: translateX(-50%); color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .3em; text-decoration: none; }
.fwc-tech-video-hero__scroll::after { content: ""; display: block; width: 1px; height: 64px; margin-top: 12px; background: linear-gradient(var(--fwc-tech-light-gold), transparent); animation: fwc-tech-scroll 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes fwc-tech-scroll { 0%,100% { transform: scaleY(.25); opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }
.fwc-tech-scroll-nav { position: fixed; z-index: 20; right: 32px; top: 50%; transform: translateY(-50%); color: #fff; mix-blend-mode: difference; }
.fwc-tech-scroll-nav ul { display: flex; flex-direction: column; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.fwc-tech-scroll-nav li { display: block; margin: 0; padding: 0; }
.fwc-tech-scroll-nav a { position: relative; display: block; color: inherit; font-family: "Libre Baskerville", Georgia, serif; font-size: 10px; font-weight: 700; letter-spacing: 1px; line-height: 14px; text-decoration: none; writing-mode: vertical-rl; transition: opacity .25s ease; }
.fwc-tech-scroll-nav a::before { content: ""; position: absolute; right: 50%; top: -10px; width: 1px; height: 0; background: currentColor; transform: translateX(50%); transition: height .25s ease; }
.fwc-tech-scroll-nav a:hover, .fwc-tech-scroll-nav a:focus-visible { opacity: .55; }
.fwc-tech-scroll-nav a:hover::before, .fwc-tech-scroll-nav a:focus-visible::before { height: 6px; }
.fwc-tech-external-links { position: fixed; right: 30px; bottom: 28px; z-index: 35; display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); border: 1px solid rgba(255,255,255,.82); background: rgba(0,11,31,.72); box-shadow: 0 14px 38px rgba(0,0,0,.3); backdrop-filter: blur(8px); }
.fwc-tech-external-links a { min-height: 54px; display: grid; place-items: center; padding: 0 24px; color: #fff; font: 700 13px/1 "Libre Baskerville", Georgia, serif; letter-spacing: .08em; text-decoration: none; transition: color .25s ease, background .25s ease; }
.fwc-tech-external-links a + a { border-left: 1px solid rgba(255,255,255,.82); }
.fwc-tech-external-links a:hover, .fwc-tech-external-links a:focus-visible { color: #071a2f; background: rgba(255,255,255,.92); }
.fwc-tech-mobile-contact { display: none; }
.fwc-tech-sp-line { display: inline; }
.fwc-tech-mobile-backgrounds { display: none; }
.fwc-tech-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.fwc-tech-section { position: relative; padding: 150px 0; }
.fwc-tech-heading { margin-bottom: 78px; }
.fwc-tech-heading__en { margin-bottom: 15px; color: var(--fwc-tech-navy); font: 400 clamp(48px, 6vw, 88px)/.95 var(--fwc-tech-serif); letter-spacing: -.035em; }
.fwc-tech-about { color: #fff; background-image: linear-gradient(90deg, rgba(7,26,47,.94) 0%, rgba(7,26,47,.82) 52%, rgba(7,26,47,.62) 100%), url("../images/fwc-about-technology.jpg"); background-position: center top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.fwc-tech-about > .fwc-tech-shell { position: relative; z-index: 1; }
.fwc-tech-about .fwc-tech-heading { margin-bottom: 46px; text-align: center; }
.fwc-tech-about .fwc-tech-heading__en { color: #fff; font-size: clamp(38px, 4.2vw, 60px); letter-spacing: -.02em; }
.fwc-tech-about__statement { max-width: 820px; margin: 0 auto 82px; color: #fff; font-family: var(--fwc-tech-sans); font-size: clamp(16px, 1.45vw, 21px); font-weight: 500; letter-spacing: .035em; line-height: 2.05; text-align: center; }
.fwc-tech-about__menu { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 150px; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); background: rgba(7,26,47,.34); backdrop-filter: blur(8px); }
.fwc-tech-about__menu-item { min-height: 230px; display: grid; grid-template-columns: 92px 1fr; align-items: center; padding: 38px 42px; color: #fff; text-decoration: none; transition: background .3s ease; }
.fwc-tech-about__menu-item + .fwc-tech-about__menu-item { border-left: 1px solid rgba(255,255,255,.3); }
.fwc-tech-about__menu-item:hover, .fwc-tech-about__menu-item:focus-visible { background: rgba(185,148,90,.18); }
.fwc-tech-about__menu-item > span { align-self: start; color: var(--fwc-tech-light-gold); font: 400 56px/1 var(--fwc-tech-serif); }
.fwc-tech-about__menu-item strong { font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(17px, 1.45vw, 22px); font-weight: 500; letter-spacing: .04em; line-height: 1.55; }
.fwc-tech-about__menu-item small { display: block; margin-top: 11px; color: var(--fwc-tech-light-gold); font: 400 13px/1.4 "Libre Baskerville", Georgia, serif; letter-spacing: .09em; }
.fwc-tech-about__details { border-bottom: 1px solid rgba(255,255,255,.28); }
.fwc-tech-about__detail { display: grid; grid-template-columns: minmax(300px, .85fr) 1.15fr; gap: clamp(55px, 8vw, 120px); padding: 90px 4%; border-top: 1px solid rgba(255,255,255,.28); background: linear-gradient(90deg, rgba(7,26,47,.58), rgba(7,26,47,.2)); scroll-margin-top: 40px; }
.fwc-tech-about__detail-heading { display: grid; grid-template-columns: 62px 1fr; align-items: start; gap: 25px; }
.fwc-tech-about__detail-heading > span { color: var(--fwc-tech-light-gold); font: 400 46px/1 var(--fwc-tech-serif); }
.fwc-tech-about__detail-heading h2 { margin: 0; color: #fff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(21px, 2vw, 30px); font-weight: 500; letter-spacing: .04em; line-height: 1.55; }
.fwc-tech-about__detail-heading small { display: block; margin-top: 13px; color: var(--fwc-tech-light-gold); font: 400 13px/1.4 "Libre Baskerville", Georgia, serif; letter-spacing: .1em; }
.fwc-tech-about__detail-copy { padding-top: 2px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 2.15; }
.fwc-tech-about__detail-copy p { margin-bottom: 24px; font-size: inherit; }
.fwc-tech-about__detail-copy p:last-child { margin-bottom: 0; }
.fwc-tech-performance { min-height: 1500px; color: #fff; background-image: linear-gradient(rgba(0,8,22,.78), rgba(0,8,22,.86)), url("../images/fwc-technology-performance.jpg"); background-position: center top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; overflow: hidden; }
.fwc-tech-performance .fwc-tech-heading { margin-bottom: 88px; text-align: center; }
.fwc-tech-performance .fwc-tech-heading__en { color: #fff; font-size: clamp(38px, 4.2vw, 60px); font-weight: 700; letter-spacing: -.02em; }
.fwc-tech-performance .fwc-tech-heading__en::after { content: ""; display: block; width: 190px; height: 26px; margin: 22px auto 0; background: linear-gradient(#3764ce,#3764ce) left 50%/72px 1px no-repeat, linear-gradient(135deg,transparent 47%,#3764ce 48% 51%,transparent 52%) 72px 50%/23px 26px no-repeat, linear-gradient(45deg,transparent 47%,#3764ce 48% 51%,transparent 52%) 95px 50%/23px 26px no-repeat, linear-gradient(#3764ce,#3764ce) right 50%/72px 1px no-repeat; opacity: .9; }
.fwc-tech-performance__menu { position: relative; width: min(720px, calc(100% - 120px)); margin: 0 auto 105px; padding: 26px 72px; border-left: 1px solid rgba(255,255,255,.76); border-right: 1px solid rgba(255,255,255,.76); background: linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.76)) left top/18px 1px no-repeat, linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.76)) left bottom/18px 1px no-repeat, linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.76)) right top/18px 1px no-repeat, linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.76)) right bottom/18px 1px no-repeat; }
.fwc-tech-performance__menu::before { content: ""; position: absolute; right: 100%; top: 42%; width: min(176px, max(1px, calc((100vw - 800px) / 2 - 56.5px))); height: 1px; background: rgba(255,255,255,.76); }
.fwc-tech-performance__menu::after { content: ""; position: absolute; left: -5px; top: calc(42% - 5px); width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.fwc-tech-performance__menu-item { display: grid; grid-template-columns: 42px 1fr; align-items: baseline; padding: 5px 0; color: #fff; text-decoration: none; }
.fwc-tech-performance__menu-item > span, .fwc-tech-performance__menu-item strong { font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(18px, 1.75vw, 24px); font-weight: 600; letter-spacing: .035em; line-height: 1.65; }
.fwc-tech-performance__content { position: relative; padding-bottom: 60px; }
.fwc-tech-performance__content::before { content: ""; position: absolute; left: 55px; top: -190px; bottom: 468px; width: 1px; background: rgba(255,255,255,.63); pointer-events: none; }
.fwc-tech-performance__discovery { scroll-margin-top: 40px; }
.fwc-tech-performance__discovery h3 { display: grid; grid-template-columns: 55px minmax(0,1fr) 10px 17px auto 27px minmax(0,1fr) 55px; align-items: center; width: 100%; margin: 0 0 58px; color: #fff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(21px, 2vw, 30px); font-weight: 600; letter-spacing: .04em; line-height: 1.65; }
.fwc-tech-performance__discovery h3::before { content: ""; grid-column: 2 / 3; grid-row: 1; width: 100%; height: 1px; background: rgba(255,255,255,.68); }
.fwc-tech-performance__discovery h3::after { content: ""; grid-column: 3; grid-row: 1; width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.fwc-tech-performance__discovery h3 > span { grid-column: 5; grid-row: 1; text-align: center; }
.fwc-tech-performance__points { position: relative; width: min(680px, calc(100% - 160px)); margin: 0 auto 115px; padding: 26px 54px; border-left: 1px solid rgba(255,255,255,.72); border-right: 1px solid rgba(255,255,255,.72); list-style: none; color: rgba(255,255,255,.84); font-size: 15px; line-height: 2.15; }
.fwc-tech-performance__points::before, .fwc-tech-performance__points::after { content: ""; position: absolute; inset-block: 0; width: 18px; border-top: 1px solid rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.72); }
.fwc-tech-performance__points::before { left: 0; }.fwc-tech-performance__points::after { right: 0; }
.fwc-tech-performance__points li { position: relative; padding-left: 1.4em; }
.fwc-tech-performance__points li::before { content: "・"; position: absolute; left: 0; }
.fwc-tech-performance__cases-heading { display: grid; grid-template-columns: 55px minmax(0,1fr) 10px 17px auto 27px minmax(0,1fr) 55px; align-items: center; width: 100%; margin: 0 0 76px; color: #fff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(21px, 2vw, 30px); font-weight: 600; letter-spacing: .04em; line-height: 1.65; }
.fwc-tech-performance__cases-heading::before { content: ""; grid-column: 2 / 3; grid-row: 1; width: 100%; height: 1px; background: rgba(255,255,255,.68); }
.fwc-tech-performance__cases-heading::after { content: ""; grid-column: 3; grid-row: 1; width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.fwc-tech-performance__cases-heading > span { grid-column: 5; grid-row: 1; text-align: center; }
.fwc-tech-performance__cases { display: grid; grid-template-columns: repeat(2, 1fr); width: min(940px, calc(100% - 80px)); margin: 0 auto; border: 1px solid rgba(255,255,255,.72); scroll-margin-top: 40px; }
.fwc-tech-performance__case { position: relative; min-height: 310px; padding: 126px 45px 46px; background: rgba(0,8,22,.22); }
.fwc-tech-performance__case + .fwc-tech-performance__case { border-left: 1px solid rgba(255,255,255,.72); }
.fwc-tech-performance__case::before { content: ""; position: absolute; left: 34px; top: -48px; width: 75px; height: 48px; border-left: 1px solid rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.72); }
.fwc-tech-performance__case::after { content: ""; position: absolute; left: 104px; top: -53px; width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.fwc-tech-performance__case h4 { position: absolute; left: 130px; top: -65px; width: max-content; max-width: calc(100% - 135px); margin: 0; padding: 3px 0; color: #fff; background: transparent; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(16px, 1.1vw, 18px); font-weight: 600; line-height: 1.65; text-align: left; }
.fwc-tech-performance__case p { margin: 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 2; }
.fwc-tech-performance__case p + p { margin-top: 8px; }
.fwc-tech-performance__case p:last-child { color: #64a8ff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(17px, 1.8vw, 24px); font-weight: 600; }
.fwc-tech-performance .fwc-tech-heading__en::after,
.fwc-tech-performance__menu::before,
.fwc-tech-performance__menu::after,
.fwc-tech-performance__content::before,
.fwc-tech-performance__discovery h3::before,
.fwc-tech-performance__discovery h3::after,
.fwc-tech-performance__points::before,
.fwc-tech-performance__points::after,
.fwc-tech-performance__cases-heading::before,
.fwc-tech-performance__cases-heading::after,
.fwc-tech-performance__case::before,
.fwc-tech-performance__case::after { display: none; }
.fwc-tech-performance__menu { border: 0; background: none; }
.fwc-tech-performance__discovery h3,
.fwc-tech-performance__cases-heading { display: block; width: auto; text-align: center; }
.fwc-tech-performance__points { border: 0; background: rgba(0,8,22,.24); }
.fwc-tech-performance__cases { gap: 24px; border: 0; }
.fwc-tech-performance__case { min-height: 310px; padding: 54px 45px 46px; border: 0; background: rgba(0,8,22,.48); }
.fwc-tech-performance__case + .fwc-tech-performance__case { border: 0; }
.fwc-tech-performance__case h4 { position: static; width: auto; max-width: none; margin: 0 0 32px; padding: 0; background: transparent; text-align: left; }
.fwc-tech-vision { min-height: 100svh; display: flex; align-items: center; color: #fff; background-image: linear-gradient(90deg, rgba(0,12,25,.91) 0%, rgba(0,16,31,.75) 48%, rgba(0,10,22,.67) 100%), url("../images/fwc-vision.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; overflow: hidden; }
.fwc-tech-vision__inner { position: relative; z-index: 1; }
.fwc-tech-vision__heading { max-width: 1000px; margin: 0 auto 76px; text-align: center; }
.fwc-tech-vision__label { margin: 0 0 42px; color: #fff; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(38px, 4.2vw, 60px); font-weight: 700; letter-spacing: .08em; line-height: 1; text-shadow: 0 4px 28px rgba(0,0,0,.35); }
.fwc-tech-vision__label::after { content: ""; display: block; width: 96px; height: 1px; margin: 27px auto 0; background: linear-gradient(90deg, transparent, #64dce8 24%, #64dce8 76%, transparent); box-shadow: 0 0 14px rgba(100,220,232,.72); }
.fwc-tech-vision__heading h2 { margin: 0; color: #fff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(16px, 1.1vw, 18px); font-weight: 600; letter-spacing: .05em; line-height: 1.65; text-shadow: 0 3px 24px rgba(0,0,0,.48); }
.fwc-tech-vision__copy { position: relative; max-width: 960px; margin: 0 auto; padding: 58px clamp(36px, 6vw, 82px); background-color: rgba(0,8,22,.32); background-image: linear-gradient(90deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(180deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(90deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(180deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(90deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(180deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(90deg, rgba(100,220,232,.88), rgba(100,220,232,.88)), linear-gradient(180deg, rgba(100,220,232,.88), rgba(100,220,232,.88)); background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom; background-repeat: no-repeat; background-size: 46px 1px, 1px 46px, 46px 1px, 1px 46px, 46px 1px, 1px 46px, 46px 1px, 1px 46px; backdrop-filter: none; }
.fwc-tech-vision__copy p { margin: 0; color: #fff; font-family: var(--fwc-tech-sans); font-size: clamp(16px, 1.1vw, 18px); font-weight: 500; letter-spacing: .035em; line-height: 2.05; text-align: center; text-shadow: 0 2px 18px rgba(0,0,0,.44); }
.fwc-tech-vision__copy p + p { margin-top: 25px; }
.fwc-tech-company { min-height: 100svh; display: flex; align-items: center; color: #fff; background-image: linear-gradient(90deg, rgba(0,7,22,.92) 0%, rgba(0,12,31,.76) 55%, rgba(0,7,22,.82) 100%), url("../images/fwc-company-info.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; overflow: hidden; }
.fwc-tech-company__inner { position: relative; z-index: 1; }
.fwc-tech-company__heading { margin-bottom: 68px; text-align: center; }
.fwc-tech-company__heading h2 { margin: 0; color: #fff; font-family: var(--fwc-tech-serif); font-size: clamp(38px, 4.2vw, 60px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; text-shadow: 0 4px 28px rgba(0,0,0,.42); }
.fwc-tech-company__heading h2::after { content: ""; display: block; width: 104px; height: 1px; margin: 27px auto 0; background: linear-gradient(90deg, transparent, #64a8ff 24%, #64a8ff 76%, transparent); box-shadow: 0 0 14px rgba(100,168,255,.78); }
.fwc-tech-company__list { max-width: 980px; margin: 0 auto; padding: 34px clamp(28px, 5vw, 70px); background-color: rgba(0,8,22,.32); background-image: linear-gradient(90deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(180deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(90deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(180deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(90deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(180deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(90deg, rgba(100,168,255,.9), rgba(100,168,255,.9)), linear-gradient(180deg, rgba(100,168,255,.9), rgba(100,168,255,.9)); background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom; background-repeat: no-repeat; background-size: 44px 1px, 1px 44px, 44px 1px, 1px 44px, 44px 1px, 1px 44px, 44px 1px, 1px 44px; backdrop-filter: none; }
.fwc-tech-company__row { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; padding: 25px 4px; border-top: 1px solid rgba(255,255,255,.22); }
.fwc-tech-company__row:first-child { border-top: 0; }
.fwc-tech-company__row dt { margin: 0; color: #82c4ff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: 17px; font-weight: 600; letter-spacing: .08em; }
.fwc-tech-company__row dd { margin: 0; color: rgba(255,255,255,.94); font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(15px, 1.3vw, 18px); font-weight: 500; letter-spacing: .035em; line-height: 1.9; }
.fwc-tech-company__row dd span { display: block; }
.fwc-tech-company__row a { color: inherit; text-decoration: none; }
@media (max-width: 1100px) { .fwc-tech-scroll-nav { display: none; } }
@media (max-width: 960px) { .fwc-tech-shell { width: min(100% - 48px, 760px); }.fwc-tech-section { padding: 110px 0; }.fwc-tech-about { background-position: 58% top; }.fwc-tech-about__statement { margin-bottom: 70px; }.fwc-tech-about__menu { grid-template-columns: 1fr; margin-bottom: 100px; }.fwc-tech-about__menu-item + .fwc-tech-about__menu-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }.fwc-tech-about__detail { grid-template-columns: 1fr; gap: 45px; padding: 70px 5%; }.fwc-tech-performance__points { width: min(680px, calc(100% - 80px)); }.fwc-tech-performance__cases { width: calc(100% - 30px); }.fwc-tech-performance__case h4 { font-size: 17px; } }
@media (max-width: 767px) { .fwc-tech-video-hero { height: 100svh; min-height: 520px; }.fwc-tech-video-hero__movie { object-position: 58% center; }.fwc-tech-video-hero__veil { background: linear-gradient(90deg, rgba(3,14,31,.86), rgba(3,14,31,.32)), linear-gradient(0deg, rgba(3,14,31,.45), transparent 55%); }.fwc-tech-video-hero__brand { left: 20px; top: 20px; padding: 9px 13px; }.fwc-tech-video-hero__brand img { width: 128px; }.fwc-tech-video-hero__message { left: 50%; top: 50%; width: max-content; max-width: calc(100% - 40px); transform: translate(-50%, -50%); }.fwc-tech-video-hero__message h1 { font-size: clamp(52px, 15vw, 68px); line-height: 1.15; }.fwc-tech-video-hero__message p { font-size: 13px; line-height: 1.55; letter-spacing: .035em; }.fwc-tech-shell { width: calc(100% - 40px); }.fwc-tech-section { padding: 88px 0; }.fwc-tech-heading { margin-bottom: 55px; }.fwc-tech-heading__en { font-size: clamp(41px,13vw,58px); }.fwc-tech-about, .fwc-tech-performance { background-attachment: scroll; }.fwc-tech-about__statement { font-size: 20px; line-height: 1.8; text-align: left; }.fwc-tech-about__statement br { display: none; }.fwc-tech-about__menu-item { min-height: 175px; grid-template-columns: 58px 1fr; padding: 30px 20px; }.fwc-tech-about__menu-item > span { font-size: 40px; }.fwc-tech-about__detail { gap: 32px; padding: 55px 20px; }.fwc-tech-about__detail-heading { grid-template-columns: 46px 1fr; gap: 15px; }.fwc-tech-about__detail-heading > span { font-size: 34px; }.fwc-tech-about__detail-copy { font-size: 14px; }.fwc-tech-performance { min-height: 0; }.fwc-tech-performance .fwc-tech-heading__en { font-size: clamp(30px, 8.5vw, 40px); }.fwc-tech-performance__menu { width: calc(100% - 24px); margin-bottom: 82px; padding: 22px 24px; }.fwc-tech-performance__menu::before, .fwc-tech-performance__menu::after { display: none; }.fwc-tech-performance__menu-item { grid-template-columns: 30px 1fr; }.fwc-tech-performance__menu-item > span, .fwc-tech-performance__menu-item strong { font-size: 16px; }.fwc-tech-performance__content::before, .fwc-tech-performance__discovery h3::before, .fwc-tech-performance__discovery h3::after, .fwc-tech-performance__cases-heading::before, .fwc-tech-performance__cases-heading::after { display: none; }.fwc-tech-performance__discovery h3 { display: block; width: auto; margin-bottom: 38px; text-align: center; }.fwc-tech-performance__points { width: 100%; margin-bottom: 90px; padding: 24px 20px; font-size: 14px; }.fwc-tech-performance__cases-heading { display: block; width: auto; margin-bottom: 42px; text-align: center; }.fwc-tech-performance__cases { grid-template-columns: 1fr; width: 100%; }.fwc-tech-performance__case { min-height: 0; padding: 34px 24px 36px; }.fwc-tech-performance__case + .fwc-tech-performance__case { border-left: 0; border-top: 1px solid rgba(255,255,255,.72); }.fwc-tech-performance__case::before, .fwc-tech-performance__case::after { display: none; }.fwc-tech-performance__case h4 { position: static; width: auto; max-width: none; margin: 0 0 24px; padding: 0; background: transparent; transform: none; } }
.fwc-tech-performance__case + .fwc-tech-performance__case { border: 0; }

/* Self-contained accents: each block owns its lines, so they stay aligned responsively. */
.fwc-tech-performance__menu,
.fwc-tech-performance__points,
.fwc-tech-performance__case {
  --fwc-corner-line: rgba(255,255,255,.78);
  border: 0;
  background-image:
    linear-gradient(90deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(180deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(90deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(180deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(90deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(180deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(90deg, var(--fwc-corner-line), var(--fwc-corner-line)),
    linear-gradient(180deg, var(--fwc-corner-line), var(--fwc-corner-line));
  background-position:
    left top, left top,
    right top, right top,
    left bottom, left bottom,
    right bottom, right bottom;
  background-repeat: no-repeat;
  background-size:
    34px 1px, 1px 34px,
    34px 1px, 1px 34px,
    34px 1px, 1px 34px,
    34px 1px, 1px 34px;
}
.fwc-tech-performance__menu { background-color: rgba(0,8,22,.18); }
.fwc-tech-performance__points { --fwc-corner-line: rgba(100,168,255,.82); background-color: rgba(0,8,22,.32); }
.fwc-tech-performance__case { --fwc-corner-line: rgba(100,168,255,.68); background-color: rgba(0,8,22,.5); }
.fwc-tech-performance__discovery h3,
.fwc-tech-performance__cases-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 30px);
  width: 100%;
  text-align: center;
}
.fwc-tech-performance__discovery h3::before,
.fwc-tech-performance__discovery h3::after,
.fwc-tech-performance__cases-heading::before,
.fwc-tech-performance__cases-heading::after {
  content: "";
  display: block;
  flex: 1 1 80px;
  width: auto;
  min-width: 18px;
  max-width: 170px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100,168,255,.95));
}
.fwc-tech-performance__discovery h3::after,
.fwc-tech-performance__cases-heading::after { background: linear-gradient(90deg, rgba(100,168,255,.95), transparent); }
.fwc-tech-performance__discovery h3 > span,
.fwc-tech-performance__cases-heading > span { grid-column: auto; grid-row: auto; }
.fwc-tech-performance__case h4::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(90deg, #64a8ff, transparent);
}
.fwc-tech-contact { min-height: 100svh; color: #fff; background-image: linear-gradient(180deg, rgba(0,10,35,.86) 0%, rgba(0,9,33,.72) 46%, rgba(0,5,24,.84) 100%), url("../images/fwc-contact.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; overflow: hidden; }
.fwc-tech-contact__inner { position: relative; z-index: 1; }
.fwc-tech-contact__heading { margin-bottom: 68px; text-align: center; }
.fwc-tech-contact__heading h2 { margin: 0; color: #fff; font-family: var(--fwc-tech-serif); font-size: clamp(38px, 4.2vw, 60px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; text-shadow: 0 4px 28px rgba(0,0,0,.4); }
.fwc-tech-contact__heading h2::after { content: ""; display: block; width: 104px; height: 1px; margin: 27px auto 0; background: linear-gradient(90deg, transparent, #d569ff 24%, #64c8ff 76%, transparent); box-shadow: 0 0 16px rgba(213,105,255,.75); }
.fwc-tech-contact__form { max-width: 1000px; margin: 0 auto; padding: clamp(34px, 5vw, 68px); background-color: rgba(0,8,22,.32); background-image: linear-gradient(90deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(180deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(90deg, rgba(100,200,255,.9), rgba(100,200,255,.9)), linear-gradient(180deg, rgba(100,200,255,.9), rgba(100,200,255,.9)), linear-gradient(90deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(180deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(90deg, rgba(100,200,255,.9), rgba(100,200,255,.9)), linear-gradient(180deg, rgba(100,200,255,.9), rgba(100,200,255,.9)); background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom; background-repeat: no-repeat; background-size: 46px 1px, 1px 46px, 46px 1px, 1px 46px, 46px 1px, 1px 46px, 46px 1px, 1px 46px; backdrop-filter: none; }
.fwc-tech-contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
.fwc-tech-contact__field { display: block; }
.fwc-tech-contact__field--wide { grid-column: 1 / -1; }
.fwc-tech-contact__field > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.94); font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: 16px; font-weight: 600; letter-spacing: .06em; }
.fwc-tech-contact__field b { color: #df86ff; font-weight: 600; }
.fwc-tech-contact__field input,
.fwc-tech-contact__field select,
.fwc-tech-contact__field textarea { width: 100%; border: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: 0; color: #fff; background: rgba(0,8,27,.72); font: 400 15px/1.7 var(--fwc-tech-sans); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.fwc-tech-contact__field input,
.fwc-tech-contact__field select { height: 56px; padding: 0 18px; }
.fwc-tech-contact__field textarea { display: block; min-height: 170px; padding: 15px 18px; resize: vertical; }
.fwc-tech-contact__field input::placeholder,
.fwc-tech-contact__field textarea::placeholder { color: rgba(255,255,255,.42); }
.fwc-tech-contact__field input:focus,
.fwc-tech-contact__field select:focus,
.fwc-tech-contact__field textarea:focus { border-color: #9bdcff; background: rgba(0,14,42,.9); box-shadow: 0 0 0 2px rgba(155,220,255,.18), 0 0 22px rgba(137,93,255,.2); }
.fwc-tech-contact__agree { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 38px 0 30px; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.6; cursor: pointer; }
.fwc-tech-contact__agree input { width: 18px; height: 18px; accent-color: #9e6dff; }
.fwc-tech-contact__submit { display: block; width: min(360px, 100%); min-height: 64px; margin: 0 auto; border: 1px solid rgba(255,255,255,.75); border-radius: 0; color: #fff; background: linear-gradient(110deg, rgba(131,61,222,.9), rgba(23,116,205,.9)); font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: 17px; font-weight: 600; letter-spacing: .12em; cursor: pointer; box-shadow: 0 14px 34px rgba(0,0,0,.26); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.fwc-tech-contact__submit:hover,
.fwc-tech-contact__submit:focus-visible { transform: translateY(-2px); filter: brightness(1.1); box-shadow: 0 18px 40px rgba(0,0,0,.34), 0 0 24px rgba(184,90,255,.2); }
.fwc-tech-contact__field > .wpcf7-form-control-wrap { display: block; margin-bottom: 0; color: inherit; font: inherit; letter-spacing: normal; }
.fwc-tech-contact__form .wpcf7-form { margin: 0; }
.fwc-tech-contact__form .wpcf7-not-valid-tip { margin-top: 6px; color: #ffb9ca; font-size: 12px; line-height: 1.6; }
.fwc-tech-contact__form .wpcf7-response-output { margin: 26px 0 0; padding: 12px 16px; border: 1px solid rgba(155,220,255,.7); color: #fff; background: rgba(0,8,27,.72); font-size: 13px; line-height: 1.7; }
.fwc-tech-contact__form .wpcf7-spinner { display: block; margin: 18px auto 0; }

/* Contact Form 7 standard markup compatibility */
.fwc-tech-contact__form .wpcf7 { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; color: #fff; background: transparent !important; box-shadow: none !important; }
.fwc-tech-contact__form .wpcf7 form { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; color: #fff; background: transparent !important; box-shadow: none !important; }
.fwc-tech-contact__form .wpcf7 form > p { color: inherit; background: transparent !important; }
.fwc-tech-contact__form .wpcf7 fieldset.hidden-fields-container { display: none !important; }
.fwc-tech-contact__form .wpcf7 .screen-reader-response { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p { min-width: 0; margin: 0; }
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p:has(textarea),
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p:has(.wpcf7-acceptance),
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p:has(.wpcf7-submit),
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > .wpcf7-response-output { grid-column: 1 / -1; }
.fwc-tech-contact__form .wpcf7 label { display: block; margin: 0; color: rgba(255,255,255,.94); font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: 16px; font-weight: 600; letter-spacing: .06em; line-height: 1.7; }
.fwc-tech-contact__form .wpcf7-form-control-wrap { display: block; width: 100%; margin-top: 10px; }
.fwc-tech-contact__form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.fwc-tech-contact__form .wpcf7 select,
.fwc-tech-contact__form .wpcf7 textarea { width: 100% !important; max-width: none; margin: 0; border: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: 0; color: #fff; background: rgba(0,8,27,.72); box-shadow: none; font: 400 15px/1.7 var(--fwc-tech-sans); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.fwc-tech-contact__form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.fwc-tech-contact__form .wpcf7 select { height: 56px; padding: 0 18px; }
.fwc-tech-contact__form .wpcf7 textarea { display: block; min-height: 170px; padding: 15px 18px; resize: vertical; }
.fwc-tech-contact__form .wpcf7 input::placeholder,
.fwc-tech-contact__form .wpcf7 textarea::placeholder { color: rgba(255,255,255,.42); opacity: 1; }
.fwc-tech-contact__form .wpcf7 input:focus,
.fwc-tech-contact__form .wpcf7 select:focus,
.fwc-tech-contact__form .wpcf7 textarea:focus { border-color: #9bdcff; background: rgba(0,14,42,.9); box-shadow: 0 0 0 2px rgba(155,220,255,.18), 0 0 22px rgba(137,93,255,.2); }
.fwc-tech-contact__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.fwc-tech-contact__form .wpcf7 .wpcf7-acceptance label { display: flex; align-items: flex-start; justify-content: center; gap: 12px; font-family: var(--fwc-tech-sans); font-size: 14px; font-weight: 400; letter-spacing: 0; line-height: 1.6; cursor: pointer; }
.fwc-tech-contact__form .wpcf7 input[type="checkbox"],
.fwc-tech-contact__form .wpcf7 input[type="radio"] { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: #9e6dff; }
.fwc-tech-contact__form .wpcf7 .wpcf7-submit { display: block; width: min(360px, 100%); min-height: 64px; margin: 0 auto; padding: 14px 24px; border: 1px solid rgba(255,255,255,.75); border-radius: 0; color: #fff; background: linear-gradient(110deg, rgba(131,61,222,.9), rgba(23,116,205,.9)); box-shadow: 0 14px 34px rgba(0,0,0,.26); font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: 17px; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-align: center; cursor: pointer; appearance: none; }
.fwc-tech-contact__form .wpcf7 .wpcf7-submit:hover,
.fwc-tech-contact__form .wpcf7 .wpcf7-submit:focus-visible { transform: translateY(-2px); filter: brightness(1.1); box-shadow: 0 18px 40px rgba(0,0,0,.34), 0 0 24px rgba(184,90,255,.2); }
.fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) .wpcf7-response-output { margin: 0; }
@media (max-width: 767px) {
  .fwc-tech-sp-line { display: block; }
  .fwc-tech-about .fwc-tech-heading { margin-bottom: 34px; }
  .fwc-tech-about .fwc-tech-heading__en,
  .fwc-tech-performance .fwc-tech-heading__en { font-size: clamp(32px, 9.5vw, 40px); }
  .fwc-tech-about__statement { margin-bottom: 60px; font-size: 15px; line-height: 1.9; text-align: center; }
  .fwc-tech-vision { min-height: 0; background-attachment: scroll; background-position: 53% center; }
  .fwc-tech-vision__heading { margin-bottom: 52px; }
  .fwc-tech-vision__label { margin-bottom: 34px; font-size: clamp(32px, 9.5vw, 40px); }
  .fwc-tech-vision__label::after { margin-top: 22px; }
  .fwc-tech-vision__heading h2 { font-size: clamp(19px, 5.7vw, 25px); line-height: 1.75; }
  .fwc-tech-vision__copy { padding: 38px 24px; background-size: 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px; }
  .fwc-tech-vision__copy p { font-size: 14px; line-height: 2; text-align: left; }
  .fwc-tech-vision__copy br { display: none; }
  .fwc-tech-company { min-height: 0; background-attachment: scroll; background-position: 58% center; }
  .fwc-tech-company__heading { margin-bottom: 48px; }
  .fwc-tech-company__heading h2 { font-size: clamp(32px, 9.5vw, 40px); }
  .fwc-tech-company__list { padding: 24px 22px; background-size: 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px; }
  .fwc-tech-company__row { grid-template-columns: 1fr; gap: 7px; padding: 20px 2px; }
  .fwc-tech-company__row dt { font-size: 15px; }
  .fwc-tech-company__row dd { font-size: 15px; line-height: 1.85; }
  .fwc-tech-contact { min-height: 0; background-attachment: scroll; background-position: 58% center; }
  .fwc-tech-contact__heading { margin-bottom: 48px; }
  .fwc-tech-contact__heading h2 { font-size: clamp(32px, 9.5vw, 40px); }
  .fwc-tech-contact__form { padding: 34px 20px; background-size: 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px; }
  .fwc-tech-contact__grid { grid-template-columns: 1fr; gap: 24px; }
  .fwc-tech-contact__field--wide { grid-column: auto; }
  .fwc-tech-contact__agree { align-items: flex-start; justify-content: flex-start; margin-top: 30px; }
  .fwc-tech-contact__agree input { flex: 0 0 auto; margin-top: 2px; }
  .fwc-tech-contact__submit { min-height: 58px; }
  .fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) { grid-template-columns: 1fr; gap: 22px; }
  .fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p:has(textarea),
  .fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p:has(.wpcf7-acceptance),
  .fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > p:has(.wpcf7-submit),
  .fwc-tech-contact__form .wpcf7 form:not(:has(.fwc-tech-contact__grid)) > .wpcf7-response-output { grid-column: auto; }
  .fwc-tech-contact__form .wpcf7 label { font-size: 14px; }
  .fwc-tech-contact__form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .fwc-tech-contact__form .wpcf7 select { height: 50px; font-size: 14px; }
  .fwc-tech-contact__form .wpcf7 textarea { min-height: 150px; font-size: 14px; }
  .fwc-tech-contact__form .wpcf7 .wpcf7-acceptance label { justify-content: flex-start; font-size: 12px; }
  .fwc-tech-contact__form .wpcf7 .wpcf7-submit { min-height: 56px; font-size: 14px; }
}
.fwc-tech-video-hero__brand { padding: 0; background: transparent; box-shadow: none; }
.fwc-tech-video-hero__brand img { width: clamp(190px, 17vw, 250px); filter: drop-shadow(0 3px 14px rgba(0,0,0,.48)); }
.fwc-tech-footer { padding: 28px 20px; color: rgba(255,255,255,.62); background: #020817; text-align: center; }
.fwc-tech-footer p { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: 11px; letter-spacing: .06em; line-height: 1.7; }

/* Insurance Technology thanks page */
.fwc-tech-thanks { position: relative; min-height: 100svh; display: grid; place-items: center; padding: 150px 40px 90px; overflow: hidden; color: #fff; background-image: linear-gradient(135deg, rgba(0,8,30,.9), rgba(3,18,52,.72) 48%, rgba(0,5,24,.9)), url("../images/fwc-contact.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-family: var(--fwc-tech-sans, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif); }
.fwc-tech-thanks *, .fwc-tech-thanks *::before, .fwc-tech-thanks *::after { box-sizing: border-box; }
.fwc-tech-thanks__brand { position: absolute; left: clamp(24px, 5vw, 78px); top: clamp(24px, 5vw, 64px); z-index: 2; color: #fff; text-decoration: none; }
.fwc-tech-thanks__brand img { display: block; width: clamp(190px, 17vw, 250px); height: auto; filter: drop-shadow(0 3px 14px rgba(0,0,0,.48)); }
.fwc-tech-thanks__brand span { display: block; width: max-content; margin: 8px 0 0 22%; color: #fff; font: 700 clamp(10px, .9vw, 13px)/1.3 "Libre Baskerville", Georgia, serif; letter-spacing: .07em; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.fwc-tech-thanks__panel { position: relative; width: min(860px, 100%); padding: clamp(52px, 7vw, 92px) clamp(30px, 7vw, 92px); text-align: center; background-color: rgba(0,8,22,.38); background-image: linear-gradient(90deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(180deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(90deg, rgba(100,200,255,.9), rgba(100,200,255,.9)), linear-gradient(180deg, rgba(100,200,255,.9), rgba(100,200,255,.9)), linear-gradient(90deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(180deg, rgba(213,105,255,.9), rgba(213,105,255,.9)), linear-gradient(90deg, rgba(100,200,255,.9), rgba(100,200,255,.9)), linear-gradient(180deg, rgba(100,200,255,.9), rgba(100,200,255,.9)); background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom; background-repeat: no-repeat; background-size: 46px 1px, 1px 46px, 46px 1px, 1px 46px, 46px 1px, 1px 46px, 46px 1px, 1px 46px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.fwc-tech-thanks__eyebrow { margin: 0 0 20px; color: #64a8ff; font: 700 12px/1.4 "Libre Baskerville", Georgia, serif; letter-spacing: .24em; }
.fwc-tech-thanks__panel h1 { margin: 0; color: #fff; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; font-size: clamp(30px, 4vw, 52px); font-weight: 500; letter-spacing: .06em; line-height: 1.55; text-shadow: 0 4px 28px rgba(0,0,0,.4); }
.fwc-tech-thanks__line { display: block; width: 120px; height: 1px; margin: 30px auto 34px; background: linear-gradient(90deg, transparent, #d569ff 24%, #64c8ff 76%, transparent); box-shadow: 0 0 16px rgba(213,105,255,.75); }
.fwc-tech-thanks__lead { margin: 0 0 12px; color: #fff; font-size: clamp(16px, 1.5vw, 19px); font-weight: 600; letter-spacing: .04em; line-height: 1.9; }
.fwc-tech-thanks__copy { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; letter-spacing: .025em; line-height: 2; }
.fwc-tech-thanks__actions { display: flex; justify-content: center; gap: 14px; margin-top: 42px; }
.fwc-tech-thanks__actions a { min-width: 220px; min-height: 56px; display: grid; place-items: center; padding: 12px 20px; border: 1px solid rgba(255,255,255,.72); color: #fff; background: rgba(0,11,31,.52); font: 700 12px/1.4 "Libre Baskerville", Georgia, serif; letter-spacing: .08em; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.fwc-tech-thanks__actions a:hover, .fwc-tech-thanks__actions a:focus-visible { color: #071a2f; background: rgba(255,255,255,.94); transform: translateY(-2px); }
.fwc-tech-thanks__copyright { position: absolute; left: 50%; bottom: 26px; width: calc(100% - 40px); margin: 0; color: rgba(255,255,255,.62); font: 400 11px/1.7 "Libre Baskerville", Georgia, serif; letter-spacing: .06em; text-align: center; transform: translateX(-50%); }
.fwc-tech-thanks__sp-break { display: none; }

@media (max-width: 767px) {
  .fwc-tech-thanks { min-height: 100svh; padding: 130px 20px 76px; background-attachment: scroll; background-position: 58% center; }
  .fwc-tech-thanks__brand { left: 20px; top: 24px; }
  .fwc-tech-thanks__brand img { width: 180px; }
  .fwc-tech-thanks__brand span { margin-top: 6px; font-size: 9px; }
  .fwc-tech-thanks__panel { padding: 48px 22px; background-size: 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px, 30px 1px, 1px 30px; }
  .fwc-tech-thanks__eyebrow { margin-bottom: 16px; font-size: 10px; }
  .fwc-tech-thanks__panel h1 { font-size: 26px; line-height: 1.65; }
  .fwc-tech-thanks__sp-break { display: block; }
  .fwc-tech-thanks__line { width: 90px; margin: 24px auto 28px; }
  .fwc-tech-thanks__lead { font-size: 15px; }
  .fwc-tech-thanks__copy { font-size: 13px; line-height: 1.9; }
  .fwc-tech-thanks__copy br { display: none; }
  .fwc-tech-thanks__actions { flex-direction: column; gap: 10px; margin-top: 32px; }
  .fwc-tech-thanks__actions a { width: 100%; min-width: 0; min-height: 52px; font-size: 11px; }
  .fwc-tech-thanks__copyright { bottom: 18px; font-size: 9px; }
}
.fwc-tech-lp.fwc-tech-reveal-ready [data-fwc-reveal] { --fwc-reveal-delay: 0ms; opacity: 0; filter: blur(4px); transform: translate3d(0,28px,0) scale(.985); transition: opacity .78s cubic-bezier(.215,.61,.355,1) var(--fwc-reveal-delay), filter .72s cubic-bezier(.215,.61,.355,1) var(--fwc-reveal-delay), transform .78s cubic-bezier(.215,.61,.355,1) var(--fwc-reveal-delay); will-change: opacity, filter, transform; }
.fwc-tech-lp.fwc-tech-reveal-ready [data-fwc-reveal][data-fwc-delay="1"] { --fwc-reveal-delay: 100ms; }
.fwc-tech-lp.fwc-tech-reveal-ready [data-fwc-reveal].is-visible { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); will-change: auto; }
@media (prefers-reduced-motion: reduce) { .fwc-tech-lp { scroll-behavior: auto; }.fwc-tech-video-hero__scroll::after { animation: none; }.fwc-tech-loader { animation-delay: .25s; animation-duration: .2s; }.fwc-tech-loader__content img, .fwc-tech-loader__line { animation: none; } }

/* Mobile scale follows the compact rhythm of the M&A総研 reference page. */
@media (max-width: 767px) {
  .fwc-tech-video-hero__movie { object-fit: cover; object-position: center center; background: #03101f; }
  .fwc-tech-video-hero__brand { left: 16px; top: 18px; }
  .fwc-tech-video-hero__brand img { width: 142px; }
  .fwc-tech-video-hero__brand span { margin-top: 6px; font-size: 9px; letter-spacing: .055em; text-align: left; }
  .fwc-tech-video-hero__veil { background: linear-gradient(90deg, rgba(3,14,31,.56), rgba(3,14,31,.14)), linear-gradient(0deg, rgba(3,14,31,.2), transparent 55%); }
  .fwc-tech-video-hero__message { width: min(335px, calc(100% - 40px)); max-width: none; }
  .fwc-tech-video-hero__message h1 { font-size: clamp(38px, 10.25vw, 42px); line-height: 1.2; letter-spacing: 3px; }
  .fwc-tech-video-hero__message p { padding-top: 14px; font-size: 14px; line-height: 1.65; letter-spacing: 1px; }
  .fwc-tech-video-hero__scroll::after { height: 48px; }

  .fwc-tech-shell { width: min(302px, calc(100% - 48px)); }
  .fwc-tech-section { padding: 96px 0; }
  .fwc-tech-heading { margin-bottom: 32px; }
  .fwc-tech-heading__en,
  .fwc-tech-about .fwc-tech-heading__en,
  .fwc-tech-performance .fwc-tech-heading__en { font-size: 20px; line-height: 1; letter-spacing: 1px; }

  .fwc-tech-about,
  .fwc-tech-performance,
  .fwc-tech-vision,
  .fwc-tech-company,
  .fwc-tech-contact {
    display: block;
    overflow: clip;
    isolation: isolate;
    background: transparent;
  }

  .fwc-tech-about::before,
  .fwc-tech-performance::before,
  .fwc-tech-vision::before,
  .fwc-tech-company::before,
  .fwc-tech-contact::before {
    content: none;
  }

  .fwc-tech-video-hero,
  .fwc-tech-lp > main,
  .fwc-tech-footer { position: relative; z-index: 1; }

  .fwc-tech-mobile-backgrounds { position: fixed; inset: 0; z-index: 0; display: block; overflow: hidden; background: #020817; pointer-events: none; }
  .fwc-tech-mobile-background { position: absolute; inset: -4%; display: block; opacity: 0; filter: saturate(.86) brightness(.78); transform: scale(1.08); background-position: center center; background-repeat: no-repeat; background-size: cover; transition: opacity .8s cubic-bezier(.215,.61,.355,1), filter .9s cubic-bezier(.215,.61,.355,1), transform 1.15s cubic-bezier(.215,.61,.355,1); will-change: opacity, filter, transform; }
  .fwc-tech-mobile-background.is-active { opacity: 1; filter: saturate(1) brightness(1); transform: scale(1); }
  .fwc-tech-mobile-background--about { background-image: linear-gradient(90deg, rgba(7,26,47,.9) 0%, rgba(7,26,47,.74) 52%, rgba(7,26,47,.54) 100%), url("../images/fwc-about-technology.jpg"); background-position: 58% center; }
  .fwc-tech-mobile-background--performance { background-image: linear-gradient(rgba(0,8,22,.72), rgba(0,8,22,.82)), url("../images/fwc-technology-performance.jpg"); }
  .fwc-tech-mobile-background--vision { background-image: linear-gradient(90deg, rgba(0,12,25,.87) 0%, rgba(0,16,31,.68) 48%, rgba(0,10,22,.6) 100%), url("../images/fwc-vision.jpg"); background-position: center center, calc(53% + 20px) center; background-size: 100% 100%, cover; }
  .fwc-tech-mobile-background--company { background-image: linear-gradient(90deg, rgba(0,7,22,.88) 0%, rgba(0,12,31,.7) 55%, rgba(0,7,22,.76) 100%), url("../images/fwc-company-info.jpg"); background-position: 58% center; }
  .fwc-tech-mobile-background--contact { background-image: linear-gradient(180deg, rgba(0,10,35,.8) 0%, rgba(0,9,33,.65) 46%, rgba(0,5,24,.78) 100%), url("../images/fwc-contact.jpg"); background-position: 58% center; }

  .fwc-tech-about > .fwc-tech-shell,
  .fwc-tech-performance > .fwc-tech-shell,
  .fwc-tech-vision > .fwc-tech-shell,
  .fwc-tech-company > .fwc-tech-shell,
  .fwc-tech-contact > .fwc-tech-shell {
    position: relative;
    z-index: 1;
  }

  .fwc-tech-external-links { display: none; }
  .fwc-tech-mobile-contact { position: absolute; right: 14px; bottom: max(30px, env(safe-area-inset-bottom)); z-index: 4; min-width: 174px; min-height: 50px; display: grid; place-items: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.82); color: #fff; background: linear-gradient(105deg, rgba(32,75,164,.94), rgba(80,123,230,.94)); box-shadow: 0 12px 30px rgba(0,0,0,.3); font: 700 12px/1 "Libre Baskerville", Georgia, serif; letter-spacing: .09em; text-decoration: none; }

  .fwc-tech-about__statement { margin-bottom: 56px; font-size: 14px; line-height: 2; letter-spacing: .5px; text-align: left; }
  .fwc-tech-about__detail { gap: 28px; padding: 44px 0; }
  .fwc-tech-about__detail-heading { grid-template-columns: 38px 1fr; gap: 12px; }
  .fwc-tech-about__detail-heading > span { font-size: 24px; }
  .fwc-tech-about__detail-heading h2 { font-size: 18px; line-height: 1.55; }
  .fwc-tech-about__detail-heading small { margin-top: 8px; font-size: 11px; }
  .fwc-tech-about__detail-copy { font-size: 14px; line-height: 2; }
  .fwc-tech-about__detail-copy p { margin-bottom: 18px; }

  .fwc-tech-performance__menu { width: 100%; margin-bottom: 64px; padding: 20px 16px; }
  .fwc-tech-performance__menu-item { grid-template-columns: 26px 1fr; }
  .fwc-tech-performance__menu-item > span,
  .fwc-tech-performance__menu-item strong { font-size: 14px; line-height: 1.75; }
  .fwc-tech-performance__discovery h3,
  .fwc-tech-performance__cases-heading { font-size: 18px; line-height: 1.6; }
  .fwc-tech-performance__discovery h3 > span { display: block; width: 100%; white-space: nowrap; }
  .fwc-tech-performance__discovery h3 { margin-bottom: 32px; }
  .fwc-tech-performance__points { margin-bottom: 72px; padding: 20px 16px; font-size: 14px; line-height: 2; }
  .fwc-tech-performance__cases-heading { margin-bottom: 32px; }
  .fwc-tech-performance__cases { gap: 20px; }
  .fwc-tech-performance__case { padding: 28px 20px 30px; }
  .fwc-tech-performance__case h4 { margin-bottom: 20px; font-size: 16px; line-height: 1.65; white-space: nowrap; }
  .fwc-tech-performance__case p { font-size: 13px; line-height: 1.9; }
  .fwc-tech-performance__case p:last-child { font-size: 17px; }

  .fwc-tech-vision__heading { margin-bottom: 44px; }
  .fwc-tech-vision__label { margin-bottom: 28px; font-size: 32px; line-height: 1; }
  .fwc-tech-vision__label::after { width: 72px; margin-top: 20px; }
  .fwc-tech-vision__heading h2 { font-size: 16px; line-height: 1.6; letter-spacing: 2px; }
  .fwc-tech-vision__copy { padding: 32px 18px; }
  .fwc-tech-vision__copy p { font-size: 16px; line-height: 2; letter-spacing: .5px; }
  .fwc-tech-vision__copy p + p { margin-top: 20px; }

  .fwc-tech-company__heading,
  .fwc-tech-contact__heading { margin-bottom: 48px; }
  .fwc-tech-company__heading h2,
  .fwc-tech-contact__heading h2 { font-size: 20px; line-height: 1; letter-spacing: 1px; }
  .fwc-tech-company__heading h2::after,
  .fwc-tech-contact__heading h2::after { width: 72px; margin-top: 20px; }
  .fwc-tech-company__list { padding: 20px 18px; }
  .fwc-tech-company__row { gap: 6px; padding: 18px 0; }
  .fwc-tech-company__row dt { font-size: 13px; }
  .fwc-tech-company__row dd { font-size: 13px; line-height: 1.85; }

  .fwc-tech-contact__form { padding: 28px 18px; }
  .fwc-tech-contact__grid { gap: 22px; }
  .fwc-tech-contact__field > span { font-size: 14px; }
  .fwc-tech-contact__field input,
  .fwc-tech-contact__field select { height: 50px; font-size: 14px; }
  .fwc-tech-contact__field textarea { min-height: 150px; font-size: 14px; }
  .fwc-tech-contact__agree { font-size: 12px; }
  .fwc-tech-contact__submit { min-height: 56px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .fwc-tech-lp.fwc-tech-reveal-ready [data-fwc-reveal] { opacity: 1; filter: none; transform: none; transition: none; }
}

/* Client review adjustments (2026-08-26) */
.fwc-tech-video-hero__brand { text-decoration: none; }
.fwc-tech-video-hero__brand span { width: max-content; margin-left: 22%; text-align: left; text-decoration: none; }
.fwc-tech-video-hero__message p { font-size: clamp(16px, 1.7vw, 23px); }
.fwc-tech-external-links { right: 24px; bottom: 24px; display: flex; grid-template-columns: none; }
.fwc-tech-external-links a { position: relative; min-height: 0; display: block; padding: 14px 72px 14px 16px; font-size: 14px; line-height: 14px; letter-spacing: 1px; white-space: nowrap; }
.fwc-tech-about .fwc-tech-heading__en,
.fwc-tech-performance .fwc-tech-heading__en,
.fwc-tech-company__heading h2,
.fwc-tech-contact__heading h2 { color: #64a8ff; font-size: clamp(32px, 3.6vw, 52px); font-weight: 400; }
.fwc-tech-about__detail-copy,
.fwc-tech-performance__points,
.fwc-tech-performance__case h4,
.fwc-tech-performance__case p,
.fwc-tech-performance__case p:last-child { font-size: clamp(16px, 1.1vw, 18px); }

@media (max-width: 767px) {
  .fwc-tech-video-hero__brand span { margin-left: 22%; }
  .fwc-tech-video-hero__message { text-align: center; }
  .fwc-tech-external-links { display: none !important; }
  .fwc-tech-heading__en,
  .fwc-tech-about .fwc-tech-heading__en,
  .fwc-tech-performance .fwc-tech-heading__en,
  .fwc-tech-company__heading h2,
  .fwc-tech-contact__heading h2 { color: #64a8ff; font-size: 32px; font-weight: 400; }
  .fwc-tech-mobile-contact { right: 4px; bottom: max(8px, env(safe-area-inset-bottom)); width: 116px; min-width: 0; min-height: 40px; display: grid; grid-template-columns: 1fr 28px; padding: 0; font-size: 9px; letter-spacing: .02em; white-space: nowrap; }
  .fwc-tech-mobile-contact::after { content: "✉"; align-self: stretch; width: 28px; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.7); font: 400 12px/1 var(--fwc-tech-sans); letter-spacing: 0; }
  .fwc-tech-about__detail-copy,
  .fwc-tech-performance__points,
  .fwc-tech-performance__case h4,
  .fwc-tech-performance__case p,
  .fwc-tech-performance__case p:last-child { font-size: 16px; }
}
