/* OA_RECRUIT_CLEAN_FINAL_20260721 */

/* OA_RECRUIT_COMPLETE_ALIGNMENT_WRAP_REVIEW_20260719 */
:root{
  --glos-ink:#20201f;
  --glos-muted:#696763;
  --glos-orange:#ef7b16;
  --glos-orange2:#ff9f2f;
  --glos-navy:#181b22;
  --glos-blue:#232a39;
  --glos-paper:#fff;
  --glos-warm:#fff8f1;
  --glos-line:rgba(32,32,31,.13);
  --glos-shadow:0 22px 70px rgba(42,26,12,.12);
  --glos-max:1120px;
  --glos-sans:"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",YuGothic,Meiryo,system-ui,sans-serif;
}
*{box-sizing:border-box}
html,
body{
  width:100%;
  min-width:100%;
  margin:0;
  padding:0;
  overflow-x:hidden;
}
body{background:#fff}
.glos-lp{position:relative;width:100%;max-width:100%;color:var(--glos-ink);background:#fff;font-family:var(--glos-sans);line-height:1.8;overflow:hidden}
.glos-lp a{color:inherit;text-decoration:none}
.glos-lp img{display:block;max-width:100%}
.glos-lp h1,.glos-lp h2,.glos-lp h3,.glos-lp p{margin-top:0}
.glos-lp h1,.glos-lp h2,.glos-lp h3,.glos-voice-card blockquote{line-break:strict;overflow-wrap:anywhere}
@supports (word-break:auto-phrase){.glos-lp h1,.glos-lp h2,.glos-lp h3,.glos-voice-card blockquote{word-break:auto-phrase}}
.glos-container{width:min(var(--glos-max),calc(100% - 48px));margin-inline:auto}
.glos-narrow{max-width:820px}
.glos-section{padding:clamp(88px,10vw,142px) 0}
.glos-section-head{max-width:850px;margin:0 auto 42px;text-align:center}
.glos-section-head h2,.glos-intro h2,.glos-honesty h2,.glos-learn h2,.glos-philosophy h2{margin-bottom:22px;font-size:clamp(32px,5vw,58px);line-height:1.25;letter-spacing:-.035em}
.glos-section-head>p:last-child,.glos-large-copy{color:var(--glos-muted);font-size:clamp(16px,2vw,20px);font-weight:600}
.glos-section-head>p:last-child{max-width:760px;margin-left:auto;margin-right:auto}
.glos-kicker{display:block;margin-bottom:15px;color:var(--glos-orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.glos-btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;font-weight:900;line-height:1.2;transition:.25s ease}
.glos-btn:hover{transform:translateY(-2px)}
.glos-btn-primary{color:#fff!important;background:linear-gradient(135deg,var(--glos-orange),var(--glos-orange2));box-shadow:0 15px 32px rgba(239,123,22,.24)}
.glos-btn-ghost{background:rgba(255,255,255,.75);border:1px solid var(--glos-line)}
.glos-progress{position:fixed;inset:0 0 auto;z-index:100005;height:3px;background:rgba(255,255,255,.6)}
.glos-progress-bar{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--glos-orange),var(--glos-orange2))}
.glos-header{position:fixed;top:14px;left:50%;z-index:100000;width:min(var(--glos-max),calc(100% - 30px));min-height:66px;display:flex;align-items:center;gap:16px;padding:9px 11px 9px 14px;background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 38px rgba(0,0,0,.09);backdrop-filter:blur(16px);transform:translateX(-50%);transition:.25s ease}
.glos-header.is-scrolled{top:7px}
.glos-brand{display:flex;align-items:center;gap:12px;min-width:245px}
.glos-brand-logo{width:120px;max-height:40px;object-fit:contain}
.glos-brand-copy{display:grid;line-height:1.15}
.glos-brand-copy strong{font-size:13px}
.glos-brand-copy small{color:var(--glos-muted);font-size:10px}
.glos-nav{display:flex;align-items:center;gap:4px;margin-left:auto;font-size:13px;font-weight:800}
.glos-nav a{padding:9px 11px;border-radius:999px}
.glos-nav a:hover{background:var(--glos-warm)}
.glos-header-cta{display:inline-flex;min-height:43px;align-items:center;padding:10px 17px;color:#fff!important;background:linear-gradient(135deg,var(--glos-orange),var(--glos-orange2));font-size:12px;font-weight:900;letter-spacing:.08em}
.glos-hero{position:relative;min-height:100svh;display:grid;align-items:center;padding:118px 0 72px;background:radial-gradient(circle at 10% 0,rgba(239,123,22,.14),transparent 30rem),linear-gradient(180deg,#fff 0,#fff9f2 100%);overflow:hidden}
.glos-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 82%)}
.glos-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,510px);align-items:center;gap:clamp(42px,7vw,90px)}
@media (min-width:901px){
  .glos-hero-copy{max-width:620px;justify-self:center;text-align:center}
  .glos-hero-lead{margin-left:auto;margin-right:auto}
  .glos-actions{justify-content:center}
  .glos-intro .glos-narrow{text-align:center}
}
.glos-hero h1{margin-bottom:24px;font-size:clamp(44px,6.5vw,78px);line-height:1.1;letter-spacing:-.055em}
.glos-hero-sub{margin-bottom:18px;color:var(--glos-orange);font-size:clamp(20px,2.4vw,29px);font-weight:900;line-height:1.5}
.glos-hero-lead{max-width:610px;color:var(--glos-muted);font-weight:600}
.glos-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.glos-hero-visual{position:relative;min-height:590px}
.glos-hero-photo{position:absolute;margin:0;overflow:hidden;box-shadow:var(--glos-shadow)}
.glos-hero-photo img{width:100%;height:100%;object-fit:cover}
.glos-hero-photo-main{inset:0 70px 70px 0}
.glos-hero-photo-main img{object-position:56% center}
.glos-hero-photo-sub{right:0;bottom:0;width:240px;height:180px;border:8px solid #fff}
.glos-hero-tag{position:absolute;left:28px;bottom:22px;max-width:300px;padding:20px 22px;color:#fff;background:linear-gradient(135deg,#1a1d24,#713a16);box-shadow:var(--glos-shadow)}
.glos-hero-tag small,.glos-hero-tag strong{display:block}
.glos-hero-tag small{margin-bottom:7px;color:#ffb15f;font-size:10px;font-weight:900;letter-spacing:.15em}
.glos-hero-tag strong{font-size:19px}
.glos-scroll{position:absolute;bottom:20px;left:50%;display:grid;place-items:center;gap:5px;color:var(--glos-muted);font-size:9px;font-weight:900;letter-spacing:.14em;transform:translateX(-50%)}
.glos-scroll span{display:block;width:1px;height:30px;background:var(--glos-orange)}
.glos-intro{background:#fff}
.glos-large-copy{line-height:2}
.glos-customers{padding-top:40px;background:#fff}
.glos-customer-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.glos-chip{display:grid;min-height:90px;place-items:center;padding:18px;background:var(--glos-warm);border:1px solid rgba(239,123,22,.18);font-weight:900}
.glos-products{background:linear-gradient(180deg,#fff 0,#fff8ef 100%)}
.glos-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.glos-product-card{display:grid;grid-template-columns:42% 1fr;min-height:300px;background:#fff;border:1px solid var(--glos-line);box-shadow:0 18px 50px rgba(54,33,16,.07);overflow:hidden}
.glos-product-card figure{margin:0;min-height:100%}
.glos-product-card figure img{width:100%;height:100%;object-fit:cover}
.glos-product-card>div{padding:30px}
.glos-product-card span{color:var(--glos-orange);font-size:11px;font-weight:900;letter-spacing:.13em}
.glos-product-card h3{margin:11px 0;font-size:22px;line-height:1.4}
.glos-product-card p{margin-bottom:0;color:var(--glos-muted);font-weight:600}
.glos-product-card-next{color:#fff;background:linear-gradient(135deg,#1b1e25,#693717)}
.glos-product-card-next p{color:rgba(255,255,255,.76)}
.glos-sales-value{background:#fff}
.glos-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(42px,8vw,100px);align-items:start}
.glos-split h2{font-size:clamp(32px,4.6vw,56px);line-height:1.3}
.glos-split p{color:var(--glos-muted);font-weight:600}
.glos-step-list,.glos-career-list{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--glos-line)}
.glos-step-list li{display:grid;grid-template-columns:56px 1fr;gap:2px 20px;padding:24px 0;border-bottom:1px solid var(--glos-line)}
.glos-step-list span,.glos-career-list span{grid-row:1/3;color:var(--glos-orange);font-size:11px;font-weight:900}
.glos-step-list strong{font-size:20px}
.glos-step-list small{color:var(--glos-muted)}
.glos-photo-message{position:relative;min-height:70svh;display:grid;place-items:center;overflow:hidden}
.glos-photo-message>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.55)}
.glos-photo-message-copy{position:relative;z-index:1;width:min(900px,calc(100% - 44px));text-align:center}
.glos-photo-message-copy p{margin:0;color:#fff;font-size:clamp(34px,6vw,68px);font-weight:900;line-height:1.35;letter-spacing:-.04em}
.glos-future{position:relative;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(239,123,22,.35),transparent 28rem),linear-gradient(135deg,#171a21 0,#252b39 65%,#523018 100%);overflow:hidden}
.glos-future-orb{position:absolute;width:520px;height:520px;right:-240px;bottom:-220px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}
.glos-section-head-light>p:last-child{color:rgba(255,255,255,.7)}
.glos-future-problems{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:100px}
.glos-dark-card{padding:28px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}
.glos-dark-card span{color:#ffb366;font-size:11px;font-weight:900}
.glos-dark-card h3{margin:12px 0 0;font-size:20px}
.glos-bridge{position:relative;max-width:980px;padding:clamp(30px,5vw,60px);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15)}
.glos-bridge h2{font-size:clamp(34px,5vw,60px);line-height:1.25}
.glos-bridge>p:last-child{max-width:780px;margin:30px 0 0;color:rgba(255,255,255,.72);font-weight:600}
.glos-bridge-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:14px;margin:38px 0}
.glos-bridge-flow div{padding:22px 14px;text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.glos-bridge-flow .is-center{background:linear-gradient(135deg,var(--glos-orange),var(--glos-orange2))}
.glos-bridge-flow small,.glos-bridge-flow strong{display:block}
.glos-bridge-flow small{margin-bottom:5px;font-size:9px;font-weight:900;letter-spacing:.12em}
.glos-honesty{text-align:center;background:#fff}
.glos-emphasis{margin:32px auto 0;padding:22px 24px;color:#8c4310;background:var(--glos-warm);border-left:4px solid var(--glos-orange);font-size:clamp(16px,2vw,21px);font-weight:900}
.glos-ai-work{background:linear-gradient(180deg,#fff8ef,#fff)}
.glos-ai-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.glos-ai-card{padding:28px 22px;background:#fff;border:1px solid var(--glos-line);box-shadow:0 16px 42px rgba(54,33,16,.07)}
.glos-ai-card span{color:var(--glos-orange);font-size:10px;font-weight:900;letter-spacing:.13em}
.glos-ai-card h3{margin:10px 0;font-size:21px}
.glos-ai-card p{margin:0;color:var(--glos-muted);font-weight:600}
.glos-center-note{text-align:center;margin:36px 0 0;font-size:clamp(21px,3vw,32px);font-weight:900}
.glos-learn{background:#fff}
.glos-learn-message{max-width:820px;margin:0 auto 48px;text-align:center}
.glos-learn-message>p:last-child{color:var(--glos-muted);font-size:18px;font-weight:600}
.glos-training-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.glos-training{padding:28px 22px;background:var(--glos-warm);border:1px solid rgba(239,123,22,.18)}
.glos-training span{color:var(--glos-orange);font-size:11px;font-weight:900}
.glos-training h3{margin:11px 0;font-size:20px}
.glos-training p{margin:0;color:var(--glos-muted);font-weight:600}
.glos-career{background:#f5f3f0}
.glos-career-list li{position:relative;display:grid;grid-template-columns:88px 1fr;align-items:center;min-height:76px;padding:15px 0;border-bottom:1px solid var(--glos-line)}
.glos-career-list strong{font-size:18px}
.glos-day{background:#fff}
.glos-day-list{max-width:860px;margin:0 auto}
.glos-day-item{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:25px 0;border-bottom:1px solid var(--glos-line)}
.glos-day-item time{color:var(--glos-orange);font-size:20px;font-weight:900}
.glos-day-item strong{font-size:19px}
.glos-day-item p{margin:4px 0 0;color:var(--glos-muted)}
.glos-caption{max-width:860px;margin:18px auto 0;color:var(--glos-muted);font-size:12px}
.glos-person{background:var(--glos-warm)}
.glos-person-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.glos-person-item{position:relative;padding:24px 24px 24px 60px;background:#fff;border:1px solid rgba(239,123,22,.18);font-size:18px;font-weight:900}
.glos-person-item::before{content:"✓";position:absolute;left:24px;color:var(--glos-orange)}
.glos-reality{color:#fff;background:linear-gradient(135deg,#1b1e25,#4d2c17)}
.glos-reality .glos-kicker{color:#ffb366}
.glos-reality-copy p{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.75)}
.glos-reality-copy strong{display:block;margin-top:28px;color:#ffb366;font-size:21px}
.glos-voice{background:#fff}
.glos-voice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.glos-voice-card{padding:clamp(28px,4vw,46px);background:linear-gradient(180deg,#fff,#fff8ef);border:1px solid rgba(239,123,22,.18);box-shadow:0 18px 52px rgba(54,33,16,.08)}
.glos-voice-meta{display:flex;justify-content:space-between;gap:16px;margin-bottom:28px}
.glos-voice-meta span{color:var(--glos-orange);font-size:11px;font-weight:900;letter-spacing:.12em}
.glos-voice-meta small{color:var(--glos-muted);font-weight:700}
.glos-voice-card blockquote{margin:0;color:#8c4310;font-size:clamp(22px,2.5vw,29px);font-weight:900;line-height:1.6}
.glos-voice-card>p{margin:24px 0 0;color:var(--glos-muted);font-weight:600}
.glos-philosophy{text-align:center;color:#fff;background:radial-gradient(circle at 80% 0,rgba(239,123,22,.35),transparent 25rem),linear-gradient(135deg,#181b22,#543019)}
.glos-philosophy p{color:rgba(255,255,255,.72);font-size:18px;font-weight:600}
.glos-connect-words{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:34px}
.glos-connect-words span{padding:10px 17px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-weight:900}
.glos-roadmap{background:#f5f3f0}
.glos-roadmap-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px}
.glos-roadmap-flow article{min-height:220px;padding:30px;background:#fff;border:1px solid var(--glos-line)}
.glos-roadmap-flow span{color:var(--glos-orange);font-size:11px;font-weight:900;letter-spacing:.12em}
.glos-roadmap-flow h3{margin:15px 0;font-size:22px}
.glos-roadmap-flow p{margin:0;color:var(--glos-muted);font-weight:600}
.glos-roadmap-flow i{color:var(--glos-orange);font-size:28px;font-style:normal}
.glos-entry{color:#fff;background:linear-gradient(135deg,#171a21 0,#512f19 66%,#a34f14 100%)}
.glos-entry-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.glos-entry-copy h2{font-size:clamp(42px,6vw,72px);line-height:1.15}
.glos-entry-copy>p{max-width:650px;color:rgba(255,255,255,.74);font-weight:600}
.glos-entry-btn{margin-top:25px}
.glos-entry-question{padding:40px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}
.glos-entry-question small{color:#ffb366;font-size:10px;font-weight:900;letter-spacing:.15em}
.glos-entry-question p{margin:16px 0 0;font-size:clamp(25px,3.6vw,42px);font-weight:900;line-height:1.5}
.glos-faq{background:#fff}
.glos-faq-list{display:grid;gap:12px}
.glos-faq-item{background:var(--glos-warm);border:1px solid rgba(239,123,22,.18)}
.glos-faq-item summary{position:relative;padding:22px 58px 22px 22px;font-weight:900;cursor:pointer;list-style:none}
.glos-faq-item summary::-webkit-details-marker{display:none}
.glos-faq-item summary::after{content:"＋";position:absolute;right:22px;top:50%;color:var(--glos-orange);font-size:24px;transform:translateY(-50%)}
.glos-faq-item[open] summary::after{content:"−"}
.glos-faq-item p{margin:0;padding:0 22px 22px;color:var(--glos-muted);font-weight:600}
.glos-footer{padding:48px 0 110px;text-align:center;background:#f2efeb}
.glos-footer img{width:145px;margin:0 auto 12px}
.glos-footer p{margin-bottom:6px;color:var(--glos-muted);font-size:12px;font-weight:800}
.glos-footer small{color:var(--glos-muted)}
.glos-mobile-cta{display:none}
.glos-js-ready .glos-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.glos-js-ready .glos-reveal.is-visible{opacity:1;transform:none}
.glos-sp,.glos-xs-break{display:none}

@media (max-width:900px){
  .glos-nav{display:none}
  .glos-hero-inner,.glos-split,.glos-entry-inner{grid-template-columns:1fr}
  .glos-hero-copy{padding-top:18px}
  .glos-hero-visual{min-height:520px}
  .glos-customer-grid{grid-template-columns:repeat(3,1fr)}
  .glos-product-grid{grid-template-columns:1fr}
  .glos-training-grid,.glos-ai-flow{grid-template-columns:repeat(2,1fr)}
  .glos-future-problems{grid-template-columns:1fr}
  .glos-voice-grid{grid-template-columns:1fr}
  .glos-roadmap-flow{grid-template-columns:1fr}
  .glos-roadmap-flow i{transform:rotate(90deg);text-align:center}
}
@media (max-width:760px){
  .glos-container{width:calc(100% - 36px)}
  .glos-section{padding:78px 0}
  .glos-sp{display:block}
  .glos-header{top:7px;width:calc(100% - 14px);min-height:58px;padding:7px 8px 7px 10px}
  .glos-brand{min-width:0;flex:1;gap:8px}
  .glos-brand-logo{width:88px;max-height:31px}
  .glos-brand-copy strong{font-size:10px}
  .glos-brand-copy small{display:none}
  .glos-header-cta{min-height:38px;padding:9px 12px;font-size:10px}
  .glos-hero{min-height:auto;padding:102px 0 76px}
  .glos-hero-inner{gap:34px}
  .glos-hero h1{font-size:clamp(35px,10vw,44px);line-height:1.18;letter-spacing:-.04em}
  .glos-hero-sub{font-size:20px}
  .glos-actions{display:grid}
  .glos-btn{width:100%}
  .glos-hero-visual{min-height:420px}
  .glos-hero-photo-main{inset:0 34px 58px 0}
  .glos-hero-photo-main img{object-position:58% center}
  .glos-hero-photo-sub{width:155px;height:120px;border-width:5px}
  .glos-hero-tag{left:14px;bottom:18px;max-width:250px;padding:15px 17px}
  .glos-hero-tag strong{font-size:15px}
  .glos-scroll{display:none}
  .glos-section-head{max-width:none;margin:0 0 30px;text-align:left}
  .glos-section-head>p:last-child{margin-left:0;margin-right:0}
  .glos-section-head h2,.glos-intro h2,.glos-honesty h2,.glos-learn h2,.glos-philosophy h2{font-size:clamp(28px,7.7vw,36px);line-height:1.38;letter-spacing:-.025em}
  .glos-intro .glos-narrow{text-align:left}
  .glos-voice-card blockquote{font-size:clamp(20px,5.8vw,25px);line-height:1.55}
  .glos-customer-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .glos-chip{min-height:72px;padding:12px;font-size:14px}
  .glos-product-card{display:block;min-height:0}
  .glos-product-card figure{height:210px}
  .glos-product-card>div{padding:24px 20px}
  .glos-photo-message{min-height:62svh}
  .glos-photo-message-copy p{font-size:clamp(30px,9vw,43px)}
  .glos-future-problems{margin-bottom:68px}
  .glos-bridge{padding:28px 18px}
  .glos-bridge-flow{grid-template-columns:1fr}
  .glos-bridge-flow>span{transform:rotate(90deg)}
  .glos-ai-flow,.glos-training-grid{grid-template-columns:1fr}
  .glos-person-grid{grid-template-columns:1fr}
  .glos-day-item{grid-template-columns:78px 1fr;gap:12px}
  .glos-day-item time{font-size:17px}
  .glos-voice-meta{display:grid;gap:4px}
  .glos-roadmap-flow article{min-height:0}
  .glos-entry-inner{gap:34px}
  .glos-entry-question{padding:28px 22px}
  .glos-footer{padding-bottom:100px}
  .glos-mobile-cta{display:none!important}
  .glos-mobile-cta a{display:grid;min-height:46px;place-items:center;font-size:12px;font-weight:900}
  .glos-mobile-cta a:first-child{background:#f3f0ec}
  .glos-mobile-cta a:last-child{color:#fff;background:linear-gradient(135deg,var(--glos-orange),var(--glos-orange2))}
  .glos-js-ready .glos-reveal{opacity:1;transform:none}
}

@media (max-width:360px){
  .glos-xs-break{display:inline}
  .glos-hero h1{font-size:34px}
  .glos-section-head h2,.glos-intro h2,.glos-honesty h2,.glos-learn h2,.glos-philosophy h2{font-size:27px}
}
@media (prefers-reduced-motion:reduce){
  .glos-js-ready .glos-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .glos-btn{transition:none}
}


/* Existing employee questionnaire voices */
.glos-voice-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
.glos-voice-grid-four .glos-voice-card{display:flex;flex-direction:column}
.glos-voice-points{display:grid;gap:0;margin:28px 0 0;padding:0;border-top:1px solid rgba(239,123,22,.2)}
.glos-voice-points>div{padding:18px 0;border-bottom:1px solid rgba(239,123,22,.2)}
.glos-voice-points dt{margin-bottom:5px;color:var(--glos-orange);font-size:12px;font-weight:900}
.glos-voice-points dd{margin:0;color:var(--glos-muted);font-size:14px;font-weight:700;line-height:1.8}
@media(max-width:900px){.glos-voice-grid-four{grid-template-columns:1fr}}



/* =========================================================
   Solutions image-only layout / Director message
   Revision 2026-07-21
========================================================= */
.glos-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.glos-product-grid-images{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.glos-product-visual{
  position:relative;
  aspect-ratio:16 / 9;
  margin:0;
  overflow:hidden;
  background:#170f0a;
  border:1px solid rgba(32,32,31,.14);
  box-shadow:0 18px 52px rgba(54,33,16,.1);
  isolation:isolate;
}
.glos-product-visual::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.glos-product-visual img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain;
  object-position:center;
  transition:transform .45s ease,filter .45s ease;
}
.glos-product-visual:hover img{
  transform:scale(1.018);
  filter:brightness(1.035);
}
.glos-product-visual-ai{
  background:linear-gradient(135deg,#17100c,#4c2817);
}

.glos-director{
  position:relative;
  background:
    radial-gradient(circle at 92% 8%,rgba(239,123,22,.14),transparent 24rem),
    linear-gradient(180deg,#fff 0,#fff8ef 100%);
}
.glos-director-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  gap:clamp(42px,7vw,88px);
  align-items:start;
  padding:clamp(38px,6vw,72px);
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(239,123,22,.2);
  box-shadow:0 24px 72px rgba(54,33,16,.1);
}
.glos-director-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,var(--glos-orange),var(--glos-orange2));
}
.glos-director-quote{
  position:absolute;
  top:-42px;
  right:24px;
  color:rgba(239,123,22,.08);
  font-family:Georgia,"Times New Roman",serif;
  font-size:220px;
  font-weight:900;
  line-height:1;
  pointer-events:none;
}
.glos-director-heading,
.glos-director-copy{
  position:relative;
  z-index:1;
}
.glos-director-heading h2{
  margin:0;
  font-size:clamp(30px,4.1vw,50px);
  line-height:1.4;
  letter-spacing:0;
}
.glos-director-copy p{
  margin:0 0 20px;
  color:var(--glos-muted);
  font-size:16px;
  font-weight:600;
  line-height:2;
}
.glos-director-copy .glos-director-closing{
  margin-top:28px;
  color:#7f3d0f;
  font-size:clamp(18px,2.3vw,24px);
  font-weight:900;
  line-height:1.75;
}
.glos-director-sign{
  margin:28px 0 0!important;
  padding-top:18px;
  border-top:1px solid rgba(239,123,22,.18);
  color:var(--glos-ink)!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.08em;
  text-align:right;
}

@media(max-width:760px){
  .glos-product-grid-images{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .glos-product-visual{
    width:100%;
    aspect-ratio:16 / 9;
    box-shadow:0 14px 36px rgba(54,33,16,.09);
  }
  .glos-product-visual:hover img{
    transform:none;
    filter:none;
  }
  .glos-director-card{
    grid-template-columns:1fr;
    gap:26px;
    padding:34px 21px 30px;
    text-align:center;
  }
  .glos-director-card::before{
    inset:0 0 auto;
    width:auto;
    height:5px;
  }
  .glos-director-quote{
    top:-26px;
    right:8px;
    font-size:150px;
  }
  .glos-director-heading,
  .glos-director-heading .glos-kicker,
  .glos-director-heading h2,
  .glos-director-copy,
  .glos-director-copy p{
    text-align:center!important;
  }
  .glos-director-heading h2{
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(19px,5.5vw,23px);
    line-height:1.55;
  }
  .glos-director-copy p{
    max-width:350px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:13.5px!important;
    line-height:1.95!important;
  }
  .glos-director-copy .glos-director-closing{
    margin-top:24px!important;
    font-size:16px!important;
    line-height:1.85!important;
  }
  .glos-director-sign{
    max-width:350px!important;
    margin-top:24px!important;
    text-align:right!important;
  }
}

@media(max-width:390px){
  .glos-product-grid-images{gap:12px!important}
  .glos-director-card{padding-left:18px;padding-right:18px}
  .glos-director-heading h2{font-size:19px}
}


/* =========================================================
   OA採用LP 募集要項
   PC：表形式
   スマホ：カード形式
========================================================= */

.glos-requirements {
  position: relative;
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(239, 123, 22, 0.13),
      transparent 25rem
    ),
    linear-gradient(
      180deg,
      #fff8ef 0%,
      #ffffff 100%
    );
}

.glos-requirements-table {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(239, 123, 22, 0.2);
  box-shadow: 0 22px 64px rgba(54, 33, 16, 0.09);
}

.glos-requirements-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  border-bottom: 1px solid rgba(32, 32, 31, 0.12);
}

.glos-requirements-row:last-child {
  border-bottom: 0;
}

.glos-requirements-label {
  display: flex;
  align-items: flex-start;
  padding: 25px 24px;
  color: #7d3c0e;
  background: #fff1e2;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.glos-requirements-content {
  min-width: 0;
  padding: 25px 28px;
  color: var(--glos-ink, #20201f);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

.glos-requirements-content > span {
  color: var(--glos-muted, #696763);
  font-size: 14px;
}

.glos-requirements-content strong {
  font-weight: 900;
}

.glos-requirements-content small {
  color: var(--glos-muted, #696763);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.glos-salary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.glos-salary-list > div {
  min-width: 0;
  padding: 18px 16px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fff8f1 100%
  );
  border: 1px solid rgba(239, 123, 22, 0.2);
}

.glos-salary-list small,
.glos-salary-list strong {
  display: block;
}

.glos-salary-list small {
  margin-bottom: 7px;
  color: var(--glos-orange, #ef7b16);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.glos-salary-list strong {
  color: var(--glos-ink, #20201f);
  font-size: 15px;
  line-height: 1.6;
}

.glos-requirements-note {
  margin: 16px 0 0 !important;
  padding: 14px 16px;
  color: var(--glos-muted, #696763) !important;
  background: #f7f5f2;
  border-left: 3px solid var(--glos-orange, #ef7b16);
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
}

.glos-requirements-entry {
  max-width: 980px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 34px 38px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 173, 79, 0.26),
      transparent 19rem
    ),
    linear-gradient(
      135deg,
      #1b1e25 0%,
      #56321c 65%,
      #9a4b13 100%
    );
  box-shadow: 0 20px 58px rgba(38, 24, 14, 0.16);
}

.glos-requirements-entry small {
  display: block;
  margin-bottom: 10px;
  color: #ffb366;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.glos-requirements-entry h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.45;
}

.glos-requirements-entry p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.glos-requirements-entry .glos-btn {
  width: auto;
  min-width: 250px;
  white-space: nowrap;
}

/* タブレット */
@media (max-width: 900px) {
  .glos-salary-list {
    grid-template-columns: 1fr;
  }

  .glos-requirements-entry {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .glos-requirements-entry h3,
  .glos-requirements-entry p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .glos-requirements-entry .glos-btn {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}

/* スマホ */
@media (max-width: 760px) {
  .glos-requirements {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .glos-requirements-table {
    width: 100%;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .glos-requirements-row {
    display: block;
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid rgba(239, 123, 22, 0.2);
    box-shadow: 0 12px 32px rgba(54, 33, 16, 0.07);
  }

  .glos-requirements-row:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(239, 123, 22, 0.2);
  }

  .glos-requirements-label {
    display: block;
    width: 100%;
    padding: 13px 17px;
    color: #7d3c0e;
    background: #fff1e2;
    border-bottom: 1px solid rgba(239, 123, 22, 0.14);
    font-size: 13px;
    line-height: 1.6;
    text-align: left !important;
  }

  .glos-requirements-content {
    width: 100%;
    padding: 18px 17px 20px;
    font-size: 13.5px;
    line-height: 1.9;
    text-align: left !important;
  }

  .glos-requirements-content span,
  .glos-requirements-content small,
  .glos-requirements-content strong {
    text-align: left !important;
  }

  .glos-salary-list {
    gap: 9px;
  }

  .glos-salary-list > div {
    padding: 14px 13px;
  }

  .glos-salary-list small {
    font-size: 10.5px;
  }

  .glos-salary-list strong {
    font-size: 14px;
    line-height: 1.6;
  }

  .glos-requirements-note {
    margin-top: 13px !important;
    padding: 12px 13px;
    font-size: 11.5px !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }

  .glos-requirements-entry {
    margin-top: 20px;
    gap: 24px;
    padding: 28px 19px 24px;
  }

  .glos-requirements-entry h3 {
    font-size: 23px;
    line-height: 1.55;
  }

  .glos-requirements-entry p {
    font-size: 13px;
    line-height: 1.85;
  }

  .glos-requirements-entry .glos-btn {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }
}

/* 小さいスマホ */
@media (max-width: 390px) {
  .glos-requirements-label {
    padding: 12px 14px;
  }

  .glos-requirements-content {
    padding: 16px 14px 18px;
    font-size: 13px;
  }

  .glos-requirements-entry {
    padding-left: 16px;
    padding-right: 16px;
  }

  .glos-requirements-entry h3 {
    font-size: 21px;
  }
}



/* =========================================================
   05. 共通調整・表示保証
========================================================= */
:root{
  --glos-hero-image:url("https://fujisan-upload-file.s3.ap-northeast-1.amazonaws.com/_site/client-shop-id/59496/2026-7-21-10-31-1784629906288-3dd9c9e0a2bd48.png.1122x1402.genereted.webp");
}

.glos-reveal,
.glos-js-ready .glos-reveal,
.glos-js-ready .glos-reveal.is-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.glos-section-head{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.glos-section-head>p:last-child{
  margin-left:auto;
  margin-right:auto;
}
.glos-intro .glos-narrow,
.glos-honesty .glos-narrow,
.glos-philosophy .glos-narrow,
.glos-learn-message{
  text-align:center;
}
.glos-bridge{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.glos-bridge .glos-kicker,
.glos-bridge h2,
.glos-bridge>p:last-child{
  text-align:center;
}
.glos-bridge>p:last-child{
  margin-left:auto;
  margin-right:auto;
}
.glos-bridge-flow{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.glos-footer{
  padding:44px 0 28px!important;
  margin-bottom:0!important;
}
.glos-footer small{
  display:block;
  margin-bottom:0;
  padding-bottom:0;
}

/* =========================================================
   06. メインタイトル
========================================================= */
.glos-hero-copy{
  min-width:0;
}
.glos-main-title{
  display:grid;
  width:100%;
  max-width:100%;
  gap:4px;
  margin-bottom:24px;
  overflow:hidden;
  font-weight:900!important;
}
.glos-title-line{
  display:block;
  max-width:100%;
}
.glos-title-line-first{
  font-weight:800;
}
.glos-title-line-main{
  position:relative;
  width:max-content;
  max-width:100%;
  margin-inline:auto;
  padding:0 2px 8px;
  overflow:hidden;
  white-space:normal;
  font-weight:950!important;
}
.glos-title-line-main::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--glos-orange),var(--glos-orange2));
  transform:scaleX(0);
  transform-origin:left center;
  animation:glosTitleLine 1s cubic-bezier(.22,1,.36,1) .65s forwards;
}
.glos-title-line-first{
  animation:glosTitleShow .7s ease .1s both;
}
.glos-title-line-main{
  animation:glosTitleShow .8s ease .32s both;
}
@keyframes glosTitleShow{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:none}
}
@keyframes glosTitleLine{
  to{transform:scaleX(1)}
}

/* =========================================================
   07. CSSのみで動くメニュー
========================================================= */
.glos-menu-button{
  display:none;
  width:44px;
  height:44px;
  margin:0;
  padding:0;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  border:0;
  background:transparent;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.glos-menu-button>span{
  display:block;
  width:23px;
  height:2px;
  border-radius:999px;
  background:var(--glos-ink);
  pointer-events:none;
}
.glos-mobile-menu{
  display:none;
}
.glos-mobile-menu-close{
  display:none;
}

@media (min-width:901px){
  .glos-header .glos-nav{display:flex!important}
  .glos-header-cta{display:inline-flex!important}
  .glos-menu-button,
  .glos-mobile-menu{display:none!important}
}

@media (max-width:900px){
  .glos-header{
    z-index:100030!important;
    min-height:58px;
    overflow:visible!important;
    pointer-events:auto!important;
  }
  .glos-header .glos-nav,
  .glos-header-cta{
    display:none!important;
  }
  .glos-brand{
    min-width:0!important;
    flex:1 1 auto;
  }
  .glos-menu-button{
    position:relative;
    z-index:100032;
    display:flex!important;
    flex:0 0 44px;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .glos-mobile-menu{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    display:block!important;
    width:100%!important;
    height:100vh!important;
    height:100dvh!important;
    margin:0!important;
    padding:76px 12px 14px!important;
    overflow:auto!important;
    background:rgba(20,22,28,.97)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-10px)!important;
    transition:opacity .25s ease,visibility .25s ease,transform .25s ease!important;
    -webkit-overflow-scrolling:touch;
  }
  .glos-mobile-menu:target,
  .glos-mobile-menu.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  html.glos-menu-open,
  body.glos-menu-open,
  body:has(.glos-mobile-menu:target){
    overflow:hidden!important;
  }
  .glos-mobile-menu-inner{
    position:relative!important;
    display:block!important;
    width:min(100%,520px)!important;
    max-height:calc(100dvh - 90px)!important;
    margin:0 auto!important;
    padding:58px 22px 24px!important;
    overflow:auto!important;
    color:#fff!important;
    background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045))!important;
    border:1px solid rgba(255,255,255,.16)!important;
    -webkit-overflow-scrolling:touch;
  }
  .glos-mobile-menu-close{
    position:absolute!important;
    top:14px!important;
    right:14px!important;
    z-index:2!important;
    display:block!important;
    width:42px!important;
    height:42px!important;
    border:1px solid rgba(255,255,255,.2)!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.08)!important;
  }
  .glos-mobile-menu-close span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    display:block!important;
    width:21px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#fff!important;
  }
  .glos-mobile-menu-close span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
  }
  .glos-mobile-menu-close span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
  }
  .glos-mobile-menu nav{
    display:grid!important;
    width:100%!important;
  }
  .glos-mobile-menu nav a{
    display:grid!important;
    grid-template-columns:120px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    min-height:68px!important;
    padding:9px 6px!important;
    color:#fff!important;
    background:transparent!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.14)!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
  .glos-mobile-menu nav a small{
    color:#fff!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.3!important;
    letter-spacing:.04em!important;
    white-space:nowrap!important;
  }
  .glos-mobile-menu nav a span{
    min-width:0!important;
    color:#ff9f2f!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1.5!important;
    letter-spacing:.04em!important;
    text-align:left!important;
    overflow-wrap:break-word!important;
  }
  .glos-mobile-menu-entry{
    display:grid!important;
    width:100%!important;
    min-height:52px!important;
    place-items:center!important;
    margin-top:22px!important;
    padding:12px 18px!important;
    color:#fff!important;
    background:linear-gradient(135deg,var(--glos-orange),var(--glos-orange2))!important;
    border:1px solid rgba(255,255,255,.75)!important;
    border-radius:2px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 12px 28px rgba(0,0,0,.18)!important;
    font-size:14px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-align:center!important;
  }
}

/* =========================================================
   08. ファーストビュー画像
========================================================= */
.glos-hero-visual-single{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  min-height:590px!important;
  margin:0!important;
}
.glos-hero-photo-single{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  overflow:hidden!important;
  background:#f4f4f4!important;
  border:1px solid rgba(32,32,31,.12)!important;
  box-shadow:0 24px 70px rgba(42,26,12,.13)!important;
}
.glos-hero-photo-single img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
.glos-hero-photo-single::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.glos-hero-visual-single .glos-hero-tag{
  position:absolute!important;
  left:24px!important;
  bottom:24px!important;
  z-index:3!important;
  width:calc(100% - 48px)!important;
  max-width:320px!important;
  padding:20px 22px!important;
  color:#fff!important;
  background:linear-gradient(135deg,rgba(25,27,34,.96),rgba(105,53,23,.96))!important;
  border-left:4px solid var(--glos-orange)!important;
  box-shadow:0 16px 38px rgba(0,0,0,.2)!important;
}
.glos-hero-visual-single .glos-hero-tag small{
  display:block;
  margin-bottom:7px;
  color:#ffb15f!important;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:.15em;
}
.glos-hero-visual-single .glos-hero-tag strong{
  display:block;
  color:#fff!important;
  font-size:19px!important;
  line-height:1.55;
}
@media (min-width:901px){
  .glos-hero-inner{
    grid-template-columns:minmax(0,1.1fr) minmax(380px,480px)!important;
    gap:clamp(48px,6vw,76px)!important;
  }
  .glos-hero-copy{
    z-index:2;
    max-width:600px!important;
  }
  .glos-hero h1{
    max-width:100%;
    font-size:clamp(42px,4.6vw,56px)!important;
    line-height:1.18!important;
  }
  .glos-hero-visual-single{
    justify-self:end;
    max-width:480px!important;
  }
}
@media (min-width:761px) and (max-width:900px){
  .glos-hero-visual-single{
    width:min(100%,560px)!important;
    min-height:620px!important;
    margin-inline:auto!important;
  }
}

/* =========================================================
   09. スマホ表示
========================================================= */
@media (max-width:760px){
  .glos-container{
    width:calc(100% - 32px)!important;
  }
  .glos-section{
    padding:58px 0!important;
  }
  .glos-header{
    top:7px!important;
    width:calc(100% - 14px)!important;
    min-height:54px!important;
    padding:5px 8px 5px 10px!important;
  }
  .glos-brand-logo{
    width:82px!important;
    max-height:29px!important;
  }
  .glos-brand-copy strong{
    font-size:11px!important;
  }
  .glos-brand-copy small{
    display:none!important;
  }

  .glos-hero{
    position:relative!important;
    isolation:isolate;
    min-height:auto!important;
    padding:78px 0 42px!important;
    overflow:hidden!important;
    background:#fff8f1!important;
  }
  .glos-hero::before{
    content:"";
    position:absolute;
    inset:-22px;
    z-index:0;
    background-image:var(--glos-hero-image);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:72% center;
    filter:blur(9px);
    transform:scale(1.08);
    opacity:.56;
    pointer-events:none;
  }
  .glos-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,250,244,.92) 46%,rgba(255,245,234,.84) 72%,rgba(30,28,27,.72) 100%);
    pointer-events:none;
  }
  .glos-hero-grid{
    z-index:2!important;
    opacity:.2!important;
  }
  .glos-hero-inner{
    position:relative!important;
    z-index:3!important;
    display:block!important;
  }
  .glos-hero-copy{
    position:relative!important;
    z-index:4!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    text-align:center!important;
  }
  .glos-hero-copy .glos-kicker,
  .glos-hero-eyebrow,
  .glos-hero-sub,
  .glos-hero-lead{
    text-align:center!important;
  }
  .glos-hero-eyebrow{
    max-width:310px;
    margin:0 auto 15px;
    font-size:13px;
  }
  .glos-hero h1{
    max-width:330px!important;
    margin-inline:auto!important;
    font-size:clamp(28px,7.9vw,35px)!important;
    line-height:1.28!important;
    text-align:center!important;
  }
  .glos-main-title{
    overflow:visible;
    gap:2px;
  }
  .glos-title-line{
    width:100%;
    text-align:center;
  }
  .glos-title-line-main{
    width:fit-content;
    max-width:calc(100vw - 36px);
    padding-bottom:6px;
    white-space:normal;
  }
  .glos-title-line-main::after{
    height:4px;
  }
  .glos-hero-sub{
    max-width:340px!important;
    margin-inline:auto!important;
    font-size:16px!important;
    line-height:1.72!important;
  }
  .glos-hero-lead{
    max-width:360px!important;
    margin-inline:auto!important;
    font-size:13.5px!important;
    line-height:1.9!important;
  }
  .glos-actions{
    display:grid!important;
    width:min(100%,360px);
    margin:26px auto 0!important;
  }
  .glos-btn{
    width:100%;
    min-height:48px!important;
    padding:13px 18px!important;
    font-size:13px!important;
  }
  .glos-hero-photo-single{
    display:none!important;
  }
  .glos-hero-visual-single{
    width:100%!important;
    min-height:0!important;
    margin:22px 0 0!important;
    aspect-ratio:auto!important;
  }
  .glos-hero-visual-single .glos-hero-tag{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:min(100%,320px)!important;
    max-width:320px!important;
    margin:0 auto!important;
    padding:15px 17px!important;
    text-align:center!important;
    border-left:0!important;
    border-bottom:3px solid var(--glos-orange)!important;
    backdrop-filter:blur(10px);
  }
  .glos-hero-visual-single .glos-hero-tag small,
  .glos-hero-visual-single .glos-hero-tag strong{
    text-align:center!important;
  }
  .glos-hero-visual-single .glos-hero-tag strong{
    font-size:15px!important;
  }
  .glos-scroll{
    display:none!important;
  }

  .glos-section-head{
    max-width:390px!important;
    margin:0 auto 26px!important;
    text-align:center!important;
  }
  .glos-section-head h2,
  .glos-intro h2,
  .glos-honesty h2,
  .glos-learn h2,
  .glos-philosophy h2{
    max-width:360px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(22px,5.8vw,28px)!important;
    line-height:1.52!important;
    letter-spacing:0!important;
    text-align:center!important;
  }
  .glos-section-head>p:last-child,
  .glos-large-copy,
  .glos-split p,
  .glos-bridge>p:last-child,
  .glos-learn-message>p:last-child,
  .glos-philosophy p,
  .glos-entry-copy>p,
  .glos-faq-item p{
    max-width:360px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:13.5px!important;
    line-height:1.9!important;
  }

  .glos-lp h1,
  .glos-lp h2,
  .glos-lp h3{
    line-break:strict!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  @supports (word-break:auto-phrase){
    .glos-lp h1,
    .glos-lp h2,
    .glos-lp h3{
      word-break:auto-phrase!important;
    }
  }
  br.glos-sp{
    display:block!important;
  }
  .glos-nowrap,
  .keep{
    display:inline-block!important;
    white-space:nowrap!important;
  }

  .glos-customer-grid{
    grid-template-columns:repeat(2,1fr)!important;
    gap:9px!important;
  }
  .glos-chip{
    min-height:66px!important;
    padding:10px 8px!important;
    font-size:13px!important;
  }
  .glos-ai-flow,
  .glos-training-grid,
  .glos-person-grid{
    grid-template-columns:1fr!important;
  }
  .glos-future-problems{
    margin-bottom:68px!important;
  }
  .glos-bridge{
    padding:30px 17px!important;
  }
  .glos-bridge-flow{
    grid-template-columns:1fr!important;
  }
  .glos-bridge-flow>span{
    transform:rotate(90deg);
  }
  .glos-day-item{
    grid-template-columns:64px 1fr!important;
    gap:10px!important;
  }
  .glos-day-item time{
    font-size:15px!important;
  }
  .glos-voice-card{
    padding:24px 18px!important;
    text-align:center!important;
  }
  .glos-voice-meta{
    display:grid!important;
    justify-items:center!important;
    gap:5px!important;
  }
  .glos-voice-card blockquote{
    max-width:330px!important;
    margin-inline:auto!important;
    font-size:clamp(17px,4.7vw,21px)!important;
    line-height:1.7!important;
    text-align:center!important;
  }
  .glos-roadmap-flow{
    grid-template-columns:1fr!important;
  }
  .glos-roadmap-flow i{
    transform:rotate(90deg);
    text-align:center;
  }
  .glos-entry-inner,
  .glos-split{
    grid-template-columns:1fr!important;
  }
  .glos-entry-copy{
    text-align:center!important;
  }
  .glos-footer{
    padding:38px 0 76px!important;
  }

  .glos-sales-value .glos-split>div:first-child,
  .glos-career .glos-split>div:first-child,
  .glos-reality .glos-split>div:first-child,
  .glos-sales-value .glos-kicker,
  .glos-career .glos-kicker,
  .glos-reality .glos-kicker,
  .glos-sales-value .glos-split>div:first-child h2,
  .glos-sales-value .glos-split>div:first-child p,
  .glos-career .glos-split>div:first-child h2,
  .glos-career .glos-split>div:first-child p,
  .glos-reality .glos-split>div:first-child h2{
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
}

@media (max-width:390px){
  .glos-container{
    width:calc(100% - 28px)!important;
  }
  .glos-mobile-menu{
    padding:70px 10px 10px!important;
  }
  .glos-mobile-menu-inner{
    padding:54px 17px 20px!important;
  }
  .glos-mobile-menu nav a{
    grid-template-columns:98px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .glos-mobile-menu nav a small,
  .glos-mobile-menu nav a span{
    font-size:13px!important;
  }
  .glos-hero{
    padding-top:72px!important;
    padding-bottom:36px!important;
  }
  .glos-hero::before{
    background-position:76% center;
    filter:blur(8px);
  }
  .glos-hero h1{
    font-size:28px!important;
  }
  .glos-title-line-main{
    max-width:calc(100vw - 28px);
    font-size:27px;
  }
  .glos-hero-visual-single .glos-hero-tag{
    width:min(100%,290px)!important;
    padding:13px 14px!important;
  }
  .glos-section-head h2,
  .glos-intro h2,
  .glos-honesty h2,
  .glos-learn h2,
  .glos-philosophy h2{
    font-size:22px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .glos-main-title .glos-title-line{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
  .glos-title-line-main::after{
    transform:scaleX(1)!important;
    animation:none!important;
  }
  .glos-btn{
    transition:none!important;
  }
}

/* =========================================
   「最後に選ばれる理由」改行調整
========================================= */

/* =========================================
   写真メッセージセクション
========================================= */

.glos-human-message {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.glos-human-message > img {
  display: block;
  width: 100%;
  height: clamp(420px, 55vw, 720px);
  object-fit: cover;
  object-position: center;
}

.glos-human-message-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}

.glos-human-message-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.28);
}

.glos-human-message-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}

.glos-human-message-copy p > span {
  display: block;
}

/* スマホ */
@media (max-width: 768px) {
  .glos-human-message > img {
    height: 440px;
    object-position: center;
  }

  .glos-human-message-copy {
    padding: 32px 16px;
  }

  .glos-human-message-copy p {
    width: 100%;
    font-size: clamp(23px, 6.4vw, 29px);
    line-height: 1.5;
    letter-spacing: 0;
  }

  .glos-human-message-copy p > span {
  display: block;
  white-space: nowrap;
}
}

/* 横幅が狭いスマホ */
@media (max-width: 360px) {
  .glos-human-message-copy p {
    font-size: 21px;
  }
}
/* SPヘッダー表記を OA/BUSINESS SOLUTION に横一列化 */
@media (max-width:900px){
  .glos-brand-copy{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .glos-brand-copy strong{
    display:inline!important;
    font-size:10px!important;
    line-height:1!important;
  }

  .glos-brand-copy small{
    display:inline!important;
    color:var(--glos-muted)!important;
    font-size:8px!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }

  .glos-brand-copy strong::after{
    content:"/"!important;
    margin:0 2px!important;
    color:var(--glos-muted)!important;
  }
}

/* =========================================================
   指定キーワードの文字色のみ変更
   元の文字幅・太さ・行間・改行位置を維持
========================================================= */
.glos-color-accent,
.glos-color-accent-light{
  display:contents;
  font:inherit;
  letter-spacing:inherit;
  line-height:inherit;
}
.glos-color-accent{
  color:var(--glos-orange,#ef7b16);
}
.glos-color-accent-light{
  color:#ffb15f;
}
/* CSS */
/* =========================================================
   改行制御クラスの表記ゆれ吸収（未定義クラスの一括修正）
   pc-br / sp-only / sp-br が未定義だったため、
   PC・SP問わず常に改行されてしまっていた不具合を修正
========================================================= */
.pc-br{
  display:block;
}
.sp-br,
.sp-only,
.br-sp{
  display:none;
}

@media (max-width:760px){
  .pc-br{
    display:none;
  }
  .sp-br,
  .sp-only,
  .br-sp{
    display:block;
  }
}