@charset "UTF-8";

/* ==========================================================

title : Leader navi
scope : インタビューページ_エンタメ

memo :

last modify :

2019/02/26 XXX_ishii 新規

========================================================== */
/* --------------------------------------------- */
/* ▼ モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

p {
  word-break: normal !important;
}

#company_data .ttl_company_lead {
  line-height: 1.5;
  margin: .5em 0;
}

/* ==========================================================
　レスポンシブ記述
========================================================== */

/* ------------------------------------ */
/* ▼ PC タブレット用 */
/* ------------------------------------ */
section > p.top_lead:nth-child(2) {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .top_info {
    background-image: url("../image/img-main.jpg");
    background-position: top;
  }

  .top_infobox.ver_l .top_info_set {
    width: 28em;
  }

  .info_data .pr_lead {
    font-size: 1.8rem;
  }

  .info_data .ttl_member .company_name {
    width: 380px;
  }

  .entry.no_image .headline .pc_rowbox {
    text-align: center;
  }

  #entry_01 .pc_rowbox {
    right: auto;
    top: 40%;
  }

  #entry_01 .img_entry {
    left: auto;
    right: 0;
  }

  #entry_01 .inbox {
    margin-left: 0;
    margin-right: 9.375em;
  }

  #entry_03 .pc_rowbox {
    left: auto;
    right: 0;
    text-align: right;
    top: 35%;
    width: 380px;
  }

  #entry_05 .headline {
    height: 500px;
    left: 0;
    width: 100%;
  }

  #entry_05 .pc_rowbox {
    left: auto;
    right: 0;
    top: 70%;
  }

  #company_data {
    max-width: 750px;
  }

  #company_data .inner {
    min-height: 15em;
    padding-left: 1.25em;
    text-align: center;
  }

  #company_data .ttl_company {
    display: inline-block;
  }

  #company_data .company_lead {
    text-align: left;
    margin: 1em .75em 0;
  }

  #company_data .info {
    text-align: left;
    margin: 1em 7.5em 0;
  }

  .tbl_carrer tr th {
    text-align: left;
    width: 14em;
  }
}

/* ------------------------------------ */
/* ▼ PCのみ */
/* ------------------------------------ */

@media all and (min-width: 920px) {
  .info_data .ttl_member .biz_ttl,
  .info_data .ttl_member .company_name {
    padding-right: 0;
  }
}


/* ------------------------------------ */
/* ▼ SPのみ */
/* ------------------------------------ */

@media all and (max-width: 767px) {
  .pr_lead {
    font-size: 1.6rem !important;
  }

  #company_data .inner > section {
    -webkit-order: 2;
    order: 2;
  }
}

.type_l.r_adjust .pc_rowbox {
  text-align: left;
}
