
:root{
  --bg:#f5f7fb;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --text:#172033;
  --muted:#5f6b85;
  --line:#e6ebf2;
  --brand:#1f6feb;
  --brand-2:#00a6a6;
  --accent:#f59e0b;
  --shadow:0 20px 60px rgba(15,23,42,.08);
  --shadow-sm:0 10px 30px rgba(15,23,42,.06);
  --radius:24px;
  --radius-sm:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "Inter", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
  background:linear-gradient(180deg,#f7fafc 0%,#f5f7fb 100%);
  color:var(--text) !important;
  line-height:1.7;
}
a{color:inherit}
img{max-width:100%;display:block}
main{overflow:hidden}
header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(230,235,242,.85)}
.banner_container{
  max-width:var(--max); margin:0 auto !important; padding:14px 20px !important;
  display:grid !important; grid-template-columns:1.4fr repeat(3, minmax(120px, 180px)); gap:12px; align-items:center;
}
.banner_item{margin:0 !important}
.banner_item>a{
  height:100%; min-height:64px; background:rgba(255,255,255,.8); border:1px solid var(--line);
  border-radius:18px; padding:10px 14px; display:flex; align-items:center; justify-content:center; gap:10px;
  box-shadow:var(--shadow-sm); transition:.25s ease;
}
.banner_item:first-child>a{justify-content:flex-start; padding-inline:18px; background:linear-gradient(135deg,#1f6feb 0%,#00a6a6 100%); color:#fff; border:none}
.banner_item>a:hover{transform:translateY(-2px); box-shadow:0 18px 36px rgba(15,23,42,.1)}
.banner_item img{height:34px !important; width:auto}
.banner_item:first-child img{filter:brightness(0) invert(1)}
.banner_text{margin:0 !important; font-size:14px; font-weight:700; letter-spacing:.02em}
.header{max-width:var(--max); margin:0 auto; padding:0 20px 14px !important; background:transparent !important; box-shadow:none !important; border-radius:0 !important}
.hamburger-overlay{
  position:relative !important; top:auto !important; right:auto !important; width:56px !important; height:56px !important;
  border-radius:16px; background:#fff !important; border:1px solid var(--line); box-shadow:var(--shadow-sm)
}
.hamburger-overlay__line{left:15px !important; width:26px !important; background:var(--text) !important}
.hamburger-overlay.active{background:var(--text) !important}
.hamburger-overlay.active .hamburger-overlay__line{background:#fff !important}
.nav-overlay{background:rgba(10,19,38,.75) !important; backdrop-filter:blur(16px)}
.nav-overlay__content{max-width:720px; width:calc(100% - 32px); background:rgba(255,255,255,.96); border:1px solid rgba(255,255,255,.8); border-radius:28px; padding:32px 20px; box-shadow:var(--shadow)}
.nav-overlay__list{display:grid; gap:8px}
.nav-overlay__item a{display:block; padding:16px 18px; border-radius:16px; font-size:1rem; font-weight:700; color:var(--text); background:#f8fafc}
.nav-overlay__item a:hover{background:#edf4ff; color:var(--brand)}
section{max-width:var(--max); margin:0 auto; padding:28px 20px 44px}
.sub_ttl,.main_title,.main_ttl,.gallery-title,.form-header h1{
  font-size:clamp(1.8rem,3vw,2.75rem) !important; line-height:1.15; letter-spacing:-.02em; text-shadow:none !important; margin:0 0 14px !important; color:var(--text) !important;
}
.sub_ttl::after,.main_title::after,.main_ttl::after,.gallery-title::after,.form-header h1::after{
  content:""; display:block; width:64px; height:4px; border-radius:999px; margin-top:14px; background:linear-gradient(90deg,var(--brand),var(--brand-2));
}
main p{color:var(--muted)}
.slider-container{width:min(100%,var(--max)) !important; margin:24px auto 18px !important; border-radius:30px !important; overflow:hidden; box-shadow:var(--shadow) !important; position:relative}
.slider-container::after{content:""; position:absolute; inset:0; background:linear-gradient(115deg,rgba(9,18,39,.68) 8%,rgba(9,18,39,.28) 45%,rgba(9,18,39,.08) 100%); pointer-events:none}
.slider-slide img{height:min(72vh,760px); object-fit:cover}
.slider-caption{z-index:2; justify-content:flex-end; gap:8px; padding:44px !important; max-width:760px}
.slider_text01,.slider_text02,.slider_text03,.slider_text04{margin:0 !important; text-align:left !important; text-shadow:none !important}
.slider_text01{display:inline-flex; width:max-content; padding:8px 14px; border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22); font-size:14px !important; letter-spacing:.08em; text-transform:uppercase}
.slider_text02{font-size:clamp(2rem,5vw,4.5rem) !important; font-weight:800; line-height:1.05}
.slider_text03{font-size:clamp(1rem,1.8vw,1.25rem) !important; color:rgba(255,255,255,.88)}
.slider_text04{font-size:clamp(1rem,1.6vw,1.15rem) !important; color:rgba(255,255,255,.92)}
.news_inner,.us_inner,.voice_inner,.works_inner,.service_container,.view_container,.contact-simple-form,.local-cta,.question_inner,.payment_container,.price_plan_container,.flow_container{
  background:rgba(255,255,255,.82); border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow); backdrop-filter:blur(10px)
}
.news_inner{width:auto !important; padding:28px !important}
.news_list_item{padding:16px 0; gap:18px !important}
.news_list_item:last-child{border-bottom:none}
.news_list_date time{font-weight:700}
.news_item{border-radius:999px !important; font-size:12px !important; padding:6px 12px !important; background:linear-gradient(90deg,var(--brand),var(--brand-2)) !important}
.arrow::before{content:"→"}
.us_container,.container,.staff_container{padding:0 !important; margin:0 auto !important}
.inner,.us_inner,.voice_inner{padding:32px !important}
.center_box{display:grid; gap:20px; align-items:center}
.strong_img,.top_img,.office_img,.service_img,.grid-gallery img,.case-link img{
  border-radius:22px; box-shadow:var(--shadow-sm); object-fit:cover
}
.img_container,.area-boxes,.contact-cards{display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; list-style:none; padding:0; margin:20px 0}
.img_container li,.area-card,.contact-card{background:var(--surface); border:1px solid var(--line); border-radius:22px; overflow:hidden; box-shadow:var(--shadow-sm)}
.top_img{width:100%; aspect-ratio:4/3}
.main_text,.us_text,.overview-intro,.contact-note,.copy-text{font-size:1.02rem; line-height:1.9}
.link_btn,.cta-buttons{display:flex; flex-wrap:wrap; gap:14px; justify-content:flex-start; margin-top:24px}
.link_btn a,.cta-buttons a,.hero-actions a,.floating-cta a{
  display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 22px; border-radius:999px; font-weight:800;
  background:linear-gradient(135deg,var(--brand),var(--brand-2)); color:#fff !important; box-shadow:0 16px 32px rgba(31,111,235,.24); transition:.25s ease;
}
.link_btn a:hover,.cta-buttons a:hover,.hero-actions a:hover,.floating-cta a:hover{transform:translateY(-2px)}
.cta-buttons a:nth-child(2),.hero-actions a:nth-child(2){background:#fff; color:var(--text) !important; border:1px solid var(--line); box-shadow:var(--shadow-sm)}
.local-cta{padding:34px 28px !important; background:linear-gradient(135deg,#f7fbff 0%,#eef9f8 100%) !important}
.area-card,.contact-card{padding:22px !important}
.area-card h3,.contact-card h3{font-size:1.1rem; margin-bottom:8px !important; color:var(--text)}
.carousel-wrapper{overflow:hidden}
.carousel{display:flex; gap:18px}
.slide{min-width:calc((100% - 36px) / 3)}
.slide img{width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:20px; border:1px solid var(--line); box-shadow:var(--shadow-sm)}
.controls{display:flex; gap:12px; justify-content:center; margin-top:20px}
.controls button{min-width:128px; min-height:48px; border-radius:999px; border:1px solid var(--line); background:#fff; font-weight:700; cursor:pointer; box-shadow:var(--shadow-sm)}
.controls button:disabled{opacity:.45; cursor:not-allowed}
footer{margin-top:36px; background:#0f172a; color:#d8e0ee; padding-top:36px}
.footer_container{max-width:var(--max); margin:0 auto; padding:0 20px 20px}
.footer_container .grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; margin-bottom:28px}
.footer_navi-heading{color:#fff; font-weight:800; letter-spacing:.04em}
.footer_navi{list-style:none; padding:0; margin:10px 0 0}
.footer_navi li{margin:0 0 10px}
.footer_navi a,.footer_address a,.copyright a{color:#d8e0ee}
.address,.access_map,.sms_icons{background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:22px; padding:20px}
.access_map iframe{width:100%; border-radius:16px}
.sms_icons{display:grid; grid-template-columns:repeat(2,minmax(84px,84px)); justify-content:center; align-content:center; gap:22px 26px; min-height:210px; margin:0 auto}

.sms_icons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:84px;
  height:84px;
  border-radius:22px;
}
.sns-icon{
  display:block;
  margin:0;
  vertical-align:middle;
}
.sns-icon{width:56px; height:56px; object-fit:contain; transition:.25s ease}
.sns-icon:hover{transform:translateY(-3px)}
.copyright{margin:0; padding:18px 20px 28px; text-align:center; border-top:1px solid rgba(255,255,255,.08); color:#b8c2d6}
/* subpages */
.view_container{padding:28px !important}
.profile{display:grid; grid-template-columns:minmax(300px,420px) 1fr; gap:24px; align-items:start}
#profile{width:100%; border-collapse:collapse; background:#fff; border-radius:20px; overflow:hidden; border:1px solid var(--line)}
#profile th,#profile td{padding:14px 16px; border-bottom:1px solid var(--line); vertical-align:top; font-size:15px}
#profile th{width:180px; background:#f8fafc; color:var(--text); text-align:left}
.service_right,.service_left{margin-bottom:22px}
.right_inner,.left_inner{display:grid; grid-template-columns:360px 1fr; gap:24px; padding:22px; background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow-sm); align-items:center}
.left_inner{grid-template-columns:1fr 360px}
.text_container p{margin:0; line-height:1.9}
.service_title{font-size:1.5rem; margin:0 0 12px; line-height:1.3; color:var(--text)}
.works_inner{padding:30px !important}
.grid-gallery{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin:20px 0}
.case-link{display:block; background:#fff; border:1px solid var(--line); border-radius:22px; overflow:hidden; box-shadow:var(--shadow-sm); transition:.25s ease}
.case-link:hover{transform:translateY(-6px)}
.case-link img{width:100%; aspect-ratio:16/11}
.example_ttl{padding:18px; font-weight:800; font-size:1.04rem; color:var(--text)}
.hero-panel{max-width:var(--max); margin:22px auto 18px; padding:0 20px}
.hero-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:22px; align-items:stretch}
.hero-copy,.hero-side{background:linear-gradient(135deg,#f7fbff 0%,#ffffff 55%,#eef9f8 100%); border:1px solid var(--line); border-radius:30px; box-shadow:var(--shadow); padding:32px; position:relative; overflow:hidden}
.hero-copy::before{content:""; position:absolute; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle, rgba(31,111,235,.16), rgba(31,111,235,0)); top:-90px; right:-90px}
.hero-eyebrow{display:inline-flex; padding:8px 14px; border-radius:999px; background:#edf4ff; color:var(--brand); font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase}
.hero-copy h1{font-size:clamp(2rem,4vw,4rem); line-height:1.06; margin:18px 0 12px; letter-spacing:-.03em}
.hero-copy p{font-size:1.05rem; max-width:58ch}
.hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin:24px 0 20px}
.hero-stats{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:12px}
.hero-stat{background:#fff; border:1px solid var(--line); border-radius:20px; padding:16px; box-shadow:var(--shadow-sm)}
.hero-stat strong{display:block; font-size:1.5rem; line-height:1.1; color:var(--text)}
.hero-stat span{font-size:14px; color:var(--muted)}
.hero-side img{width:100%; height:100%; min-height:340px; object-fit:cover; border-radius:24px}
.modern-card-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px}
.modern-card{background:#fff; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:var(--shadow-sm)}
.modern-card .num{display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:12px; background:#edf4ff; color:var(--brand); font-weight:800; margin-bottom:12px}
.modern-card h3{margin:0 0 10px; font-size:1.2rem}
.beforeafter-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px}
.beforeafter-card{background:#fff; border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:var(--shadow-sm)}
.beforeafter-card img{width:100%; aspect-ratio:16/10; object-fit:cover}
.beforeafter-body{padding:20px}
.beforeafter-body h3{margin:0 0 10px; font-size:1.2rem}
.notice-strip{max-width:var(--max); margin:0 auto; padding:0 20px}
.notice-strip-inner{display:flex; flex-wrap:wrap; gap:12px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:999px; padding:14px 18px; box-shadow:var(--shadow-sm)}
.notice-label{display:inline-flex; padding:6px 10px; border-radius:999px; background:#fff7e6; color:#a16207; font-size:12px; font-weight:800}
.floating-cta{position:fixed; right:18px; bottom:18px; z-index:999; display:flex; flex-direction:column; gap:10px}
.floating-cta a{padding-inline:18px; min-height:48px; font-size:14px}
.floating-cta a:last-child{background:#fff; color:var(--text) !important; border:1px solid var(--line); box-shadow:var(--shadow-sm)}
@media (max-width: 1024px){
  .banner_container{grid-template-columns:1fr 1fr}
  .hero-grid,.profile,.right_inner,.left_inner,.footer_container .grid,.beforeafter-grid{grid-template-columns:1fr}
  .left_inner{display:flex; flex-direction:column-reverse}
  .img_container,.modern-card-grid,.grid-gallery,.hero-stats,.area-boxes,.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .slide{min-width:calc((100% - 18px)/2)}
}
@media (max-width: 768px){
  header{position:static}
  .banner_container{grid-template-columns:1fr; padding:14px 16px !important}
  .banner_item:first-child>a{justify-content:center}
  .header,.hero-panel,section,.notice-strip,.footer_container{padding-inline:16px !important}
  .slider-container{margin-top:16px !important; border-radius:24px !important}
  .slider-slide img{height:62vh}
  .slider-caption{padding:24px !important}
  .img_container,.modern-card-grid,.grid-gallery,.hero-stats,.area-boxes,.contact-cards,.beforeafter-grid{grid-template-columns:1fr !important}
  .slide{min-width:100%}
  .inner,.us_inner,.voice_inner,.news_inner,.works_inner,.service_container,.view_container,.contact-simple-form,.local-cta{padding:24px !important}
  .floating-cta{left:16px; right:16px; bottom:14px}
  .floating-cta a{width:100%}
}

/* ===== 2026-03-25 mobile-first refinements ===== */
/* desktop: hamburger hidden, top quick buttons visible */
.hamburger-overlay{display:none !important}

/* fix legacy arrow button wrapping/overlap */
.link_btn a{
  position:relative;
  justify-content:center !important;
  padding:0 22px !important;
  max-width:none !important;
  min-width:280px;
  white-space:nowrap;
  overflow:hidden;
  text-align:center;
  letter-spacing:.01em;
}
.link_btn a::before,
.link_btn a::after{
  content:none !important;
  display:none !important;
}
.link_btn a span{
  color:inherit !important;
  white-space:nowrap;
  line-height:1.2;
}

/* footer refresh */
footer{
  margin-top:48px;
  background:
    radial-gradient(circle at top left, rgba(31,111,235,.18), transparent 26%),
    radial-gradient(circle at top right, rgba(0,166,166,.16), transparent 24%),
    linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
  color:#e7edf8 !important;
}
.footer_container{
  background:transparent !important;
}
.footer_container .grid:first-child{
  padding:8px 0 0;
}
.footer_container .grid:last-child{
  align-items:stretch;
}
.footer_navi-heading,
.footer_navi li,
.footer_address,
.footer_address a,
.copyright,
.copyright a,
footer p,
footer li,
footer address,
footer a{
  color:#dbe4f3 !important;
}
.footer_navi-heading{
  font-size:14px;
  text-transform:uppercase;
  opacity:.96;
}
.footer_navi a{
  display:inline-block;
  padding:4px 0;
}
.footer_navi a:hover,
.footer_address a:hover,
.copyright a:hover{
  color:#ffffff !important;
}
.address,.access_map,.sms_icons{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  box-shadow:none !important;
}
.address{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer_logo img{
  width:190px;
  max-width:100%;
  border-radius:12px;
}
.footer_address{
  font-style:normal;
  line-height:1.9;
  margin:0;
}
.access_map iframe{
  min-height:220px;
  filter:grayscale(.08) contrast(1.02);
}
.sms_icons{
  min-height:100%;
  margin:0 !important;
  align-self:start;
}
.sns-icon{
  width:46px;
  height:46px;
}
.copyright{
  font-size:14px;
  line-height:1.8;
}

@media (max-width: 900px){
  header{
    position:sticky;
    top:0;
  }
  .banner_container{
    grid-template-columns:1fr auto !important;
    gap:10px;
    padding:12px 16px !important;
    align-items:center;
  }
  .banner_item{
    display:none;
  }
  .banner_item:first-child,
  .header{
    display:block;
  }
  .banner_item:first-child{
    min-width:0;
  }
  .banner_item:first-child>a{
    min-height:56px;
    justify-content:flex-start !important;
    border-radius:18px;
    padding:12px 16px !important;
    gap:10px;
  }
  .banner_item:first-child img{
    height:28px !important;
    flex:0 0 auto;
  }
  .banner_item:first-child .banner_text{
    font-size:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .header{
    position:absolute;
    top:12px;
    right:16px;
    margin:0;
    padding:0 !important;
    width:auto;
    z-index:1002;
  }
  .hamburger-overlay{
    display:block !important;
    width:52px !important;
    height:52px !important;
    border-radius:16px;
  }
  .hamburger-overlay__line:nth-of-type(1){top:16px}
  .hamburger-overlay__line:nth-of-type(2){top:25px}
  .hamburger-overlay__line:nth-of-type(3){top:34px}
  .nav-overlay__content{
    width:calc(100% - 24px);
    max-width:none;
    margin:0 12px;
    border-radius:24px;
    padding:20px 16px 16px;
  }
  .nav-overlay__item a{
    font-size:15px;
    padding:15px 16px;
  }
  .link_btn a{
    min-width:0;
    width:100%;
    font-size:15px;
    padding:0 18px !important;
  }
  .link_btn a span{
    font-size:15px;
  }
  .floating-cta{
    left:12px;
    right:12px;
    bottom:12px;
  }
  body{
    padding-bottom:132px;
  }
  .footer_container .grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .footer_navi-heading{
    margin-bottom:8px;
  }
  .access_map iframe{
    min-height:180px;
  }
}

@media (min-width: 901px){
  .nav-overlay{display:none !important}
}


/* ===== 2026-03-25 works page refinement ===== */
.gallery-title{
  text-align:center !important;
  margin:0 0 22px !important;
}
.gallery-title::after{
  margin:14px auto 0 !important;
}
.works_inner{
  max-width:1180px;
  margin:0 auto;
  padding:40px 30px 34px !important;
}
.grid-gallery{
  width:100% !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px !important;
  align-items:stretch;
}
.case-link{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  border:1px solid rgba(148,163,184,.2) !important;
  border-radius:26px !important;
  box-shadow:0 18px 42px rgba(15,23,42,.08) !important;
}
.case-link:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 24px 52px rgba(15,23,42,.12) !important;
}
.case-link img{
  width:calc(100% - 24px) !important;
  margin:12px auto 0 !important;
  aspect-ratio:16/10 !important;
  border:none !important;
  border-radius:22px !important;
}
.example_ttl{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1;
  min-height:92px;
  margin:0 !important;
  padding:22px 20px 24px !important;
  font-size:1.05rem !important;
  font-weight:800;
  line-height:1.55;
  letter-spacing:.01em;
  text-align:center;
}

@media (max-width: 900px){
  .works_inner{
    padding:28px 18px 24px !important;
    border-radius:24px !important;
  }
  .grid-gallery{
    gap:16px !important;
  }
  .case-link{
    border-radius:22px !important;
  }
  .case-link img{
    width:calc(100% - 18px) !important;
    margin-top:9px !important;
    border-radius:18px !important;
  }
  .example_ttl{
    min-height:auto;
    padding:18px 16px 20px !important;
    font-size:1rem !important;
  }
}


/* ===== 2026-03-25 index/footer/contact additional refinements ===== */
.feature-panel--wide{
  max-width: 1000px;
  margin-left:auto !important;
  margin-right:auto !important;
}
#fareast_us .feature-panel--wide{
  max-width: var(--max);
}
#fareast_us .center_box{
  grid-template-columns:minmax(0, 520px) minmax(0, 1fr);
  gap:32px;
}
#fareast_us a{
  display:block;
  width:100%;
}
#fareast_us .strong_img{
  width:100%;
  height:auto;
  max-height:360px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  border-radius:22px;
  background:#f8f4ee;
  padding:10px;
}
#fareast_us .us_text,
#voice .voice_inner,
.feature-panel--wide .main_text{
  max-width: 62ch;
}
#voice .voice_inner{
  margin-left:auto;
  margin-right:auto;
}
#voice .controls{margin-top:24px}
.sns-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  place-items:center;
  align-content:center;
  gap:18px !important;
}
.sns-grid a{
  width:100% !important;
  max-width:120px;
  aspect-ratio:1/1;
  height:auto !important;
  min-height:96px;
  border-radius:24px !important;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.sns-grid .sns-icon{
  width:58px;
  height:58px;
}
.contact-form-panel{
  max-width:960px;
  margin:0 auto 20px;
}
.contact-form-real{margin-top:24px}
.contact-grid-two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.contact-form-real .field{margin-bottom:18px}
.contact-form-real label{
  display:block;
  margin-bottom:8px;
  font-weight:700;
  color:var(--text);
}
.contact-form-real label span{
  display:inline-flex;
  margin-left:8px;
  padding:2px 8px;
  border-radius:999px;
  font-size:12px;
  background:#edf4ff;
  color:var(--brand);
}
.contact-form-real input,
.contact-form-real textarea{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  font:inherit;
  outline:none;
  box-shadow: inset 0 1px 2px rgba(15,23,42,.03);
}
.contact-form-real input:focus,
.contact-form-real textarea:focus{
  border-color:rgba(31,111,235,.45);
  box-shadow:0 0 0 4px rgba(31,111,235,.12);
}
.contact-form-real textarea{
  min-height:180px;
  resize:vertical;
}
.field--hidden{display:none !important}
.contact-submit-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-top:10px;
}
.contact-submit{
  appearance:none;
  border:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  font-size:16px;
  color:#fff;
  cursor:pointer;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  box-shadow:0 16px 32px rgba(31,111,235,.24);
}
.form-alert{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
}
.form-alert--error{
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#be123c;
}
.form-alert ul{margin:0; padding-left:1.2rem}
.thanks-panel{
  text-align:center;
  padding-block:40px !important;
}
.thanks-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.thanks-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  font-weight:800;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff !important;
  box-shadow:0 16px 32px rgba(31,111,235,.24);
}
.thanks-actions a:last-child{
  background:#fff;
  color:var(--text) !important;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
}
@media (max-width: 900px){
  #fareast_us .center_box{grid-template-columns:1fr}
  .contact-grid-two{grid-template-columns:1fr}
  .sns-grid a{max-width:none; min-height:88px}
  .sns-grid .sns-icon{width:54px; height:54px}
}

/* Latest width alignment overrides */
.modern-card-grid,
.news_inner,.us_inner,.voice_inner,.works_inner,.service_container,.view_container,.contact-simple-form,.local-cta,.question_inner,.payment_container,.price_plan_container,.flow_container,.inner{
  width:min(calc(100% - 40px), var(--max)) !important;
  max-width:var(--max) !important;
  margin:0 auto !important;
}
.modern-card-grid{margin-bottom:40px !important;}
#fareast_us .us_inner,
section > .inner{
  width:min(calc(100% - 40px), var(--max)) !important;
  max-width:var(--max) !important;
}
#fareast_us .center_box{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 1fr);
  gap:28px;
  align-items:center;
}
#fareast_us .center_box > a{display:block; width:100%;}
#fareast_us .strong_img{
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  max-height:420px;
  object-fit:contain !important;
  aspect-ratio:auto !important;
  background:#fff7f2;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
}
#fareast_us .us_text{max-width:none; margin:0;}
@media (max-width: 900px){
  #fareast_us .center_box{grid-template-columns:1fr !important;}
}


/* Voice section refresh */
#voice .voice_inner{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(71,133,255,.12), transparent 30%),
    radial-gradient(circle at left 15%, rgba(19,182,203,.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  border: 1px solid rgba(193, 207, 229, .7);
  box-shadow: 0 26px 70px rgba(31, 62, 108, 0.10);
}
#voice .voice_inner::before,
#voice .voice_inner::after{
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
  opacity: .55;
}
#voice .voice_inner::before{
  width: 180px;
  height: 180px;
  top: -60px;
  right: -30px;
  background: rgba(47,128,237,.12);
}
#voice .voice_inner::after{
  width: 140px;
  height: 140px;
  left: -40px;
  bottom: 60px;
  background: rgba(18,181,203,.10);
}
#voice .sub_ttl{
  margin-bottom: 10px;
}
#voice .carousel-wrapper{
  position: relative;
  max-width: 920px;
  margin: 28px auto 0;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(246,249,253,.92) 100%);
  border: 1px solid rgba(215, 224, 239, .92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 18px 36px rgba(26, 59, 102, 0.08);
}
#voice .carousel{
  display: flex;
  align-items: stretch;
  gap: 0;
  transition: transform .38s ease;
  will-change: transform;
}
#voice .slide{
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#voice .slide img{
  width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}
#voice .voice-card{
  position: relative;
  width: 100%;
  border: 1px solid rgba(220, 228, 241, .95);
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,249,253,.96) 100%);
  border-radius: 26px;
  padding: 20px 22px 22px;
  box-shadow: 0 22px 46px rgba(18, 42, 72, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#voice .voice-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(47,128,237,.22), rgba(18,181,203,.08), rgba(47,128,237,.16));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#voice .voice-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(18, 42, 72, 0.14);
  border-color: rgba(175, 197, 231, .96);
}
#voice .voice-card__image-wrap{
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 390px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f9fbff 0%, #eef3f9 48%, #f9fbff 100%);
  border: 1px solid rgba(217, 227, 239, .95);
  border-radius: 22px;
  overflow: hidden;
}
#voice .voice-card__glow{
  position: absolute;
  inset: auto auto 18% 50%;
  width: min(52vw, 380px);
  height: min(52vw, 380px);
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47,128,237,.14) 0%, rgba(255,255,255,0) 68%);
  z-index: -1;
}
#voice .voice-card__image-wrap img{
  max-height: 350px;
  filter: drop-shadow(0 18px 18px rgba(31, 62, 108, .10));
}
#voice .voice-card__meta{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
#voice .voice-card__age,
#voice .voice-card__gender{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .03em;
}
#voice .voice-card__age{
  background: linear-gradient(135deg, #2463c8 0%, #2f80ed 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(47,128,237,.20);
}
#voice .voice-card__gender{
  background: rgba(236, 243, 252, .96);
  color: #21476b;
  border: 1px solid rgba(206, 221, 243, .95);
}
#voice .voice-card__hint{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .96rem;
  font-weight: 700;
  color: #35557b;
}
#voice .voice-card__hint::after{
  content: "→";
  font-size: .95em;
}
#voice .controls{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top: 28px;
}
#voice .controls button{
  min-width: 170px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .03em;
  background: linear-gradient(135deg, #2f80ed 0%, #12b5cb 100%);
  box-shadow: 0 16px 30px rgba(47, 128, 237, 0.22);
}
#voice .controls button:hover:not(:disabled){
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(47, 128, 237, 0.28);
}
#voice .controls button:disabled{
  opacity: .55;
  background: linear-gradient(135deg, #b6c7e4 0%, #c9dde5 100%);
  color: rgba(255,255,255,.96);
  box-shadow: none;
}
#voice .modal{
  padding: 24px;
  align-items: center;
  justify-content: center;
  background: rgba(7, 16, 36, 0.76);
  backdrop-filter: blur(6px);
}
#voice .modal-content{
  width: auto;
  height: auto;
  max-width: 94vw;
  max-height: 90vh;
  border-radius: 22px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 24px 80px rgba(0,0,0,.4);
}
#voice .close{
  top: 18px;
  right: 24px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px){
  #voice .carousel-wrapper{max-width: 100%; padding: 12px; border-radius: 22px;}
  #voice .voice-card{padding: 14px; border-radius: 20px;}
  #voice .voice-card__image-wrap{min-height: 300px; border-radius: 18px;}
  #voice .voice-card__image-wrap img{max-height: 268px;}
  #voice .voice-card__hint{font-size: .86rem;}
  #voice .controls button{min-width: 136px; min-height: 48px;}
  #voice .modal{padding: 12px;}
  #voice .modal-content{padding: 8px; max-width: 96vw; max-height: 88vh; border-radius: 18px;}
}



@media (max-width: 767px){
  .sms_icons{grid-template-columns:repeat(2,72px); gap:18px 20px; min-height:auto;}
  .sms_icons a{width:72px; height:72px; border-radius:20px;}
  .sns-icon{width:48px; height:48px;}
}


/* Contact form refinement */
.contact-form-panel{
  padding:clamp(24px,4vw,42px) !important;
}
.contact-form-panel .form-header{
  margin-bottom:12px;
}
.contact-form-panel .form-header h1{
  font-size:clamp(2.25rem,4vw,3.35rem);
  line-height:1.1;
  margin:0;
  letter-spacing:.02em;
}
.contact-form-panel .form-header::after{
  content:"";
  display:block;
  width:64px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  margin:22px 0 0;
}
.contact-note, .contact-subnote{
  color:var(--muted);
  text-align:center;
  max-width:900px;
  margin-inline:auto;
}
.contact-note{margin-bottom:8px; font-size:1.05rem;}
.contact-subnote{margin:0 0 18px; font-size:.98rem;}
.contact-form-real input,
.contact-form-real textarea{
  background:#fff;
}
.contact-form-real textarea{
  min-height:200px;
}
.contact-submit-row{
  align-items:center;
}
.contact-submit{
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.contact-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(31,111,235,.28);
  filter:saturate(1.04);
}
.contact-privacy-note{
  margin:0;
  color:var(--muted);
  font-size:.95rem;
}
@media (max-width: 900px){
  .contact-form-panel .form-header::after{margin-top:18px;}
  .contact-note,.contact-subnote{font-size:.95rem;}
  .contact-submit-row{justify-content:flex-start;}
  .contact-submit{width:100%;}
}
