@charset "UTF-8";

/* Table of Content
==================================================
1.  Company top page

*/

/* Company top
=====================================*/
#lower-topimg {
  background-image: url(/common/img/company/bg-sinjuku.jpg);
}

.lower-topimg-company {
  background-position: 100% 35%;
}

#company, #ceo-message, #corp-info {
  margin: 100px 0;
}

.linkbox {
  margin-bottom: 40px;
}


/* Ceo message
=====================================*/
.photo-ceo{
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}

.message-title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #004679;
}


/* Member
=====================================*/
.member-sumary {
  width: 747px;
  margin: 80px auto;
}

.member-thum{
  position: relative;
  margin: 20px 0;
  padding-bottom: 30px;
  color: #28262c;
}

.member-thum:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  bottom:3px;
  right: 3px;
  border-top: 2em solid transparent;
  border-right: 2em solid  #004679;      
}

a:hover .member-thum:after {
  border-right-color:#14C28C;  
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;   
}

.member-thum_pb0{ /* 肩書きが長い場合、paddingを調整して横並びになるようにする */
  padding-bottom: 0;
}

.member-thum > img {
  margin-bottom: 10px;
  width: 100%;
}

.member-thum-post {
  margin: 5px;  
  line-height: 1.1;
}

.member-thum-name {
  margin: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}


/* Member (interview page)
=====================================*/
.profile-box {
  margin-bottom: 20px;
}

.name-box p {
  margin: 0;
  line-height: 1.5;
}

.name-box-name {
  font-size: 24px;
  font-weight :bold;
}

.name-box-qualification {
  color: #999;
}

.name-box-catchcopy {
  margin-top: 50px;
  font-weight: bold;
  color: #004679;
}

.interview-icon{
  float: left;
  margin-right: 20px;
}
.interview-icon i{
  font-size: 25px;
  width: 60px;
  height: 60px;
  background: #40afff;
  border-radius: 100%;
  color: #fff;
  line-height: 57px;
  text-align: center;
  border: 3px solid#fff;
  -webkit-box-shadow: 0px 0px 0px 3px #40afff;
  box-shadow: 0px 0px 0px 3px #40afff;
}

.interview-item{
  color: #28262c;
}

.interview-box{
  margin: 0 15px;
  padding: 20px;
}

.row:nth-child(even) .interview-box{
  background: #eeeeee;
}

.interview-comment {
  margin: 40px 20px 20px;
}

.history-list{
  padding-left: 20px;
}

.history-list li{
  position: relative;
}

.history-list li:before{
  position: absolute;
  left: -15px;
  top: 7px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 10px;
  background: #14C28C;

}

.01ihara .thum-ihara,
.02WebbyMetal .thum-shinozawa,
.hanakawa .thum-hanakawa,
.04kane .thum-kaneko,
.05tn .thum-nagata,
.maeno .thum-maeno,
.yoshida .thum-yoshida,
.nampei .thum-nampei,
.kozima .thum-kozima
{
  display: none;
}


/* Corp info
=====================================*/
#gmap {
  margin: 20px 0 0;
}

#gmap iframe{
  width: 100%;
  height: 300px;
}

.around-office {
  margin: 15px 0;
}

a {
  text-decoration: underline !important;
}

.br-pc{
  display: none;
}
@media screen and (min-width: 600px) {
  .br-pc{
    display: block;
  }
}

/* Office
=====================================*/
.office-block {
  margin-bottom: 30px;
}


.office-top-text {
  width: 70%;
  margin: 10px auto;
}

.officephoto-caption {
  font-weight: bold;
  font-size: 18px;
}

.office-photo {
  margin: 10px 0;
}

.officephoto-caption + p {
  margin-bottom: 30px;
}


/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
  

}/* End Large Devices, Wide Screens */


/* Medium Devices, Desktops */
@media (min-width : 992px) and (max-width: 1200px) {

  /* Member
  =====================================*/
  .member-thum {
    height: 301px;
  }

}/* End Medium Devices, Desktops */


/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {

  /* Company top
  =====================================*/
  #company .col-sm-6:nth-child(odd) {
    clear: both;
  }
  /* Member
  =====================================*/
  .member-thum {
    height: 301px;
  }


}/* End Small Devices, Tablets */



/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 767px)  {

.thumbnail {
  overflow: hidden;
  padding: 0;
}

.thumbnail > img {
  width: 100%;
}

/* Company top
=====================================*/
#company, #ceo-message, #corp-info {
  margin: 50px 0;
}

/* Member
=====================================*/
.member-sumary{
  width: auto;
  margin: 40px 15px;
}

.name-box-catchcopy {
  margin-top: 10px;
  font-size: 20px;
}

.interview-box{
  margin: 0;
}

.interview-comment {
  margin: 20px 0;
}

.interview-item{
  margin: 0;
  font-size: 20px;
  min-height: 40px;
}

.interview-icon{
  float: left;
  margin-right: 10px;
}
.interview-icon i{
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 37px;
}

/* Office
=====================================*/
.office-top-text {
  width: 100%;
}

.officephoto-caption,
.officephoto-caption + p {
  text-align: center;
}


}/* End Custom, iPhone Retina */