@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




p.footerGuideLink {
    padding: 10px 15px;
    width: 100%;
    background: yellow;
    line-height: 1.2;
    border-radius: 10px;
}

.footerGuideLink a {
    text-decoration: none;
    font-weight: 600;
}

















































/* ===== Gran Erotic Massage Tokyo Recruit — B案 (SEO HTML版) ===== */
/* デザイン忠実再現：テキストは実HTML、装飾はCSS/SVGで再現 */

#lp-recruit{
  --page-w: 448px;
  --blue:      #0042E5;   /* メインブルー */
  --blue2:     #0A69FC;   /* 明るいブルー */
  --pink:      #FE458E;   /* ピンク */
  --pink2:     #FF2E86;
  --cyan:      #2FB4DF;   /* シアン */
  --green:     #06C755;   /* LINEグリーン */
  --yellow:    #FFE800;   /* マーカー黄 */
  --ink:       #16181D;   /* 濃い文字 */
  --ink2:      #33373E;
  --gray:      #8A9099;
  --bg:        #FEFEFE;
  --card:      #FFFFFF;
  --line:      #E8ECF1;
  --radius:    18px;
  --shadow:    0 10px 30px rgba(16,24,40,.10);
  --shadow-hard: 6px 6px 0 var(--ink);
}

#lp-recruit *{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
#lp-recruit{scroll-behavior:smooth;}
#lp-recruit{
  font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  color:var(--ink);
  background:#EEF1F5;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
#lp-recruit img{max-width:100%;height:auto;display:block;}
#lp-recruit a{color:inherit;text-decoration:none;}
#lp-recruit button{font-family:inherit;cursor:pointer;border:none;background:none;}

/* PCでもモバイル幅（中央寄せ） */
#lp-recruit .page{
  max-width:500px;
  margin:0 auto;
  background:var(--bg);
  position:relative;
  overflow:hidden;
  box-shadow:0 0 60px rgba(0,0,0,.12);
}

/* ==== 共通装飾パーツ ==== */
#lp-recruit .deco{position:absolute;pointer-events:none;z-index:0;}
/* 黄色ドット群 */
#lp-recruit .dots{
  background-image:radial-gradient(var(--yellow) 42%,transparent 44%);
  background-size:14px 14px;
}
/* キラキラ（4点星）SVGはインラインで配置 */
#lp-recruit .spark {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    font-size: 38px;
    color: #ffffff;
}

/* 黄色マーカー下線 */
#lp-recruit .mark{
  background:linear-gradient(transparent 62%, var(--yellow) 62%);
  padding:0 .1em;
}
/* 波線下線 */
#lp-recruit .wavy{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8'><path d='M0 4 Q6 0 12 4 T24 4' fill='none' stroke='%230042E5' stroke-width='2'/></svg>");
  background-repeat:repeat-x;
  background-position:bottom;
  background-size:24px 8px;
  padding-bottom:8px;
}
#lp-recruit .wavy-pink{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8'><path d='M0 4 Q6 0 12 4 T24 4' fill='none' stroke='%23FE458E' stroke-width='2'/></svg>");
}

/* ============ ヘッダー ============ */
#lp-recruit .site-header{
  position:relative;z-index:20;
  display:flex;align-items:center;justify-content:center;
  padding:18px 16px 14px;
  text-align:center;
}
#lp-recruit .site-header .brand-en{font-weight:800;font-size:12px;letter-spacing:.2px;color:var(--ink);}
#lp-recruit .site-header .brand-jp {
    font-size: 17px;
    color: #00a2e3;
    font-weight: 600;
    margin-top: 2px;
}
#lp-recruit .hamburger{
  position:absolute;left:14px;top:50%;transform:translateY(-50%);
  width:34px;height:26px;display:flex;flex-direction:column;justify-content:space-between;
  z-index:21;
}
#lp-recruit .hamburger span{display:block;height:3px;border-radius:3px;background:var(--ink);}

/* ============ ヒーロー ============ */
#lp-recruit .hero{position:relative;padding:0 0 8px;overflow:hidden;}
#lp-recruit .hero-bg-blue{
  position:absolute;top:-60px;right:-90px;width:340px;height:340px;
  border-radius:50%;background:var(--blue);z-index:0;
}
#lp-recruit .hero-bg-blue::after{
  content:"";position:absolute;inset:70px;border-radius:50%;background:var(--bg);
}
#lp-recruit .hero-arc{
  position:absolute;top:150px;right:-30px;width:230px;height:160px;
  border:14px solid var(--pink);border-radius:50%;
  clip-path:polygon(0 40%,100% 0,100% 60%,0 100%);z-index:1;
}
#lp-recruit .hero-photo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.12));
}
#lp-recruit .hero-copy{position:relative;z-index:3;padding:14px 20px 0;}
#lp-recruit .hero-copy h1 {
    font-size: 41px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -.5px;
    background: none;
    top: 139px;
}
#lp-recruit .hero-copy h1 .l2{color:var(--blue);}
#lp-recruit .hero-copy h1 .dot{color:var(--pink);}
#lp-recruit .hero-sub {
    margin-top: 138px;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink2);
    line-height: 1.5;
    position: relative;
    z-index: 3;
}
/* ヒーロー小バッジ（ABEMA等） */
#lp-recruit .hero-badges {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    padding: 10px 16px 6px;
}
#lp-recruit .hero-badges .b{
  display:flex;align-items:center;gap:6px;
  background:#fff;border:1.5px solid var(--line);border-radius:12px;
  padding:8px 10px;font-size:11px;font-weight:700;color:var(--ink2);
  box-shadow:0 3px 8px rgba(0,0,0,.05);
}
#lp-recruit .hero-badges .b i{color:var(--blue);font-size:14px;}

/* ============ 給与カード（2x2） ============ */
#lp-recruit .pay-grid{
  position:relative;z-index:3;
  display:grid;grid-template-columns:1fr 1fr;gap:1px;
  background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  margin-top:6px;
}
#lp-recruit .pay-cell {
    background: var(--bg);
    padding: 14px 14px 16px;
    text-align: center;
}
#lp-recruit .pay-cell .tag{
  display:inline-block;background:var(--blue);color:#fff;font-weight:800;
  font-size:16px;border-radius:6px;padding:2px 8px;margin-bottom:6px;
}
#lp-recruit .pay-cell .lbl {
    font-size: 16px;
    color: #161616;
    font-weight: 700;
    /* display: flex; */
    align-items: center;
    gap: 5px;
    /* text-align: center; */
}
#lp-recruit .pay-cell .lbl i {
    color: var(--pink);
    /* text-align: center; */
    padding-right: 4px;
}
#lp-recruit .pay-cell .val{font-size:26px;font-weight:800;color:var(--ink);line-height:1.1;margin-top:2px;}
#lp-recruit .pay-cell .val small{font-size:14px;font-weight:800;}
#lp-recruit .pay-cell .val .yen{color:var(--pink);}

/* ============ CTAボタン ============ */
#lp-recruit .cta-block{padding:18px 16px 8px;position:relative;z-index:3;}
#lp-recruit .btn{
  display:flex;align-items:center;justify-content:center;gap:10px;position:relative;
  width:100%;border-radius:40px;font-weight:800;font-size:19px;color:#fff;
  padding:17px 20px;margin-bottom:12px;box-shadow:0 6px 16px rgba(0,0,0,.16);
  transition:transform .12s,box-shadow .12s;
}
#lp-recruit .btn:active{transform:translateY(2px);box-shadow:0 3px 8px rgba(0,0,0,.16);}
#lp-recruit .btn .arw{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  width:28px;height:28px;border-radius:50%;background:var(--yellow);color:var(--ink);
  display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;
}
#lp-recruit .btn-line{background:var(--green);}
#lp-recruit .btn-line .ico{background:#fff;color:var(--green);border-radius:7px;width:26px;height:26px;
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;}
#lp-recruit .btn-search{background:var(--blue);}
#lp-recruit .cta-note {
    text-align: center;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 600;
    margin-top: -2px;
}
#lp-recruit .cta-note i{margin-right:4px;}

/* ============ ヒーロー下 3特徴カード ============ */
#lp-recruit .feat3{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:12px 14px 22px;}
#lp-recruit .feat3 .fc{
  position:relative;background:#fff;border-radius:14px;padding:12px 8px 14px;
  box-shadow:var(--shadow);overflow:hidden;
}
#lp-recruit .feat3 .fc .ic{
  width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:15px;margin-bottom:6px;
}
#lp-recruit .feat3 .fc small {
    font-size: 17.5px;
    font-weight: 700;
    color: var(--ink2);
    display: block;
}
#lp-recruit .feat3 .fc b{font-size:17px;font-weight:800;display:block;line-height:1.2;margin:2px 0 5px;}
#lp-recruit .feat3 .fc p{font-size:10px;color:var(--gray);font-weight:600;line-height:1.4;}
#lp-recruit .feat3 .fc.c1 .ic{background:linear-gradient(135deg,#FFD23F,#FF9E1B);}
#lp-recruit .feat3 .fc.c1 b {
    color: #ff6c00;
}
#lp-recruit .feat3 .fc.c2 .ic{background:var(--cyan);} #lp-recruit .feat3 .fc.c2 b{color:var(--cyan);}
#lp-recruit .feat3 .fc.c3 .ic{background:var(--pink);} #lp-recruit .feat3 .fc.c3 b{color:var(--pink);}
#lp-recruit .feat3 .fc::after{content:"";position:absolute;right:-6px;bottom:-6px;width:26px;height:26px;
  background:var(--yellow);transform:rotate(45deg);}
#lp-recruit .feat3 .fc.c3::after{background:var(--pink);}

/* ============ セクション共通見出し ============ */
#lp-recruit .sec{position:relative;padding:34px 18px;z-index:1;}
#lp-recruit .sec-tab {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
    font-size: 25px;
    border-radius: 20px;
    padding: 6px 16px;
    margin-bottom: 14px;
    letter-spacing: .3px;
}
#lp-recruit .sec-tab.pink{background:var(--pink);}
#lp-recruit .sec-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.5px;
    background: none;
}
#lp-recruit .sec-title .b{color:var(--blue);}
#lp-recruit .sec-lead{font-size:13px;color:var(--gray);font-weight:700;margin-top:8px;}

/* ============ POINT 選ばれる3つの理由 ============ */
#lp-recruit .point{background:var(--bg);}
#lp-recruit .point .num-card{
  position:relative;display:flex;align-items:center;gap:14px;
  background:#fff;border:2.5px solid var(--ink);border-radius:16px;
  padding:16px 16px;margin-top:16px;box-shadow:var(--shadow-hard);
  overflow:hidden;
}
#lp-recruit .point .num-card .no{font-size:44px;font-weight:800;color:var(--ink);line-height:1;flex:0 0 auto;
  -webkit-text-stroke:0;opacity:.92;}
#lp-recruit .point .num-card .body{flex:1;}
#lp-recruit .point .num-card .body h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 4px;
    background: none;
}
#lp-recruit .point .num-card .body h3:after {
    content: none;
}
#lp-recruit .point .num-card .body h3 .u{background:linear-gradient(transparent 60%,#BFD3FF 60%);}
#lp-recruit .point .num-card .body h3 .up{background:linear-gradient(transparent 60%,#FFC2DC 60%);}
#lp-recruit .point .num-card .body p{font-size:12px;color:var(--ink2);font-weight:600;line-height:1.5;}
#lp-recruit .point .num-card .ill{flex:0 0 auto;width:72px;height:72px;display:flex;align-items:center;justify-content:center;}

/* POINTイラスト（CSS/絵文字ベース簡易再現） */
#lp-recruit .ill-thumb, #lp-recruit .ill-glass, #lp-recruit .ill-phone{position:relative;}

/* ============ GUARANTEE 給与保証 ============ */
#lp-recruit .guarantee {
    position: relative;
    background: #fffffb;
    color: #000000;
    border-radius: 22px;
    margin: 20px 14px;
    padding: 20px 18px 12px;
    overflow: hidden;
    border: 5px solid #ff8dfb;
    line-height: 0.8;
}
#lp-recruit .guarantee .g-tab {
    display: inline-block;
    border: 1.5px solid rgba(255,255,255,.5);
    border-radius: 16px;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
#lp-recruit .guarantee h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    background: none;
    position: relative;
    z-index: 2;
}
#lp-recruit .guarantee h2:before {
    content: none;
}
#lp-recruit .guarantee h2:after {
    content: none;
}
#lp-recruit .guarantee h2 .mark {
    color: var(--ink);
    background: none !important;
}
#lp-recruit .guarantee .g-photo {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 64%;
    z-index: 1;
    top: -5px;
}
#lp-recruit .guarantee .g-main{position:relative;z-index:2;margin-top:0px;}
#lp-recruit .guarantee .g-main .row{display:flex;align-items:baseline;gap:3px;}
#lp-recruit .guarantee .g-main .k{font-size:14px;font-weight:800;}
#lp-recruit .guarantee .g-main .big {
    font-size: 43px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}
#lp-recruit .guarantee .g-main .big .yen{font-size:24px;}
#lp-recruit .guarantee .g-main .suf{font-size:16px;font-weight:800;}
#lp-recruit .guarantee .g-sub{position:relative;z-index:2;margin-top:10px;font-size:13px;font-weight:700;}
#lp-recruit .guarantee .g-sub .hi{color:var(--cyan);font-size:20px;font-weight:800;}
#lp-recruit .guarantee .g-chips {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 5px;
}
#lp-recruit .guarantee .g-chips span {
    border: 1.5px solid rgba(255,255,255,.6);
    border-radius: 20px;
    padding: 5px 5px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 2px;
}
#lp-recruit .guarantee .g-chips i{color:var(--cyan);}

/* ============ SAFETY 安心のお仕事内容 ============ */
#lp-recruit .safety{background:var(--bg);}
#lp-recruit .safety .safety-head {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    background: none;
    text-align: right;
}
#lp-recruit .safety .safety-head .mark{color:var(--ink);}
#lp-recruit .ng-ok{
  position:relative;background:#fff;border:2.5px solid var(--ink);border-radius:18px;
  padding:16px 14px;margin-top:16px;box-shadow:var(--shadow-hard);
}
#lp-recruit .ng-ok .cols{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
#lp-recruit .ng-ok .col h4{text-align:center;font-size:14px;font-weight:800;margin-bottom:8px;padding-bottom:6px;
  border-bottom:2px solid var(--line);}
#lp-recruit .ng-ok .col.ng h4{color:var(--ink);}
#lp-recruit .ng-ok .col.ok h4{color:var(--blue);}
#lp-recruit .ng-ok li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 0;
    line-height: 1.1;
}
#lp-recruit .ng-ok .ng li i{color:var(--pink);}
#lp-recruit .ng-ok .ok li i{color:var(--blue);}
#lp-recruit .safety-bubble{
  position:relative;background:var(--pink);color:#fff;border-radius:24px;
  text-align:center;font-size:13px;font-weight:400;padding:11px 14px;margin-top:14px;
}
#lp-recruit .safety-bubble::after{content:"";position:absolute;top:-10px;left:50%;transform:translateX(-50%);
  border:10px solid transparent;border-bottom-color:var(--pink);}
#lp-recruit .safety-bubble .n{font-size:16px;}

/* ============ REASONS Granが選ばれる理由 ============ */
#lp-recruit .reasons{position:relative;background:var(--bg);overflow:hidden;}
#lp-recruit .reasons .r-photo {
    position: absolute;
    right: -16px;
    top: 72px;
    width: 100%;
    z-index: 1;
}
#lp-recruit .reasons h2{font-size:27px;font-weight:800;position:relative;z-index:2;}
#lp-recruit .reasons h2 .b{color:var(--blue);}
#lp-recruit .reasons .r-lead {
    font-size: 20px;
    color: #02004b;
    font-weight: 700;
    margin-top: 6px;
    position: relative;
    z-index: 2;
}
#lp-recruit .reasons .r-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:150px;position:relative;z-index:2;}
#lp-recruit .reasons .rc{background:#fff;border-radius:16px;padding:16px 8px;box-shadow:var(--shadow);text-align:center;}
#lp-recruit .reasons .rc .ic{width:44px;height:44px;border-radius:50%;margin:0 auto 8px;display:flex;
  align-items:center;justify-content:center;color:#fff;font-size:18px;}
#lp-recruit .reasons .rc h4{font-size:14px;font-weight:800;line-height:1.25;margin-bottom:6px;}
#lp-recruit .reasons .rc p {
    font-size: 14px;
    color: #000000;
    /* font-weight: 600; */
    line-height: 1.4;
    text-align: left;
}
#lp-recruit .reasons .rc.a .ic{background:var(--pink);} #lp-recruit .reasons .rc.a h4{color:var(--pink);}
#lp-recruit .reasons .rc.b .ic{background:var(--cyan);} #lp-recruit .reasons .rc.b h4{color:var(--cyan);}
#lp-recruit .reasons .rc.c .ic{background:var(--blue);} #lp-recruit .reasons .rc.c h4{color:var(--blue);}
#lp-recruit .reasons .rc .uw{display:inline-block;}

/* ============ 募集要項 ============ */
#lp-recruit .boshu{background:#fff;margin:0;border-radius:22px 22px 0 0;box-shadow:0 -6px 20px rgba(0,0,0,.05);}
#lp-recruit .boshu h2 {
    font-size: 24px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    background: none;
}
.bi {
    text-align: center;
}
.bi {
    padding: 5px;
    background: #fffbee;
}
#lp-recruit .boshu h2::after{content:"";position:absolute;left:0;right:-6px;bottom:2px;height:9px;background:var(--yellow);z-index:-1;}
#lp-recruit .boshu .b-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 12px;
    margin-top: 18px;
}

#lp-recruit .boshu .bi .h {
    display: -webkit-inline-box;
    /* align-items: center; */
    gap: 7px;
    font-size: 19px;
    font-weight: 800;
    color: #1200ff;
    margin-bottom: 4px;
    /* text-align: center; */
}

#lp-recruit .boshu .bi .h i{width:22px;height:22px;border-radius:6px;background:var(--pink);color:#fff;font-size:12px;
  display:flex;align-items:center;justify-content:center;}
#lp-recruit .boshu .bi p {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink2);
    line-height: 1.5;
    text-align: left;
}

/* ============ STORE 3店舗 ============ */
#lp-recruit .store{background:var(--bg);}
#lp-recruit .store .store-row{
  display:flex;align-items:center;gap:14px;background:#fff;border:2.5px solid var(--ink);
  border-radius:50px;padding:10px 16px 10px 10px;margin-top:14px;box-shadow:var(--shadow-hard);
}
#lp-recruit .store .store-row .ph{flex:0 0 auto;width:62px;height:62px;border-radius:50%;overflow:hidden;
  border:3px solid var(--blue);}
#lp-recruit .store .store-row.pink .ph{border-color:var(--pink);}
#lp-recruit .store .store-row.cyan .ph{border-color:var(--cyan);}
#lp-recruit .store .store-row .info {
    flex: 1;
    background: none;
}
#lp-recruit .store .store-row .info .n{font-size:18px;font-weight:800;}
#lp-recruit .store .store-row .info .en{font-size:9px;font-weight:700;color:var(--gray);letter-spacing:1px;}
#lp-recruit .store .store-row .info .ac{font-size:11.5px;font-weight:700;color:var(--ink2);margin-top:3px;display:flex;align-items:center;gap:5px;}
#lp-recruit .store .store-row .info .ac i{color:var(--pink);}
#lp-recruit .store .store-row .bus{flex:0 0 auto;background:var(--yellow);color:var(--ink);font-size:15px;font-weight:800;
  border-radius:12px;padding:4px 9px;display:flex;align-items:center;gap:4px;}

/* ============ MESSAGE 店長より ============ */
/* 元デザイン：ブルー→ピンク→シアンの斜めカラフル背景 */
#lp-recruit .message{
  position:relative;overflow:hidden;
  background:var(--pink);
}
/* 上部：ブルーの斜め帯 */
#lp-recruit .message::before{
  content:"";position:absolute;top:0;left:0;right:0;height:120px;z-index:0;
  background:var(--blue2);
  clip-path:polygon(0 0,100% 0,100% 55%,0 100%);
}
/* 下部：シアンの斜め帯 */
#lp-recruit .message::after{
  content:"";position:absolute;bottom:0;left:0;right:0;height:120px;z-index:0;
  background:var(--cyan);
  clip-path:polygon(0 45%,100% 0,100% 100%,0 100%);
}
#lp-recruit .message>*{position:relative;z-index:2;}
#lp-recruit .message .m-tab{background:var(--blue);}
#lp-recruit .message h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--ink);
    display: inline-block;
    position: relative;
    background: white;
    padding: 5px 10px;
}
#lp-recruit .message h2 .p{color:var(--pink2);}
/* 見出し下の黄色マーカー */
#lp-recruit .message h2::after{content:"";position:absolute;left:0;right:-4px;bottom:2px;height:9px;
  background:var(--yellow);z-index:-1;}
#lp-recruit .message .m-body{display:flex;gap:6px;align-items:flex-start;margin-top:16px;}
#lp-recruit .message .m-photo{flex:0 0 auto;width:118px;height:118px;border-radius:50%;overflow:hidden;
  border:3px solid var(--ink);}
#lp-recruit .message .m-bubble{
  position:relative;flex:1;background:#fff;border:2.5px solid var(--ink);border-radius:16px;
  padding:14px;font-size:16.5px;font-weight:600;line-height:1.6;box-shadow:var(--shadow-hard);
}
#lp-recruit .message .m-bubble::before{content:"";position:absolute;left:-17px;top:34px;
  border:8px solid transparent;border-right-color:var(--ink);}
#lp-recruit .message .m-bubble::after{content:"";position:absolute;left:-9px;top:35px;
  border:7px solid transparent;border-right-color:#fff;}
#lp-recruit .message .m-sign{text-align:right;font-size:12px;font-weight:800;margin-top:10px;color:var(--ink2);}

/* ============ サービス内容 ============ */
#lp-recruit .service{background:linear-gradient(180deg,#fff, #F4F8FF);}
#lp-recruit .service h2{font-size:22px;font-weight:800;position:relative;display:inline-block;}
#lp-recruit .service h2::after{content:"";position:absolute;left:0;right:-4px;bottom:2px;height:8px;background:var(--yellow);z-index:-1;}
#lp-recruit .service .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 7px;
    margin-top: 16px;
}
#lp-recruit .service .chips span{background:#fff;border:1.5px solid var(--line);border-radius:24px;
  padding:8px 15px;font-size:13px;font-weight:700;color:var(--ink2);box-shadow:0 2px 6px rgba(0,0,0,.04);}

/* ============ FAQ ============ */
#lp-recruit .faq{background:var(--bg);}
#lp-recruit .faq h2{font-size:24px;font-weight:800;display:flex;align-items:center;gap:10px;justify-content:center;}
#lp-recruit .faq h2 .q{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-size:17px;font-weight:900;
  display:flex;align-items:center;justify-content:center;}
#lp-recruit .faq h2 .u{position:relative;}
#lp-recruit .faq h2 .u::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:7px;background:var(--yellow);z-index:-1;}
#lp-recruit .faq-list{margin-top:18px;}
#lp-recruit .faq-item{background:#fff;border:2px solid var(--line);border-radius:14px;margin-bottom:10px;overflow:hidden;
  transition:border-color .2s;}
#lp-recruit .faq-item.open{border-color:var(--blue);}
#lp-recruit .faq-q{display:flex;align-items:center;gap:10px;padding:14px 14px;width:100%;text-align:left;font-size:14px;font-weight:800;}
#lp-recruit .faq-q .qc{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;
  font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;}
#lp-recruit .faq-q .qt{flex:1;}
#lp-recruit .faq-q .plus{flex:0 0 auto;font-size:22px;font-weight:400;color:var(--gray);transition:transform .25s;}
#lp-recruit .faq-item.open .faq-q .plus{transform:rotate(45deg);color:var(--blue);}
#lp-recruit .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
#lp-recruit .faq-a .inner {
    padding: 6px 5px 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #001dff;
}
.faq-item {
    display: flow;
}
/* ============ 最終CTA ============ */
#lp-recruit .final-cta{background:linear-gradient(180deg,#F4F8FF,#fff);padding:30px 16px 20px;}
#lp-recruit .final-cta h2{text-align:center;font-size:26px;font-weight:800;margin-bottom:6px;}
#lp-recruit .final-cta h2 .b{color:var(--blue);}
#lp-recruit .final-cta .fc-mark{position:relative;display:inline-block;}
#lp-recruit .final-cta .trust {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 16px 0 12px;
    flex-wrap: wrap;
}
#lp-recruit .final-cta .trust .t{display:flex;align-items:center;gap:6px;font-size:17px;font-weight:700;color:var(--ink2);}
#lp-recruit .final-cta .trust .t i{color:var(--pink);}

/* ============ フッター ============ */
#lp-recruit .site-footer{position:relative;background:var(--bg);text-align:center;padding:26px 16px 90px;overflow:hidden;}
#lp-recruit .site-footer .f-arc{position:absolute;right:-60px;bottom:-60px;width:180px;height:180px;
  border-radius:50%;border:22px solid var(--blue);}
#lp-recruit .site-footer .f-brand{font-size:17px;font-weight:800;position:relative;z-index:2;}
#lp-recruit .site-footer .f-area{font-size:12px;font-weight:700;color:var(--ink2);margin-top:4px;position:relative;z-index:2;}
#lp-recruit .site-footer .f-note{font-size:11px;color:var(--gray);font-weight:600;margin-top:3px;position:relative;z-index:2;}

/* ============ ドロワー ============ */
#lp-recruit .drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;
  transition:.25s;z-index:80;}
#lp-recruit .drawer-overlay.on{opacity:1;visibility:visible;}
#lp-recruit .drawer{position:fixed;top:0;left:0;height:100%;width:82%;max-width:340px;background:#fff;z-index:90;
  transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding:26px 22px;
  box-shadow:6px 0 30px rgba(0,0,0,.2);overflow-y:auto;}
#lp-recruit .drawer.on{transform:translateX(0);}
#lp-recruit .drawer-close{position:absolute;right:16px;top:14px;font-size:30px;color:var(--gray);line-height:1;}
#lp-recruit .drawer-head .en{font-weight:800;font-size:17px;line-height:1.3;}
#lp-recruit .drawer-head .jp{font-size:11px;color:var(--gray);font-weight:600;margin-top:4px;}
#lp-recruit .drawer nav{margin-top:22px;border-top:1px solid var(--line);}
#lp-recruit .drawer nav a{display:flex;justify-content:space-between;align-items:center;padding:15px 4px;
  border-bottom:1px solid var(--line);font-size:14px;font-weight:700;}
#lp-recruit .drawer nav a .arw{color:var(--blue);font-size:18px;}
#lp-recruit .drawer-cta{display:block;text-align:center;background:var(--green);color:#fff;font-weight:800;
  border-radius:30px;padding:14px;margin-top:22px;font-size:15px;}

/* ============ フローティングCTA ============ */
#lp-recruit .floating-cta{position:fixed;left:0;right:0;bottom:0;z-index:70;display:flex;gap:8px;
  max-width:var(--page-w);margin:0 auto;padding:10px 12px;
  background:rgba(255,255,255,.92);backdrop-filter:blur(8px);box-shadow:0 -4px 16px rgba(0,0,0,.12);
  transform:translateY(120%);transition:transform .3s;}
#lp-recruit .floating-cta.show{transform:translateY(0);}
#lp-recruit .floating-cta a{flex:1;text-align:center;border-radius:30px;padding:13px;font-weight:800;font-size:14px;color:#fff;}
#lp-recruit .floating-cta .line{background:var(--green);}
#lp-recruit .floating-cta .search{background:var(--blue);}

/* reveal（JS有効時のみ） */
#lp-recruit .js .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s,transform .6s;}
#lp-recruit .js .reveal.in{opacity:1;transform:none;}

/* トースト */
#lp-recruit .toast{position:fixed;left:50%;bottom:96px;transform:translateX(-50%) translateY(20px);
  background:var(--ink);color:#fff;font-size:13px;font-weight:700;padding:11px 18px;border-radius:24px;
  opacity:0;visibility:hidden;transition:.25s;z-index:120;max-width:86%;text-align:center;}
#lp-recruit .toast.on{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}


.page-id-7414 div#header-container {
    display: none;
}

.page-id-7414 header.article-header.entry-header {
    display: none;
}

h2.sec-title:before {
    content: none;
}

h2.sec-title:after {
    content: none;
}

h2.safety-head:before {
    content: none;
}

h2.safety-head:after {
    content: none;
}

#lp-recruit .reasons h2:before {
    content: none;
}


#lp-recruit .reasons h2:after {
    content: none;
}

#lp-recruit .reasons .rc.a h4:before {
    content: none;
}

#lp-recruit .reasons .rc.a h4:after {
    content: none;
}

#lp-recruit .message h2:before {
    content: none;
}

#lp-recruit .message h2:after {
    content: none;
}

#lp-recruit .faq h2:before {
    content: none;
}

#lp-recruit .faq h2:after {
    content: none;
}

#lp-recruit .final-cta h2:before {
    content: none;
}

#lp-recruit .final-cta h2:after {
    content: none;
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "\f058" !important;
}

.fa-check-circle:before, .fa-circle-check:before {
    content: "\f0eb" !important;
}

.page-id-7414 .content {
    margin-top: 1px;
}

.page-id-7414 .column-narrow .content-in {
    max-width: 700px;
    width: 98%;
}

@media screen and (max-width: 834px) {
.page-id-7414 main.main, div.sidebar {
        padding: 2px 2px !important;
        margin: -18px 3px 3px !important;
        border-width: 0 !important;
    }
}

.page-id-7414 div#breadcrumb {
    display: none;
}

.page-id-7414 footer.article-footer.entry-footer {
    display: none;
}

.page-id-7414 footer#footer {
    display: none;
}

.page-id-7414 .entry-content {
    margin-top: 0em;
    margin-bottom: 2em;
}

.hero-copy span.l1 {
    color: #ff00dd;
}

#lp-recruit .hero-copy h1{
  font-size:34px;font-weight:800;line-height:1.28;letter-spacing:-.5px;
  --edge:2.5px;   /* ← 白フチの太さ。もっと太くしたければ 3px / 3.5px に */
  text-shadow:
    var(--edge) 0 0 #fff, calc(var(--edge) * -1) 0 0 #fff,
    0 var(--edge) 0 #fff, 0 calc(var(--edge) * -1) 0 #fff,
    var(--edge) var(--edge) 0 #fff, calc(var(--edge) * -1) var(--edge) 0 #fff,
    var(--edge) calc(var(--edge) * -1) 0 #fff, calc(var(--edge) * -1) calc(var(--edge) * -1) 0 #fff,
    0 0 6px #fff, 0 0 10px rgba(255,255,255,.9);
}

#lp-recruit .hero-sub{
  font-size:15px;font-weight:700;color:var(--ink2);line-height:1.5;
  position:relative;z-index:3;
  --edge:2px;     /* ← こちらも太さ調整用 */
  text-shadow:
    var(--edge) 0 0 #fff, calc(var(--edge) * -1) 0 0 #fff,
    0 var(--edge) 0 #fff, 0 calc(var(--edge) * -1) 0 #fff,
    var(--edge) var(--edge) 0 #fff, calc(var(--edge) * -1) var(--edge) 0 #fff,
    var(--edge) calc(var(--edge) * -1) 0 #fff, calc(var(--edge) * -1) calc(var(--edge) * -1) 0 #fff,
    0 0 5px #fff, 0 0 9px rgba(255,255,255,.9);
}


#lp-recruit .reasons .r-lead{
  --edge:2.5px;   /* ← 白フチの太さ。もっと太くしたければ 3px / 3.5px に */
  text-shadow:
    var(--edge) 0 0 #fff, calc(var(--edge) * -1) 0 0 #fff,
    0 var(--edge) 0 #fff, 0 calc(var(--edge) * -1) 0 #fff,
    var(--edge) var(--edge) 0 #fff, calc(var(--edge) * -1) var(--edge) 0 #fff,
    var(--edge) calc(var(--edge) * -1) 0 #fff, calc(var(--edge) * -1) calc(var(--edge) * -1) 0 #fff,
    0 0 6px #fff, 0 0 10px rgba(255,255,255,.9);
}

#lp-recruit .row{
  --edge:2.5px;   /* ← 白フチの太さ。もっと太くしたければ 3px / 3.5px に */
  text-shadow:
    var(--edge) 0 0 #fff, calc(var(--edge) * -1) 0 0 #fff,
    0 var(--edge) 0 #fff, 0 calc(var(--edge) * -1) 0 #fff,
    var(--edge) var(--edge) 0 #fff, calc(var(--edge) * -1) var(--edge) 0 #fff,
    var(--edge) calc(var(--edge) * -1) 0 #fff, calc(var(--edge) * -1) calc(var(--edge) * -1) 0 #fff,
    0 0 6px #fff, 0 0 10px rgba(255,255,255,.9);
}


img.safe-photo {
    position: absolute;
    right: 176px;
    bottom: 0;
    width: 45%;
    z-index: 1;
    top: 89px;
}

#lp-recruit .faq-a .inner a {
    color: #001dff;
    background: #49ff7a;
    border-radius: 20px;
    margin: auto 4px;
}

section.kyuzinOubo {
    background: linear-gradient(180deg, #f5f7fb, #fff);
    padding: 14px 20px 20px !important;
    line-height: 2.0;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink2);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    line-height: 2.5;
}

input.wpcf7-form-control.wpcf7-text {
    line-height: 2.5;
}

section.kyuzinOubo .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 2px 10px !important;
}

section.kyuzinOubo fieldset {
    margin-bottom: 10px !important;
}

section.kyuzinOubo input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 10px !important;
}

section.kyuzinOubo textarea.wpcf7-form-control.wpcf7-textarea {
    background: #ffffff !important;
    padding: 9px 10px !important;
}

section.kyuzinOubo input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #ffffff !important;
    padding: 9px 10px !important;
}

section.kyuzinOubo input.wpcf7-form-control.wpcf7-text {
    background: #ffffff !important;
    padding: 9px 10px !important;
}

section.kyuzinOubo input.wpcf7-form-control.wpcf7-submit.has-spinner {
    height: 53px;
    width: 209px;
    text-align: center;
    box-shadow: 3px 2px 5px var(--color-shadow-dark), -3px -2px 5px var(--color-shadow-light);
    background: #c6fff8;
    font-weight: 800;
    color: #4f4e4e;
    font-size: 1.2rem;
    text-shadow: none;
    --edge: none;
    border: 1px solid #d3d3d3;
}



section.kyuzinOubo p.ouboButton {
    text-align: center;
    margin-top: 10px !important;
    margin-left: 45px !important;
}


.page-id-7414 ul.mobile-footer-menu-buttons.mobile-menu-buttons {
    display: none;
}

