@charset "UTF-8";


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




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

.text_sign{
  margin-bottom: 0;
  text-align: right !important;
  font-size:15px;
  line-height:1em;
}
.fig_center_sign{
  width:50%;
  margin-left: 50%;
  padding-top: 20px;
  text-align: right;
}
.fig_center_sign img{
  width:100%;
}

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

.table_normal.th_overview th{
  width: 6.5em !important;
}
.table_normal.th_overview table th{
  width: auto !important;
}
.table_normal td .post{
  margin-right: 10px;
}
.table_normal td .btn_profile{
  width: 9em;
  margin-bottom: 10px;
  display: block;
}
.table_normal td .btn_normal {
  width:100%;
  padding: 3px 1em;
  font-size: 12px;
}

.table_history{
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}
.table_history th{
  width: 6em;
  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 1.5em;
  border-bottom: solid 1px #ddd;
}

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



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

.block_introduction{
  width: 90%;
  margin: 0 auto 50px;
}
.block_introduction .text{
  margin: 0 0 30px;
  padding: 0 0 30px;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
}
.block_introduction .text .position{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1em;
  display: block;
}
.block_introduction .text .kana{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: normal;
  display: block;
}

.fig_introduction_01{
  width: 50%;
  margin: 0 auto;
}
.block_introduction .fig_introduction_01 img{
  width: 100%;
}

.text_profile{
  width: 90%;
  margin: 0 auto !important;
  font-size:15px;
  line-height:2em;
  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: 16%;
  margin: 0 2% 20px;
  padding: 0;
  letter-spacing: normal;
  border: 1px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
.list_book li img{
  width: 100%;
}

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

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

.btn_company{
  width: 80%;
  margin: 0 auto 20px;
}




