@charset 'utf-8';

.page_company_visual{
  background: url(../img/company/company_main_bg.jpg) no-repeat center top;
  padding: 60px 0;
  margin: 0 auto 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position-y: top;
}

.company_info{
  margin-bottom: 60px;
  padding: 0;
}

.company_info__table{
  border-bottom: 1px solid #2d2d2d;
  background: #f7f7f7;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 640px){
  .company_info__table{
    font-size: 15px;
  }
}

.company_info__table-team{
  width: 222px;
  float: left;
  padding: 30px 60px 30px 0;
  border-top: 1px solid #2d2d2d;
  box-sizing: border-box;
  text-align: right;
}

@media screen and (max-width: 640px){
  .company_info__table-team{
    width: 25%;
    padding: 20px 10px 20px 0;
  }
}

.company_info__table-discription{
  margin-left: 222px;
  padding: 30px 0 30px 60px;
  border-top: 1px solid #2d2d2d;
  background: #fff;
}

@media screen and (max-width: 640px){
  .company_info__table-discription{
    margin-left: 25%;
    padding: 20px 0 20px 10px;
    width: 75%;
  }
}


/**************************************/
.greeting{
  padding: 0;
  margin-bottom: 120px;
}

.greeting_title{
  font-size: 48px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 640px){
  .greeting_title{
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.greeting_supplement{
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 640px){
  .greeting_supplement{
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.president_img{
  margin: 0 24px 24px 0;
  float: left;
}

@media screen and (max-width: 640px){
  .president_img{
    float: none;
    margin: 0 0 24px 0;
  }
  .president_img img{
    min-width: 100%;
  }
  .greeting_supplement__br::before{
			content: "\A" ;
			white-space: pre ;
  }
}

.greeting_txt{
  line-height: 1.6;
  margin: 0 0 35px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.greeting_signature{
  font-size: 18px;
  text-align: right;
}
/**************************************/
