@charset "UTF-8";
/* ==========================================================

title : Leader navi
scope : インタビューページ_マスコミ

memo :

last modify : 2019/09/25 Maitts インタビュー記事 #17234

2017/11/14 156_goto 新規

========================================================== */
/* --------------------------------------------- */
/* ▼ モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
p {
  word-break: normal !important;
}

/* ==========================================================
　レスポンシブ記述
========================================================== */
/* ------------------------------------ */
/* ▼ PC タブレット用 */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .info_data .ttl_member .biz_ttl {
    line-height: 1.4em;
  }

  .top_info {
    background-image: url("../image/img-main.jpg");
    background-position: top;
    height: 520px;
  }

  .top_info_set {
    width: 28em;
  }

  .top_infobox.ver_r .top_info_set {
    bottom: 1em;
    right: 4em;
  }

  .info_data .pr_lead {
    font-size: 1.6rem;
  }

  .type_ct .headline {
    left: 0;
  }

  .type_ct .pc_rowbox {
    top: 20%;
    transform: translate(0, -20%);
  }

  .tbl_carrer th {
    width: 12em;
  }

  .entry.no_image .headline .pc_rowbox {
    text-align: center;
  }

  /*Q1*/
  #entry_01 .pc_rowbox {
    max-width: 550px;
    right: 0;
    top: 65%;
  }
  /*Q2*/
  #entry_02 .headline {
    height: 180px;
    width: 100%;
  }

  #entry_02 .pc_rowbox {
    left: -1.3em;
    max-width: 610px;
    text-align: right;
    top: 50%;
  }

  #entry_02 .qabox .inbox {
    margin-left: 0;
    margin-right: 20.5em;
  }

  #entry_02 .img_entry {
    right: 0;
    width: 370px;
  }
  /*Q3*/
  #entry_03 .pc_rowbox {
    left: 0;
    max-width: 52%;
    right: auto;
    text-align: left;
    top: 15%;
  }
  /*Q4*/
  #entry_04 .pc_rowbox {
    left: 0;
    max-width: 52%;
    right: auto;
    text-align: left;
    top: 40%;
  }
  /*Q5*/
  #entry_05 .headline {
    height: 490px;
  }
  #entry_05 .pc_rowbox {
    left: auto;
    max-width: 60%;
    right: 0;
    text-align: right;
    top: 45%;
  }
  /*Q6*/
  #entry_06 .headline {
    height: 560px;
    width: 100%;
  }

  #entry_06 .pc_rowbox {
    left: 50%;
    max-width: 100%;
    top: 8%;
    transform: translateX(-50%);
  }
}

/* ------------------------------------ */
/* ▼ PCのみ */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .info_data .ttl_member .company_name {
    width: 100%;
  }
  .info_data .ttl_member .biz_ttl {
    margin-bottom: .4em;
    padding-left: .55em;
  }
  .info_data .ttl_member .leader_name {
    padding-left: .4em;
  }
  #wrap #company_data .inner {
    min-height: 23.125em;
  }
}
/* ------------------------------------ */
/* ▼ TABLET AND IPADのみ */
/* ------------------------------------ */
@media screen and (min-width : 768px) and (max-width : 1024px) {
  .info_data .pr_lead {
    font-size: 1.6rem;
  }
}
/* ------------------------------------ */
/* ▼ SPのみ */
/* ------------------------------------ */
@media all and (max-width: 767px) {
  .info_data .pr_lead {
    font-size: 1.45rem;
  }

  .info_data .ttl_member .biz_ttl {
    line-height: 1.4em;
  }

  .interview_disc {
    font-size: 1rem;
  }
}
