/* ============================================================
   BITAPP Inc. — Pattern E
   Turquoise & Stylish — Inspired by grandereverie.jp
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600&family=Noto+Sans+JP:wght@200;300;400;500&display=swap');

/* ── Variables ─────────────────────────────────────────── */
:root {
  --tq:          #00BCD4;
  --tq-mid:      #26C6DA;
  --tq-light:    #80DEEA;
  --tq-pale:     #E0F7FA;
  --tq-dark:     #0097A7;
  --dark:        #0a1628;
  --dark-mid:    #1e2d45;
  --bg:          #ffffff;
  --bg-off:      #f5fbfc;
  --bg-dark:     #0a1628;
  --text:        #0a1628;
  --text-mid:    #334155;
  --text-sub:    #64748b;
  --text-pale:   #94a3b8;
  --border:      #e2e8f0;
  --border-tq:   rgba(0,188,212,.22);

  --font-en: 'Outfit', sans-serif;
  --font-ja: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

  --max-w:   1200px;
  --pad-x:   2.5rem;
  --sec-py:  10rem;
  --radius:  4px;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ja);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
	
	
}

a { color: inherit; text-decoration: none; transition: color .3s; }
a:hover { color: var(--tq-dark); }
img { max-width: 100%; height: auto; display: block; }

/* ── Corporate-Philosophy ──────────────────────────────────────────────── */

.Corporate-Philosophy{
    width: 100%;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../image/Corporate-Philosophy-bg.jpg);
    background-position: top;
}
.Corporate-Philosophy .philo-grid{
    margin-top: 0;
    max-width: var(--max-w);	
}



/* ── Image Placeholder ──────────────────────────────────── */
.img-ph {
  background: var(--tq-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  color: var(--tq-dark);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 300;
  letter-spacing: .18em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}



.img-ph .ph-icon { font-size: 2rem; opacity: .4; }
.img-ph .ph-text { position: relative; z-index: 1; opacity: .7; }


/* ── 最新のお知らせ ──────────────────────────────────────── */

.fv-news {
	width: min(680px, calc(100% - 40px));
	margin: 50px auto 0;
	position: relative;
	z-index: 3;
	opacity: 0;
	animation: fadeUp .8s .8s ease forwards;
}

.fv-news__link {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 72px;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 12px;
    background: rgb(255 255 255 / 85%);
    box-shadow: 0 12px 30px rgba(0, 35, 60, 0.22), inset 0 0 10px rgb(255 255 255 / 80%);
    text-decoration: none;
    letter-spacing: 0.08em;
    backdrop-filter: blur(4px) brightness(2.5) saturate(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.fv-news__link:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.fv-news_label_wrap{
    display: flex;
    align-items: center;	
}

.fv-news__label {
    flex: 0 0 auto;
    color: #01b9d1;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    display: flex;
    align-items: center;
	margin-right: 15px;
}

.fv-news__label:after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(17, 191, 208, 0.55);
    margin-left: 15px;
}


.fv-news__divider {
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(17, 191, 208, 0.55);
}

.fv-news__date {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  color: #2f4050;
}

.fv-news__title {
    width: 65%;
    display: block;
    /* flex: 1 1 auto; */
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    color: #263849;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    text-align: left;
    /* background: #000; */
}
.fv-news__title:after{
    content: "→";
    font-size: 17px;
    width: max-content;
    height: max-content;
    color: #11bfd0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

.fv-news__arrow {
  flex: 0 0 auto;
  color: #11bfd0;
  font-size: 24px;
  line-height: 1;
}


@media screen and (max-width: 767px) {
	.fv-news {
    width: 95%;
    margin-top: 10vw;
	}

	.fv-news__link {
    flex-wrap: wrap;
    gap: 1vw;
    min-height: auto;
    padding: 2vw 5vw;
	}
	.fv-news_label_wrap{margin: auto;}
	.fv-news__label {
	font-size: 3.3vw;
	}

	.fv-news__divider {
	height: 18px;
	}

	.fv-news__date {
	font-size: 3.3vw;
	}

	.fv-news__title {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
	}
	.fv-news__title:after{
    font-size: 3.5vw;
    position: unset;
    margin: 0 0 0 2vw;
	}
	.fv-news__arrow {
	font-size: 20px;
  }
	
	.linebreak_sp{display: block;}	
	
	
}

/* ── Marquee ─────────────────────────────────────────────── */
.marquee-strip {
  width: 100%;
  background: var(--tq);
  overflow: hidden;
  padding: .8rem 0;
  position: relative;
  z-index: 10;
}

.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee-track .item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 3rem;
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 300;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  white-space: nowrap;
}

.marquee-track .item .sep {
  font-size: .5rem;
  opacity: .5;
  color: #fff;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Nav overlay (mobile only) ───────────────────────────── */
#nav-overlay { display: none; }

/* ── Header ──────────────────────────────────────────────── */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: 76px;
    padding: 0 var(--pad-x);
    background: #fff;
    /* box-shadow: 0 1px 20px rgba(0,0,0,.06); */
    border: 1px solid #e2e8f0;
}

/* .site-header.scrolled は常時白背景に変更したため無効化
.site-header.scrolled {
  background: rgba(255,255,255,.95);
  box-shadow: 0 1px 20px rgba(0,0,0,.06);
  backdrop-filter: blur(12px);
} */

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: flex;
  align-items: center;
}

.site-logo-img {
  height: 40px;
  width: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: .3rem;
  list-style: none;
}

.site-nav a {
  font-family: var(--font-en);
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-sub);
  padding: .45rem 1.1rem;
  border-radius: 9999px;
  transition: background .25s, color .25s;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--tq-pale);
  color: var(--tq-dark);
}

.nav-cta {
  background: var(--tq) !important;
  color: #fff !important;
  padding: .5rem 1.5rem !important;
  box-shadow: 0 4px 14px rgba(0,188,212,.3);
  transition: background .25s, box-shadow .25s, transform .25s !important;
}

.nav-cta:hover {
  background: var(--tq-dark) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(0,188,212,.4) !important;
  transform: translateY(-1px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
	
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--tq-dark);
  border-radius: 9999px;
  transition: transform .3s, opacity .3s;
}

.hamburger.active span:nth-child(1) { 
	transform: rotate(45deg);   
	position: absolute;
}
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
}

@media (max-width: 767px) {
	.site-header{
	width: 100%;
    padding: 0;
    height: auto;
    aspect-ratio: 750 / 100;
	}
	.header-inner{
	width: 90%;
    max-width: 100%;
    margin: auto;	
	}
	.hamburger{
	position: relative;
	width: 10%;
    padding: 0;
    gap: 2vw;	
	}
	.hamburger span{width: 100%;height: 0.7vw;}
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-en);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .9rem 2.2rem;
  border-radius: 9999px;
  cursor: pointer;
  border: none;
  transition: all .28s;
}

.btn-tq {
  background: var(--tq);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,188,212,.28);
}
.btn-tq:hover {
  background: var(--tq-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,188,212,.38);
}

.btn-outline {
  background: transparent;
  color: var(--tq-dark);
  border: 1.5px solid var(--tq);
}
.btn-outline:hover {
  background: var(--tq-pale);
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--dark);
  color: #fff;
  box-shadow: 0 6px 20px rgba(10,22,40,.2);
}
.btn-dark:hover {
  background: var(--dark-mid);
  color: #fff;
  transform: translateY(-2px);
}

.btn-white {
  background: #fff;
  color: var(--tq-dark);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.btn-white:hover {
  background: var(--tq-pale);
  transform: translateY(-2px);
}

.btn-ghost-white {
  background: transparent;
  color: rgba(255,255,255,.75);
  border: 1.5px solid rgba(255,255,255,.3);
}
.btn-ghost-white:hover {
  border-color: rgba(255,255,255,.7);
  color: #fff;
}

@media (max-width: 767px) {
	.btn{
    width: 55%;
    font-size: 3.5vw;
    padding: 3vw;
    justify-content: center;
    margin: auto;
    display: block;
    text-align: center;
	}
}
@media (min-width: 768px) {
	.svc-card-body .btn{
	width: 200px;
    display: block;
    margin: auto;
    text-align: center;	
	}
	
}

/* ── Hero ────────────────────────────────────────────────── */
.hero {
    min-height: calc(100vh - 45px);
    padding-top: 76px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Video background */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

.hero-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 6rem var(--pad-x) 4rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Tq vertical accent */
.hero-body::before { display: none; }

.hero-text {
    width: 1000px;
    padding-left: 0;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp .8s .2s ease forwards;
}

.hero-eyebrow .ew-line { width: 32px; height: 2px; background: rgba(255,255,255,.6); border-radius: 9999px; }

.hero-eyebrow span {
  font-family: var(--font-en);
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

.hero-title {
  font-family: var(--font-ja);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 200;
  line-height: 1.45;
  letter-spacing: .02em;
  margin-bottom: 1.8rem;
  color: #fff;

}

.hero-title .tq { color: var(--tq-light); font-weight: 500; }
.hero-title .en-accent {
  font-family: var(--font-en);
  font-size: .7em;
  font-weight: 200;
  letter-spacing: .06em;
  display: block;
  color: rgba(255,255,255,.55);
  margin-bottom: .5rem;
}

/* SVG title */
.hero-title-svg-wrap {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  perspective: 600px;
}

.hero-title-svg-wrap svg {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    filter: drop-shadow(0 0 15px #2e99a6);
}

.hero-title-svg-wrap svg path {
  fill: #fff;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes waveFlip {
  from { transform: rotateY(90deg); }
  to   { transform: rotateY(0deg); }
}

.hero-desc {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    margin: 0 auto 3rem;
    opacity: 0;
    animation: fadeUp .8s .6s ease forwards;
    text-shadow: 0 0 15px #2e99a6;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeUp .8s .8s ease forwards;
}

/* Hero visual side */
.hero-visual {
  position: relative;
  opacity: 0;
  animation: fadeRight .9s .5s ease forwards;
}

.hero-img-main {
  aspect-ratio: 4/5;
  border-radius: 2px;
  overflow: hidden;
}

/* Floating badge */
.hero-badge {
  position: absolute;
  bottom: 5.5rem;
  left: var(--pad-x);
  z-index: 3;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.2rem 1.8rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.badge-icon { font-size: 1.8rem; }

.badge-text { line-height: 1.4; }
.badge-text .b-label {
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-pale);
  display: block;
}
.badge-text .b-val {
  font-family: var(--font-ja);
  font-size: .88rem;
  font-weight: 500;
  color: var(--text);
  display: block;
}

/* dot */
.hero-dot {
  position: absolute;
  top: 2rem;
  right: -1rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px dashed var(--tq-light);
  opacity: .5;
  animation: rotateDot 20s linear infinite;
}

@keyframes rotateDot { to { transform: rotate(360deg); } }

/* Scroll cue */
.hero-scroll {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 2rem var(--pad-x) 3rem;
    padding-left: calc(var(--pad-x) + 1.5rem + 2px + 1.5rem);
    opacity: 0;
    animation: fadeUp .8s 1.4s ease forwards;
    display: none;
}

.hero-scroll span {
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 300;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}

.scroll-bar {
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,.25);
  border-radius: 9999px;
  overflow: hidden;
}

.scroll-bar-inner {
  height: 100%;
  width: 50%;
  background: var(--tq);
  border-radius: 9999px;
  animation: scrollBar 2s ease-in-out infinite;
}

@keyframes scrollBar {
  0%   { transform: translateX(-100%); }
  50%  { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes fadeUp    { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes fadeRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: none; } }
@keyframes fadeLeft  { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: none; } }

@media (max-width: 767px) {
	.hero{
		min-height: auto;
		height: auto;
		aspect-ratio: 750 / 1200;
		padding-top: 10vw;
	}
	.hero-body{padding: 3vw;}
	.hero-text{width: 100%;}
	.hero-video{
		height: auto;
		aspect-ratio: 750 / 1200;
		top: 10vw;
	}
	.hero-desc{
	font-size: 6vw;
    margin: 0 auto 5vw;	
	}
	
}


/* ── Section Common ──────────────────────────────────────── */
.sec {
  padding: var(--sec-py) 0;
  position: relative;
}

.sec-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* 2段見出し */
.sec-head { margin-bottom: 30px; }
.sec-head.center { text-align: center; }

.sec-en {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.sec-head.center .sec-en { justify-content: center; }

.sec-en .en-bar {
  width: 28px;
  height: 2px;
  background: var(--tq);
  border-radius: 9999px;
  flex-shrink: 0;
}

.sec-en span {
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--tq-dark);
}

.sec-title {
  font-family: var(--font-ja);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 200;
  line-height: 1.45;
  letter-spacing: .02em;
  color: var(--text);
}

.sec-title .em { color: var(--tq-dark); font-weight: 500; }

.sec-desc {
  margin-top: 1.5rem;
  font-size: .9rem;
  color: var(--text-sub);
  line-height: 2;
  max-width: 580px;
}

.sec-head.center .sec-desc { margin-left: auto; margin-right: auto; }

/* BG decoration text */
.sec-bg-text {
  position: absolute;
  font-family: var(--font-en);
  font-size: clamp(5rem, 14vw, 14rem);
  font-weight: 600;
  color: var(--tq-pale);
  pointer-events: none;
  user-select: none;
  line-height: 1;
  letter-spacing: -.02em;
  z-index: 0;
}

@media screen and (max-width: 767px) {
	.sec{padding: 10vw 0;}
	.sec-inner {
	width: 90%;
    padding: 0;
	}
}

/* ── Services Cards (Top) ────────────────────────────────── */
.services-top { background: var(--bg);overflow: hidden; }

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.svc-card {
  background: var(--bg-off);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  position: relative;
}

.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,.08);
}

.svc-card-img {
  aspect-ratio: 16/9;
}

.svc-card-body { padding: 30px; }

.svc-card-no {
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--tq);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.svc-card-no::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--tq-pale);
  max-width: 40px;
}

.svc-card h3 {
  font-family: var(--font-ja);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: .6rem;
  color: var(--text);
}

.svc-card .en-sub {
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 300;
  letter-spacing: .18em;
  color: var(--text-pale);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  display: block;
}

.svc-card p {
    font-size: .86rem;
    color: var(--text-sub);
    line-height: 2;
    margin-bottom: 30px;
}

.svc-card-link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-top: 1.8rem;
	font-family: var(--font-en);
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--tq-dark);
	transition: gap .25s;
	
	color: rgb(255, 255, 255);
	box-shadow: rgba(0, 188, 212, 0.28) 0px 6px 20px;
	background: var(--tq);
	padding: 20px 0;
	border-radius: 100px;
	width: 45%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 40px auto 0;	
	
}

/*.svc-card-link::after { content: '→'; }*/
.svc-card-link:hover { gap: .9rem; }

.svc-card-link2{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000; */
    z-index: 2;	
}

@media (max-width: 767px) {

	.svc-card-body {padding: 5vw;}
	.svc-card p{margin-bottom: 5vw;}
	
}

/* ── Scrolling Image Strip ───────────────────────────────── */
.scrolling-strip {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.scrolling-track {
	display: flex;
	width: max-content;
	animation: scroll-left 60s linear infinite;
	will-change: transform;
}

.scrolling-img {
  height: 500px;
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 767px) {
	.scrolling-img {height: 40vw;}
}

/* ── Vision Section ──────────────────────────────────────── */
.vision-sec { background: var(--bg-off); overflow: hidden; }

.vision-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.vision-text p {
  font-size: .9rem;
  color: var(--text-sub);
  line-height: 2.1;
  margin-top: 2rem;
}

.vision-text .btn { margin-top: 3rem; }

.vision-img-wrap { position: relative; }

.vision-img {
    width: 100%;
    height: auto;
}

.vision-float-card {
  position: absolute;
  bottom: -2rem;
  left: -2.5rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.4rem 2rem;
  box-shadow: 0 12px 36px rgba(0,0,0,.08);
  min-width: 200px;
}

.vfc-label {
  font-family: var(--font-en);
  font-size: .6rem;
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--tq-dark);
  margin-bottom: .4rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.vfc-label::before {
  content: '';
  width: 12px;
  height: 2px;
  background: var(--tq);
  border-radius: 9999px;
}

.vfc-val {
  font-family: var(--font-ja);
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
}

/* ── CTA ─────────────────────────────────────────────────── */
.cta-sec {
  background: linear-gradient(135deg, #0097A7 0%, #00BCD4 50%, #26C6DA 100%);
  padding: var(--sec-py) 0;
  position: relative;
  overflow: hidden;
}

.cta-sec::before {
  content: 'CONNECT';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-en);
  font-size: 18rem;
  font-weight: 600;
  color: rgba(255,255,255,.06);
  pointer-events: none;
  user-select: none;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-en {
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .44em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  display: block;
  margin-bottom: 1.5rem;
}

.cta-title {
  font-family: var(--font-ja);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-bottom: 1.5rem;
}

.cta-desc {
  font-size: .9rem;
  color: rgba(255,255,255,.75);
  line-height: 2;
  margin-bottom: 3rem;
}

.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }


@media (max-width: 767px) {
	
	.cta-inner{
	width: 90%;
    padding: 0;
    margin: auto;
	}
	
}

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
  background: var(--tq);
  padding: 6rem 0 0;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 5rem;
    padding-bottom: 4rem;
    /* border-bottom: 1px solid rgba(255,255,255,.2); */
    /* margin-bottom: 2.5rem; */
}

.footer-logo { margin-bottom: 1.5rem; display: inline-flex; flex-direction: column; gap: 2px; }
.footer-logo .logo-ja { color: #ffffff; font-weight: 500; }
.footer-logo .logo-en { color: rgba(255,255,255,.7); }

.footer-brand p { font-size: .84rem; color: rgba(255,255,255,.7); line-height: 2; }

.footer-col h4 {
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .7rem; }
.footer-col a { font-size: .85rem; color: rgba(255,255,255,.85); transition: color .3s; }
.footer-col a:hover { color: #ffffff; }

.footer-col p { font-size: .84rem; color: rgba(255,255,255,.7); line-height: 2; margin-bottom: 1.2rem; }

.footer-bottom-wrap{
    background: var(--bg-dark);
    padding: 30px 0;	
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    /* border-top: 1px solid rgba(255,255,255,.2); */
    color: rgba(255,255,255,.6);
}

.footer-bottom p {
  font-family: var(--font-en);
  font-size: .7rem;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  letter-spacing: .08em;
}

/* ── Footer btn-tq override (white on turquoise bg) ─────── */
.site-footer .btn-tq {
  background: #ffffff;
  color: var(--tq-dark);
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.site-footer .btn-tq:hover {
  background: var(--tq-pale);
  color: var(--tq-dark);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

/* ── Page Hero ───────────────────────────────────────────── */
.page-hero {
    background-image: url('../../image/site_bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /* aspect-ratio: 1920 / 450; */
    height: 450px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    margin-top: 75px;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.5);
}

.page-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  position: relative;
  z-index: 1;
}

.page-hero-inner .sec-en { margin-bottom: 1.2rem; }

.page-hero h1 {
  font-family: var(--font-ja);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 200;
  letter-spacing: .02em;
  color: var(--text);
  line-height: 1.2;
}

.page-hero-bg-text {
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-en);
  font-size: clamp(6rem, 16vw, 14rem);
  font-weight: 600;
  color: var(--tq-pale);
  pointer-events: none;
  user-select: none;
  line-height: 1;
  letter-spacing: -.02em;
}

@media (max-width: 767px) {
	.page-hero h1{font-size: 10vw;}
	.page-hero-inner{/*top: 5vw;*/}
}


/* ── Service Page ────────────────────────────────────────── */
.service-sec { 
	padding: var(--sec-py) 0;
	padding: 80px 0;
}

.svc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: start;
  padding-bottom: var(--sec-py);
  border-bottom: 1px solid var(--border);
}

.svc-block:last-child { border-bottom: none; padding-bottom: 0; }
.svc-block.rev {
    direction: rtl;
    padding-top: 80px;	
}
.svc-block.rev > * { direction: ltr; }

.svc-visual-side { position: sticky; top: 100px; }

.svc-main-img { aspect-ratio: 16/9; border-radius: 8px; overflow: hidden; }

.svc-caption {
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 300;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--text-pale);
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.svc-caption::before { content: ''; width: 18px; height: 2px; background: var(--tq); border-radius: 9999px; }

.svc-text-side h2 {
  font-family: var(--font-ja);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-bottom: 2rem;
  color: var(--text);
}
.svc-text-side h2 .small{
	display: block;
    font-size: 25px;
}


.svc-text-side p {
  font-size: .9rem;
  color: var(--text-sub);
  line-height: 2.1;
  margin-bottom: 1.2rem;
}

.feat-list { list-style: none; margin-top: 2.5rem; border-top: 1px solid var(--border); }

.feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  font-size: .87rem;
  color: var(--text-sub);
  line-height: 1.8;
}

.feat-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--tq);
  flex-shrink: 0;
  margin-top: .45em;
}

@media (max-width: 767px) {
	.service-sec{padding: 10vw 0;}	
	.svc-block {display: block;}
	.svc-text-side h2{font-size: 7vw;}
	.svc-text-side h2 .small{font-size: 4vw;}

	
}

@media (min-width: 768px) {

}

/* ── About Page ──────────────────────────────────────────── */
.about-sec { padding: 50px 0; }

.msg-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: start;
  margin-bottom: var(--sec-py);
  padding-bottom: var(--sec-py);
  border-bottom: 1px solid var(--border);
}

.msg-img-side { position: relative; }
.msg-img { aspect-ratio: 3/4; border-radius: 8px; overflow: hidden; }

/* accent badge on message image */
.msg-img-badge {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--tq);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .1rem;
  box-shadow: 0 8px 24px rgba(0,188,212,.35);
}

.msg-img-badge .b-en {
  font-family: var(--font-en);
  font-size: .5rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
}

.msg-img-badge .b-icon { font-size: 1.4rem; }

.msg-text {}

.msg-open-quote {
  font-family: var(--font-en);
  font-size: 5rem;
  font-weight: 600;
  color: var(--tq-pale);
  line-height: .8;
  margin-bottom: 1rem;
}

.msg-catchcopy {
  font-family: var(--font-ja);
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7;
  color: var(--tq-dark);
  margin-bottom: 2.5rem;
  letter-spacing: .04em;
}

blockquote.msg-q {
  font-family: var(--font-ja);
  font-size: .95rem;
  font-weight: 200;
  line-height: 2.3;
  color: var(--text-mid);
  font-style: normal;
  border-left: 2px solid var(--tq);
  padding-left: 1.8rem;
  margin-bottom: 2rem;
}

.msg-cite {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-pale);
}

.msg-cite::before { content: ''; width: 20px; height: 1px; background: var(--tq); }

/* Company table */
.co-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
}

.co-table tr { border-bottom: 1px solid var(--border); }
.co-table tr:first-child { border-top: 1px solid var(--border); }

.co-table th {
  padding: 1.6rem 2rem 1.6rem 0;
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--tq-dark);
  vertical-align: top;
  white-space: nowrap;
  width: 200px;
}

.co-table td {
  padding: 1.6rem 0;
  color: var(--text-sub);
  line-height: 2;
  vertical-align: top;
}

/* Philosophy */
.philo-sec { background: var(--bg-off); padding: var(--sec-py) 0; }

.philo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}

.philo-card {
    background: rgb(255 255 255 / 70%);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    /* box-shadow: 0px 0px 3px #83a6b3; */
}

.philo-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tq), var(--tq-light));
}

.philo-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.07); }

.philo-card .p-en {
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--tq-dark);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.philo-card .p-en::before { content: ''; width: 16px; height: 2px; background: var(--tq); border-radius: 9999px; }

.philo-card h3 {
    font-family: var(--font-ja);
    font-size: 35px;
    font-weight: bold;
    letter-spacing: .04em;
    margin-bottom: 1rem;
    color: var(--text);
}

.philo-card p { font-size: .86rem; color: var(--text-sub); line-height: 2; }

/* ── Contact Page ────────────────────────────────────────── */
.contact-sec { padding: var(--sec-py) 0; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 8rem;
  align-items: start;
}

.contact-info-side h3 {
  font-family: var(--font-ja);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.contact-info-side > p {
  font-size: .88rem;
  color: var(--text-sub);
  line-height: 2;
  margin-bottom: 2.5rem;
}

.info-list { list-style: none; }

.info-list li {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  font-size: .86rem;
}

.info-list li:first-child { border-top: 1px solid var(--border); }

.il-label {
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--tq-dark);
  padding-top: 2px;
}

.il-val { color: var(--text-sub); line-height: 1.9; }

/* Form */
.form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.form-group { margin-bottom: 2rem; }

.form-group label {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-en);
  font-size: .64rem;
  font-weight: 400;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--text-sub);
  margin-bottom: .7rem;
}

.req-mark {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--tq);
  flex-shrink: 0;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--bg-off);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: .85rem 1.1rem;
  color: var(--text);
  font-family: var(--font-ja);
  font-size: .9rem;
  font-weight: 300;
  outline: none;
  transition: border-color .25s, box-shadow .25s, background .25s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--tq);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0,188,212,.1);
}

.form-group textarea { resize: vertical; min-height: 150px; }

.form-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.form-policy {
  font-size: .76rem;
  color: var(--text-pale);
  line-height: 1.9;
  max-width: 360px;
}

.form-msg {
  padding: 1rem 1.4rem;
  border-radius: var(--radius);
  font-size: .86rem;
  margin-bottom: 2rem;
  display: none;
}

.form-msg.success { background: #e6f9f7; border: 1px solid #b2e8e4; color: #0d7a72; }
.form-msg.error   { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }

/* ── Scroll Animations ───────────────────────────────────── */
.js-up, .js-left, .js-right, .js-scale {
  opacity: 0;
  transition: opacity .8s ease, transform .8s ease;
}

.js-up    { transform: translateY(36px); }
.js-left  { transform: translateX(-40px); }
.js-right { 
    border-radius: 8px;
    overflow: hidden;
	transform: translateX(40px);

}
#top .js-right{/*aspect-ratio: 750 / 1000;*/}

.js-scale { transform: scale(.93); }

.js-up.in,
.js-left.in,
.js-right.in,
.js-scale.in {
  opacity: 1;
  transform: none;
}

.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 767px) {
  :root { --sec-py: 7rem; }
  .hero-badge       { left: 1.5rem; }
  .vision-layout    { grid-template-columns: 1fr; gap: 4rem; }
  .msg-block        { grid-template-columns: 1fr; gap: 3rem; }
  .svc-block        { grid-template-columns: 1fr; gap: 3rem; overflow: hidden;}
  .svc-block.rev    { direction: ltr; }
  .svc-visual-side  { position: static; margin-bottom: 10vw;}
  .contact-layout   { grid-template-columns: 1fr; gap: 4rem; }
  .footer-top       { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer-brand     { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  :root { --sec-py: 5rem; }

  .site-logo-img{ 
	width: 32%;
    height: auto;
	}

  .site-nav {
    display: none;
    position: fixed;
    top: 76px; left: 0;
    width: 100%;
    background: rgba(255,255,255,.97);
    flex-direction: column;
    gap: .3rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    z-index: 1001;
  }

  #nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .site-nav.open { display: flex; }
  .site-nav li   { width: 100%; }
  .site-nav a    { display: block; }
  .nav-cta       { text-align: center; }
  .hamburger     { display: flex; }

  .hero-badge       { left: 1rem; bottom: 4.5rem; }
  .hero-dot         { display: none; }
  .services-grid    { grid-template-columns: 1fr; }
.philo-grid       { grid-template-columns: 1fr; }
  .footer-top       { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom    { flex-direction: column; }
  .hero-btns        { flex-direction: column; align-items: center; }
  .form-2col        { grid-template-columns: 1fr; }
  .form-foot        { flex-direction: column; }
  .page-hero-bg-text { display: none; }
  .cta-sec::before  { font-size: 5rem; }
  .page-hero {
    aspect-ratio: 750 / 450;
    background-attachment: scroll;
    margin-top: 12vw;
    height: auto;
  }
}


@media (min-width: 1921px) {

.hero-text{transform: scale(1.2);}
	
}
