@charset "UTF-8";

@media screen and (min-width: 750px) {
    #rj .sec_ttl {
        font-size: 6rem;
    }

    #rj .sec_ttl .txt_s {
        font-size: 4.5rem;
    }

    #rj .sub_txt {
      bottom: -13px;
    }

    #rj .sec_ttl_bg {
        margin: 0 0 50px;
        padding: 30px 10px 26px;
    }
}

/* --------------------------------
sec00: hero（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec00{
    width: 100%;
  }

  #rj .rj_hero_ttl{
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  #rj .hero_pc{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
  }

  /* 背景（画面幅が狭くなってもcoverで追従） */
  #rj .hero_pc .hero_bg{
    position: absolute;
    inset: 0;
    background: url("../images/menu/rejuran/pc/rj_top_bg_pc.png") center center / cover no-repeat;
    z-index: 0;
  }

  /* コンテンツ画像（常に中央寄せ） */
  #rj .hero_pc .hero_content{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
  }

  #rj .hero_pc .hero_content img{
    display: block;
    width: 100%;
    max-width: 1100px; /* 既存LPの見た目に合わせて後で微調整OK */
    height: auto;
  }
}

/* --------------------------------
sec01: こんな方におすすめ（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec01 .inner{
    padding: 55px 50px 70px;
  }

  #rj .rj_sec01_head{
    gap: 22px;
    margin-bottom: 26px;
  }

  #rj .rj_sec01_photo{
    width: 120px;
    height: 120px;
  }

  #rj .sec01 .sec_ttl{
    font-size: 6rem; 
  }

  #rj .sec01 .sec_ttl .txt_s {
    font-size: 4.5rem;
  }

  #rj .rj_rec_list li{
    padding: 10px 18px 10px 62px;
    margin-bottom: 16px;
    font-size: 3rem;
    border-radius: 8px;
  }

  #rj .rj_rec_list li::before{
    left: 22px;
    width: 26px;
    height: 26px;
  }
}

@media screen and (min-width: 750px){
  /* sec01 ブロック自体を中央寄せ */
  #rj .sec01 .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* 見出し行は左寄せのまま、ただしブロックは中央 */
  #rj .rj_sec01_head{
    width: 700px;              /* リストと揃える */
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }

  /* リストも中央に */
  #rj .rj_rec_list{
    width: 700px;              /* カンプの見え方に近い固定幅 */
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* --------------------------------
sec02: リジュランとは？（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec02 .inner{
    padding: 0 0 70px;
  }

  #rj .rj_sec_sub{
    font-size: 3.4rem;
  }

  #rj .rj_sec02_body{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }

  #rj .rj_sec02_banner{
    margin: 34px 0;
  }

  #rj .rj_sec02_banner_txt{
    left: 46px;
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  #rj .sec02 .p_txt {
    font-size: 2rem;
  }
}

/* --------------------------------
sec03: リジュランおすすめの施術間隔（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec03{
    background: url("../images/menu/rejuran/pc/sec3_bg_pc.jpg") center center / cover no-repeat;
  }

  #rj .sec03 .sub_txt {
    bottom: -12px;
  }

  #rj .sec03 .inner{
    padding: 0 0 6%;
  }

  #rj .rj_sec03_body{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }

  #rj .rj_sec03_body .p_txt{
    margin-bottom: 22px;
    font-size: 2rem;
  }

  #rj .rj_sec03_body .rj_note {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/* --------------------------------
sec04: ドクター手打ち（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec04_mv .inner{
    padding: 15px 50px;
  }

  #rj .sec04_mv .sec_ttl {
      font-size: 5rem;
  }

  #rj .sec04_mv_in{
    gap: 26px;
  }

  #rj .sec04_mv_img{
    width: 180px;
  }

  #rj .sec04_body .inner{
    padding: 50px 50px 60px;
    text-align: center;
  }

  #rj .sec04_body .inner > *{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  #rj .sec04_body .p_txt {
      font-size: 2rem;
      letter-spacing: 0.01em;
  }

  #rj .sec04_list{
    max-width: 520px!important;
  }

  #rj .sec04_list li{
    padding-left: 46px;
    margin-bottom: 18px;
    font-size: 2.4rem;
  }

  #rj .sec04_list li::before{
    width: 24px;
    height: 24px;
    top: .23em;
  }
}

/* ================================
  sec05（PC）
================================ */
@media screen and (min-width: 750px){
  #rj .sec05 .sec_ttl {
    font-size: 5.5rem;
  }

  #rj .sec05 .sub_txt {
    bottom: -15px;
  }

  #rj .sec05 .inner{
    padding: 0 50px 90px;
  }

  #rj .sec05 .sec_ttl_bg{
    margin-bottom: 40px;
  }

  #rj .sec05_lead{
    align-items: center;
    margin: 0 0 26px;
  }

  #rj .sec05_lead_txt {
    padding-left: 20px;
  }

  #rj .sec05_illust{
    width: 240px;
    right: 60px;
    top: -15px;
  }

  #rj .sec05_lead_main{
    font-size: 3.9rem;
    line-height: 1.6;
  }

  #rj .sec05_lead_sub {
    font-weight: 400;
    font-size: 2.5rem;
  }

  #rj .qa_cards{
    max-width: 980px;
    margin: 0 auto;
    gap: 22px;
  }

  #rj .qa_q{
    font-size: 3rem;
    padding: 18px 22px;
  }

  #rj .qa_a{
    padding: 22px 50px 24px;
  }

  #rj .qa_a .p_txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 950px) {
  #rj .sec05 .sec_ttl {
    font-size: 5.6vw;
  }

  #rj .sec05 .sec_ttl .txt_s {
    font-size: 4.8vw;
  }

  #rj .sec05_lead_main{
    font-size: 3.9vw;
  }

  #rj .sec05_lead_sub {
    font-size: 2.5vw;
  }

  #rj .sec05_illust{
    width: 23%;
  }
}

@media screen and (max-width: 750px) {
  #rj .sec05 .sec_ttl {
    font-size: 6.4rem;
  }

  #rj .sec05 .sec_ttl .txt_s {
    font-size: 5rem;
  }

  #rj .sec05_lead_main{
    font-size: 3.8rem;
  }

  #rj .sec05_lead_sub {
    font-size: 2.9rem;
  }

  #rj .sec05_illust{
    width: 35%;
  }
}

/* --------------------------------
sec06: HINATAクリニックが選ばれる理由（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec06{
    background: url("../images/menu/rejuran/pc/sec6_bg_pc.jpg") center center / cover no-repeat;
  }

  #rj .sec06 .sec_ttl_bg {
    margin-bottom: 40px;
  }

  #rj .sec06 .sec_ttl {
    font-size: 5.5rem;
  }

  #rj .sec06 .sub_txt {
    bottom: -15px;
  }

  #rj .sec06_wrap{
    padding: 0 0 60px;
  }

  /* PCは通常通り中央寄せ＋左右paddingあり */
  #rj .sec06_in{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }

  #rj .sec06_txt.pc{ display: block; }
  #rj .sec06_txt.sp{ display: none; }
}

@media screen and (max-width: 950px) {
  #rj .sec06 .sec_ttl {
    font-size: 5.6vw;
  }

  #rj .sec06 .sec_ttl .txt_s {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 750px) {
  #rj .sec06 .sec_ttl {
    font-size: 6.4rem;
  }

  #rj .sec06 .sec_ttl .txt_s {
    font-size: 5rem;
  }
}


/* --------------------------------
sec07: 料金（リジュラン）（PC）
-------------------------------- */
@media screen and (min-width: 750px){
  #rj .sec07 .sub_txt {
    bottom: -15px;
  }

  #rj .sec07 .inner{
    padding: 0 50px 90px;
  }

  /* PCは表を中央に固定幅で */
  #rj .sec07_price_wrap{
    max-width: 720px;
    margin: 0 auto;
  }

  #rj .sec07_row{
    grid-template-columns: 44% 56%;
  }

  #rj .sec07_th{
    padding: 22px 14px;
    font-size: 3.6rem;
  }

  #rj .sec07_td{
    padding: 22px 14px;
  }

  #rj .sec07_price_num{
    font-size: 4.6rem;
  }

  #rj .sec07_price_num .txt_s {
    font-size: 3rem;
  }

  #rj .sec07_tax{
    font-size: 2.2rem;
  }
}

