@charset "UTF-8";
/* =========================================================
   トラストファーム 採用サイト
   ========================================================= */
:root{
  --blue:#1b84d6;
  --blue-d:#0e6cba;
  --blue-cta:#1593e8;
  --blue-cta-d:#0f7fcf;
  --word:#2f7fc2;          /* hero TRUST */
  --orange:#f5a623;
  --orange-d:#ef9913;
  --ink:#333;
  --ink-soft:#555;
  --line:#e0e0e0;
  --cream:#f6efe0;
  --cream-d:#efe5cf;
  --tint:#eaf4fb;
  --tint-d:#d6e9f7;
  --wrap:1080px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  color:var(--ink);
  line-height:1.9;
  font-size:16px;
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,p,dl,dd,ul{margin:0;}
ul{padding:0;list-style:none;}
b{font-weight:700;}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px;}
.rounded{font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;}

/* grid paper bg helper */
.paper{
  background-image:
    linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);
  background-size:24px 24px;
}

/* common section headings ------------------------------- */
.mark{
  background:linear-gradient(transparent 62%,#ffe08a 62%);
  padding:0 .1em;
}
.sec-en{
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;
  text-align:center;color:var(--orange);
  font-size:34px;letter-spacing:.08em;font-weight:800;
  margin-bottom:34px;
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(4px);
  box-shadow:0 1px 8px rgba(0,0,0,.06);
}
.site-header__inner{
  max-width:1200px;margin:0 auto;padding:10px 24px;
  display:flex;align-items:center;justify-content:space-between;
}
.site-header__logo{display:flex;align-items:center;gap:10px;}
.site-header__logo img{height:34px;width:auto;}
.site-header__sub{font-size:12px;color:var(--ink-soft);font-weight:700;letter-spacing:.06em;}
.site-header__cta{
  background:var(--orange);color:#fff;font-weight:700;
  padding:8px 22px;border-radius:999px;font-size:14px;
  box-shadow:0 3px 0 var(--orange-d);transition:transform .1s;
}
.site-header__cta:hover{transform:translateY(1px);box-shadow:0 2px 0 var(--orange-d);}

/* =========================================================
   HERO
   ========================================================= */
.hero{position:relative;overflow:hidden;background:#eef1f4;}
.hero__bg{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);
  background-size:26px 26px;
}
.hero__bg::before{                /* house / arch shape */
  content:"";position:absolute;left:50%;top:40px;
  width:1180px;height:1180px;transform:translateX(-50%);
  background:#fff;
  clip-path:polygon(50% 0,100% 32%,100% 100%,0 100%,0 32%);
  box-shadow:0 0 0 1px rgba(0,0,0,.04);
}
.hero__inner{
  position:relative;max-width:1360px;margin:0 auto;
  padding:44px 24px 8px;
  display:grid;grid-template-columns:0.92fr 1.08fr;gap:6px;align-items:center;
  min-height:430px;
}
.hero__badge{
  display:inline-block;background:var(--orange);color:#fff;
  font-weight:800;font-size:15px;border-radius:999px;
  padding:7px 20px;margin-bottom:22px;
  box-shadow:0 3px 0 var(--orange-d);
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;
}
.hero__title{
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;
  font-weight:700;font-size:46px;line-height:80px;color:#231815;
  letter-spacing:0;white-space:nowrap;
}
.hero__title .em{font-size:70px;}            /* 「数字」「ありがとう」「集」=70pt */
.hero__title .hl-marker{background:linear-gradient(transparent 56%,#ffe08a 56%);padding:0 .04em;}
.hero__title{ text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff; }
.hero__lead{margin-top:18px;font-size:15px;color:#231815;font-weight:500;}
.hero__lead b{color:#231815;font-weight:700;}

.hero__visual{position:relative;min-height:430px;}
.hero__word{
  position:absolute;top:50%;left:44%;transform:translate(-50%,-50%);
  font-family:"Bebas Neue",sans-serif;
  font-weight:400;font-size:420px;letter-spacing:.01em;color:#0064aa;
  text-shadow:10px 10px 0 #b4b4b4;
  white-space:nowrap;line-height:1;z-index:2;
}
.hero__p{position:absolute;filter:drop-shadow(0 8px 12px rgba(0,0,0,.2));max-width:none;}
.hero__p-left{height:300px;left:4%;bottom:5%;z-index:3;}
.hero__p-right{height:292px;right:1%;bottom:5%;z-index:3;}
.hero__p-top{height:150px;width:160px;object-fit:cover;object-position:center top;left:30%;top:-5%;transform:translateX(-50%);z-index:4;}

.hero__ribbon{position:relative;text-align:center;padding:4px 24px 46px;}
.hero__ribbon span{
  display:inline-block;background:var(--orange);color:#fff;
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:800;
  font-size:26px;padding:16px 64px;border-radius:999px;
  box-shadow:0 5px 0 var(--orange-d);
}

/* =========================================================
   悩み
   ========================================================= */
.worry{padding:26px 0 0;background:#fafafa;}
.worry__head{text-align:center;font-size:40px;font-weight:700;line-height:1.3;margin-bottom:46px;color:#000;}
.worry__head b{font-size:40px;font-weight:700;}
.worry__head .mark{color:#0064aa;}
.worry__grid{
  display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center;
  max-width:1040px;margin:0 auto;
}
.worry__col{display:flex;flex-direction:column;gap:24px;}
.worry__item{
  background:#eef1f5;border:1px solid #e3e7eb;border-radius:12px;
  padding:20px 24px;font-size:22px;line-height:1.6;text-align:center;color:#000;
}
.worry__item b{color:#0064aa;}
.worry__figure{position:relative;width:240px;text-align:center;}
.worry__figure img{width:240px;margin:0 auto;}
.worry__q{
  position:absolute;top:-10px;right:-6px;
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:900;
  font-size:54px;color:var(--blue);line-height:1;
}
.worry__bridge{
  margin-top:40px;background:#fff;padding:48px 24px 64px;text-align:center;
  position:relative;
}
.worry__tab{
  position:absolute;top:-26px;left:50%;transform:translateX(-50%);
  background:#9aa0a6;color:#fff;font-weight:700;font-size:30px;
  padding:8px 40px;border-radius:8px;white-space:nowrap;
}
.worry__tab::after{
  content:"";position:absolute;left:50%;bottom:-9px;transform:translateX(-50%);
  border:9px solid transparent;border-top-color:#9aa0a6;border-bottom:0;
}
.worry__bridge h3{font-size:40px;font-weight:700;line-height:1.5;margin-bottom:36px;color:#000;}
.bridge-photos{
  display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;
  max-width:980px;margin:0 auto;text-align:left;
}
.bridge-photos img{align-self:center;}
.bridge-photos__l,.bridge-photos__r{width:230px;height:300px;object-fit:cover;border-radius:12px;max-width:none;margin:0 auto;}
.bridge-photos__text p{font-size:20px;line-height:1.8;margin-bottom:16px;color:#000;}
.bridge-photos__text b{color:#0064aa;}

/* =========================================================
   MESSAGE
   ========================================================= */
.message{background:var(--cream);padding:60px 0 70px;position:relative;}
/* MESSAGE見出し＝.ai実数：BebasNeue 60px / #fba00d（設計1:1） */
.message .sec-en{font-family:"Bebas Neue","Noto Sans CJK JP",sans-serif;color:#fba00d;font-size:60px;font-weight:400;letter-spacing:.06em;margin-bottom:28px;}
.message__card{
  background:#fff;border-radius:8px;padding:44px 52px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.message__lead{
  text-align:center;font-size:40px;font-weight:700;line-height:1.3;
  color:#000;margin-bottom:30px;
}
.message__body{display:block;}
/* 代表ポートレート＝設計実座標で絶対配置(css 312×308 @ left290/doc y2340) */
.message__photo{position:absolute;left:290px;top:352px;width:312px;height:308px;border-radius:6px;object-fit:fill;}
.message__text{padding-left:374px;min-height:320px;}
.message__text p{font-size:22px;line-height:1.6;color:#000;margin-bottom:20px;}
.message__text b{color:#000;font-weight:700;}
.message__sign{text-align:right;font-size:22px;margin-top:24px;color:#000;}
.message__sign b{font-weight:700;color:#000;}
.message__note{
  position:static;overflow:visible;
  background:#fba00d;color:#fff;border-radius:14px;
  padding:22px 30px;margin-top:30px;max-width:730px;margin-left:auto;
  font-size:20px;font-weight:600;line-height:1.5;
}
.message__note p{padding-right:200px;margin:0;}
/* 女性＝設計実座標で絶対配置(css 173×269 @ left1121/doc y2855)。.message基準 */
.message__note img{position:absolute;left:1121px;top:867px;width:173px;height:269px;border-radius:0;object-fit:fill;background:none;border:0;}

/* =========================================================
   4つのPOINT
   ========================================================= */
.points{padding:64px 0 70px;background:#fafafa;}
.points__ribbon{
  width:fit-content;margin:0 auto 20px;
  background:var(--blue-d);color:#fff;
  font-weight:800;font-size:20px;border-radius:10px;padding:9px 30px;
  display:flex;align-items:center;gap:4px;
}
.points__ribbon .deg{
  display:inline-flex;align-items:center;justify-content:center;
  width:50px;height:50px;border-radius:50%;
  background:#fff;border:2px solid var(--orange);color:var(--orange);
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:900;font-size:21px;
  vertical-align:middle;margin:0 4px;line-height:1;
}
.points__head{text-align:center;margin-bottom:50px;line-height:1.4;}
.points__head b{font-size:38px;font-weight:900;}
.points__head .num4{color:var(--orange);font-size:52px;}
.points__head .hl{color:var(--blue-d);}

.point{position:relative;display:grid;gap:10px 36px;margin-bottom:60px;
  grid-template-columns:1fr 1fr;align-items:start;}
.point__num{
  position:absolute;top:-30px;font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;
  font-weight:900;font-size:190px;line-height:1;color:#cfe4f6;
  z-index:0;opacity:.45;
}
.point--a .point__num{left:-10px;}
.point--b .point__num{right:-10px;color:#ece1cb;}
.point__media{position:relative;z-index:1;}
.point__media img{border-radius:8px;width:100%;aspect-ratio:4/3;object-fit:cover;box-shadow:0 6px 16px rgba(0,0,0,.1);}
.point__txt{position:relative;z-index:1;}
.point__kicker{font-weight:700;font-size:15px;}
.point__title{font-size:26px;font-weight:900;line-height:1.4;margin:2px 0 12px;display:flex;gap:8px;align-items:baseline;}
.point__no{color:var(--blue);font-size:30px;font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;}
.point--b .point__no{color:var(--orange);}
.point__txt p{font-size:14px;}
.point__quote{
  grid-column:1 / -1;z-index:1;position:relative;order:3;
  display:flex;align-items:center;gap:18px;
  background:#fff;border:2px solid var(--tint-d);border-radius:14px;
  padding:16px 26px;font-size:13.5px;
}
.point--b .point__quote{border-color:var(--orange);}
.point__quote img{width:66px;height:66px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--tint);border:3px solid var(--blue);}
.point--b .point__quote img{border-color:var(--orange);}
.point--a .point__media{order:2;}
.point--a .point__txt{order:1;}
.point--b .point__media{order:1;}
.point--b .point__txt{order:2;}

/* =========================================================
   数字で見る
   ========================================================= */
.stats{padding:60px 0;background:#fff;}
.stats__head{text-align:center;font-size:34px;font-weight:900;margin-bottom:40px;}
.stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.stat{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.05);}
.stats__bottom{display:grid;grid-template-columns:1.3fr 1fr;gap:22px;margin-top:22px;align-items:stretch;}
.stat-quote{display:flex;gap:16px;align-items:center;background:#fff;border:2px solid var(--tint-d);border-radius:14px;padding:18px 26px;font-size:13.5px;}
.stat-quote img{width:66px;height:66px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--tint);border:3px solid var(--blue);}
.stat__label{background:var(--blue);color:#fff;text-align:center;font-weight:700;padding:8px;font-size:15px;}
.stat__value{
  text-align:center;font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:900;
  font-size:58px;line-height:1.2;color:var(--ink);padding:14px 0 4px;
}
.stat__value span{font-size:20px;margin-left:4px;}
.stat__value small{font-size:18px;color:var(--ink-soft);margin-right:6px;vertical-align:middle;}
.stat__desc{font-size:13px;color:var(--ink-soft);padding:0 22px 22px;text-align:center;}
.stat--wide .stat__desc{max-width:760px;margin:0 auto;}

/* =========================================================
   勤務地
   ========================================================= */
.place{background:var(--cream);padding:56px 0 0;position:relative;overflow:hidden;}
.place__people{position:absolute;inset:0;pointer-events:none;}
.place__people img{position:absolute;filter:drop-shadow(0 6px 10px rgba(0,0,0,.15));}
.place__p1{height:120px;left:8%;top:26px;}
.place__p2{height:120px;right:24%;top:18px;}
.place__p3{height:130px;right:6%;top:30px;}
.place__head{text-align:center;font-size:32px;font-weight:900;margin-bottom:30px;position:relative;}
.place__map{max-width:760px;margin:0 auto 22px;border-radius:8px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.1);}
.place__map iframe{width:100%;height:380px;border:0;display:block;}
.place__info{text-align:center;font-size:14px;padding-bottom:46px;}
.place__name{font-weight:900;font-size:17px;margin-bottom:4px;}
.place__strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.place__strip img{width:100%;height:170px;object-fit:cover;}

/* =========================================================
   募集要項
   ========================================================= */
.recruit{padding:60px 0 70px;background:#fafafa;}
.recruit__head{text-align:center;font-size:34px;font-weight:900;margin-bottom:34px;}
.recruit__sheet{background:#fff;border:1px solid var(--line);border-radius:6px;padding:24px 40px;box-shadow:0 6px 20px rgba(0,0,0,.05);max-width:860px;margin:0 auto;}
.recruit__row{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:18px 0;border-bottom:1px dashed var(--line);align-items:start;}
.recruit__row:last-child{border-bottom:0;}
.recruit__row dt{font-weight:700;font-size:13.5px;background:#eef1f5;color:var(--ink);border-radius:6px;padding:6px 14px;justify-self:start;}
.recruit__row dd{font-size:14px;}
.recruit__row dd ul li{position:relative;padding-left:16px;margin-bottom:3px;}
.recruit__row dd ul li::before{content:"・";position:absolute;left:0;}
.recruit__row .note{display:block;color:var(--ink-soft);font-size:12.5px;margin-top:4px;}

/* =========================================================
   採用の流れ
   ========================================================= */
.flow{padding:60px 0 70px;background:var(--cream);}
.flow__head{text-align:center;font-size:32px;font-weight:900;margin-bottom:40px;}
.flow__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;}
.flow__step{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;padding:34px 18px 22px;text-align:center;box-shadow:0 3px 10px rgba(0,0,0,.05);}
.flow__step:not(:last-child)::after{
  content:"";position:absolute;right:-26px;top:50%;transform:translateY(-50%);
  border:11px solid transparent;border-left-color:var(--orange);border-right:0;
}
.flow__no{
  position:absolute;top:-18px;left:50%;transform:translateX(-50%);
  width:40px;height:40px;border-radius:8px;background:var(--blue);color:#fff;
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:800;font-size:20px;
  display:flex;align-items:center;justify-content:center;
}
.flow__step h3{font-size:19px;font-weight:900;margin-bottom:8px;}
.flow__step p{font-size:13px;color:var(--ink-soft);line-height:1.7;}
.flow__note{display:flex;align-items:center;gap:16px;justify-content:center;margin:0 0 32px;}
.flow__note img{width:74px;height:74px;border-radius:50%;object-fit:cover;background:#fff;border:3px solid var(--blue);}
.flow__note p{font-size:14px;font-weight:500;}

/* =========================================================
   ありがとう
   ========================================================= */
.thanks{padding:60px 0 70px;background:#fff;text-align:center;}
.thanks__small{font-weight:700;font-size:18px;}
.thanks__big{
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:900;
  font-size:46px;color:var(--orange);margin:6px 0 30px;position:relative;display:inline-block;
}
.thanks__big::before,.thanks__big::after{
  content:"";position:absolute;top:50%;width:34px;height:3px;background:var(--ink);
}
.thanks__big::before{left:-50px;transform:rotate(60deg);}
.thanks__big::after{right:-50px;transform:rotate(-60deg);}
.thanks__body{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:end;max-width:980px;margin:0 auto;}
.thanks__text{text-align:center;padding-bottom:10px;}
.thanks__text p{font-size:14.5px;margin-bottom:14px;}
.thanks__text b{color:var(--orange-d);}
.thanks__l,.thanks__r{height:260px;width:auto;max-width:none;margin:0 auto;}

/* =========================================================
   CTA + FORM
   ========================================================= */
.cta{background:linear-gradient(180deg,var(--blue-cta),var(--blue-cta-d));padding:56px 0 70px;}
.cta__head{
  text-align:center;color:#fff;font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;
  font-weight:900;font-size:34px;margin-bottom:30px;
}
.cta__tel{background:#fff;border-radius:12px;padding:24px;text-align:center;max-width:680px;margin:0 auto 22px;}
.cta__tel-label{font-weight:700;font-size:16px;margin-bottom:6px;}
.cta__tel-num{font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:900;font-size:44px;color:var(--blue-cta-d);line-height:1.1;display:block;}
.cta__tel-time{font-size:13px;color:var(--ink-soft);margin-top:4px;}
.cta__form{background:#fff;border-radius:12px;padding:38px 44px;max-width:760px;margin:0 auto;}
.cta__form-label{text-align:center;font-weight:700;font-size:16px;}
.cta__form-note{text-align:center;font-size:13px;color:var(--ink-soft);margin:6px 0 26px;}

.cform__row{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center;padding:14px 0;border-bottom:1px dashed var(--line);}
.cform__row--area{align-items:start;}
.cform label{font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px;}
.req{background:var(--orange);color:#fff;font-size:12px;font-weight:700;border-radius:4px;padding:2px 8px;}
.cform input,.cform textarea{
  width:100%;border:1px solid #ccc;border-radius:6px;padding:11px 14px;
  font-size:15px;font-family:inherit;background:#fff;
}
.cform input:focus,.cform textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(27,132,214,.15);}
.cform__zip{max-width:160px;}
.cform textarea{min-height:130px;resize:vertical;}
.cform__submit{text-align:center;margin-top:30px;}
.cform__submit button,
.cform__submit input[type="submit"]{
  background:var(--orange);color:#fff;border:0;cursor:pointer;
  font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif;font-weight:800;font-size:22px;
  padding:16px 90px;border-radius:999px;box-shadow:0 5px 0 var(--orange-d);
  transition:transform .1s;
}
.cform__submit button:hover,
.cform__submit input[type="submit"]:hover{transform:translateY(2px);box-shadow:0 3px 0 var(--orange-d);}

/* Contact Form 7 調整 */
.cform .wpcf7-form-control-wrap{display:block;}
.cform .wpcf7-not-valid-tip{font-size:12px;color:#d33;margin-top:4px;}
.cform .wpcf7-response-output{margin:20px 0 0;border-radius:6px;font-size:14px;}
span.wpcf7-list-item{margin:0;}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:#fff;text-align:center;padding:44px 24px 50px;font-size:14px;color:var(--ink-soft);}
.site-footer__name{font-weight:900;font-size:18px;color:var(--ink);margin-bottom:10px;}
.site-footer p{margin-bottom:4px;}
.site-footer__copy{margin-top:22px;font-size:12px;color:#999;}

/* =========================================================
   RESPONSIVE  (SP)
   ========================================================= */
@media (max-width:900px){
  body{font-size:15px;}
  .wrap{padding:0 18px;}

  /* hero */
  .hero__inner{grid-template-columns:1fr;min-height:auto;padding:36px 18px 10px;}
  .hero__title{font-size:30px;line-height:1.5;}
  .hero__title .em{font-size:44px;}
  .hero__visual{min-height:300px;order:-1;}
  .hero__word{font-size:96px;-webkit-text-stroke:6px #fff;}
  .hero__p-left{height:190px;left:0;}
  .hero__p-right{height:185px;right:0;}
  .hero__p-top{height:96px;width:96px;left:46%;top:0;}
  .hero__bg::before{width:140%;top:20px;}
  .hero__ribbon span{font-size:18px;padding:13px 30px;}

  /* worry */
  .worry__grid{grid-template-columns:1fr;}
  .worry__figure{order:-1;margin:0 auto 6px;}
  .bridge-photos{grid-template-columns:1fr;}
  .bridge-photos__l,.bridge-photos__r{width:100%;max-width:280px;height:200px;}
  .worry__bridge h3{font-size:20px;}

  /* message */
  .message__card{padding:30px 22px;}
  .message__lead{font-size:19px;}
  .message__body{grid-template-columns:1fr;gap:18px;}
  .message__photo{max-width:240px;margin:0 auto;}
  .message__note{flex-direction:column;text-align:center;}

  /* points */
  .points__head b{font-size:24px;}
  .points__head .num4{font-size:34px;}
  .point{grid-template-columns:1fr;}
  .point--a .point__media,.point--b .point__media{order:1;}
  .point--a .point__txt,.point--b .point__txt{order:2;}
  .point__num{font-size:120px;top:-26px;opacity:.5;}
  .point__title{font-size:21px;}
  .point__quote{flex-direction:column;text-align:center;}

  /* stats */
  .stats__grid{grid-template-columns:1fr 1fr;}
  .stats__bottom{grid-template-columns:1fr;}
  .stat-quote{flex-direction:column;text-align:center;}
  .stat__value{font-size:46px;}

  /* points heading */
  .points__ribbon{font-size:15px;padding:8px 16px;}
  .points__head b{font-size:26px;}
  .points__head .num4{font-size:34px;}

  /* place */
  .place__people{display:none;}
  .place__map iframe{height:280px;}
  .place__strip{grid-template-columns:1fr 1fr;}
  .place__strip img{height:130px;}

  /* recruit */
  .recruit__sheet{padding:18px 20px;}
  .recruit__row{grid-template-columns:1fr;gap:4px;}

  /* flow */
  .flow__steps{grid-template-columns:1fr 1fr;gap:30px 18px;}
  .flow__step:nth-child(2)::after{display:none;}
  .flow__step::after{display:none;}

  /* thanks */
  .thanks__big{font-size:32px;}
  .thanks__body{grid-template-columns:1fr;}
  .thanks__l,.thanks__r{height:200px;}
  .thanks__r{display:none;}

  /* form */
  .cta__form{padding:24px 18px;}
  .cta__tel-num{font-size:32px;}
  .cform__row{grid-template-columns:1fr;gap:8px;}
  .cform__submit button{padding:14px 60px;font-size:19px;}
}

/* =========================================================
   FV 二段差分ハイブリッド：PCのみ正本ラスタを重ね、live文字は透明化（SEO/SP用にDOM残置）
   ※リズムタウン型。SP(<=900px)では発火せずliveレイアウトのまま。
   ========================================================= */
@media (min-width:901px){
  /* 正本ラスタ（=FV 0..760pt）をページ最上部に1440幅で重ねる */
  .fv-pc-raster{
    position:absolute;top:0;left:50%;transform:translateX(-50%);
    width:1440px;height:760px;z-index:0;pointer-events:none;
    background:url(../img/hero_pc.png) 0 0 / 1440px 760px no-repeat;
  }
  /* ヘッダー：ラスタにロゴが入るのでlive側は透明化（DOMは残す） */
  .site-header{background:transparent;border:0;box-shadow:none;position:relative;z-index:2;}
  .site-header__logo img{opacity:0;}
  .site-header__sub{color:transparent;}
  /* ヒーロー：CSS装飾・人物・TRUSTはラスタに含むのでPCで隠す */
  .hero{position:relative;z-index:1;min-height:760px;background:transparent;}
  .hero__bg{display:none;}
  .hero__word{display:none;}
  .hero__p{display:none;}
  /* live文字は透明化（選択・SEO用に残す） */
  .hero__title,.hero__lead,.hero__lead b{color:transparent;text-shadow:none;}
  .hero__title .hl-marker{background:transparent;}
  .hero__badge{background:transparent;color:transparent;box-shadow:none;}
  /* CTAはラスタのボタン上に透明クリック領域として残す */
  .hero__ribbon span{background:transparent;color:transparent;box-shadow:none;}

  /* 汎用：表示系セクションを正本ラスタでピン留め（内側textは透明化＝SEO/SP保持） */
  .sec-raster{position:relative;background-repeat:no-repeat;background-position:top center;background-size:1440px 100%;}
  .sec-raster *{color:transparent!important;background-color:transparent!important;border-color:transparent!important;box-shadow:none!important;}
  .sec-raster img,.sec-raster iframe,.sec-raster svg{opacity:0!important;}
  .stats.sec-raster{height:850px;overflow:hidden;background-image:url(../img/sec_stats.png);}
  .thanks.sec-raster{height:720px;overflow:hidden;background-image:url(../img/sec_thanks.png);}
}

/* =========================================================
   画像スライス版LP（PC公開 2026-06-30）＝静的は画像／動くものはlive重畳
   ========================================================= */
.site-header{display:none;}            /* FVスライスにヘッダー内包のため非表示 */
.lp{max-width:1440px;margin:0 auto;background:#fff;}
.lp__sec{position:relative;font-size:0;line-height:0;}
.lp__sec > img{width:100%;height:auto;display:block;}
/* 透明クリック領域（ボタン/電話）。確認用に薄縁を出したい時は outline を有効化 */
.lp__hot{position:absolute;z-index:3;display:block;cursor:pointer;/*outline:2px solid rgba(255,0,0,.4);*/}
.lp__hot:focus-visible{outline:3px solid #1593e8;}
/* live地図（グレープレースホルダに重畳） */
.lp__map{position:absolute;z-index:2;border:0;display:block;}

/* CTA＋フォーム（青グラデ・フォームはlive） */
.cta2{position:relative;background:linear-gradient(180deg,#00a0ea 0%,#0086c4 100%);padding:44px 16px 123px;}/* 下52→123(+71): live CF7が設計枠より低くフッターが上にずれる分を青帯で吸収(2026-06-30 駿介) */
.cta2__phone{max-width:760px;margin:0 auto 30px;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:30px 24px 26px;text-align:center;}
.cta2__phone-label{font-weight:700;font-size:22px;color:#222;margin:0 0 6px;}
.cta2__phone-num{font-weight:700;font-size:54px;line-height:1.05;color:#0064a7;margin:0 0 6px;letter-spacing:.01em;}
.cta2__phone-num a{color:inherit;text-decoration:none;}
.cta2__phone-hours{font-size:16px;color:#555;margin:0;}
.cta2 > .lp__sec > img{width:100%;}
/* 設計＝見出し・説明も白カード内（濃文字）。.cta2__form を白カードにし .cform の装飾は外す */
.cta2__form{max-width:760px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:38px 44px 44px;}
.cta2__form-label{text-align:center;font-weight:700;font-size:24px;color:#222;margin:0 0 6px;}
.cta2__form-note{text-align:center;font-size:14px;color:#666;margin:0 0 24px;line-height:1.7;}
.cta2__form .cform{background:transparent;border-radius:0;padding:0;box-shadow:none;}

/* フッター（設計＝白地・中央・濃い文字） */
.site-footer{background:#fff;color:#555;text-align:center;padding:74px 20px 82px;line-height:1.9;}/* 44/50→74/82(+62): 設計フッター高(210px)に合わせ余白追加(2026-06-30 駿介) */
.site-footer__name{font-weight:700;font-size:18px;margin-bottom:6px;color:#222;}
.site-footer p{margin:0;font-size:14px;}
.site-footer a{color:#0064a7;}
.site-footer__copy{margin-top:18px;font-size:12px;color:#999;}
/* 視覚的に非表示・SR/SEO用（FV焼き込みの見出し補完） */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.nowrap{white-space:nowrap;}

/* ===== LPアニメーション（やりすぎない程度）2026-06-30 ===== */
/* CTAボタンの"呼吸"パルス＋タップ反応 */
@keyframes tf-cta-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}
.tf-pulse{animation:tf-cta-pulse 2.4s ease-in-out infinite;will-change:transform;}
.tf-pulse:active{transform:scale(.97);animation:none;}
/* スクロールreveal(SP専用ブロック用・live.cssの.revealと同等。staggerはd1/d2) */
.sp-rv{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;}
.sp-rv.in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
  .tf-pulse{animation:none;}
  .sp-rv{opacity:1;transform:none;transition:none;}
}

/* ===== SP（≤767px）自前レスポンシブ（2026-06-30 有明） ===== */
/* PCは正本焼込(.sec)、SPは別レイアウトに切替。まずFV。 */
.fvsp,.worrysp,.bridgesp,.messagesp,.pointssp,.statssp,.placesp,.recruitsp,.flowsp,.thankssp,.cta2__sphead{display:none;}
@media (max-width:767px){
  /* SP全体：横あふれ防止（未SP化のPC焼込・CF7フォーム・地図が画面幅を押し広げるのを抑止） */
  html,body{overflow-x:hidden;max-width:100%;}
  .lp,.lp .sec,.cta2{max-width:100%;overflow-x:hidden;}
  .cta2 input,.cta2 textarea,.cta2 select,.wpcf7 input,.wpcf7 textarea,.wpcf7 select,.cform input,.cform textarea{max-width:100%;box-sizing:border-box;}
  .sec .map{max-width:100%;}
  .worrysp__list li{word-break:break-word;overflow-wrap:anywhere;}
  /* ヘッダー：SPは表示（PCはFV焼込画像にロゴ内包のため非表示のまま）。「トラストファーム株式会社 採用サイト」 */
  .site-header{display:block;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.08);}
  .site-header__inner{display:flex;align-items:center;padding:9px 16px;max-width:100%;}
  .site-header__logo{display:flex;align-items:center;gap:8px;text-decoration:none;}
  .site-header__logo img{height:24px;width:auto;opacity:1;}
  .site-header__sub{color:#555;font-size:11px;font-weight:700;letter-spacing:.04em;}
  /* PCのFV焼込を隠してSP版FVを表示 */
  .lp .sec--fv{display:none;}
  .fvsp{display:block;background:#eef1f4;padding:16px 20px 26px;position:relative;overflow:hidden;}
  .fvsp__badge{display:inline-block;background:var(--blue-d);color:#fff;font-weight:700;font-size:13px;border-radius:999px;padding:5px 16px;margin:2px 0 14px;}
  .fvsp__catch{font-size:27px;font-weight:800;line-height:1.5;color:#231815;margin:0;letter-spacing:.01em;}
  .fvsp__catch .mk{background:linear-gradient(transparent 58%,#ffe08a 58%);padding:0 .03em;}
  .fvsp__sub{font-size:13px;color:#231815;font-weight:600;line-height:1.7;margin:12px 0 6px;}
  .fvsp__visual{display:block;width:100%;height:auto;margin:4px 0 16px;}
  .fvsp__btn{display:block;text-align:center;background:linear-gradient(180deg,#fbb03b,#f59e1b);color:#fff;font-weight:800;font-size:19px;text-decoration:none;border:2px solid #2b2b2b;border-radius:999px;padding:14px 10px;box-shadow:0 4px 0 rgba(0,0,0,.18);letter-spacing:.04em;}
  /* 悩み（worry）SP */
  .lp .sec--worry{display:none;}
  .worrysp{display:block;background:#eef1f4;padding:30px 20px 34px;text-align:center;}
  .worrysp__head{font-size:19px;font-weight:800;line-height:1.65;color:#231815;margin:0;}
  .worrysp__head .hl{color:var(--blue-d);}
  .worrysp__fig{display:block;width:64px;height:auto;margin:8px auto 14px;}
  .worrysp__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
  .worrysp__list li{background:#fff;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.65;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.06);text-align:left;}
  /* ブリッジ（bridge）SP */
  .lp .sec--bridge{display:none;}
  .bridgesp{display:block;background:#fff;padding:30px 20px 30px;text-align:center;}
  .bridgesp__tab{display:inline-block;position:relative;background:#3a4b5c;color:#fff;font-weight:700;font-size:14px;border-radius:6px;padding:6px 22px;margin-bottom:16px;}
  .bridgesp__tab::after{content:"";position:absolute;left:50%;bottom:-7px;transform:translateX(-50%);border:7px solid transparent;border-top-color:#3a4b5c;border-bottom:0;}
  .bridgesp__hero{display:flex;align-items:flex-end;justify-content:center;gap:2px;margin:6px 0 18px;}
  .bridgesp__hero img{height:auto;flex:none;}
  .bridgesp__man{width:86px;}   /* 男性を大きめに */
  .bridgesp__woman{width:66px;} /* 女性は気持ち小さく（縦横比で大きく見えるのを補正） */
  .bridgesp__head{flex:1;min-width:0;font-size:17px;font-weight:800;line-height:1.5;color:#141414;margin:0 0 6px;text-align:center;align-self:center;}
  .bridgesp__body{text-align:left;font-size:14px;line-height:1.9;color:#333;}
  .bridgesp__body p{margin:0 0 14px;}
  .bridgesp__body p:last-child{margin-bottom:0;}
  .bridgesp__body .o{color:#fb850d;font-weight:700;}
  /* メッセージ（message）SP */
  .lp .sec--message{display:none;}
  .messagesp{display:block;background:#fff;padding:30px 20px 32px;}
  .messagesp__en{font-family:'Bebas Neue',sans-serif;font-size:46px;color:#fba00d;text-align:center;line-height:1;letter-spacing:.04em;margin-bottom:14px;}
  .messagesp__card{background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 6px 22px rgba(0,0,0,.08);padding:24px 18px;}
  .messagesp__title{font-size:18px;font-weight:800;line-height:1.55;text-align:center;color:#111;margin:0 0 16px;}
  .messagesp__rep{display:block;width:60%;max-width:230px;height:auto;border-radius:8px;margin:0 auto 18px;}
  .messagesp__body p{font-size:14px;line-height:1.95;color:#333;margin:0 0 14px;}
  .messagesp__sign{text-align:right;font-size:13px;font-weight:700;color:#222;margin:6px 0 0;}
  .messagesp__banner{position:relative;background:#fba00d;border-radius:14px;margin-top:20px;padding:18px 110px 18px 18px;min-height:118px;display:flex;align-items:center;overflow:hidden;}
  .messagesp__banner p{font-size:13px;line-height:1.7;color:#fff;font-weight:600;margin:0;}
  .messagesp__banner img{position:absolute;right:8px;bottom:0;width:100px;height:auto;}
  /* 4つのポイント（points）SP */
  .lp .sec--points{display:none;}
  .pointssp{display:block;background:#f4f7f9;padding:0 0 30px;}
  .pointssp__band{background:#0e6cba;color:#fff;font-weight:700;font-size:15px;text-align:center;margin:0;padding:11px 16px;}
  .pointssp__band b{display:inline-block;background:#faee00;color:#0e6cba;border-radius:999px;font-size:16px;padding:1px 9px;margin:0 3px;font-weight:800;}
  .pointssp__title{text-align:center;font-size:24px;font-weight:800;color:#231815;margin:0;padding:18px 16px 6px;}
  .pointssp__title b{color:#fb850d;font-size:30px;}
  .psp{background:#fff;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.07);margin:16px 16px 0;padding:18px 16px 20px;}
  .psp__top{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
  .psp__no{font-family:'Bebas Neue',sans-serif;font-size:46px;line-height:.9;font-weight:400;flex:none;}
  .psp__no--b{color:#00a3ee;}
  .psp__no--o{color:#fba00d;}
  .psp__h{font-size:18px;font-weight:800;line-height:1.4;color:#141414;margin:0;}
  .psp__img{display:block;width:100%;height:190px;object-fit:cover;border-radius:10px;margin:0 0 14px;}
  .psp__body{font-size:14px;line-height:1.85;color:#333;margin:0;}
  .psp__quote{font-size:13px;line-height:1.8;color:#555;background:#f4f7f9;border-left:3px solid #cfe0ec;border-radius:0 8px 8px 0;padding:10px 12px;margin:14px 0 0;}
  /* 数字で見る（stats）SP */
  .lp .sec--stats{display:none;}
  .statssp{display:block;background:#fff;padding:30px 16px 32px;}
  .statssp__title{text-align:center;font-size:24px;font-weight:800;color:#231815;margin:0 0 18px;}
  .statssp__title .b{color:#0064aa;}
  .statssp__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
  .statssp__card{background:#fff;border:1px solid #e4e9ee;border-radius:12px;padding:0 0 14px;overflow:hidden;text-align:center;}
  .statssp__card--wide{grid-column:1 / -1;}
  .statssp__label{display:block;background:#1b5e9b;color:#fff;font-weight:700;font-size:14px;padding:7px 8px;}
  .statssp__num{font-weight:800;color:#111;font-size:46px;line-height:1.05;margin:12px 0 6px;letter-spacing:-.01em;}
  .statssp__num small{font-size:18px;font-weight:700;margin:0 2px;}
  .statssp__num--sm{font-size:34px;}
  .statssp__num--sm small{font-size:13px;}
  .statssp__cap{font-size:12px;line-height:1.7;color:#444;margin:0;padding:0 12px;text-align:left;}
  .statssp__voice{background:#1b84d6;color:#fff;border-radius:12px;margin-top:14px;padding:16px 18px;font-size:13px;line-height:1.75;font-weight:600;}
  .statssp__voice p{margin:0;}
  /* 勤務地（place）SP */
  .lp .sec--place{display:none;}
  .placesp{display:block;background:#faf6ee;padding:30px 16px 30px;}
  .placesp__title{text-align:center;font-size:26px;font-weight:800;color:#231815;margin:0 0 16px;}
  .placesp__map{display:block;width:100%;height:220px;border:0;border-radius:12px;}
  .placesp__addr{text-align:center;margin:16px 0 18px;}
  .placesp__name{font-weight:800;font-size:16px;color:#222;margin:0 0 6px;}
  .placesp__addr p{font-size:13px;line-height:1.7;color:#444;margin:0 0 3px;}
  .placesp__photos{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .placesp__photos img{width:100%;height:100px;object-fit:cover;border-radius:8px;display:block;}
  /* 募集要項（recruit）SP */
  .lp .sec--recruit{display:none;}
  .recruitsp{display:block;background:#f4f7f9;padding:30px 16px 32px;}
  .recruitsp__title{text-align:center;font-size:26px;font-weight:800;color:#231815;margin:0 0 18px;}
  .recruitsp__dl{background:#fff;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.06);padding:6px 16px;margin:0;}
  .rrow{padding:16px 0;border-bottom:1px solid #eef1f4;}
  .rrow:last-child{border-bottom:0;}
  .rrow dt{font-weight:800;font-size:14px;color:#0e6cba;margin:0 0 7px;}
  .rrow dd{margin:0;font-size:14px;line-height:1.7;color:#333;}
  .rrow dd.rjob{font-weight:800;font-size:16px;color:#1a1a1a;}
  .rlist{list-style:none;margin:0;padding:0;}
  .rlist li{position:relative;padding-left:15px;margin-bottom:6px;line-height:1.6;}
  .rlist li:last-child{margin-bottom:0;}
  .rlist li::before{content:"";position:absolute;left:2px;top:9px;width:6px;height:6px;border-radius:50%;background:#fba00d;}
  .rnote{font-size:12.5px;color:#777;margin:8px 0 0;line-height:1.6;}
  /* 採用の流れ（flow）SP */
  .lp .sec--flow{display:none;}
  .flowsp{display:block;background:#faf6ee;padding:30px 16px 32px;}
  .flowsp__title{text-align:center;font-size:26px;font-weight:800;color:#231815;margin:0 0 16px;}
  .flowsp__title .b{color:#0064aa;}
  .flowsp__intro{display:flex;align-items:center;gap:8px;margin:0 0 22px;}
  .flowsp__staff{width:72px;height:auto;flex:none;}
  .flowsp__bubble{position:relative;background:#fff;border:1.5px solid #d8e2ea;border-radius:14px;padding:13px 15px;font-size:13px;line-height:1.7;color:#333;font-weight:600;margin:0;}
  .flowsp__bubble::after{content:"";position:absolute;left:-9px;top:50%;margin-top:-5px;border:5px solid transparent;border-right-color:#fff;}
  .flowsp__steps{list-style:none;margin:0;padding:0;}
  .fstep{position:relative;display:flex;align-items:center;gap:14px;background:#fff;border-radius:12px;box-shadow:0 3px 12px rgba(0,0,0,.06);padding:14px 16px;}
  .fstep:not(:last-child){margin-bottom:30px;}
  .fstep:not(:last-child)::after{content:"";position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);border:9px solid transparent;border-top-color:#1b84d6;border-bottom:0;}
  .fstep__no{flex:none;width:42px;height:42px;border-radius:9px;background:#1b5e9b;color:#fff;font-family:'Bebas Neue',sans-serif;font-size:28px;display:flex;align-items:center;justify-content:center;}
  .fstep__b h3{margin:0 0 4px;font-size:18px;font-weight:800;color:#141414;}
  .fstep__b p{margin:0;font-size:13px;line-height:1.6;color:#444;}
  /* ありがとう（thanks）SP */
  .lp .sec--thanks{display:none;}
  .thankssp{display:block;background:#fff;padding:32px 18px 32px;text-align:center;}
  .thankssp__lead{font-size:17px;font-weight:800;color:#222;margin:0;}
  .thankssp__big{font-size:30px;font-weight:800;color:#fba00d;margin:5px 0 18px;letter-spacing:0;white-space:nowrap;}
  .thankssp__body{text-align:left;font-size:14px;line-height:1.95;color:#333;}
  .thankssp__body p{margin:0 0 14px;}
  .thankssp__body .o{color:#fb850d;font-weight:700;}
  .thankssp__pres{display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-top:18px;}
  .thankssp__pres-img{width:122px;height:auto;flex:none;}
  .thankssp__apply{position:relative;background:#1b84d6;color:#fff;font-size:17px;font-weight:800;line-height:1.55;border-radius:14px;padding:14px 18px;margin:0;text-align:left;}
  .thankssp__apply::before{content:"";position:absolute;left:-9px;top:50%;margin-top:-6px;border:6px solid transparent;border-right-color:#1b84d6;}
  /* CTA/フォーム/フッター（cta）SP */
  .lp .sec--cta{display:none;}
  .cta2__sphead{display:block;text-align:center;color:#fff;font-size:24px;font-weight:800;margin:0 0 22px;padding-top:6px;}
}

/* スマホ：overlayは%指定なので自動追従。フォームの白カードだけ余白調整 */
@media(max-width:600px){
  .cta2__form{padding:24px 16px 30px;}
  .cta2__form .cform{padding:0;}
  .cta2__form-label{font-size:18px;}
  .cta2__phone{padding:22px 14px 20px;}
  .cta2__phone-label{font-size:16px;}
  .cta2__phone-num{font-size:34px;}
  .cta2__phone-hours{font-size:13px;}
}
