@charset "UTF-8";


/* -----------------
 common
-------------------- */

#company #gnav_04_li::after{
  transform: scale(1, 1);
}


/* -----------------
 index
-------------------- */

.text_sign{
  margin-bottom: 0;
  font-size:1.6rem;
  line-height:1em;
}
.fig_center_sign{
  padding-top: 20px;
  text-align: center;
}

/* -----------------
 overview
-------------------- */

.table_normal.th_overview th{
  width: 230px !important;
}
.table_normal.th_overview table th{
  width: auto !important;
}
.table_normal td .post{
  margin-right: 10px;
}
.table_normal td .btn_profile{
  width: 8em;
  margin-left: 2em;
  display: inline-block;
}
.table_normal td .btn_normal {
  width:100%;
  padding: 3px 1em;
  font-size: 12px;
  background:#000 url(../../common/img/icon_link.png) no-repeat right 10px center;
  background-size: 5px;
}
.table_normal td .btn_normal:hover  {
  width:100%;
  padding: 3px 1em;
  font-size: 12px;
  background:#fff url(../../common/img/icon_link_hover.png) no-repeat right 5px center;
  background-size: 5px;
}

.table_history{
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: left;
}
.table_history th{
  width: 150px;
  margin: 0;
  padding: 15px 0;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
  text-align: left;
  vertical-align:top;
  box-sizing: border-box;
}
.table_history td{
  margin: 0;
  padding: 15px 0 15px 2em;
  border-bottom: solid 1px #ddd;
}

.logo_overview{
  width: 200px;
  margin: 50px auto 0;
}
.logo_overview img{
  width: 100%;
}


/* -----------------
 introduction
-------------------- */

.block_introduction{
  width: 60%;
  margin: 0 auto 50px;
}
.block_introduction .text{
  width: 60%;
  margin: 0 ;
  padding: 50px 0 30px;
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  float:left;
}
.block_introduction .text .position{
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1em;
  display: block;
}
.block_introduction .text .kana{
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: normal;
  display: block;
}

.fig_introduction_01{
  width: 30%;
  margin: 0 ;
  float:right;
}
.block_introduction .fig_introduction_01 img{
  width: 100%;
}

.text_profile{
  font-size:1.6rem;
  line-height:2.4em;
  text-align: left;
}

.list_sns{
  margin: 50px 0;
  padding: 0; 
  list-style: none;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: -0.4em;
}
.list_sns li{
  margin: 0 0 0 15px;
  padding: 0;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.list_sns li a{
  width:40px;
  height:40px;
  border-radius: 50%;
  background-color: #000;
  color:#fff; 
  display: inline-block;
  box-sizing: border-box;
}
.list_sns li:first-child a{
  margin: 0;
  padding-top: 15px;
  font-size: 10px;
  line-height: 1em;
}
.list_sns li a:hover{
  text-decoration: none;
}
.list_sns li i{
  padding-top: 9px;
  color:#fff; 
}

.list_book{
  margin: 0;
  padding: 0; 
  list-style: none;
  letter-spacing: -0.4em;
}
.list_book li{
  width: 80px;
  margin: 0 10px 10px 0;
  padding: 0;
  letter-spacing: normal;
  border: 1px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
.list_book li:last-child{
  margin: 0 0 10px 0;
}
.list_book li img{
  width: 100%;
}

.block_interview{
  margin: 0 auto 70px;
  text-align: left;
}
#main_content .block_interview h4{
  margin:0 0 20px;
  padding:0;
  font-size: 1.8rem;
  line-height: 1.4em;
  color:#c20806;
  border-left: none;
  display: inline-block;
  position: relative;
}
.block_interview h4 span:first-child{
  width:60px;
  position: absolute;
  top: 9px;
  content: '';
  height: 2px;
  background: #c20806;
  display: inline-block;
}
.block_interview h4 span:nth-of-type(2){
  margin-left: 80px;
  display: inline-block;
}
.pic_interview{
  width: 200px;
  margin: 0 0 1em 1em;
  float:right;
}
.pic_interview img{
  width: 100%;
}

.pic_interview_02{
  width: 600px;
  margin: 0 auto 0;
  text-align:center;
}
.pic_interview_02 img{
  width: 100%;
}

.btn_company{
  width: 300px;
  margin: 0 auto 30px;
}


