@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* ------------------------------
 	company.css
 	modified: 2016/07/13
------------------------------ */
#body-header {
  padding: 62px 0 75px;
  background-image: url('../../img/company/body_hdr_bg.jpg');
  background-size: cover;
  color: #fff;
}
#body-header .heading-01 {
  color: #fff;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#body-header .heading-01 strong {
  font-size: 12px;
}
#body-header .catch {
  margin-top: 28px;
  font-size: 40px;
  line-height: 1.25;
}
#body-header .lead {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #body-header {
    padding: 22px 0 36px;
    background-size: cover;
  }
  #body-header .heading-01 {
    font-size: 16px;
  }
  #body-header .heading-01 strong {
    font-size: 10px;
    line-height: 1.75;
  }
  #body-header .catch {
    margin-top: 7px;
    font-size: 20px;
  }
  #body-header .lead {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.body-content {
  padding-top: 0;
}
.body-content .container {
  max-width: 1010px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
}
@media (max-width: 768px) {
  .section-header {
    padding: 28px 0 0;
  }
  .section-header .heading-01 strong {
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  .section-header {
    padding: 58px 0 0;
  }
  .section-header .heading-01 strong {
    line-height: 1.2;
  }
}

/* profile
------------------------------ */
.profile-section .data {
  display: table;
  width: 100%;
}
.profile-section .data dl {
  display: table-row;
}
.profile-section .data dt,
.profile-section .data dd {
  display: table-cell;
}
.profile-section .data dt {
  border-top: 1px solid #e9401a;
}
.profile-section .data dd {
  border-top: 1px solid #dddddd;
}
.profile-section .data dd li a {
  color: #222222;
}
.profile-section .data dl:last-child dt {
  border-bottom: 1px solid #e9401a;
}
.profile-section .data dl:last-child dd {
  border-bottom: 1px solid #dddddd;
}
.profile-section .data .list-dot li {
  padding-left: 1em;
  text-indent: -1em;
}
.profile-section .data .list-dot li:before {
  content: '・';
  display: inline;
  text-indent: 0;
}
@media (max-width: 768px) {
  .profile-section .section-content {
    margin-top: 20px;
  }
  .profile-section .data dt {
    width: 75px;
    padding: 12px 7px 13px;
  }
  .profile-section .data dd {
    padding: 12px 7px 13px 10px;
  }
  .profile-section .data li {
    margin-top: 5px;
  }
  .profile-section .data li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .profile-section .section-content {
    margin-top: 49px;
  }
  .profile-section .section-content:after {
    content: '';
    display: block;
    clear: both;
  }
  .profile-section .col-2 {
    float: left;
    width: 50%;
    padding: 0 0 0 20px;
  }
  .profile-section .col-2:first-child {
    padding: 0 20px 0 0;
  }
  .profile-section .data dt {
    width: 105px;
    padding: 15px 9px;
  }
  .profile-section .data dd {
    padding: 15px 14px;
  }
  .profile-section .data li {
    margin-top: 6px;
  }
  .profile-section .data li:first-child {
    margin-top: 0;
  }
}

/* history
------------------------------ */
.history-section .year-data {
  display: table;
  width: 100%;
}
.history-section .year {
  display: table-cell;
  vertical-align: top;
  color: #e8340c;
  font-weight: bold;
  font-family: "Oxygen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.history-section .events {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.history-section .events:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}
.history-section .events li {
  position: relative;
}
.history-section .events li:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}
.history-section .events li:after {
  content: '';
  position: absolute;
  left: -3px;
  z-index: 2;
  display: block;
  width: 7px;
  height: 7px;
  background: #e8340c;
}
.history-section .year-data:last-child .events:before {
  content: none;
}
.history-section .year-data:last-child .events li:last-child:before {
  content: none;
}
@media (max-width: 768px) {
  .history-section .section-content {
    padding: 16px 0 30px;
  }
  .history-section .year {
    width: 66px;
    font-size: 20px;
    line-height: 24px;
  }
  .history-section .events {
    padding-bottom: 10px;
  }
  .history-section .events:before {
    top: 15px;
  }
  .history-section .events li {
    padding: 3px 0 5px 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .history-section .events li:before {
    top: 15px;
  }
  .history-section .events li:after {
    top: 9px;
  }
}
@media (min-width: 769px) {
  .history-section .section-content {
    padding: 65px 0 30px;
  }
  .history-section .year {
    width: 128px;
    font-size: 26px;
    line-height: 30px;
  }
  .history-section .events {
    padding-bottom: 30px;
  }
  .history-section .events:before {
    top: 15px;
  }
  .history-section .events li {
    padding: 4px 0 14px 34px;
  }
  .history-section .events li:before {
    top: 15px;
  }
  .history-section .events li:after {
    top: 10px;
  }
}

/*# sourceMappingURL=company.css.map */
