@charset "UTF-8";
/*
Theme Name: PEEES RECRUIT
Theme URI: https://peees.cf/
Author: PEEES
Description: PEEES 採用LP（スクラッチ）。テキストはベタ書き、画像のみ ACF 差し替え対応。
Version: 1.0.0
*/
:root {
  --orange: #FF6B00;
  --orange-d: #E85D00;
  --orange-l: #FF8534;
  --bg: #FFFFFF;
  --bg-2: #FFF6EE;
  --ink: #1A2B5E;
  --ink-2: #101C42;
  --navy: #1A2B5E;
  --yellow: #FFC400;
  --green: #3FA34D;
  --paper: #FFFFFF;
  --paper-2: #FFF6EE;
  --paper-3: #FFE6D2;
  --gray: #6B6157;
  --line: #EFE6DC;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.75;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 92px;
  background: var(--bg);
  overflow: clip;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  pointer-events: none;
}
.hd .logo {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--ink);
}
.hd .logo span {
  color: var(--orange);
}
.hd .burger {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.hd .burger span {
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
}
.hd .burger .lbl {
  font-family: "Montserrat", sans-serif;
  font-size: 6px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

.eyebrow {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--orange);
  display: inline-block;
}

.sec {
  padding: 40px 20px;
  position: relative;
}

.sec-title {
  font-weight: 900;
  font-size: clamp(29px, 6.6vw, 42px);
  line-height: 1.25;
  margin: 12px 0 28px;
  letter-spacing: 0.005em;
  color: var(--ink);
}
.sec-title em {
  position: relative;
  font-style: normal;
  color: var(--orange);
  padding: 0 0.04em;
}
.sec-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.32em;
  background: rgba(255, 196, 0, 0.55);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.sec-title.mk-on em::after {
  transform: scaleX(1);
}

.numbers .sec-title em,
.benefit .sec-title em {
  color: var(--navy);
  padding: 0 0.22em;
}

.numbers .sec-title em::after,
.benefit .sec-title em::after {
  top: -0.04em;
  bottom: -0.04em;
  height: auto;
  border-radius: 5px;
  background: var(--orange);
}

.growth .sec-title em::after,
.voice .sec-title em::after {
  height: 6px;
  bottom: -1px;
  border-radius: 3px;
  background: var(--orange);
}

.why .sec-title em::after {
  height: 0.42em;
  bottom: 0.04em;
  background: rgba(255, 196, 0, 0.6);
  transform: scaleX(0) rotate(-1.8deg);
}

.why .sec-title.mk-on em::after {
  transform: scaleX(1) rotate(-1.8deg);
}

.gallery .sec-title em,
.contents .sec-title em {
  padding: 0 0.22em;
}

.gallery .sec-title em::after,
.contents .sec-title em::after {
  top: -0.04em;
  bottom: -0.04em;
  height: auto;
  border-radius: 5px;
  background: var(--navy);
}

@media (prefers-reduced-motion: reduce) {
  .sec-title em::after {
    transform: scaleX(1);
    transition: none;
  }
}
.sec-en {
  font-family: "Anton", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--orange);
  display: block;
}

.mv {
  position: relative;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 24px;
  overflow: hidden;
  color: var(--ink);
}

.mv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 1.6px, transparent 1.8px) 0 0/22px 22px, repeating-conic-gradient(from 0deg at 50% 38%, rgba(255, 255, 255, 0) 0deg 4deg, rgba(255, 255, 255, 0.5) 4deg 8deg), radial-gradient(120% 90% at 50% 30%, #FFF3EA 0%, #FFB877 40%, var(--bg) 100%);
}
.mv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 50% at 50% 32%, rgba(255, 255, 255, 0.85), transparent 70%);
}

.mv-core {
  position: relative;
  z-index: 3;
  margin-top: 4vh;
  padding: 18px 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .mv-core {
    position: absolute;
    left: 0;
    bottom: 1%;
    width: 100%;
    transform: translate(0, 0);
  }
}

.mv-people {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.mv-people figure {
  position: absolute;
  aspect-ratio: 4/5;
  overflow: visible;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.28));
}
.mv-people figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}
.mv-people figure::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 1;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 1px, transparent 1.4px) 0 0/11px 11px, radial-gradient(ellipse 95% 72% at 50% 22%, #FFD9B0, #FF7A1A 65%, var(--orange-d));
}
.mv-people figure svg {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.mv-people figure img {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.pp1 {
  width: 30%;
  top: 20%;
  left: 15%;
  transform: rotate(-13deg);
}
@media (max-width: 1023px) {
  .pp1 {
    width: 50%;
    top: 15%;
    left: 1%;
    transform: rotate(-13deg);
  }
}
@media (max-width: 767px) {
  .pp1 {
    width: 50%;
    top: 15%;
    left: 1%;
    transform: rotate(-13deg);
  }
}

.pp2 {
  width: 30%;
  top: 5%;
  right: 10%;
  transform: rotate(12deg);
}
@media (max-width: 1023px) {
  .pp2 {
    width: 50%;
    top: 5%;
    right: 1%;
    transform: rotate(12deg);
  }
}
@media (max-width: 767px) {
  .pp2 {
    width: 50%;
    top: 5%;
    right: 1%;
    transform: rotate(12deg);
  }
}

.pp3 {
  width: 30%;
  top: 60%;
  left: -5%;
  transform: rotate(11deg);
}
@media (max-width: 1023px) {
  .pp3 {
    width: 50%;
    top: 65%;
    left: -5%;
    transform: rotate(11deg);
  }
}
@media (max-width: 767px) {
  .pp3 {
    width: 50%;
    top: 60%;
    left: -15%;
    transform: rotate(11deg);
  }
}

.pp4 {
  width: 30%;
  top: 45%;
  right: 2%;
  transform: rotate(-12deg);
}
@media (max-width: 1023px) {
  .pp4 {
    width: 50%;
    top: 70%;
    right: 2%;
    transform: rotate(-12deg);
  }
}
@media (max-width: 767px) {
  .pp4 {
    width: 50%;
    top: 50%;
    right: 1%;
    transform: rotate(-12deg);
  }
}

.mv-tags {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.mv-tag {
  position: absolute;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 900;
  color: var(--ink);
  box-shadow: 0 3px 0 var(--ink);
  white-space: nowrap;
}
.mv-tag.o {
  color: var(--green);
  border-color: var(--green);
  box-shadow: 0 3px 0 var(--green);
}
.mv-tag.t1 {
  top: 22%;
  left: 7%;
  transform: rotate(-6deg);
}
@media (max-width: 1023px) {
  .mv-tag.t1 {
    top: 15%;
    left: 1%;
    transform: rotate(-6deg);
  }
}
@media (max-width: 767px) {
  .mv-tag.t1 {
    top: 30%;
    left: 1%;
    transform: rotate(-6deg);
  }
}
.mv-tag.t2 {
  top: 10%;
  right: 7%;
  transform: rotate(6deg);
}
@media (max-width: 1023px) {
  .mv-tag.t2 {
    top: 10%;
    right: 7%;
    transform: rotate(6deg);
  }
}
@media (max-width: 767px) {
  .mv-tag.t2 {
    top: 18%;
    right: 5%;
    transform: rotate(6deg);
  }
}
.mv-tag.t3 {
  top: 40%;
  left: 1%;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .mv-tag.t3 {
    top: 40%;
    left: 1%;
    transform: rotate(-4deg);
  }
}
.mv-tag.t4 {
  top: 32%;
  right: 15%;
  transform: rotate(5deg);
}
@media (max-width: 767px) {
  .mv-tag.t4 {
    top: 30%;
    right: 15%;
    transform: rotate(5deg);
  }
}
.mv-tag.t5 {
  top: 60%;
  left: 23%;
  transform: rotate(5deg);
}
@media (max-width: 1023px) {
  .mv-tag.t5 {
    top: 70%;
    left: 1%;
    transform: rotate(5deg);
  }
}
@media (max-width: 767px) {
  .mv-tag.t5 {
    top: 70%;
    left: 5%;
    transform: rotate(5deg);
  }
}
.mv-tag.t6 {
  top: 50%;
  right: 20%;
  transform: rotate(-5deg);
}
@media (max-width: 1023px) {
  .mv-tag.t6 {
    top: 70%;
    right: 15%;
    transform: rotate(-5deg);
  }
}
@media (max-width: 767px) {
  .mv-tag.t6 {
    top: 40%;
    right: 15%;
    transform: rotate(-5deg);
  }
}
.mv-tag.t7 {
  top: 80%;
  left: 20%;
  transform: rotate(-7deg);
}
@media (max-width: 1023px) {
  .mv-tag.t7 {
    top: 85%;
    left: 10%;
    transform: rotate(-7deg);
  }
}
@media (max-width: 767px) {
  .mv-tag.t7 {
    top: 80%;
    left: 5%;
    transform: rotate(-7deg);
  }
}
.mv-tag.t8 {
  top: 85%;
  right: 22%;
  transform: rotate(6deg);
}
@media (max-width: 1023px) {
  .mv-tag.t8 {
    top: 90%;
    right: 5%;
    transform: rotate(6deg);
  }
}
@media (max-width: 767px) {
  .mv-tag.t8 {
    top: 80%;
    right: 2%;
    transform: rotate(6deg);
  }
}

.mv-kicker {
  display: inline-block;
  font-weight: 900;
  font-size: 13px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 100px;
  padding: 7px 18px;
  margin-bottom: 6px;
  line-height: 1.4;
  box-shadow: 0 3px 0 rgba(10, 100, 128, 0.3);
}

.mv-hero-num {
  font-family: "Anton", sans-serif;
  line-height: 0.9;
  margin: 4px 0;
}
.mv-hero-num .pct {
  font-size: clamp(80px, 26vw, 120px);
  color: var(--yellow);
  -webkit-text-stroke: 3px var(--ink);
  paint-order: stroke fill;
  text-shadow: 4px 5px 0 var(--ink);
}
.mv-hero-num .pct small {
  font-size: 0.42em;
  -webkit-text-stroke: 2px var(--ink);
}

.mv-hero-label {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  padding: 3px 18px;
  border-radius: 8px;
  border: 2px solid var(--navy);
  transform: rotate(-2deg);
  box-shadow: 0 3px 0 var(--navy);
  margin-top: -6px;
}

.mv-sub {
  font-size: 12px;
  margin-top: 14px;
  line-height: 1.7;
  color: var(--ink);
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.mv-badge {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.3vw;
  font-weight: 800;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  padding: 4px 11px;
  border: 1.5px dashed var(--ink);
  letter-spacing: -0.01em;
  max-width: 90%;
}
@media (max-width: 1023px) {
  .mv-badge {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .mv-badge {
    font-size: 2.5vw;
  }
}

.mv-scroll {
  position: relative;
  z-index: 3;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--ink);
  margin-top: 14px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .mv-scroll {
    display: none;
  }
}
.mv-scroll::before {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  margin: 0 auto 6px;
  background: var(--ink);
  animation: drop 1.8s infinite;
}

@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
.recruiting {
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 24px;
}
.recruiting .t {
  font-weight: 900;
  font-size: 17px;
  line-height: 1.5;
}
.recruiting .t b {
  font-family: "Anton", sans-serif;
  font-size: 26px;
  vertical-align: -2px;
  margin: 0 2px;
}
.recruiting .s {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 6px;
}

.kpi {
  background: var(--orange);
}

.kpi-inner {
  padding: 44px 24px;
}

.kpi-lead {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 22px;
  color: #fff;
}
.kpi-lead small {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
  letter-spacing: 0.08em;
}

.kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.kpi-cell {
  background: #fff;
  padding: 18px 14px;
  text-align: center;
}
.kpi-cell .n {
  font-family: "Anton", sans-serif;
  font-size: 38px;
  line-height: 1;
  color: var(--navy);
}
.kpi-cell .n small {
  font-size: 16px;
  margin-left: 1px;
  color: var(--orange);
}
.kpi-cell .l {
  font-size: 11px;
  margin-top: 6px;
  color: var(--gray);
  letter-spacing: 0.04em;
}

.member {
  background: transparent;
  padding-bottom: 40px;
}

.member-scroll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 4px 0 8px;
}
.member-scroll::-webkit-scrollbar {
  display: none;
}

.mcard {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 43, 94, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  display: block;
}
.mcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(26, 43, 94, 0.28);
}
.mcard .ph {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.mcard .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.mcard .ph .nm-ov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 14px 10px;
  background: linear-gradient(transparent, rgba(16, 28, 66, 0.92));
  color: #fff;
}
.mcard .ph .nm-ov .nm {
  font-size: 17px;
  font-weight: 900;
}
.mcard .ph .nm-ov .joined {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.88;
  margin-top: 1px;
}
.mcard:hover .ph img {
  transform: scale(1.06);
}
.mcard .body {
  padding: 14px;
  background: #fff;
}
.mcard .step {
  font-size: 11px;
  font-weight: 800;
  color: var(--navy);
  background: var(--paper-2);
  border-radius: 8px;
  padding: 8px 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.mcard .step .lbl {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  margin-right: 4px;
}
.mcard .pay {
  display: flex;
  gap: 8px;
}
.mcard .pay .cell {
  flex: 1;
  text-align: center;
  background: var(--orange);
  color: #fff;
  border-radius: 8px;
  padding: 8px 4px;
}
.mcard .pay .cell .pl {
  font-size: 8px;
  font-weight: 700;
  opacity: 0.8;
  letter-spacing: 0.04em;
}
.mcard .pay .cell .pv {
  font-family: "Anton", sans-serif;
  font-size: 17px;
  line-height: 1.1;
  margin-top: 2px;
}
.mcard .pay .cell .pv small {
  font-size: 10px;
}
.mcard .pay .cell.y {
  background: var(--yellow);
  color: var(--navy);
}

.member-hint {
  padding: 0 24px;
  font-size: 11px;
  color: var(--gray);
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.member-hint::after {
  content: "→";
  color: var(--orange);
}

.numbers {
  background: var(--paper-2);
}

.num-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.num-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 4px 16px rgba(14, 124, 155, 0.07);
  position: relative;
  overflow: hidden;
}
.num-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--orange);
}
.num-card .big {
  font-family: "Anton", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: var(--navy);
  flex-shrink: 0;
  min-width: 96px;
}
.num-card .big small {
  font-size: 17px;
  color: var(--orange);
}
.num-card .meta .t {
  font-weight: 800;
  font-size: 13px;
  color: var(--ink);
}
.num-card .meta .d {
  font-size: 12px;
  color: var(--gray);
  margin-top: 3px;
  line-height: 1.6;
}

.gallery {
  background: var(--orange);
  padding: 52px 0;
  overflow: hidden;
  color: var(--navy);
}
.gallery .sec-head {
  padding: 0 24px;
  margin-bottom: 20px;
}
.gallery .sec-title {
  color: var(--navy);
  margin-bottom: 0;
}
.gallery .sec-title em {
  color: #fff;
}
.gallery .eyebrow {
  color: var(--navy);
}
.gallery .eyebrow::before {
  background: var(--navy);
}

.marquee {
  display: flex;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.gphoto {
  position: relative;
  width: 240px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
}
.gphoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.gphoto:hover img {
  transform: scale(1.08);
}
.gphoto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(28, 28, 28, 0.85));
}
.gphoto .cap {
  position: absolute;
  left: 14px;
  bottom: 13px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  color: #fff !important;
}
.gphoto .cap b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  color: var(--yellow);
  letter-spacing: 0.16em;
  margin-bottom: 3px;
}

.jobs {
  background: var(--navy);
  color: #fff;
}
.jobs .sec-title {
  color: #fff;
}

.jobs-bigtitle {
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 12vw, 60px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.job-cat {
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  margin: 24px 0 12px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
}
.job-cat.first {
  margin-top: 8px;
}

.job-card {
  background: #fff;
  border-radius: 14px;
  padding: 0;
  margin-bottom: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.job-card .jc-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.job-card .jc-img img {
  width: 100%;
  height: auto;
  display: block;
}
.job-card .jc-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 8px;
  font-weight: 900;
  color: #fff;
  background: var(--orange);
  padding: 3px 7px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  z-index: 2;
}
.job-card .jc-body {
  padding: 14px 16px;
  flex: 1;
}
.job-card .jt {
  font-size: 14px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.4;
}
.job-card .salary {
  color: var(--orange);
  font-weight: 900;
}

.job-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  color: var(--gray);
}
.job-meta .row {
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.job-meta .row b {
  color: var(--ink);
  font-weight: 800;
  min-width: 36px;
  font-size: 10px;
}

.entry-banner {
  background: transparent;
  padding: 40px 24px;
}

.eb-split {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(14, 124, 155, 0.15);
  min-height: 120px;
}

.eb-half {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  color: #fff;
  text-align: center;
}
.eb-half img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.eb-half.new::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(14, 124, 155, 0.88), rgba(10, 100, 128, 0.7));
  z-index: 1;
}
.eb-half.mid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 107, 0, 0.9), rgba(232, 93, 0, 0.72));
  z-index: 1;
}
.eb-half .in {
  position: relative;
  z-index: 2;
}
.eb-half .en {
  font-family: "Anton", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.95;
}
.eb-half .jp {
  font-size: 16px;
  font-weight: 900;
  margin-top: 2px;
}
.eb-half .ar {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-size: 16px;
}

.sns {
  background: var(--navy);
  color: #fff;
  padding: 56px 24px;
  position: relative;
  overflow: hidden;
}
.sns .eyebrow {
  position: relative;
  z-index: 2;
}
.sns h2 {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 20px;
  margin: 12px 0 20px;
  color: #fff;
}

.sns-bigword {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: clamp(40px, 13vw, 64px);
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.04em;
  white-space: nowrap;
  z-index: 0;
}

.sns-grid {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.sns-card {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  min-height: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 18px 12px;
  transition: transform 0.15s ease;
}
.sns-card:active {
  transform: translateY(2px);
}
.sns-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.sns-card.ig::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(14, 124, 155, 0.85), rgba(10, 100, 128, 0.75));
  z-index: 1;
}
.sns-card.tt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 107, 0, 0.88), rgba(232, 93, 0, 0.75));
  z-index: 1;
}
.sns-card .in {
  position: relative;
  z-index: 2;
}
.sns-card .ic {
  font-size: 26px;
  margin-bottom: 6px;
}
.sns-card .nm {
  font-weight: 900;
  font-size: 14px;
}
.sns-card .ds {
  font-size: 10px;
  opacity: 0.92;
  margin-top: 3px;
}
.sns-card .go {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 100px;
}

.reason {
  background: linear-gradient(135deg, var(--navy), var(--ink-2));
  color: #fff;
  text-align: center;
  padding: 54px 24px;
  position: relative;
  overflow: hidden;
}
.reason::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 160%;
  background: var(--orange);
  opacity: 0.18;
  transform: rotate(20deg);
  filter: blur(10px);
}
.reason .big-pct {
  font-family: "Anton", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: var(--orange-l);
}
.reason h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin: 10px 0 6px;
}
.reason h2 .o {
  color: var(--yellow);
}
.reason p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.reason-in {
  position: relative;
  z-index: 2;
}

.growth {
  background: #fff;
  color: var(--ink);
}
.growth .eyebrow {
  color: var(--orange);
}
.growth .eyebrow::before {
  background: var(--orange);
}
.growth .sec-title {
  color: var(--ink);
}
.growth .sec-title em {
  color: var(--orange);
}

.growth-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 14px;
}
.growth-badge::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -7px;
  border: 7px solid transparent;
  border-top-color: var(--orange);
  border-bottom: 0;
}

.growth-result {
  margin-bottom: 18px;
}
.growth-result .lbl {
  font-size: 12px;
  font-weight: 800;
  color: var(--gray);
}
.growth-result .amt {
  font-family: "Anton", sans-serif;
  font-size: 46px;
  line-height: 1;
  color: var(--ink);
}
.growth-result .amt small {
  font-size: 20px;
  margin: 0 2px;
}

.growth-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 230px;
  margin-top: 6px;
  padding: 0 2px 8px;
  overflow-x: auto;
}

.gcol {
  flex: 0 0 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.gcol .bar {
  width: 100%;
  background: #7FBF8A;
  border-radius: 3px 3px 0 0;
  transform-origin: bottom;
}
.gcol.last .bar {
  background: var(--navy);
}
.gcol .yr {
  font-size: 10px;
  color: var(--gray);
  margin-top: 5px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}
.gcol .yr b {
  display: block;
  color: var(--ink);
  font-size: 11.5px;
  white-space: nowrap;
}

@keyframes rise {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.growth-note {
  font-size: 11px;
  color: var(--gray);
  margin-top: 14px;
  text-align: center;
}

.why {
  background: transparent;
}

.why-lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink);
  font-weight: 700;
}
.why-lead b {
  color: var(--orange);
  font-weight: 900;
}

.why-points {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-item {
  display: flex;
  gap: 16px;
  align-items: center;
  background: var(--paper-2);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--line);
}

.why-num {
  font-family: "Anton", sans-serif;
  font-size: 26px;
  color: var(--orange);
  line-height: 1;
  flex-shrink: 0;
  width: 34px;
  text-align: center;
}

.why-body h3 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
  color: var(--ink);
}
.why-body p {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.8;
}

.benefit {
  background: var(--paper-2);
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(14, 124, 155, 0.07);
}
.bcard .ic {
  font-size: 24px;
  margin-bottom: 8px;
}
.bcard .bn {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  color: var(--navy);
  line-height: 1;
}
.bcard .bn small {
  font-size: 14px;
  color: var(--orange);
}
.bcard .bl {
  font-size: 11px;
  color: var(--gray);
  margin-top: 8px;
}

.voice {
  background: transparent;
}

.voice-hero {
  position: relative;
  height: 210px;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 14px;
}
.voice-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 1.2s ease;
}
.voice-hero.on img {
  transform: scale(1);
}
.voice-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10, 100, 128, 0.82));
}
.voice-hero .vh {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.voice-hero .vh span {
  color: var(--yellow);
}

.voice-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  margin-top: 14px;
}
.voice-card p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink);
}
.voice-card .mk {
  color: var(--navy);
  font-weight: 900;
}

.voice-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.voice-meta .name {
  font-size: 14px;
  font-weight: 900;
}
.voice-meta .role {
  font-size: 11px;
  color: var(--green);
  font-weight: 700;
}

.voice-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--green);
}
.voice-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews {
  background: transparent;
}

.rev-head {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.rev-score {
  font-family: "Anton", sans-serif;
  font-size: 40px;
  color: var(--orange);
  line-height: 1;
}

.rev-stars {
  color: var(--yellow);
  font-size: 14px;
  letter-spacing: 2px;
}

.rev-count {
  font-size: 11px;
  color: var(--gray);
  margin-top: 2px;
}

.rev-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rev-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(14, 124, 155, 0.04);
}
.rev-card p {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.75;
}

.rev-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rev-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  flex-shrink: 0;
}

.rev-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
}

.rev-stars-s {
  color: var(--yellow);
  font-size: 11px;
  letter-spacing: 1px;
}

.rev-g {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--gray);
  margin-top: 8px;
}
.rev-g b {
  color: #4285F4;
  font-weight: 800;
}

.contents {
  background: var(--orange);
  color: var(--navy);
}
.contents .sec-title {
  color: var(--navy);
}
.contents .sec-title em {
  color: #fff;
}
.contents .eyebrow {
  color: var(--navy);
}
.contents .eyebrow::before {
  background: var(--navy);
}

.cont-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cont-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 14px;
  color: #fff;
  transition: transform 0.15s ease;
}
.cont-card:active {
  transform: translateY(2px);
}
.cont-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.cont-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 100, 128, 0.3), rgba(10, 100, 128, 0.85));
  z-index: 1;
}
.cont-card .en {
  position: relative;
  z-index: 2;
  font-family: "Anton", sans-serif;
  font-size: 12px;
  color: var(--yellow);
  letter-spacing: 0.06em;
}
.cont-card .jp {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 800;
}
.cont-card.wide {
  grid-column: span 2;
  min-height: 72px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cont-card.wide .txt {
  position: relative;
  z-index: 2;
}
.cont-card .arr {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
}

.final {
  background: linear-gradient(160deg, var(--navy), var(--ink-2));
  color: #fff;
  text-align: center;
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 80%;
  height: 120%;
  background: var(--orange);
  opacity: 0.16;
  transform: rotate(20deg);
  filter: blur(20px);
}
.final h2 {
  font-family: "Anton", sans-serif;
  font-size: 40px;
  line-height: 1.05;
}
.final h2 .o {
  color: var(--yellow);
}
.final p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  margin-top: 16px;
  line-height: 1.9;
}
.final .area {
  color: var(--orange-l);
  font-size: 11px;
  margin-top: 4px;
  display: block;
}
.final .pick {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 800;
  color: var(--yellow);
}
.final .arrow {
  font-size: 22px;
  margin-top: 6px;
  color: var(--orange);
  animation: bob 1.4s infinite;
}

.final-in {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

@keyframes bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.foot {
  background: var(--ink-2);
  color: #fff;
  text-align: center;
  padding: 30px 24px 38px;
}
.foot .logo {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: "Anton", sans-serif;
}
.foot .logo span {
  color: var(--orange);
}
.foot .msg {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.6;
}
.foot small {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.cta-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  max-width: 640px;
  margin: 0 auto;
  background: rgba(16, 28, 66, 0.97);
  backdrop-filter: blur(10px);
  border-top: 2px solid var(--orange);
  padding: 9px 9px calc(9px + env(safe-area-inset-bottom));
  display: flex;
  gap: 7px;
}

.cta-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  padding: 10px 5px;
  font-weight: 900;
  line-height: 1.25;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.cta-btn:active {
  transform: translateY(2px);
  filter: brightness(1.08);
}
.cta-btn .tag {
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  letter-spacing: 0.1em;
  opacity: 0.9;
  font-weight: 700;
}
.cta-btn .main {
  font-size: 13px;
  margin-top: 3px;
}

.cta-new {
  background: var(--orange);
  color: #fff;
}

.cta-mid {
  background: #fff;
  color: var(--orange);
  border: 1.5px solid var(--orange);
}

.cta-talk {
  background: var(--yellow);
  color: var(--navy);
}

.cta-mynavi {
  background: #00A5E0;
  color: #fff;
}

@media (min-width: 430px) {
  .cta-btn .main {
    font-size: 14px;
  }
}
.side-cta {
  position: fixed;
  top: 42%;
  transform: translateY(-50%);
  z-index: 98;
  right: 0;
}
.side-cta button {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 48px;
  background: linear-gradient(160deg, var(--orange), var(--orange-d));
  color: #fff;
  border: none;
  border-radius: 12px 0 0 12px;
  padding: 16px 8px 16px 10px;
  cursor: pointer;
  box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.28);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  transition: padding-right 0.18s ease, filter 0.18s ease;
}
.side-cta button:hover {
  filter: brightness(1.06);
  padding-right: 12px;
}
.side-cta button:active {
  filter: brightness(0.96);
}
.side-cta .play {
  writing-mode: horizontal-tb;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-bottom: 2px;
  flex-shrink: 0;
}
.side-cta .sub {
  font-size: 9px;
  font-weight: 700;
  opacity: 0.92;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.18);
  padding: 6px 3px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .side-cta button {
    font-size: 12px;
    padding: 12px 5px 12px 7px;
    gap: 4px;
    width: 40px;
  }
  .side-cta .play {
    width: 20px;
    height: 20px;
    font-size: 9px;
  }
  .side-cta .sub {
    font-size: 8px;
    padding: 5px 2px;
  }
}
.vmodal {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 20, 30, 0.86);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.vmodal.open {
  display: flex;
}

.vmodal-box {
  width: 100%;
  max-width: 440px;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.vmodal-box .vhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  background: var(--ink);
  color: #fff;
}
.vmodal-box .vhead .vt {
  font-size: 13px;
  font-weight: 900;
}
.vmodal-box .vclose {
  background: rgba(255, 255, 255, 0.18);
  border: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}
.vmodal-box .vframe {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--ink), var(--ink-2));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.vmodal-box .vframe .vbig {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 12px;
}
.vmodal-box .vframe .vnote {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.7;
}
.vmodal-box video,
.vmodal-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}
.reveal.on {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .bar,
  .mv-scroll::before,
  .final .arrow,
  .marquee {
    animation: none;
  }
}
.member-scroll {
  align-items: flex-start;
}

.mcard .m-block {
  margin-bottom: 10px;
}
.mcard .m-block:last-child {
  margin-bottom: 0;
}
.mcard .m-ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 6px;
}
.mcard .m-ttl .lbl {
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}
.mcard .m-career {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mcard .m-career li {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  background: var(--paper-2);
  border-radius: 8px;
  padding: 7px 10px;
  line-height: 1.4;
}
.mcard .m-career li .t {
  display: block;
  font-size: 9px;
  font-weight: 900;
  color: var(--orange);
  letter-spacing: 0.02em;
  margin-bottom: 1px;
}
.mcard .m-award {
  font-size: 11px;
  font-weight: 800;
  color: var(--ink);
  background: var(--paper-2);
  border-radius: 8px;
  padding: 8px 10px;
  line-height: 1.5;
}
.mcard .m-award .mvp {
  display: inline-block;
  margin-left: 6px;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  background: var(--orange);
  border-radius: 6px;
  padding: 2px 7px;
  vertical-align: 1px;
}
.mcard .m-qa {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.mcard .m-qa dt {
  font-size: 10px;
  font-weight: 900;
  color: var(--navy);
  background: var(--paper-3);
  border-radius: 6px 6px 0 0;
  padding: 5px 9px;
}
.mcard .m-qa dd {
  font-size: 11px;
  font-weight: 700;
  color: var(--gray);
  line-height: 1.6;
  padding: 6px 9px 8px;
  background: var(--paper-2);
  border-radius: 0 0 6px 6px;
}

@media (min-width: 768px) {
  .wrap {
    max-width: none;
    padding-bottom: 0;
    --gutter: max(24px, calc((100% - 1120px) / 2));
  }
  .sec {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .mv {
    min-height: 560px;
  }
  .mv-core {
    padding-top: 54px;
  }
  .mv-tag {
    font-size: 2vw;
    padding: 7px 13px;
  }
  .mv-kicker {
    font-size: 2vw;
  }
  .mv-hero-label {
    font-size: 2vw;
  }
  .mv-sub {
    font-size: 1.4vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mv-sub {
    font-size: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .mv-sub {
    font-size: 2vw;
  }
}
@media (min-width: 768px) {
  .recruiting {
    padding: 34px var(--gutter);
  }
  .recruiting .t {
    font-size: 24px;
  }
  .recruiting .t b {
    font-size: 34px;
  }
  .recruiting .s {
    font-size: 15px;
  }
  .kpi-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .kpi-lead {
    font-size: 24px;
    text-align: center;
  }
  .kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .kpi-cell {
    padding: 30px 14px;
  }
  .kpi-cell .n {
    font-size: 48px;
  }
  .member-scroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow: visible;
    margin: 0;
    padding: 4px 0 8px;
  }
  .member-hint {
    display: none;
  }
  .num-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .gallery {
    padding: 72px 0;
  }
  .gallery .sec-head {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .gphoto {
    width: 320px;
    height: 400px;
  }
  .jobs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-content: flex-start;
  }
  .jobs > .jobs-bigtitle,
  .jobs > .eyebrow,
  .jobs > .sec-title,
  .jobs > .job-cat {
    flex: 0 0 100%;
    width: 100%;
  }
  .job-card {
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    margin-bottom: 0;
  }
  .jobs-bigtitle {
    font-size: 72px;
  }
  .entry-banner {
    padding: 56px var(--gutter);
  }
  .eb-split {
    max-width: 1120px;
    margin: 0 auto;
    min-height: 170px;
  }
  .eb-half .jp {
    font-size: 20px;
  }
  .sns {
    padding: 80px var(--gutter);
  }
  .sns-grid {
    max-width: 1120px;
    margin: 0 auto;
  }
  .sns-card {
    min-height: 248px;
  }
  .reason {
    padding: 84px var(--gutter);
  }
  .reason .big-pct {
    font-size: 84px;
  }
  .reason h2 {
    font-size: 28px;
  }
  .reason-in {
    max-width: 820px;
    margin: 0 auto;
  }
  .growth-chart {
    height: 360px;
    justify-content: center;
  }
  .why-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .voice {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .voice > .eyebrow,
  .voice > .sec-title,
  .voice > .voice-hero {
    flex: 0 0 100%;
  }
  .voice-hero {
    height: 400px;
    margin-top: 0;
  }
  .voice-card {
    flex: 1 1 calc(50% - 18px);
    margin-top: 0;
  }
  .rev-head {
    max-width: 560px;
  }
  .rev-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cont-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .cont-card {
    min-height: 190px;
  }
  .cont-card.wide {
    grid-column: span 4;
    min-height: 96px;
  }
  .final-in {
    max-width: 820px;
    margin: 0 auto;
  }
  .final h2 {
    font-size: 64px;
  }
  .foot {
    padding: 48px var(--gutter) 56px;
  }
  .cta-fixed {
    max-width: 1040px;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  }
  .cta-btn {
    padding: 14px 8px;
  }
  .cta-btn .main {
    font-size: 16px;
  }
  .side-cta {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .mv {
    min-height: 620px;
  }
}
.job-card {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.jc-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 900;
  color: var(--orange);
  letter-spacing: 0.04em;
}

.rd {
  background: var(--bg);
}

.rd-hero {
  width: 100%;
  background: var(--navy);
}
.rd-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.rd-main {
  padding: 32px 20px 40px;
}

.rd .eyebrow {
  margin-bottom: 8px;
}

.rd-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 28px;
}

.rd-block {
  margin-bottom: 32px;
}

.rd-h {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--paper-3);
}
.rd-h .lbl {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  color: var(--orange);
}

.rd-text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink);
  font-weight: 500;
}
.rd-text .yl {
  color: var(--orange);
  font-weight: 700;
  font-size: 12px;
}

.rd-table {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.rd-row {
  display: flex;
  border-bottom: 1px solid var(--line);
}
.rd-row:last-child {
  border-bottom: none;
}
.rd-row dt {
  flex: 0 0 96px;
  background: var(--paper-2);
  padding: 14px 12px;
  font-size: 12px;
  font-weight: 900;
  color: var(--navy);
}
.rd-row dd {
  flex: 1;
  padding: 14px 14px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink);
}

.rd-cta {
  margin-top: 36px;
  background: var(--paper-2);
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
}

.rd-cta-lead {
  font-size: 15px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 14px;
}

.rd-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.rd-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.3;
}
.rd-btn .tag {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  opacity: 0.9;
  margin-bottom: 3px;
}
.rd-btn.new {
  background: var(--orange);
  color: #fff;
}
.rd-btn.mid {
  background: #fff;
  color: var(--orange);
  border: 1.5px solid var(--orange);
}
.rd-btn.talk {
  background: var(--yellow);
  color: var(--navy);
}
.rd-btn.line {
  background: #06C755;
  color: #fff;
  width: 100%;
  max-width: 440px;
}

.rd-back {
  display: inline-block;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 800;
  color: var(--gray);
}
.rd-back:hover {
  color: var(--orange);
}

@media (min-width: 768px) {
  .rd-hero {
    max-width: 880px;
    margin: 0 auto;
  }
  .rd-main {
    max-width: 880px;
    margin: 0 auto;
    padding: 48px 24px 72px;
  }
  .rd-title {
    font-size: 32px;
  }
  .rd-cta-btns {
    flex-direction: row;
  }
  .rd-btn {
    flex: 1;
  }
}
.job-card.closed {
  cursor: default;
}
.job-card.closed:hover {
  transform: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.job-card.closed .jc-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.jc-closed {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-8deg);
  background: #fff;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  z-index: 3;
  white-space: nowrap;
}

.md {
  background: var(--bg);
}

.md-hero {
  position: relative;
  width: 100%;
  background: var(--navy);
}
.md-hero img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.md-hero-ov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 46px 22px 20px;
  background: linear-gradient(transparent, rgba(16, 28, 66, 0.92));
  color: #fff;
}

.md-joined {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
}

.md-name {
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 2px;
}

.md-main {
  padding: 28px 20px 40px;
}

.md .eyebrow {
  margin-bottom: 18px;
}

.md-block {
  margin-bottom: 28px;
}

.md-h {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--paper-3);
}
.md-h .lbl {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
}

.md-career {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.md-career li {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  background: var(--paper-2);
  border-radius: 10px;
  padding: 12px 14px 12px 18px;
  line-height: 1.5;
}
.md-career li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--orange);
  border-radius: 10px 0 0 10px;
}
.md-career li .t {
  display: inline-block;
  min-width: 100px;
  font-size: 12px;
  font-weight: 900;
  color: var(--orange);
  margin-right: 6px;
}

.md-award {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  background: var(--paper-2);
  border-radius: 10px;
  padding: 14px 16px;
}
.md-award .mvp {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: var(--orange);
  border-radius: 6px;
  padding: 3px 9px;
  vertical-align: 1px;
}

.md-pay {
  display: flex;
  gap: 12px;
}
.md-pay .cell {
  flex: 1;
  text-align: center;
  background: var(--orange);
  color: #fff;
  border-radius: 12px;
  padding: 16px 8px;
}
.md-pay .cell.y {
  background: var(--yellow);
  color: var(--navy);
}
.md-pay .cell .pl {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.85;
}
.md-pay .cell .pv {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 4px;
}
.md-pay .cell .pv small {
  font-size: 15px;
}

.md-qa {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.md-qa dt {
  font-size: 13px;
  font-weight: 900;
  color: var(--navy);
  background: var(--paper-3);
  border-radius: 8px 8px 0 0;
  padding: 9px 12px;
}
.md-qa dd {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray);
  line-height: 1.7;
  padding: 10px 12px 12px;
  background: var(--paper-2);
  border-radius: 0 0 8px 8px;
}

@media (min-width: 768px) {
  .md-hero {
    max-width: 880px;
    margin: 0 auto;
  }
  .md-hero img {
    max-height: 560px;
  }
  .md-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 24px 64px;
  }
  .md-name {
    font-size: 34px;
  }
  .mcard .ph {
    height: 260px;
  }
}
.hd .logo img {
  height: 46px;
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  .hd .logo img {
    height: 30px;
  }
}

.foot .logo img {
  height: 48px;
  width: auto;
  display: inline-block;
  margin-bottom: 6px;
}

.foot-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 20px 0 18px;
  text-align: left;
}

.fc-office {
  font-size: 12px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}
.fc-office p {
  margin: 0;
}

.fc-name {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.fc-tel {
  font-weight: 800;
  color: #fff;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .foot-company {
    gap: 56px;
  }
}
@media (orientation: landscape) and (max-height: 550px) {
  .mv {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 20px;
  }
  .mv-core {
    margin-top: 0;
    padding-top: 0;
  }
  .mv-hero-num .pct {
    font-size: clamp(56px, 16vw, 96px);
  }
  .mv-hero-label {
    font-size: 20px;
  }
  .mv-kicker {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .mv-sub {
    font-size: 11px;
    margin-top: 8px;
  }
  .pp1, .pp2, .pp3, .pp4 {
    width: 12%;
  }
  .pp1 {
    width: 20%;
    top: 12%;
    left: 20%;
  }
  .pp2 {
    width: 20%;
    top: 12%;
    right: 20%;
  }
  .pp3 {
    width: 20%;
    top: 50%;
    left: 5%;
  }
  .pp4 {
    width: 20%;
    top: 50%;
    right: 10%;
  }
  .mv-tag {
    font-size: 9px;
    padding: 4px 7px;
  }
  .mv-tag.t1 {
    top: 25%;
    left: 7%;
  }
  .mv-tag.t2 {
    top: 10%;
    right: 7%;
  }
  .mv-tag.t3 {
    top: 40%;
    left: 3%;
  }
  .mv-tag.t4 {
    top: 35%;
    right: 15%;
  }
  .mv-tag.t5 {
    top: 65%;
    left: 3%;
  }
  .mv-tag.t6 {
    top: 48%;
    right: 7%;
  }
  .mv-tag.t7 {
    top: 85%;
    left: 10%;
  }
  .mv-tag.t8 {
    top: 83%;
    right: 8%;
  }
  .mv-scroll {
    display: none;
  }
}
.br_sp {
  display: none;
}

.br_pc {
  display: inline;
}

@media (max-width: 767px) {
  .br_sp {
    display: inline;
  }
  .br_pc {
    display: none;
  }
}