
:root{
  --deep:#06244a;
  --ink:#0b315f;
  --muted:#6d8198;
  --gold:#b98a2f;
  --lav:#f7f3fb;
  --line:#dfe5eb;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1120px,calc(100% - 48px));margin:auto}

/* HEADER */
header{height:76px;background:#fff;border-bottom:1px solid rgba(6,36,74,.08);display:flex;align-items:center;position:relative;z-index:10}
.nav{display:flex;align-items:center;justify-content:space-between}
.nav-logo{width:126px;height:auto}
.navlinks{display:flex;align-items:center;gap:34px;font-family:Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.16em}
.navlinks .contact{border:1px solid var(--deep);border-radius:30px;padding:12px 20px}

/* HOME HERO */
.hero{
  min-height:650px;
  background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.83) 29%,rgba(255,255,255,.18) 54%,rgba(255,255,255,0) 70%),url("home-desktop-bg.png");
  background-size:cover;
  background-position:center center;
}
.hero-inner{min-height:650px;display:flex;align-items:center}
.hero-copy{width:min(650px,62%);padding:46px 0}
.hero-logo{width:280px;margin-bottom:42px}
.hero h1{font-size:clamp(32px,3.15vw,48px);line-height:1.55;font-weight:400;letter-spacing:.025em;margin:0}
.hero h1 span{display:block;white-space:nowrap}
.gold-line{width:54px;height:2px;background:var(--gold);margin:28px 0}
.hero p{font-size:16px;line-height:2;color:#526f8d;letter-spacing:.04em;margin:0 0 28px}
.btn{display:inline-block;border:1px solid var(--deep);padding:17px 30px;font-family:Arial,sans-serif;font-size:11px;letter-spacing:.15em}

/* COMPACT NEXT BRAND */
.next-brand{background:linear-gradient(120deg,#fbf9fd,#f1eafb);border-top:1px solid #eee8f4;border-bottom:1px solid #eee8f4}
.next-brand-link{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:38px 20px;transition:.25s}
.next-brand-link:hover{background:rgba(255,255,255,.28)}
.next-brand-kicker,.next-brand-coming{font-family:Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.28em}
.next-brand-name{font-size:64px;line-height:1;margin:14px 0 8px;color:#b6a2d6}
.next-brand-tag{font-family:Georgia,serif;font-size:15px;letter-spacing:.14em;color:#8d72b5}
.next-brand-coming{margin-top:24px;color:var(--deep)}
.next-brand-coming span{margin-left:8px}

/* GENERIC INNER PAGES */
.page-hero{padding:68px 0 58px;background:#f7f9fb;border-bottom:1px solid var(--line)}
.crumb{font-family:Arial,sans-serif;font-size:10px;letter-spacing:.12em;color:#7890a8;margin-bottom:34px}
.page-hero h1{font-size:58px;font-weight:400;margin:0 0 18px}
.page-hero p{color:#8191a3}
.image-band{height:330px;background-size:cover;background-position:center}
.about-image{background-image:url("about-bg.jpg")}
.company-image{background-image:url("company-bg.jpg")}
.content{padding:76px 0}
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:70px}
.eyebrow{font-family:Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.25em;margin-bottom:28px}
.quote,.title{font-size:36px;line-height:1.65;margin:0 0 24px}
.lead{font-size:15px;line-height:2;color:#647b92}
.box{background:#f7f9fb;padding:44px}
.brand-panel{min-height:520px;background:linear-gradient(rgba(248,244,251,.84),rgba(248,244,251,.84)),url("brand-bg.jpg") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}
.coming{font-family:Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.28em}
.mormee{font-size:76px;color:#b5a1d6;margin:18px 0 4px}
.tag{letter-spacing:.14em;color:#8d72b5}
.info{margin:0}.row{display:grid;grid-template-columns:180px 1fr;padding:22px 0;border-bottom:1px solid var(--line)}dt{font-weight:700}

/* PHILOSOPHY */
.philosophy-shell{background:linear-gradient(rgba(255,253,249,.92),rgba(255,253,249,.92)),url("philosophy-bg.jpg") center/cover fixed;padding:70px 20px}
.philosophy-wrap{max-width:850px;margin:auto}
.philosophy-card{background:rgba(255,255,255,.82);padding:60px 70px;box-shadow:0 18px 50px rgba(20,45,70,.06)}
.philosophy-heading{text-align:center;margin-bottom:30px}
.philosophy-heading .jp{font-size:18px;letter-spacing:.18em}
.philosophy-heading h1{font-size:50px;font-weight:400;margin:10px 0}
.rule{width:56px;height:2px;background:var(--gold);margin:22px auto}
.philo-row{display:grid;grid-template-columns:150px 1fr;gap:34px;padding:36px 0;border-bottom:1px solid rgba(185,138,47,.45)}
.icon-wrap{display:flex;justify-content:center}
.philo-icon{width:105px;height:105px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center}
.philo-icon svg{width:68px;fill:none;stroke:var(--ink);stroke-width:1.8}
.philo-copy .label{font-size:25px;color:var(--gold);letter-spacing:.12em}
.philo-copy .sub{font-size:19px;font-weight:700;margin:10px 0}
.philo-copy p{white-space:pre-line;line-height:1.9;margin:0}
.ripple-mark{text-align:center;padding-top:28px}.ripple-mark svg{width:72px;fill:none;stroke:var(--gold);stroke-width:1.5}

/* FOOTER */
footer{background:var(--deep);color:#fff;padding:24px 0 14px}
.footer{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.footer-brand{display:block}
.footer-logo{width:150px;height:auto}
.footer-links{display:flex;align-items:center;gap:30px;flex-wrap:wrap;font-family:Arial,sans-serif;font-size:10px;letter-spacing:.16em}
.footer-links a{opacity:.92}
.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding-top:12px;margin-top:8px;font-family:Arial,sans-serif;font-size:9px;letter-spacing:.08em;color:rgba(255,255,255,.48)}

@media(max-width:800px){
  .wrap{width:min(100% - 30px,1120px)}
  header{height:auto;padding:14px 0}
  .nav{align-items:flex-start}.nav-logo{width:105px}
  .navlinks{gap:12px;font-size:9px;flex-wrap:wrap;justify-content:flex-end}
  .navlinks .contact{padding:8px 12px}
  .hero,.hero-inner{min-height:620px}
  .hero{background-image:linear-gradient(90deg,rgba(255,255,255,.93),rgba(255,255,255,.50)),url("home-desktop-bg.png");background-position:62% center}
  .hero-copy{width:100%}.hero-logo{width:220px}
  .hero h1{font-size:clamp(27px,7vw,36px);line-height:1.5}
  .hero h1 span{white-space:normal}
  .next-brand-name{font-size:54px}
  .split{grid-template-columns:1fr;gap:30px}
  .philosophy-card{padding:40px 24px}
  .philo-row{grid-template-columns:1fr}.philo-copy{text-align:center}
  .footer{flex-direction:column;justify-content:center;text-align:center;padding:10px 0}
  .footer-links{justify-content:center;gap:18px}
  .footer-logo{width:135px}
}


/* =========================================================
   ABOUT v4 — image and text separated, balanced wide layout
   ========================================================= */

.about-v2{
  background:#fff;
}

.about-intro{
  width:100%;
  min-height:560px;
  display:grid;
  grid-template-columns:35% 65%;
  background:#fff;
}

.about-intro-copy{
  padding:56px 44px 48px clamp(54px,5.6vw,108px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
  background:#fff;
}

.about-label{
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  letter-spacing:.08em;
  margin-bottom:24px;
}

.about-label:after{
  content:"";
  display:block;
  width:122px;
  height:1px;
  background:var(--gold);
  margin-top:8px;
}

.about-intro h1{
  margin:0;
  color:var(--deep);
  font-weight:400;
  font-size:clamp(34px,3vw,48px);
  line-height:1.52;
  letter-spacing:.025em;
}

.about-intro h1 span{
  display:block;
  white-space:nowrap;
}

.about-gold-line{
  width:46px;
  height:2px;
  background:var(--gold);
  margin:26px 0 22px;
}

.about-intro-copy p{
  margin:0 0 18px;
  color:#24496e;
  font-size:14px;
  line-height:1.95;
  letter-spacing:.015em;
}

.about-intro-image{
  min-height:560px;
  background-image:url("about-visual.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

/* VALUES */
.about-values{
  padding:34px 0 54px;
  background:linear-gradient(180deg,#fbfaf9 0%,#fff 100%);
  border-top:1px solid rgba(185,138,47,.12);
}

.about-values-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-bottom:26px;
}

.about-values-title span{
  width:56px;
  height:1px;
  background:rgba(185,138,47,.65);
}

.about-values-title h2{
  margin:0;
  font-weight:400;
  color:var(--deep);
  font-size:24px;
  letter-spacing:.08em;
}

.about-values-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:start;
}

.about-value{
  text-align:center;
  padding:4px 20px 0;
  min-height:210px;
  border-right:1px solid rgba(185,138,47,.22);
}

.about-value:last-child{
  border-right:none;
}

.about-value-icon{
  width:44px;
  height:44px;
  border:1px solid #476b8d;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
}

.about-value-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:#173f68;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.about-value h3{
  margin:0 0 10px;
  color:var(--gold);
  font-size:15px;
  font-weight:400;
  line-height:1.55;
}

.about-value p{
  margin:0 auto;
  color:#395b7a;
  font-size:11.5px;
  line-height:1.85;
  max-width:170px;
}

@media(max-width:1100px){
  .about-intro{
    grid-template-columns:42% 58%;
  }
  .about-intro-copy{
    padding-left:44px;
  }
  .about-intro h1{
    font-size:40px;
  }
}

@media(max-width:850px){
  .about-intro{
    grid-template-columns:1fr;
  }

  .about-intro-copy{
    padding:52px 7vw 42px;
  }

  .about-intro-image{
    min-height:380px;
    background-position:center center;
  }

  .about-values-grid{
    grid-template-columns:repeat(2,1fr);
    gap:26px 0;
  }

  .about-value{
    border-right:none;
    border-bottom:1px solid rgba(185,138,47,.18);
    padding-bottom:26px;
  }

  .about-value:last-child{
    grid-column:1/-1;
    border-bottom:none;
  }
}

@media(max-width:600px){
  .about-intro h1{
    font-size:33px;
  }

  .about-intro h1 span{
    white-space:normal;
  }

  .about-intro-copy p{
    font-size:13px;
  }

  .about-intro-image{
    min-height:280px;
  }

  .about-values-title{
    gap:10px;
  }

  .about-values-title span{
    width:30px;
  }

  .about-values-title h2{
    font-size:19px;
  }

  .about-values-grid{
    grid-template-columns:1fr;
  }

  .about-value:last-child{
    grid-column:auto;
  }
}




/* =========================================================
   PHILOSOPHY v2
   Hero image and all text/icons are separate
   Image file: philosophy-visual.jpg
   ========================================================= */

.navlinks .is-current{
  position:relative;
}
.navlinks .is-current:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-12px;
  width:34px;
  height:1px;
  transform:translateX(-50%);
  background:var(--gold);
}

.philosophy-v2{
  background:#fff;
}

.philosophy-hero{
  min-height:470px;
  position:relative;
  overflow:hidden;
  background:#f9f7f3;
}

.philosophy-hero-image{
  position:absolute;
  inset:0;
  background-image:url("philosophy-visual.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.philosophy-hero-copy{
  position:relative;
  z-index:2;
  min-height:470px;
  width:min(1120px,calc(100% - 48px));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.philosophy-hero h1{
  margin:0;
  color:var(--deep);
  font-family:Arial,sans-serif;
  font-weight:400;
  font-size:clamp(42px,4.4vw,68px);
  letter-spacing:.18em;
}

.philosophy-hero p{
  margin:24px 0 0;
  color:#24496e;
  font-size:17px;
  letter-spacing:.12em;
}

.philosophy-gold-line{
  width:52px;
  height:2px;
  background:var(--gold);
  margin-top:26px;
}

.philosophy-list{
  padding:28px 0 18px;
  background:linear-gradient(180deg,#fff 0%,#fdfcfb 100%);
}

.philosophy-container{
  width:min(880px,calc(100% - 48px));
  margin:0 auto;
}

.philosophy-item{
  min-height:230px;
  display:grid;
  grid-template-columns:150px 86px 1fr;
  align-items:center;
  gap:28px;
  padding:34px 0;
  border-bottom:1px solid rgba(185,138,47,.48);
}

.philosophy-item:last-child{
  border-bottom:none;
}

.philosophy-icon{
  width:126px;
  height:126px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.philosophy-icon svg{
  width:70px;
  height:70px;
  fill:none;
  stroke:var(--deep);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.philosophy-number{
  align-self:start;
  padding-top:12px;
  color:#d9d6d0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:58px;
  font-weight:400;
  line-height:1;
}

.philosophy-copy{
  padding:4px 0;
}

.philosophy-copy h2{
  margin:0;
  color:var(--deep);
  font-family:Arial,sans-serif;
  font-size:24px;
  font-weight:700;
  letter-spacing:.16em;
}

.philosophy-small-line{
  width:38px;
  height:2px;
  background:var(--gold);
  margin:13px 0 22px;
}

.philosophy-copy p{
  margin:0 0 11px;
  color:#24496e;
  font-size:15px;
  line-height:1.9;
  letter-spacing:.025em;
}

.philosophy-copy .philosophy-en{
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  letter-spacing:.04em;
  color:#123a64;
}

.philosophy-closing{
  padding:28px 20px 32px;
  text-align:center;
  background:linear-gradient(90deg,#f5f8fd,#fff8f8,#f7f5ff);
  color:var(--deep);
  font-size:18px;
  letter-spacing:.08em;
}

/* Tablet */
@media(max-width:900px){
  .philosophy-hero,
  .philosophy-hero-copy{
    min-height:400px;
  }

  .philosophy-item{
    grid-template-columns:120px 68px 1fr;
    gap:20px;
  }

  .philosophy-icon{
    width:102px;
    height:102px;
  }

  .philosophy-icon svg{
    width:58px;
    height:58px;
  }

  .philosophy-number{
    font-size:46px;
  }
}

/* Mobile */
@media(max-width:650px){
  .navlinks .is-current:after{
    display:none;
  }

  .philosophy-hero,
  .philosophy-hero-copy{
    min-height:340px;
  }

  .philosophy-hero-image{
    background-position:62% center;
  }

  .philosophy-hero-copy{
    width:calc(100% - 36px);
    justify-content:flex-end;
    padding-bottom:44px;
  }

  .philosophy-hero h1{
    font-size:36px;
    letter-spacing:.12em;
  }

  .philosophy-hero p{
    margin-top:16px;
    font-size:13px;
    letter-spacing:.08em;
  }

  .philosophy-gold-line{
    margin-top:18px;
  }

  .philosophy-container{
    width:calc(100% - 36px);
  }

  .philosophy-item{
    grid-template-columns:72px 1fr;
    grid-template-areas:
      "icon number"
      "copy copy";
    gap:10px 18px;
    padding:30px 0 32px;
  }

  .philosophy-icon{
    grid-area:icon;
    width:68px;
    height:68px;
  }

  .philosophy-icon svg{
    width:39px;
    height:39px;
  }

  .philosophy-number{
    grid-area:number;
    align-self:center;
    padding:0;
    font-size:40px;
  }

  .philosophy-copy{
    grid-area:copy;
    padding-top:10px;
  }

  .philosophy-copy h2{
    font-size:20px;
  }

  .philosophy-small-line{
    margin:10px 0 16px;
  }

  .philosophy-copy p{
    font-size:14px;
    line-height:1.85;
  }

  .philosophy-copy .philosophy-en{
    font-size:16px;
  }

  .philosophy-closing{
    font-size:14px;
    line-height:1.8;
    padding:24px 28px;
  }
}


/* =========================================================
   FINAL HOME BACKGROUND RULES
   Desktop/tablet: home-desktop-bg.png
   Mobile: home-mobile-bg.png
   ========================================================= */
.hero{
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.88) 0%,
      rgba(255,255,255,.68) 26%,
      rgba(255,255,255,.18) 50%,
      rgba(255,255,255,0) 68%
    ),
    url("home-desktop-bg.png") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

@media (max-width:768px){
  .hero{
    background-image:url("home-mobile-bg.png") !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }
}


/* =========================================================
   BRAND / mormee v1
   Image, logo and text are separate
   ========================================================= */

.brand-page{
  background:#fff;
}

.brand-mormee{
  min-height:760px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,#fbf9fc 0%,#f6f0fa 52%,#f9f5fb 100%);
}

.brand-mormee-visual{
  position:absolute;
  inset:0;
  background-image:url("brand-visual.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.brand-mormee:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(250,248,252,.98) 0%,
    rgba(250,248,252,.94) 30%,
    rgba(250,248,252,.58) 49%,
    rgba(250,248,252,.06) 72%);
  pointer-events:none;
}

.brand-mormee-copy{
  position:relative;
  z-index:2;
  width:min(560px,44vw);
  margin-left:max(64px,8vw);
  text-align:center;
  color:#9f88bb;
}

.mormee-logo{
  width:min(390px,100%);
  height:auto;
  display:block;
  margin:0 auto 12px;
}

.mormee-tagline{
  margin:0;
  font-family:Arial,sans-serif;
  font-size:18px;
  letter-spacing:.16em;
  color:#8f75ad;
}

.brand-gold-line{
  width:46px;
  height:2px;
  background:var(--gold);
  margin:34px auto 32px;
}

.brand-mormee h1{
  margin:0;
  font-weight:400;
  font-size:clamp(30px,3vw,46px);
  line-height:1.55;
  letter-spacing:.06em;
  color:#9a82b7;
}

.mormee-category{
  margin:24px 0 0;
  font-size:18px;
  letter-spacing:.18em;
  color:#977caf;
}

.mormee-coming{
  margin:56px 0 0;
  font-family:Arial,sans-serif;
  font-size:24px;
  letter-spacing:.32em;
  color:#9176ac;
}

@media(max-width:900px){
  .brand-mormee{
    min-height:720px;
  }
  .brand-mormee-copy{
    width:min(520px,52vw);
    margin-left:5vw;
  }
  .mormee-logo{
    width:min(330px,100%);
  }
}

@media(max-width:650px){
  .brand-mormee{
    min-height:760px;
    align-items:flex-start;
    padding-top:80px;
  }

  .brand-mormee-visual{
    background-position:68% center;
  }

  .brand-mormee:after{
    background:linear-gradient(180deg,
      rgba(250,248,252,.97) 0%,
      rgba(250,248,252,.88) 48%,
      rgba(250,248,252,.28) 72%,
      rgba(250,248,252,.04) 100%);
  }

  .brand-mormee-copy{
    width:calc(100% - 40px);
    margin:0 auto;
  }

  .mormee-logo{
    width:265px;
  }

  .mormee-tagline{
    font-size:14px;
  }

  .brand-mormee h1{
    font-size:31px;
  }

  .mormee-category{
    font-size:15px;
  }

  .mormee-coming{
    font-size:19px;
    margin-top:42px;
  }
}
/* ===== BRAND 採用画像用：既存 style.css の一番最後に追加 ===== */

.navlinks .is-current{
  position:relative;
}

.navlinks .is-current::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-12px;
  width:34px;
  height:1px;
  background:var(--gold);
  transform:translateX(-50%);
}

.brand-approved-hero{
  width:100%;
  overflow:hidden;
  background:#f8f5fa;
}

.brand-approved-hero img{
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:700px){
  .navlinks .is-current::after{
    display:none;
  }

  .brand-approved-hero{
    overflow:hidden;
  }

  .brand-approved-hero img{
    width:100%;
    height:auto;
  }
}

/* ===== COMPANY PAGE：現在の正常な style.css の一番最後に追加 ===== */
.navlinks .is-current{position:relative}
.navlinks .is-current::after{content:"";position:absolute;left:50%;bottom:-12px;width:34px;height:1px;background:var(--gold);transform:translateX(-50%)}

.company-page{background:#fff}
.company-hero{min-height:355px;display:flex;align-items:center;background:linear-gradient(110deg,#f7f4ef 0%,#fff 56%,#f0eee8 100%);position:relative;overflow:hidden}
.company-hero:after{content:"";position:absolute;right:-3%;top:-20%;width:38%;height:150%;background:radial-gradient(ellipse at center,rgba(120,145,100,.15),transparent 65%);transform:rotate(-14deg)}
.company-hero-inner{position:relative;z-index:1;width:100%}
.company-kicker{font-family:Georgia,serif;font-size:48px;letter-spacing:.06em;color:var(--deep);margin:0 0 8px}
.company-hero h1{font-size:21px;font-weight:400;letter-spacing:.24em;margin:0;color:var(--deep)}
.company-gold-line{width:34px;height:1px;background:var(--gold);margin-top:28px}
.company-profile{padding:64px 0 72px}
.company-profile-inner{max-width:900px}
.company-lead{text-align:center;font-size:19px;letter-spacing:.06em;line-height:2;margin:0 0 48px;color:var(--deep)}
.company-table{margin:0;background:#fff;border:1px solid #eee9e2;border-radius:10px;padding:18px 30px;box-shadow:0 10px 30px rgba(6,36,74,.06)}
.company-table>div{display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid #e4e5e8;min-height:78px;align-items:center}
.company-table>div:last-child{border-bottom:0}
.company-table dt{font-size:15px;letter-spacing:.08em;padding-left:20px;color:var(--deep)}
.company-table dd{margin:0;padding:0 30px;border-left:1px solid #e4e5e8;font-size:17px;letter-spacing:.04em;line-height:1.7}
.company-table a{color:inherit}
.company-closing{text-align:center;padding:48px 20px 52px;background:linear-gradient(120deg,#faf8f4,#fff,#f4f1eb);color:var(--deep)}
.company-closing p{font-size:17px;line-height:2;letter-spacing:.07em;margin:0}
.company-closing .company-gold-line{margin:28px auto 0}

@media(max-width:700px){
 .navlinks .is-current::after{display:none}
 .company-hero{min-height:260px}
 .company-kicker{font-size:38px}
 .company-hero h1{font-size:17px}
 .company-profile{padding:44px 0 50px}
 .company-lead{font-size:15px;text-align:left;margin-bottom:30px}
 .company-table{padding:8px 18px}
 .company-table>div{grid-template-columns:105px 1fr;min-height:68px}
 .company-table dt{font-size:13px;padding-left:0}
 .company-table dd{font-size:14px;padding-left:18px;padding-right:0;word-break:break-word}
 .company-closing p{font-size:14px}
}

/* =========================================================
   COMPANY v2 SAFE
   現在の正常な style.css の一番最後に追加
   ========================================================= */

.company-v2{background:#fff;color:var(--deep)}
.company-v2-hero{position:relative;min-height:420px;overflow:hidden;background:#f9f7f3}
.company-v2-hero-bg{
  position:absolute;inset:0;
  background-image:url("company-visual.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.company-v2-hero-inner{
  position:relative;z-index:2;
  width:min(1120px,calc(100% - 48px));
  min-height:420px;margin:0 auto;
  display:flex;align-items:center;
}
.company-v2-hero-copy{width:48%;text-align:left}
.company-v2-en{
  margin:0;color:var(--deep);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(44px,5vw,66px);
  line-height:1;letter-spacing:.05em;
}
.company-v2-hero h1{
  margin:18px 0 0;color:var(--deep);
  font-size:20px;font-weight:400;letter-spacing:.28em;
}
.company-v2-gold-line{width:44px;height:1px;margin-top:28px;background:var(--gold)}

.company-v2-profile{padding:70px 0 78px;background:#fff}
.company-v2-container{width:min(900px,calc(100% - 48px));margin:0 auto}
.company-v2-lead{
  margin:0 0 48px;text-align:center;color:var(--deep);
  font-size:18px;line-height:2;letter-spacing:.06em;
}
.company-v2-table{
  margin:0;padding:20px 30px;border:1px solid #ece8e2;border-radius:10px;
  background:#fff;box-shadow:0 12px 34px rgba(6,36,74,.06);
}
.company-v2-table>div{
  display:grid;grid-template-columns:180px 1fr;min-height:78px;
  align-items:center;border-bottom:1px solid #e4e5e8;
}
.company-v2-table>div:last-child{border-bottom:none}
.company-v2-table dt{
  margin:0;padding-left:16px;color:var(--deep);
  font-size:15px;font-weight:500;letter-spacing:.08em;
}
.company-v2-table dd{
  margin:0;padding:0 28px;border-left:1px solid #e4e5e8;
  color:var(--deep);font-size:17px;line-height:1.8;letter-spacing:.04em;
}
.company-v2-table a{color:inherit;text-decoration:none}
.company-v2-closing{
  padding:54px 20px 58px;text-align:center;
  background:linear-gradient(120deg,#faf8f4 0%,#fff 55%,#f4f1eb 100%);
}
.company-v2-closing p{
  margin:0;color:var(--deep);font-size:17px;line-height:2;letter-spacing:.07em;
}
.company-v2-closing .company-v2-gold-line{margin:28px auto 0}

@media(max-width:700px){
  .company-v2-hero{min-height:300px}
  .company-v2-hero-bg{background-position:65% center}
  .company-v2-hero-inner{min-height:300px;width:calc(100% - 36px)}
  .company-v2-hero-copy{width:60%}
  .company-v2-en{font-size:39px}
  .company-v2-hero h1{margin-top:14px;font-size:15px;letter-spacing:.22em}
  .company-v2-profile{padding:46px 0 52px}
  .company-v2-container{width:calc(100% - 36px)}
  .company-v2-lead{margin-bottom:30px;text-align:left;font-size:14px;line-height:1.9}
  .company-v2-table{padding:8px 18px}
  .company-v2-table>div{grid-template-columns:104px 1fr;min-height:68px}
  .company-v2-table dt{padding-left:0;font-size:13px}
  .company-v2-table dd{padding:0 0 0 16px;font-size:14px;word-break:break-word}
  .company-v2-closing{padding:40px 26px 44px}
  .company-v2-closing p{font-size:14px;line-height:1.9}
}

.contact-page{background:#fff;color:var(--deep)}.contact-title{background:linear-gradient(120deg,#f8f6f1 0%,#fff 58%,#f4f1f7 100%);padding:88px 0 78px}.contact-title-inner{text-align:center}.contact-kicker{margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:46px;letter-spacing:.09em}.contact-title h1{margin:0;font-size:18px;font-weight:400;letter-spacing:.25em}.contact-gold-line{width:38px;height:1px;background:var(--gold);margin:28px auto}.contact-intro{font-size:15px;line-height:2;letter-spacing:.08em;color:#526f8d}.contact-form-section{padding:72px 0 90px}.contact-form-wrap{max-width:820px}.umi-contact-form{border-top:1px solid #e3e4e7}.contact-field{display:grid;grid-template-columns:210px 1fr;gap:28px;padding:26px 0;border-bottom:1px solid #e3e4e7}.contact-field label{padding-top:13px;font-size:14px;font-weight:600}.contact-field label span{margin-left:8px;padding:2px 7px;border:1px solid #b98a2f;color:#9b762c;font-size:9px}.contact-field label small{margin-left:8px;color:#8b96a3}.contact-field input,.contact-field select,.contact-field textarea{width:100%;border:1px solid #d9dce1;background:#fff;color:var(--deep);font:inherit;font-size:15px;padding:13px 15px}.contact-field textarea{resize:vertical;min-height:180px}.contact-submit{text-align:center;padding-top:46px}.contact-submit button{min-width:230px;padding:17px 32px;border:1px solid var(--deep);background:#fff;color:var(--deep);font-size:12px;font-weight:700;letter-spacing:.2em;cursor:pointer}.contact-submit button:hover{background:var(--deep);color:#fff}.contact-note{margin:28px 0 0;text-align:center;color:#78899a;font-size:12px}@media(max-width:700px){.contact-title{padding:58px 0 52px}.contact-kicker{font-size:36px}.contact-intro{font-size:13px;text-align:left}.pc-only{display:none}.contact-form-section{padding:44px 0 60px}.contact-field{display:block;padding:20px 0}.contact-field label{display:block;padding:0 0 10px}.contact-field input,.contact-field select,.contact-field textarea{font-size:16px}.contact-submit button{width:100%}}
