@charset "utf-8";
/* ==========================================================================
   舐めたくてグループ 女子求人サイト
   SP固定幅 420px デザイン / レスポンシブなし・PCでは中央寄せ
   ========================================================================== */

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, dl, dd {
  margin: 0; padding: 0;
}
ul, ol { list-style: none; }
img { display: block; max-width: none; border: 0; }
a { text-decoration: none; color: inherit; }
button { font: inherit; border: 0; background: none; cursor: pointer; }

/* ---------- base ---------- */
:root {
  --w: 420px;
  --pink: #f19ec2;
  --pink-lt: #ffe2ee;
  --pink-pale: #fceaf2;
  --gray-txt: #404040;
  --gray-txt2: #515151;
  --nav-h: 77px;
}

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
               "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: var(--gray-txt);
  background: #efefef;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* 固定幅ラッパー ----------------------------------------------------------- */
.wrapper {
  position: relative;
  width: var(--w);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  padding-bottom: var(--nav-h); /* 下部固定メニュー分 */
}

/* 汎用 --------------------------------------------------------------------- */
.sec { position: relative; width: var(--w); }
.t  { position: absolute; line-height: 1; white-space: nowrap; }
.tb { position: absolute; line-height: 1; }          /* 複数行テキスト */
.ab { position: absolute; }
.cc { left: 50%; transform: translateX(-50%); }      /* 中央寄せ */

/* ==========================================================================
   FIRST VIEW
   ========================================================================== */
.fv-main { width: 420px; height: 886px; }

.fv-band {
  height: 386px;
  background: url("../img/fv-band.png") no-repeat center / 420px 386px;
}
.fv-band .fv-catch {
  top: 50px; left: 87px;
  font-size: 26px; font-weight: 700; color: #fff; letter-spacing: .5px;
}
.fv-band .fv-line { top: 83px; left: 87px; width: 245px; height: 3px; background: #fff; }
.fv-band .fv-sub {
  top: 89px; left: 87px;
  font-size: 27px; font-weight: 700; color: #fff; letter-spacing: .5px;
}
.fv-band .fv-no1 {
  top: 108px; left: 86px;
  font-size: 145px; font-weight: 900; color: #fff; letter-spacing: -3px;
  transform: scaleX(.84); transform-origin: left top;
}
.fv-btns { position: absolute; top: 240px; left: 87px; display: flex; gap: 5px; }
.fv-btn { display: block; width: 78px; text-align: center; }
.fv-btn .ico {
  width: 78px; height: 78px; border-radius: 17px;
  background: rgba(255, 255, 255, .35);
  display: flex; align-items: center; justify-content: center;
}
.fv-btn .ico img { width: 54px; height: 54px; }
.fv-btn .lb {
  margin-top: 9px; font-size: 13px; font-weight: 500; color: #fff; letter-spacing: .5px;
}
.fv-pill { position: absolute; top: 346px; left: 89px; width: 243px; height: 35px; }
.fv-pill img { width: 243px; height: 35px; }
.fv-pill span {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #1a1a1a; letter-spacing: .4px;
  padding-bottom: 1px;
}

/* 吹き出し／スマホ写真 ------------------------------------------------------ */
.bubbles { width: 420px; height: 488px; }

/* ==========================================================================
   店舗ロゴ スライダー
   ========================================================================== */
.logos { height: 124px; padding-top: 24px; overflow: hidden; background: #fff; }
.logos-track { display: flex; align-items: center; width: max-content; animation: marquee 26s linear infinite; }
.logos-track img { height: 84px; width: auto; margin-right: 22px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ==========================================================================
   CTAボタン（すぐ働きたい／もっと詳しく）
   ========================================================================== */
.cta { height: 101px; background: #fff; }
.cta-item { position: absolute; }
.cta-tag {
  position: absolute; width: 154px; height: 47px; border-radius: 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 1px;
}
.cta-tag::after {
  content: ""; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  border-left: 9px solid transparent; border-right: 9px solid transparent;
  border-top: 10px solid currentColor;
}
.cta-btn {
  position: absolute; width: 184px; height: 62px; border-radius: 31px;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 700; color: #fff; letter-spacing: 1.5px;
}
.cta-btn::after {
  content: ""; position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
  width: 136px; height: 1px; background: rgba(255, 255, 255, .85);
}
.cta-blue .cta-tag { background: #8cc0ea; color: #8cc0ea; }
.cta-blue .cta-tag span { color: #fff; }
.cta-blue .cta-btn { background: #99c5f4; }
.cta-pink .cta-tag { background: #f2afc9; color: #f2afc9; }
.cta-pink .cta-tag span { color: #fff; }
.cta-pink .cta-btn { background: #f5b4cd; }

/* ==========================================================================
   自己投資 写真 ＋ リード文
   ========================================================================== */
.dream { width: 420px; height: 493px; }
.lead { height: 263px; background: #fff; }
.lead-brush { top: 22px; left: 56px; width: 309px; height: 209px; }
.lead-txt {
  top: 64px; left: 0; width: 420px; text-align: center;
  font-size: 15px; font-weight: 500; color: #3f3f3f; line-height: 27px; letter-spacing: 1px;
}

/* ==========================================================================
   セクション見出し帯
   ========================================================================== */
.band {
  height: 106px;
  background: url("../img/band.png") no-repeat center / 420px 106px;
  text-align: center;
}
.band h2 {
  position: absolute; top: 25px; left: 0; width: 420px;
  font-size: 26px; font-weight: 700; color: #fff; letter-spacing: 1.5px;
  text-shadow: 0 1px 2px rgba(150, 150, 150, .35);
}
.band p {
  position: absolute; top: 62px; left: 0; width: 420px;
  font-size: 16px; font-weight: 500; color: #fff; letter-spacing: 1.5px;
  text-shadow: 0 1px 2px rgba(150, 150, 150, .35);
}
.band.up { margin-top: -3px; }
/* 下層ページ用 高さ165px */
.band-l { height: 165px; background-image: url("../img/band-l.png"); background-size: 420px 165px; }
.band-l h2 { top: 51px; font-size: 23px; }
.band-l p  { top: 86px; font-size: 18px; }
.band-l p::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  bottom: -12px; width: 205px; height: 1px; background: rgba(255, 255, 255, .9);
}

/* ==========================================================================
   7つのポイント
   ========================================================================== */
.points { background: #fff; margin-top: -2px; }
.point {
  display: flex; align-items: center; height: 89.7px;
}
.point-l {
  width: 130px; height: 100%; flex: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.point-l img { width: 29px; height: 24px; }
.point-l span { margin-top: 10px; font-size: 12px; font-weight: 500; letter-spacing: 1.5px; color: #5a5a5a; }
.point-r {
  flex: 1; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 500; color: #3c3c3c; letter-spacing: 4px;
}
.point:nth-child(1) .point-l { background: #ffeaf3; } .point:nth-child(1) .point-r { background: #fff6fa; }
.point:nth-child(2) .point-l { background: #eaf1ff; } .point:nth-child(2) .point-r { background: #f6f9ff; }
.point:nth-child(3) .point-l { background: #f0ffea; } .point:nth-child(3) .point-r { background: #f8fff6; }
.point:nth-child(4) .point-l { background: #fff2ea; } .point:nth-child(4) .point-r { background: #fff9f6; }
.point:nth-child(5) .point-l { background: #ffeaea; } .point:nth-child(5) .point-r { background: #fff6f6; }
.point:nth-child(6) .point-l { background: #d8f1fc; } .point:nth-child(6) .point-r { background: #f6feff; }
.point:nth-child(7) .point-l { background: #eaf3d3; } .point:nth-child(7) .point-r { background: #fdfff6; }

/* ==========================================================================
   続けられる理由
   ========================================================================== */
.reasons { background: var(--pink-lt); padding: 38px 0 32px; }
.card {
  position: relative; width: 382px; margin: 0 auto 19px; background: #fff; border-radius: 6px;
}
.card-02 { margin-bottom: 15px; }
.card:last-child { margin-bottom: 0; }
.card-01 { height: 326px; } .card-02 { height: 326px; } .card-03 { height: 326px; }
.ribbon {
  position: absolute; top: -5px; left: -1px; width: 59px; height: 72px;
  background: #ffafd2; color: #fff; font-size: 20px; font-weight: 700;
  display: flex; align-items: flex-start; justify-content: center; padding-top: 18px; letter-spacing: 1px;
}
.ribbon::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 59px; height: 14px;
  background: #ffe2ee; clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.card h3 {
  position: absolute; top: 33px; left: 0; width: 382px; text-align: center;
  font-size: 21px; font-weight: 700; color: #3c3c3c; letter-spacing: 1.5px;
}
.card .deco { position: absolute; top: 47px; left: 50%; transform: translateX(-50%); }
.card .lead2 {
  position: absolute; top: 76px; left: 0; width: 382px; text-align: center;
  font-size: 15px; font-weight: 500; color: #3f3f3f; line-height: 22px; letter-spacing: .5px;
}
.card .more {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 148px; height: 50px; border-radius: 25px; background: #bdbdbd;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 500; color: #fff; letter-spacing: 1px;
}
.card .more::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 10px;
  width: 96px; height: 1px; background: rgba(255, 255, 255, .8);
}
.card-01 .more { bottom: 38px; }
.card-02 .more, .card-03 .more { bottom: 31px; }
.card-01 .payslip { position: absolute; top: 132px; left: 118px; width: 147px; height: 85px; }
.card-02 .icons { position: absolute; top: 140px; left: 55px; display: flex; gap: 7px; }
.card-02 .icons img { width: 86px; height: 86px; }
.card-03 .kinds { position: absolute; top: 140px; left: 51px; width: 282px; height: 96px; }

/* ==========================================================================
   アンケート（グラフ）
   ========================================================================== */
.charts { margin-top: -2px; }
.charts img { width: 420px; height: 405px; }
.charts img + img { margin-top: -2.5px; }

/* ==========================================================================
   当日スグお給料（3ステップ）
   ========================================================================== */
.steps { background: var(--pink-lt); height: 1265px; margin-top: -3px; }
.step { position: absolute; left: 0; width: 420px; height: 387px; }
.step-1 { top: 31px; } .step-2 { top: 432px; } .step-3 { top: 837px; }
.step-bar {
  position: absolute; top: 0; left: -42px; width: 420px; height: 164px;
  background: #f0d691; border-radius: 0 18px 18px 0;
}
.step-clock { position: absolute; top: 19px; left: 26px; width: 28px; height: 28px; }
.step-time {
  position: absolute; top: 20px; left: 59px; width: 81px; height: 29px; background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 700; color: #343434; letter-spacing: 1px;
}
.step-ttl {
  position: absolute; top: 26px; left: 149px;
  font-size: 19px; font-weight: 700; color: #fff; letter-spacing: 1.5px;
}
.step-box {
  position: absolute; top: 59px; left: 19px; width: 339px; height: 76px; background: #fff;
}
.step-box p {
  position: absolute; top: 20px; left: 28px;
  font-size: 13px; font-weight: 500; color: #333; line-height: 21px; letter-spacing: .2px;
}
.step-photo { position: absolute; top: 137px; left: 0; width: 386px; height: 250px; }

/* ==========================================================================
   よくある質問
   ========================================================================== */
.faq { background: #fff; height: 411px; margin-top: -3px; }
.faq ul { position: absolute; top: 44px; }
.faq-c1 { left: 58px; } .faq-c2 { left: 169px; } .faq-c3 { left: 289px; }
.faq li { height: 45.5px; font-size: 16px; font-weight: 500; color: var(--gray-txt); letter-spacing: 2.5px; }
.faq li::before {
  content: ""; display: inline-block; width: 12px; height: 12px;
  background: #6b6b6b; margin-right: 7px; vertical-align: -1px;
}
.faq .more {
  position: absolute; top: 285px; left: 118px; width: 184px; height: 63px; border-radius: 32px;
  background: #f5b4cd; display: flex; align-items: center; justify-content: center;
  font-size: 19px; font-weight: 700; color: #fff; letter-spacing: 1px;
}
.faq .more::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 12px;
  width: 115px; height: 1px; background: rgba(255, 255, 255, .85);
}

/* ==========================================================================
   フッター
   ========================================================================== */
.footer { background: var(--pink); height: 452px; }
.footer .catch {
  top: 52px; left: 0; width: 420px; text-align: center;
  font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 10px; text-indent: 10px;
}
.footer .logo { position: absolute; top: 84px; left: 88px; width: 243px; height: 70px; }
.footer .fcol { position: absolute; top: 0; }
.footer .fcol.c1 { left: 44px; } .footer .fcol.c2 { left: 205px; }
.footer .fcol h3 { position: absolute; top: 199px; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: .2px; white-space: nowrap; }
.footer .fcol h4 { position: absolute; top: 235px; font-size: 14px; font-weight: 700; color: #fff; }
.footer .fcol li { position: absolute; font-size: 12px; font-weight: 300; color: #fff; white-space: nowrap; }
.footer .fcol li:nth-child(1) { top: 279px; }
.footer .fcol li:nth-child(2) { top: 314px; }
.footer .fcol li:nth-child(3) { top: 351px; }
.footer .copy {
  top: 399px; left: 44px; font-size: 12px; font-weight: 300; color: #fff; letter-spacing: .2px;
}

.legal { background: #fff; height: 342px; }
.legal h3 { position: absolute; top: 53px; left: 44px; font-size: 17px; font-weight: 500; color: var(--gray-txt2); letter-spacing: .5px; }
.legal p {
  position: absolute; top: 113px; left: 44px; width: 330px;
  font-size: 11.5px; font-weight: 300; color: var(--gray-txt2); line-height: 22px;
}

/* ==========================================================================
   下部固定メニュー
   ========================================================================== */
.navbar {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%);
  width: var(--w); height: var(--nav-h); display: flex; z-index: 50;
}
.navbar a, .navbar label {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 100%; color: #fff; cursor: pointer;
}
.navbar .n1 { width: 116px; background: #a6ced6; }
.navbar .n2 { width: 116px; background: #cfbee4; }
.navbar .n3 { width: 114px; background: #e5b2ac; }
.navbar .n4 { width: 74px;  background: var(--pink); }
.navbar .ico { height: 32px; display: flex; align-items: flex-end; }
.navbar .n1 .ico img { width: 34px; height: 32px; }
.navbar .n2 .ico img { width: 34px; height: 26px; }
.navbar .n3 .ico img { width: 29px; height: 29px; }
.navbar .lb { margin-top: 9px; font-size: 13px; font-weight: 500; letter-spacing: .3px; }
.navbar .burger { width: 34px; height: 21px; display: flex; flex-direction: column; justify-content: space-between; }
.navbar .burger i { display: block; width: 34px; height: 5px; background: #fff; }

/* MENU 開閉（CSSのみ） */
#menu-toggle { display: none; }
.drawer {
  position: fixed; bottom: var(--nav-h); left: 50%; transform: translateX(-50%);
  width: var(--w); background: #f19ec2; z-index: 49;
  max-height: 0; overflow: hidden; transition: max-height .35s ease;
}
#menu-toggle:checked ~ .drawer { max-height: 420px; }
.drawer ul { padding: 8px 30px 22px; }
.drawer li { border-bottom: 1px solid rgba(255, 255, 255, .45); }
.drawer a { display: block; padding: 15px 4px; font-size: 14px; font-weight: 500; color: #fff; }

/* ==========================================================================
   下層ページ：舐めたくてネットワーク
   ========================================================================== */
.net-lead { background: #fff; height: 210px; }
.net-lead p {
  position: absolute; top: 24px; left: 0; width: 420px; text-align: center;
  font-size: 14px; font-weight: 500; color: #3f3f3f; line-height: 30px; letter-spacing: .5px;
}
.ticker { height: 19px; overflow: hidden; background: #fff; }
.ticker-track {
  display: flex; width: max-content; animation: marquee 22s linear infinite;
  font-size: 12px; font-weight: 500; color: #c9c9c9; letter-spacing: 2px; line-height: 19px;
}
.ticker-track span { padding-right: 24px; white-space: nowrap; }
.bar-gray {
  height: 34px; background: #969696; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 500; color: #fff; letter-spacing: 1px;
}

.area { display: block; width: 420px; height: 246px; }
.area img { width: 420px; height: 246px; }
.area .en-s { top: 63px; left: 44px; font-size: 10px; font-weight: 500; color: #969696; letter-spacing: 1.5px; }
.area .en-l { top: 79px; left: 42px; font-size: 16px; font-weight: 700; letter-spacing: 1px; }
.area .jp-s { top: 101px; left: 42px; font-size: 17px; font-weight: 500; letter-spacing: 1.8px; }
.area .jp-l { top: 133px; left: 58px; font-size: 38px; font-weight: 700; letter-spacing: 1px; }
.area .arrow {
  top: 103px; width: 19px; height: 19px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; background: currentColor;
}
.area .arrow i { color: #fff; font-style: normal; }

.fr-wrap { position: relative; height: 168px; margin-top: -3px; }
.fr-wrap > img { width: 420px; height: 168px; }
.fr { position: absolute; top: 0; height: 168px; }
.fr .en-s { top: 23px; font-size: 8px; font-weight: 500; color: #969696; letter-spacing: 1px; }
.fr .en-l { top: 39px; font-size: 15px; font-weight: 700; letter-spacing: .5px; }
.fr .jp-s { top: 61px; font-size: 16px; font-weight: 500; color: #969696; letter-spacing: 1px; }
.fr .jp-l { top: 90px; font-size: 57px; font-weight: 700; letter-spacing: 2px; }


/* ==========================================================================
   下層ページ 個別調整
   ========================================================================== */
.fv-band.tall { height: 429px; background-color: var(--pink); background-position: top center; }

.areas { position: relative; height: 1704px; margin-top: -2px; background: #fff; }
.area { position: absolute; left: 0; }
.area-1 { top: 0; }    .area-2 { top: 243px; }  .area-3 { top: 486px; }
.area-4 { top: 729px; } .area-5 { top: 972px; } .area-6 { top: 1214px; }
.area-7 { top: 1458px; }
.gap-w { height: 16px; background: #fff; }
.gap-w2 { height: 19px; background: #fff; }

.welfare-sec { height: 593px; background: #fff; }
.welfare-sec .lead3 {
  position: absolute; top: 31px; left: 0; width: 420px; text-align: center;
  font-size: 14px; font-weight: 500; color: #3f3f3f; line-height: 31px; letter-spacing: .5px;
}
.wel-grid {
  position: absolute; top: 198px; left: 43px;
  display: grid; grid-template-columns: repeat(3, 103px); gap: 12px 13px;
}
.wel-grid img { width: 103px; height: 103px; }

.sched-lead { height: 213px; background: #fff; }
.sched-lead p {
  position: absolute; top: 44px; left: 0; width: 420px; text-align: center;
  font-size: 14px; font-weight: 500; color: #3f3f3f; line-height: 31px; letter-spacing: .5px;
}

.interviews { position: relative; }
.interview { position: relative; }
.interview + .interview { margin-top: -1px; }
.interview > img { width: 420px; display: block; }
.interview .view { position: absolute; left: 94px; width: 232px; height: 36px; }

.column {
  position: relative; height: 846px; margin-top: -3px;
  background: linear-gradient(180deg, #e5f1ff 0%, #ffffff 100%);
}
.col-card { position: absolute; top: 49px; left: 19px; width: 383px; height: 384px; background: #fff; }
.col-card .ph { position: absolute; top: 57px; left: 56px; width: 270px; height: 270px; background: #dbdffb; }
.col-date { position: absolute; top: 462px; left: 77px; font-size: 10px; font-weight: 500; color: #8a8a8a; letter-spacing: 1.5px; }
.col-rule { position: absolute; top: 484px; left: 76px; width: 68px; height: 4px; background: #b9c2d8; }
.col-ttl  { position: absolute; top: 508px; left: 77px; font-size: 17px; font-weight: 700; color: #333; letter-spacing: .5px; }
.col-txt  { position: absolute; top: 540px; left: 77px; width: 280px; font-size: 12.5px; font-weight: 400; color: #444; line-height: 26.4px; }
.col-arrow { position: absolute; top: 704px; width: 20px; height: 47px; }
.col-arrow svg { width: 20px; height: 47px; stroke: #9aa5c0; stroke-width: 2.5; fill: none; }
.col-arrow.l { left: 18px; }
.col-arrow.r { left: 382px; }
.col-more {
  position: absolute; top: 706px; left: 76px; width: 268px; height: 79px; background: #fff;
  display: flex; align-items: center;
}
.col-more span { margin-left: 24px; font-size: 16px; font-weight: 500; color: #333; letter-spacing: 1px; }
.col-more em { position: absolute; right: 22px; font-style: normal; font-size: 21px; color: #333; }

/* 下層ページ フッター（高さが異なる） */
.footer.f-sub { height: 474px; }
.footer.f-sub .catch { top: 46px; }
.footer.f-sub .logo { top: 76px; }
.footer.f-sub .fcol h3 { top: 192px; }
.footer.f-sub .fcol h4 { top: 227px; }
.footer.f-sub .fcol li:nth-child(1) { top: 271px; }
.footer.f-sub .fcol li:nth-child(2) { top: 306px; }
.footer.f-sub .fcol li:nth-child(3) { top: 343px; }
.footer.f-sub .copy { top: 387px; }
.legal.l-sub { height: 370px; }
.legal.l-sub h3 { top: 64px; }
.legal.l-sub p  { top: 126px; }
