/* ============================================================
   Arglarte Recruit Theme - Main CSS
   ============================================================ */

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
  color: #000; background: #fff; line-height: 1.8; font-weight: 300;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== HEADER ===== */
header {
  position: fixed; top: 0; left: 0; width: 100%; height: 160px;
  z-index: 100; display: flex; justify-content: space-between; align-items: center;
  padding-left: 65px; padding-right: 50px; background: #fff; transition: box-shadow .3s;
}
.header-logo img { width: 170px; height: auto; }
.header-nav { display: flex; align-items: center; margin-top: 45px; }
.header-nav li { margin-left: 36px; }
.header-nav a { font-size: 13px; letter-spacing: .2em; font-weight: 400; color: #000; transition: opacity .3s; }
.header-nav a:hover { opacity: .45; }
.nav-entry a {
  display: inline-block; background: #fff000; color: #000 !important;
  padding: 9px 24px; font-weight: 700; letter-spacing: .15em;
  transition: background .3s !important; opacity: 1 !important;
}
.nav-entry a:hover { background: #000; color: #fff !important; }

/* hamburger */
.hamburger { display: none; flex-direction: column; gap: 6px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 28px; height: 1.5px; background: #000; transition: all .3s; }

/* drawer */
.drawer { display: none; position: fixed; inset: 0; background: #fff; z-index: 200; padding: 100px 50px 50px; flex-direction: column; gap: 2.5rem; }
.drawer.open { display: flex; }
.drawer-close { position: absolute; top: 28px; right: 28px; font-size: 30px; cursor: pointer; background: none; border: none; line-height: 1; }
.drawer a { font-size: 1.1rem; letter-spacing: .25em; border-bottom: 1px solid #e8e8e8; padding-bottom: 1.25rem; }

/* ===== FOOTER (Chelsea準拠) ===== */
footer.footer {
  padding-top: 150px;
  padding-right: 80px;
  background: #fff;
}
.footer-inner {
  background: #000;
  padding: 100px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.footer-text-area { width: 42%; color: #fff; }
.footer-logo img {
  width: 200px; height: auto;
  filter: brightness(0) invert(1);
  display: block;
}
.footer-dl {
  margin-top: 75px;
  display: flex; flex-wrap: wrap;
  line-height: 2.14em;
  color: #fff;
}
.footer-dl dt {
  width: 80px; flex-shrink: 0;
  font-size: .8rem; letter-spacing: .1em;
  color: #666; font-weight: 400;
}
.footer-dl dd {
  width: calc(100% - 80px);
  font-size: .85rem; color: #aaa; letter-spacing: .06em;
}
.footer-dl dd a { color: #aaa; text-decoration: underline; transition: color .3s; }
.footer-dl dd a:hover { color: #fff000; }
.footer-dd-add { margin-bottom: .5em; }
.footer-map-area { width: 47%; }
.footer-map-area iframe {
  width: 100%; height: 360px;
  border: 0; display: block;
}
.footer-copyright {
  text-align: right;
  padding: 40px 0;
  font-size: .75rem; letter-spacing: .1em;
  color: #999;
}

/* ===== LAYOUT UTILS ===== */
.inner { max-width: 1390px; margin: 0 auto; padding: 0 40px; }

/* section labels */
.sec-en-ttl { display: block; font-size: 25px; letter-spacing: .25em; font-weight: 400; color: #000; margin-bottom: .5em; }
.sec-ja-ttl { font-size: 40px; font-weight: 900; line-height: 1.3; letter-spacing: .04em; }

/* inner-page hero */
.page-hero { margin-top: 160px; height: 340px; position: relative; overflow: hidden; display: flex; align-items: center; }
.page-hero-bg { position: absolute; inset: 0; object-fit: cover; object-position: center; width: 100%; height: 100%; filter: brightness(.55); }
.page-hero-body { position: relative; max-width: 1390px; margin: 0 auto; padding: 0 40px; color: #fff; }
.page-hero-en { display: block; font-size: .75rem; letter-spacing: .3em; color: #fff000; margin-bottom: .6rem; }
.page-hero-title { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900; letter-spacing: .06em; }

/* common button */
.com-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 330px; height: 80px; border: 1px solid #000;
  font-size: 15px; letter-spacing: .25em; font-weight: 400; transition: background .3s, color .3s;
}
.com-btn:hover { background: #000; color: #fff; }

/* ============================================================
   FRONT PAGE
   ============================================================ */

/* HERO */
.hero { margin-top: 160px; position: relative; width: 100%; height: calc(100vh - 160px); min-height: 560px; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translateX(-100%); animation: heroSlideIn .8s cubic-bezier(.165,.84,.44,1) .05s forwards; }
@keyframes heroSlideIn { to { transform: translateX(0); } }
.hero-copy-01 { position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); width: 64.4%; text-align: center; }
.hero-copy-02 { position: absolute; top: 62%; left: 50%; transform: translate(-50%,-50%); width: 39.3%; text-align: center; }
.hero-text-wrap { display: inline-block; position: relative; overflow: hidden; }
.hero-text-main { font-size: clamp(4rem,12vw,9.5rem); font-weight: 900; letter-spacing: .06em; line-height: 1; color: #fff; position: relative; z-index: 1; white-space: nowrap; }
.hero-text-sub  { font-size: clamp(1rem,2.5vw,1.5rem); font-weight: 700; letter-spacing: .3em; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.45); white-space: nowrap; }
.hero-text-wrap::before { content: ''; position: absolute; inset: 0; z-index: 2; background: #fff000; animation: wipeIn .35s cubic-bezier(.165,.84,.44,1) .3s both, wipeOut .35s cubic-bezier(.165,.84,.44,1) .75s both; }
.hero-copy-02 .hero-text-wrap::before { animation: wipeIn .35s cubic-bezier(.165,.84,.44,1) .55s both, wipeOut .35s cubic-bezier(.165,.84,.44,1) 1s both; }
@keyframes wipeIn  { from{transform:translateX(-101%)} to{transform:translateX(0)} }
@keyframes wipeOut { from{transform:translateX(0)} to{transform:translateX(101%)} }
.hero-scroll { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 90px; background: rgba(255,255,255,.6); animation: scrollPulse 1.8s ease-in-out 1.5s infinite; }
@keyframes scrollPulse { 0%{transform:translateX(-50%) scaleY(0);transform-origin:top} 50%{transform:translateX(-50%) scaleY(1);transform-origin:top} 51%{transform:translateX(-50%) scaleY(1);transform-origin:bottom} 100%{transform:translateX(-50%) scaleY(0);transform-origin:bottom} }

/* MESSAGE */
.sec_message { margin-top: 150px; }
.msg-text-area { margin-bottom: 0; }
.msg-text-area .sec-ja-ttl { margin-top: .4em; margin-bottom: 0; }
.msg-lead { margin-top: 2em; font-size: 15px; line-height: 2.3; color: #333; }
.msg-photo { max-width: 1245px; margin-top: 40px; }
.msg-photo img { width: 100%; height: auto; display: block; }

/* CAREER */
.sec_career { margin-top: 150px; }
.career-sec-inner {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.career-text-wrap {
  width: 41%;
  padding-right: 7.8%;
  flex-shrink: 0;
}
.career-text-wrap .sec-ja-ttl { margin-top: .4em; }
.career-lead { margin-top: 2em; font-size: 15px; line-height: 2.3; color: #333; }
.career-list { margin-top: 2em; list-style: none; }
.career-list li {
  font-size: 15px; font-weight: 700; letter-spacing: .06em;
  padding: 1em 0 1em 1.2em;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.career-list li:first-child { border-top: 1px solid #e5e5e5; }
.career-list li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px; background: #fff000;
}
.career-photo-right { width: 59%; flex-shrink: 0; }
.career-photo-right img { width: 100%; height: auto; display: block; }

/* OWNER'S VOICE */
.sec_owner { margin-top: 150px; padding-bottom: 150px; }
.owner-head { margin-bottom: 60px; }
.owner-head .sec-ja-ttl { margin-top: .4em; }
.owner-content { display: flex; align-items: flex-start; gap: 80px; }
.owner-photo { width: 45%; flex-shrink: 0; }
.owner-photo img { width: 100%; display: block; }
.owner-text { flex: 1; padding-top: 10px; }
.owner-comment { font-size: 15px; line-height: 2.4; color: #333; }
.owner-name-wrap { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #e5e5e5; }
.owner-role { font-size: 12px; letter-spacing: .2em; color: #888; margin-bottom: .5rem; text-transform: uppercase; }
.owner-name { font-size: 20px; font-weight: 700; letter-spacing: .06em; }

/* VOICE SLIDER */
.sec_career + .sec_voice,
.sec_voice { margin-top: 0 !important; background: #fff000; padding: 95px 0 80px; }
.sec_voice .inner { padding-left: 120px; padding-right: 120px; }

.voice-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.voice-head-ttl { }
.voice-counter {
  font-size: 13px; letter-spacing: .1em; color: #000;
  padding-bottom: 6px;
}
.voice-slider-wrap { position: relative; }
.voice-slider-track { overflow: hidden; }
.voice-slider-inner {
  display: flex; gap: 10px;
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  will-change: transform;
}

/* Chelsea準拠：写真をabsoluteで上部190pxだけ見せる */
.voice-slide {
  min-width: 45.5%;
  position: relative;
  padding-top: 190px;      /* この高さ分だけ写真が透けて見える */
  cursor: pointer;
  display: block;
  color: inherit;
  transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.voice-slide:hover {
  transform: translate3d(-2px, -5px, 0);
}
.voice-slide-photo {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: 0;
}
.voice-slide-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
}
.voice-slide-body {
  position: relative;
  z-index: 1;
  background: #fff000;
  padding: 26px 30px 30px;
  transition: background .4s cubic-bezier(.165,.84,.44,1);
}
.voice-slide:hover .voice-slide-body { background: #fff; }

.voice-slide-role {
  font-size: 12px; letter-spacing: .2em; color: #666;
  margin-bottom: 10px; text-transform: uppercase;
}
.voice-slide-name {
  font-size: 20px; font-weight: 700; letter-spacing: .25em;
  margin-bottom: 4px; line-height: 1.4;
}
.voice-slide-name-en {
  font-size: 11px; letter-spacing: .15em; color: #888;
  margin-bottom: 20px;
}
.voice-slide-text { font-size: 14px; line-height: 2.1; color: #444; }

/* 矢印 */
.voice-arrow {
  position: absolute; top: 40%; transform: translateY(-50%);
  width: 40px; height: 70px;
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 0; transition: opacity .3s;
}
.voice-arrow:hover { opacity: .5; }
.voice-arrow--prev { left: -85px; }
.voice-arrow--next { right: -85px; }
.voice-arrow svg { width: 40px; height: 70px; }

.voice-more { margin-top: 55px; text-align: center; }

/* DELIGHT */
.sec_delight { margin-top: 160px; }
.delight-head { margin-bottom: 80px; }
.delight-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 120px 50px; }
.delight-item { position: relative; }
.delight-photo { width: 100%; aspect-ratio: 4/3; overflow: hidden; margin-bottom: 0; }
.delight-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.165,.84,.44,1); }
.delight-item:hover .delight-photo img { transform: scale(1.05); }
.delight-num {
  position: absolute; top: -68px; left: 1px;
  font-size: 70px; font-weight: 900; font-style: italic;
  line-height: 1; color: #fff000; letter-spacing: .1em;
  z-index: 1; pointer-events: none;
}
.delight-ttl { font-size: 25px; font-weight: 700; letter-spacing: .05em; line-height: 1.4; margin-top: 35px; margin-bottom: 0; }
.delight-txt { font-size: 14px; color: #555; line-height: 2.2; margin-top: 25px; }

/* JOIN ACCORDION */
.sec_join { margin-top: 140px; }
.join-head { margin-bottom: 60px; }
.bosyu-list { }
.bosyu-item { border-top: 1px solid #e5e5e5; }
.bosyu-item:last-child { border-bottom: 1px solid #e5e5e5; }
.bosyu-header { display: flex; align-items: center; padding: 31px 50px 31px 0; cursor: pointer; position: relative; transition: background .3s; user-select: none; }
.bosyu-header:hover { background: #fffde6; }
.bosyu-type { width: 175px; flex-shrink: 0; }
.bosyu-type-tag { display: inline-block; background: #fff000; font-size: 11px; font-weight: 700; letter-spacing: .2em; padding: 5px 14px; }
.bosyu-title { flex: 1; font-size: 18px; font-weight: 700; letter-spacing: .06em; }
.bosyu-toggle { width: 40px; height: 40px; border: 1px solid #000; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; line-height: 1; transition: background .3s, transform .3s; }
.bosyu-item.open .bosyu-toggle { background: #000; color: #fff; transform: rotate(45deg); }
.bosyu-detail { display: none; padding: 0 50px 40px 175px; }
.bosyu-item.open .bosyu-detail { display: block; }
.bosyu-dl { display: grid; grid-template-columns: 140px 1fr; gap: 16px 30px; font-size: 14px; border-top: 1px solid #e5e5e5; padding-top: 30px; margin-bottom: 30px; }
.bosyu-dl dt { font-weight: 700; color: #888; }
.bosyu-dl dd { color: #333; line-height: 1.9; }
.bosyu-btns { display: flex; gap: 20px; flex-wrap: wrap; }
.bosyu-btn-detail { background: #fff; }
.bosyu-btn-detail:hover { background: #000; color: #fff; }
.join-more { margin-top: 50px; text-align: center; }

/* ENTRY CTA */
.sec_entry { margin-top: 120px; background: #fff; padding: 80px 0 0; }
.entry-label { margin-bottom: 2rem; }
.entry-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.entry-left { flex: 1; }
.entry-change { max-width: 459px; margin-bottom: 50px; }
.entry-change img { width: 100%; height: auto; }
.entry-jp-ttl {
  font-size: 33px; font-weight: 700; letter-spacing: .25em; line-height: 1.5;
  margin-bottom: 1.5rem;
}
.entry-desc { font-size: 15px; line-height: 2.2; color: #555; }
.entry-right { flex-shrink: 0; }
.entry-yellow-btn {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  width: 300px; height: 80px;
  background: #fff000;
  font-size: 22px; font-weight: 700; letter-spacing: .15em;
  color: #000; transition: background .3s;
}
.entry-yellow-btn::after { content: '→'; font-size: 20px; font-weight: 400; letter-spacing: 0; }
.entry-yellow-btn:hover { background: #f0f0f0; }

/* ============================================================
   VOICE LIST PAGE (Chelsea準拠)
   ============================================================ */
.sec_staff {
  background: #f2f2f2;
  margin-top: 160px;
  margin-bottom: 30px;
  padding: 95px 0 50px;
}
.staff-inner { max-width: 1390px; margin: 0 auto; padding: 0 40px; }
.staff-head { margin-bottom: 0; }

.staff_list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 40px; list-style: none; }
.staff_list li { width: 45.5%; }
.staff_list li:nth-child(n+3) { margin-top: 70px; }

.staff_list li > a {
  display: block; color: inherit; text-decoration: none;
  transition: .4s cubic-bezier(.165,.84,.44,1);
}
.staff_list li > a:hover { transform: translate3d(-2px,-5px,0); }

.staff_list .photo { overflow: hidden; }
.staff_list .photo img {
  width: 100%; display: block;
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.staff_list li > a:hover .photo img { transform: scale(1.04); }

.staff_list .title {
  font-size: 20px; letter-spacing: .25em;
  margin-top: 25px; line-height: 1.5em; font-weight: 700;
}
.staff_list .job_wrap { margin-top: 18px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.staff_list .job_name { font-size: 16px; font-weight: 700; }
.staff_list .job_role { font-size: 12px; letter-spacing: .2em; color: #777; text-transform: uppercase; }
.staff_list .com_more { margin-top: 28px; font-size: 12px; letter-spacing: .25em; color: #333; }

/* エントリーボタン */
.staff-entry-btn { margin-top: 55px; text-align: center; }

/* ============================================================
   VOICE DETAIL PAGE (Chelsea準拠)
   ============================================================ */
.sec_voice_detail { max-width: 1390px; margin: 0 auto; padding-bottom: 40px; }

/* プロフィール：テキスト左36% ／ 写真右64% */
.detail_top {
  max-width: 1265px;
  margin-top: 50px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.com_job_text { width: 36%; padding-right: 40px; }
.vd-catch {
  font-size: 35px;
  letter-spacing: .14em;
  line-height: 1.48em;
  font-weight: 900;
  color: #000;
}
.job_info { margin-top: 50px; }
.vd-role-line { font-size: 13px; letter-spacing: .15em; color: #777; margin-bottom: 12px; }
.vd-name-main { font-size: 22px; font-weight: 700; letter-spacing: .06em; }
.detail_photo { width: 64%; }
.detail_photo img { width: 100%; display: block; }

/* 本文 */
.detail_intro { max-width: 1140px; margin: 80px auto 0; padding: 0 20px; }
.detail_intro p { font-size: 15px; line-height: 2.3; color: #333; }

/* Q&Aリスト：タイトル → 本文 → 写真（縦積み） */
.detail_list { max-width: 1140px; margin: 140px auto 0; padding: 0 20px; list-style: none; }
.detail_list li:nth-child(n+2) { margin-top: 92px; }
.detail_list .title {
  font-size: 25px;
  letter-spacing: .25em;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.detail_list .com_text {
  margin-top: 35px;
  font-size: 15px;
  line-height: 2.4;
  color: #333;
}
.detail_list .photo { margin-top: 40px; }
.detail_list .photo img { width: 100%; display: block; }

/* 他のスタッフセクション（詳細ページ用margin上書き） */
.sec_staff--detail { margin-top: 140px; margin-bottom: 0; }

/* 戻るボタン */
.vd-back { margin-top: 80px; text-align: center; padding-bottom: 40px; }
.btn-border { display: inline-flex; align-items: center; justify-content: center; width: 330px; height: 80px; border: 1.5px solid #000; font-size: 15px; font-weight: 400; letter-spacing: .25em; transition: all .3s; }
.btn-border:hover { background: #000; color: #fff; }

/* ============================================================
   DATA
   ============================================================ */
.sec_data { margin-top: 150px; background: #000; padding: 100px 0; }
.sec_data .sec-en-ttl { color: #fff000; }
.sec_data .sec-ja-ttl { color: #fff; }
.data-head { margin-bottom: 80px; }
.data-list { display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.data-item {
  text-align: center; padding: 50px 20px;
}
.data-item + .data-item { border-left: 1px solid #333; }
.data-num {
  font-size: 80px; font-weight: 900; color: #fff000;
  line-height: 1; letter-spacing: -.02em;
}
.data-unit { font-size: 30px; font-weight: 400; color: #fff; }
.data-label { font-size: 13px; color: #888; letter-spacing: .15em; margin-top: 20px; }

/* ============================================================
   FLOW
   ============================================================ */
.sec_flow { margin-top: 150px; }
.flow-head { margin-bottom: 80px; }
.flow-list { display: flex; list-style: none; position: relative; }
.flow-list::before {
  content: '';
  position: absolute;
  top: 32px; left: 10%; right: 10%;
  height: 1px; background: #e5e5e5; z-index: 0;
}
.flow-item { flex: 1; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.flow-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: #fff000;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
}
.flow-circle span { font-size: 18px; font-weight: 900; letter-spacing: 0; }
.flow-title { font-size: 15px; font-weight: 700; letter-spacing: .05em; margin-bottom: 10px; }
.flow-desc { font-size: 12px; color: #666; line-height: 1.9; letter-spacing: .03em; }

/* ============================================================
   GALLERY & FAQ SHORTLINKS
   ============================================================ */
.sec_shortlinks { margin-top: 150px; }
.shortlinks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.shortlink-card {
  display: flex; align-items: center; justify-content: space-between;
  padding: 60px 70px;
  transition: opacity .3s;
  text-decoration: none; color: #fff;
}
.shortlink-card:hover { opacity: .88; }
.shortlink-gallery { background: #000; }
.shortlink-faq     { background: #111; }
.shortlink-text { }
.shortlink-en {
  display: block; font-size: 36px; font-weight: 900; letter-spacing: .08em;
  color: #fff000; line-height: 1;
}
.shortlink-ja { font-size: 13px; letter-spacing: .15em; color: #888; margin-top: 14px; }
.shortlink-arrow { font-size: 36px; color: #fff000; flex-shrink: 0; transition: transform .3s; }
.shortlink-card:hover .shortlink-arrow { transform: translateX(6px); }

/* ============================================================
   INSTAGRAM
   ============================================================ */
.sec_instagram {
  margin-top: 150px;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 20%, #dc2743 45%, #cc2366 75%, #bc1888 100%);
  padding: 100px 0;
}
.instagram-body { text-align: center; }
.instagram-icon { color: #fff; margin-bottom: 20px; }
.instagram-icon svg { width: 48px; height: 48px; }
.instagram-en { font-size: 13px; letter-spacing: .3em; color: rgba(255,255,255,.75); margin-bottom: 16px; }
.instagram-catch { font-size: 36px; font-weight: 900; line-height: 1.4; letter-spacing: .04em; margin-bottom: 24px; color: #fff; }
.instagram-desc { font-size: 15px; color: rgba(255,255,255,.88); line-height: 2.2; margin-bottom: 50px; }
.instagram-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #333;
  padding: 18px 44px;
  font-size: 14px; font-weight: 700; letter-spacing: .15em;
  transition: opacity .3s;
}
.instagram-btn:hover { opacity: .8; }

/* LINE ボタン */
.entry-line-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 300px; height: 80px;
  background: #06C755; color: #fff;
  font-size: 16px; font-weight: 700; letter-spacing: .1em;
  transition: opacity .3s;
  margin-top: 16px;
}
.entry-line-btn:hover { opacity: .85; }
.entry-right { display: flex; flex-direction: column; align-items: flex-start; }

/* エントリー＋LINEボタン横並び */
.entry-btn-pair {
  display: flex; justify-content: center; align-items: center;
  gap: 20px; flex-wrap: wrap;
}
.entry-btn-pair .entry-line-btn { margin-top: 0; }

/* エントリーページ：電話＋LINE並列レイアウト */
.entry-methods {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 0; flex-wrap: wrap;
  margin: 50px auto; max-width: 860px;
  border: 1px solid #eee;
}
.entry-methods .entry-tel-block,
.entry-methods .entry-line-block {
  flex: 1; min-width: 280px;
  text-align: center;
  padding: 50px 40px;
  background: none; border: none; max-width: none; margin: 0;
}
.entry-methods .entry-tel-block { border-right: 1px solid #eee; }
.entry-line-desc {
  font-size: 14px; color: #666; line-height: 1.9;
  margin-bottom: 24px;
}

/* ヘッダー SNS アイコン */
.nav-sns { display: flex; align-items: center; gap: 16px; }
.nav-sns a { color: #000; transition: opacity .3s; opacity: .7; }
.nav-sns a:hover { opacity: 1; }
.nav-line-icon { color: #06C755 !important; opacity: 1 !important; }

/* ドロワー SNS */
.drawer-sns { display: flex; gap: 20px; align-items: center; padding-top: 1rem; border-bottom: none !important; }
.drawer-sns a { color: #000; opacity: .6; transition: opacity .3s; border-bottom: none !important; padding-bottom: 0 !important; }
.drawer-sns a:hover { opacity: 1; }
.drawer-line-icon { color: #06C755 !important; opacity: 1 !important; }

/* フッター底部 */
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 80px 0;
  flex-wrap: wrap; gap: 16px;
}
.footer-links { display: flex; gap: 2rem; }
.footer-links a { font-size: .75rem; letter-spacing: .2em; color: #666; transition: color .3s; }
.footer-links a:hover { color: #fff000; }
.footer-sns { display: flex; gap: 16px; align-items: center; }
.footer-sns a { color: #666; transition: color .3s; }
.footer-sns a:hover { color: #fff; }
.footer-line-icon { color: #06C755 !important; }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-wrap { padding: 80px 0 0; }
.faq-head { margin-bottom: 60px; }
.faq-list { list-style: none; max-width: 860px; margin: 0 auto; }
.faq-item { border-top: 1px solid #e5e5e5; }
.faq-item:last-child { border-bottom: 1px solid #e5e5e5; }
.faq-q {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 28px 0; cursor: pointer;
  user-select: none; transition: background .2s;
}
.faq-q:hover { background: #fffde6; padding-left: 8px; padding-right: 8px; margin: 0 -8px; }
.faq-ql {
  flex-shrink: 0; width: 36px; height: 36px;
  background: #fff000; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 900;
}
.faq-q p { flex: 1; font-size: 16px; font-weight: 700; line-height: 1.6; padding-top: 6px; }
.faq-toggle {
  flex-shrink: 0; width: 36px; height: 36px;
  border: 1px solid #000;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; line-height: 1;
  transition: transform .3s, background .3s;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: #000; color: #fff; }
.faq-a {
  display: none; padding: 0 0 32px;
  gap: 20px;
}
.faq-item.open .faq-a { display: flex; }
.faq-al {
  flex-shrink: 0; width: 36px; height: 36px;
  background: #000; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 900; color: #fff;
}
.faq-a p { flex: 1; font-size: 15px; line-height: 2.2; color: #444; padding-top: 6px; }
.faq-cta { margin-top: 80px; text-align: center; padding-bottom: 0; }
.faq-cta > p { font-size: 15px; color: #666; margin-bottom: 30px; }
.faq-cta-btns { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.faq-cta-btns .entry-line-btn { margin-top: 0; }

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-wrap { padding: 80px 0 0; }
.gallery-head { margin-bottom: 60px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item { }
.gallery-img { overflow: hidden; aspect-ratio: 4/3; }
.gallery-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.gallery-item:hover .gallery-img img { transform: scale(1.05); }
.gallery-caption { font-size: 12px; color: #888; letter-spacing: .1em; margin-top: 10px; }
.gallery-insta {
  margin-top: 70px; text-align: center; padding-bottom: 0;
}
.gallery-insta p { font-size: 15px; color: #666; margin-bottom: 24px; }

/* ============================================================
   JOIN PAGE (Chelsea準拠)
   ============================================================ */
.join-inner { max-width: 1100px; margin: 0 auto; padding: 80px 40px 50px; }
.join-page-head { margin-bottom: 60px; }
#page_join .sec_join article { padding-top: 50px; }
#page_join .sec_join article:nth-of-type(n+2) { padding-top: 150px; }
.join-tag { margin-bottom: 16px; }
.sub_title { font-size: 20px; letter-spacing: .25em; font-weight: 700; line-height: 1.5; }
.bosyu_list { margin-top: 45px; list-style: none; }
.bosyu_list li {
  display: flex;
  line-height: 2.14em;
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 10px 28px 50px;
  font-size: 15px;
}
.bosyu_list li:first-child { border-top: 1px solid #e5e5e5; }
.bosyu_list .title { width: 175px; flex-shrink: 0; font-weight: 700; color: #888; }
.bosyu_list .text { flex: 1; color: #333; }
.join-entry-btn { margin-top: 100px; text-align: center; }

/* ============================================================
   ENTRY PAGE
   ============================================================ */
.entry-page-wrap { padding: 100px 0 0; }
.entry-page-lead { max-width: 680px; margin: 0 auto 70px; text-align: center; }
.entry-page-lead p { margin-top: 1.5rem; font-size: 15px; line-height: 2.3; color: #444; }
.entry-tel-block { text-align: center; margin: 0 auto 70px; padding: 50px; background: #f9f9f9; border: 1px solid #e8e8e8; max-width: 680px; }
.entry-tel-label { font-size: .75rem; letter-spacing: .25em; color: #999; margin-bottom: 1rem; }
.entry-tel-num { display: block; font-size: 2.6rem; font-weight: 900; letter-spacing: .1em; color: #000; transition: color .3s; }
.entry-tel-num:hover { color: #888; }
.entry-tel-hours { font-size: .9rem; color: #888; margin-top: .75rem; }
.entry-form-sep { max-width: 680px; margin: 0 auto 60px; display: flex; align-items: center; gap: 1.5rem; font-size: .75rem; letter-spacing: .25em; color: #bbb; }
.entry-form-sep::before,.entry-form-sep::after { content: ''; flex: 1; height: 1px; background: #e8e8e8; }
.form-wrap { max-width: 680px; margin: 0 auto; }
.form-sec-ttl { font-size: 1rem; font-weight: 700; letter-spacing: .1em; border-left: 4px solid #fff000; padding-left: .9rem; margin: 3rem 0 1.5rem; }
.form-sec-ttl:first-child { margin-top: 0; }
.frow { margin-bottom: 1.5rem; }
.frow label { display: flex; align-items: center; gap: .5rem; font-size: .85rem; font-weight: 700; letter-spacing: .1em; margin-bottom: .6rem; color: #222; }
.req { display: inline-block; background: #fff000; font-size: .65rem; font-weight: 700; letter-spacing: .1em; padding: 2px 8px; line-height: 1.6; }
.frow input[type="text"],.frow input[type="email"],.frow input[type="tel"],.frow input[type="date"],.frow select,.frow textarea {
  width: 100%; border: 1.5px solid #ddd; background: #fff; color: #000;
  padding: 14px 16px; font-size: 15px; font-family: inherit; outline: none; transition: border-color .3s; -webkit-appearance: none;
}
.frow input:focus,.frow select:focus,.frow textarea:focus { border-color: #000; }
.frow textarea { resize: vertical; min-height: 160px; }
.frow-half { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.frow-radio { display: flex; gap: 2rem; margin-top: .25rem; }
.frow-radio label { display: flex; align-items: center; gap: .5rem; font-size: 1rem; font-weight: 300; cursor: pointer; margin-bottom: 0; }
.frow-radio input[type="radio"] { width: 18px; height: 18px; accent-color: #000; }
.frow-note { font-size: .8rem; color: #999; margin-top: .4rem; }
.privacy-box { border: 1px solid #ddd; padding: 1.5rem; margin: 2rem 0; height: 180px; overflow-y: auto; font-size: .85rem; line-height: 2; color: #555; }
.privacy-agree { display: flex; align-items: center; gap: .75rem; margin-bottom: 2.5rem; cursor: pointer; }
.privacy-agree input[type="checkbox"] { width: 20px; height: 20px; accent-color: #000; flex-shrink: 0; }
.privacy-agree span { font-size: .9rem; }
.f-submit { display: block; width: 100%; background: #fff000; border: none; color: #000; padding: 20px; font-size: 1.05rem; font-weight: 900; letter-spacing: .3em; cursor: pointer; font-family: inherit; transition: background .3s; }
.f-submit:hover { background: #000; color: #fff; }

/* 送信完了メッセージ */
.entry-sent-msg { text-align: center; padding: 60px 20px; }
.entry-sent-title { font-size: 24px; font-weight: 700; letter-spacing: .1em; margin-bottom: 1.5rem; }
.entry-sent-msg p { font-size: 15px; line-height: 2.2; color: #444; }
.entry-sent-msg .com-btn { display: inline-flex; }

/* CF7 override */
.wpcf7 { margin-top: 0 !important; }
.wpcf7 .wpcf7-form { display: flex; flex-direction: column; gap: 1.5rem; }
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 select,.wpcf7 textarea {
  width: 100%; border: 1.5px solid #ddd; background: #fff; color: #000;
  padding: 14px 16px; font-size: 15px; font-family: inherit; outline: none; -webkit-appearance: none;
}
.wpcf7 input[type="submit"] { background: #fff000; border: none; color: #000; padding: 20px; font-size: 1.05rem; font-weight: 900; letter-spacing: .3em; cursor: pointer; width: 100%; }
.wpcf7 input[type="submit"]:hover { background: #000; color: #fff; }

/* ============================================================
   DECORATION & POLISH
   ============================================================ */

/* --- Instagram アイコン：グラデーション --- */
.nav-sns a[aria-label="Instagram"],
.drawer-sns a[aria-label="Instagram"] {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  border-radius: 8px;
  padding: 3px;
  color: #fff !important;
  opacity: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.nav-sns a[aria-label="Instagram"]:hover,
.drawer-sns a[aria-label="Instagram"]:hover { opacity: .78 !important; }

.footer-sns a[aria-label="Instagram"] {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-radius: 8px;
  padding: 3px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.footer-sns a[aria-label="Instagram"]:hover { opacity: .78; }

/* ギャラリーページのInstagramフォローボタン */
.gallery-insta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .15em;
  padding: 18px 44px; transition: opacity .3s;
}
.gallery-insta-btn:hover { opacity: .82; }

/* --- FLOW：接続ラインを黄色グラデーションに --- */
.flow-list::before {
  background: linear-gradient(to right, transparent, #ffe000 20%, #ffe000 80%, transparent) !important;
  height: 2px !important;
}

/* --- VOICE DETAIL：キャッチフレーズに黄色縦ライン --- */
.vd-catch {
  border-left: 5px solid #ffe000;
  padding-left: 22px;
}

/* --- PAGE HERO：下部グラデーション --- */
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 90px;
  background: linear-gradient(to top, rgba(0,0,0,.4), transparent);
  pointer-events: none;
}

/* --- JOIN アコーディオン：開いた状態に黄色インジケーター --- */
.bosyu-item { position: relative; }
.bosyu-item.open::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #ffe000;
}

/* --- SHORTLINKS：ホバー時に黄色アクセントライン --- */
.shortlink-card {
  border-top: 3px solid transparent;
  transition: border-color .3s, opacity .3s !important;
}
.shortlink-card:hover {
  border-color: #ffe000 !important;
  opacity: 1 !important;
}

/* --- VOICE カード：READ MORE に矢印アニメーション --- */
.staff_list .com_more::after {
  content: ' →';
  display: inline-block;
  transition: transform .25s;
}
.staff_list li > a:hover .com_more::after { transform: translateX(6px); }

/* --- セクション見出し：黄色アンダーライン --- */
.sec-en-ttl::after {
  content: '';
  display: block;
  width: 28px; height: 2px;
  background: #ffe000;
  margin-top: 5px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) { .header-nav li { margin-left: 24px; } }
@media (max-width: 950px)  { .header-nav li { margin-left: 18px; } }
@media (max-width: 768px) {
  header { height: 120px; padding: 0 24px; }
  .header-logo img { width: 130px; }
  .header-nav { display: none; }
  .hamburger { display: flex; }
  .hero { margin-top: 120px; height: calc(100vh - 120px); }
  .hero-text-main { font-size: clamp(2.8rem,12vw,5rem); }
  .hero-text-sub { font-size: .9rem; letter-spacing: .2em; }
  .inner { padding: 0 20px; }
  .sec-en-ttl { font-size: 16px; }
  .sec-ja-ttl { font-size: 24px; }
  .page-hero { margin-top: 120px; height: 260px; }
  .sec_message { margin-top: 100px; }
  .msg-photo { margin-top: 30px; }
  .sec_career { margin-top: 100px; }
  .sec_owner { margin-top: 80px; padding-bottom: 80px; }
  .owner-head { margin-bottom: 36px; }
  .owner-content { flex-direction: column; gap: 32px; }
  .owner-photo { width: 100%; }
  .owner-comment { font-size: 14px; line-height: 2.2; }
  .owner-name { font-size: 18px; }
  .career-sec-inner { flex-direction: column; padding-left: 20px; padding-right: 20px; }
  .career-text-wrap { width: 100%; padding-right: 0; padding-bottom: 40px; }
  .career-photo-right { width: 100%; }
  .sec_voice { margin-top: 0; padding: 60px 0 50px; overflow: hidden; }
  .sec_voice .inner { padding-left: 50px; padding-right: 50px; }
  .voice-slide { min-width: 85%; padding-top: 220px; }
  .voice-arrow--prev { left: -40px; }
  .voice-arrow--next { right: -40px; }
  .voice-arrow svg { width: 28px; height: 44px; }
  .sec_delight { margin-top: 100px; }
  .delight-head { margin-bottom: 60px; }
  .delight-list { grid-template-columns: 1fr; gap: 70px; }
  .delight-num { font-size: 48px; top: -48px; }
  .delight-ttl { font-size: 19px; margin-top: 20px; }
  .delight-txt { font-size: 13px; margin-top: 16px; }
  .sec_join { margin-top: 90px; }
  .bosyu-header { padding: 20px 40px 20px 0; flex-wrap: wrap; gap: 10px; }
  .bosyu-type { width: 100%; }
  .bosyu-detail { padding: 0 0 30px; }
  .bosyu-dl { grid-template-columns: 100px 1fr; gap: 12px 16px; }
  .sec_entry { margin-top: 60px; }
  .entry-inner { flex-direction: column; align-items: flex-start; gap: 36px; }
  .entry-change { display: none; }
  .entry-jp-ttl { font-size: 20px; letter-spacing: .03em; }
  .entry-desc { font-size: 14px; }
  .entry-yellow-btn { width: 100%; max-width: 335px; height: 70px; font-size: 18px; }
  .com-btn { width: 100%; max-width: 335px; height: 70px; }
  .sec_staff { padding: 60px 0 40px; margin-top: 120px; }
  .staff-inner { padding: 0 20px; }
  .staff_list { flex-direction: column; }
  .staff_list li { width: 100%; }
  .staff_list li:nth-child(n+2) { margin-top: 50px; }
  .staff_list li:nth-child(n+3) { margin-top: 50px; }
  .staff_list .title { font-size: 17px; letter-spacing: .1em; }
  .staff-entry-btn { margin-top: 40px; }
  .sec_staff--detail { margin-top: 70px; }
  .detail_top { flex-direction: column; margin-left: 0; padding-left: 0; padding: 0 20px; margin-top: 35px; }
  .com_job_text { width: 100%; padding-right: 0; }
  .vd-catch { font-size: 22px; letter-spacing: .05em; line-height: 1.6; }
  .job_info { margin-top: 28px; }
  .detail_photo { width: 100%; margin-top: 30px; }
  .detail_intro { margin-top: 50px; }
  .detail_list { margin-top: 60px; padding: 0 20px; }
  .detail_list li:nth-child(n+2) { margin-top: 50px; }
  .detail_list .title { font-size: 19px; letter-spacing: .08em; }
  .detail_list .com_text { font-size: 14px; }
  .detail_list .photo { margin-top: 24px; }
  .vd-back { padding-bottom: 60px; }
  .btn-border { width: 100%; max-width: 335px; }
  /* SHORTLINKS */
  .sec_shortlinks { margin-top: 80px; }
  .shortlinks-grid { grid-template-columns: 1fr; gap: 2px; }
  .shortlink-card { padding: 36px 24px; }
  .shortlink-en { font-size: 26px; }
  .shortlink-ja { font-size: 12px; margin-top: 10px; }
  .shortlink-arrow { font-size: 26px; }

  /* DATA */
  .sec_data { margin-top: 80px; padding: 60px 0; }
  .data-list { grid-template-columns: repeat(2,1fr); }
  .data-item { border-right: 1px solid #222; border-left: none; border-top: 1px solid #222; }
  .data-item:nth-child(odd) { border-left: 1px solid #222; }
  .data-item:first-child,.data-item:nth-child(2) { border-top: 1px solid #222; }
  .data-num { font-size: 56px; }
  .data-unit { font-size: 22px; }
  .data-head { margin-bottom: 50px; }

  /* FLOW */
  .sec_flow { margin-top: 80px; }
  .flow-head { margin-bottom: 50px; }
  .flow-list { flex-direction: column; gap: 0; }
  .flow-list::before { display: none; }
  .flow-item { display: flex; align-items: flex-start; gap: 20px; text-align: left; padding: 24px 0; border-top: 1px solid #e5e5e5; }
  .flow-item:last-child { border-bottom: 1px solid #e5e5e5; }
  .flow-circle { width: 48px; height: 48px; flex-shrink: 0; margin: 0; }
  .flow-circle span { font-size: 15px; }
  .flow-title { font-size: 15px; margin-bottom: 6px; }
  .flow-desc { font-size: 12px; }

  /* INSTAGRAM */
  .sec_instagram { margin-top: 80px; padding: 70px 0; }
  .instagram-catch { font-size: 24px; }
  .instagram-desc { font-size: 13px; }
  .instagram-btn { width: 100%; max-width: 335px; justify-content: center; padding: 16px 24px; }

  /* LINE */
  .entry-line-btn { width: 100%; max-width: 335px; height: 70px; font-size: 15px; }
  .entry-right { width: 100%; }
  .entry-btn-pair { flex-direction: column; align-items: center; }
  .entry-methods { flex-direction: column; }
  .entry-methods .entry-tel-block { border-right: none; border-bottom: 1px solid #eee; padding: 36px 24px; }
  .entry-methods .entry-line-block { padding: 36px 24px; }
  .gallery-insta-btn { width: 100%; max-width: 335px; justify-content: center; padding: 16px 24px; }
  .vd-catch { padding-left: 14px; border-left-width: 4px; }

  /* ヘッダーSNS */
  .nav-sns { display: none; }

  /* フッター */
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 0 24px; gap: 20px; }
  .footer-links { gap: 1rem; flex-wrap: wrap; }
  .footer-links a { font-size: .7rem; }

  /* FAQ */
  .faq-wrap { padding: 60px 0 0; }
  .faq-head { margin-bottom: 40px; }
  .faq-q { gap: 14px; padding: 22px 0; }
  .faq-q p { font-size: 14px; }
  .faq-ql,.faq-al { width: 30px; height: 30px; font-size: 13px; }
  .faq-toggle { width: 30px; height: 30px; font-size: 16px; }
  .faq-a { padding: 0 0 24px 44px; }
  .faq-a p { font-size: 14px; }
  .faq-cta { margin-top: 60px; }
  .faq-cta-btns { flex-direction: column; align-items: center; }

  /* GALLERY */
  .gallery-wrap { padding: 60px 0 0; }
  .gallery-head { margin-bottom: 40px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .gallery-insta { margin-top: 50px; }

  footer.footer { padding-top: 60px; padding-right: 0; }
  .footer-inner { flex-direction: column; padding: 50px 24px 36px; gap: 32px; }
  .footer-text-area { width: 100%; }
  .footer-logo img { width: 130px; }
  .footer-dl { margin-top: 28px; }
  .footer-dl dt { display: none; }
  .footer-dl dd { width: 100%; letter-spacing: .07em; font-size: .8rem; }
  .footer-map-area { width: 100%; }
  .footer-map-area iframe { height: 240px; }
  .footer-copyright { padding: 20px 0; text-align: right; font-size: .7rem; }
  .sec_entry { padding: 0; }
  .frow-half { grid-template-columns: 1fr; }
  .entry-tel-num { font-size: 2rem; }
  .entry-page-wrap { padding: 60px 0 0; }
  .detail_list { margin-top: 60px; }
  .vd-back { margin-top: 60px; padding-bottom: 20px; }
  .join-inner { padding: 50px 20px 30px; }
  #page_join .sec_join article { padding-top: 30px; }
  #page_join .sec_join article:nth-of-type(n+2) { padding-top: 60px; }
  .join-page-head { margin-bottom: 40px; }
  .sub_title { font-size: 17px; letter-spacing: .05em; }
  .bosyu_list { margin-top: 24px; }
  .bosyu_list li { flex-direction: column; padding: 14px 0; }
  .bosyu_list .title { width: 100%; margin-bottom: 4px; font-size: 13px; }
  .bosyu_list .text { font-size: 14px; }
  .join-entry-btn { margin-top: 50px; }
}
@media (min-width: 769px) { .voice-slider-wrap { overflow: visible; } }
