@charset "utf-8";

/*----------------------------------------
    .company_section
----------------------------------------*/
#contents .company_section {
  background: url(/company/img/bg-company.jpg) no-repeat center top;
  background-size: cover;
  margin: 25px 0 80px 0;
  padding: 55px 0 30px 0;
}
#contents .company_section .text {
  font-size: 125%;
  width: 75%;
  line-height: 1.9;
}
#contents .info_section {
  padding-bottom: 80px;
}
#contents .info_section .twice_column {
  margin-right: 10%;
  width: 45%;
  float: left;
}
#contents .info_section .twice_column:last-child {
  margin-right: 0;
}
#contents .info_section .twice_column .part_title {
  font-size: 142%;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#contents .info_section .twice_column .figure {
  margin-bottom: 30px;
}
#contents .info_section .twice_column .figure img {
  width: 100%;
}
#contents .info_section .twice_column .text {
  font-size: 125%;
  line-height: 1.9;
}
@media screen and (max-width: 875px) {
  #contents .info_section .twice_column .part_title {
    font-size: 117%;
  }
}
