#visual {
  background: url(../images/company/visual-bg.jpg) center center /cover no-repeat;
}
#visual .title-1:before {
  content: 'COMPANY';
}

#main table.default th {
  text-align: center;
}
#main .flex-col-2 > * {
  width: 49.1%;
}
#main .flex-col-2 > .content {
  width: 47%;
}
@media (max-width:768px) {
  #main .flex-col-2 {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .flex-col-2 > * {
    width: 100% !important;
  }
  #main .flex-col-2 > * ~ * {
    margin-top: 2em;
  }
}

#main #history .history-wrap {
  position: relative;
}
#main #history .history-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--c-blue2);
}
#main #history .history-wrap .row {
  position: relative;
}
#main #history .history-wrap .row:before {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: var(--c-blue2);
}
#main #history .history-wrap .row:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%,-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: var(--c-blue);
  border-radius: 50%;
}
#main #history .history-wrap .row .content {
  position: relative;
  z-index: 1;
  width: calc(50% - 50px);
  padding: 1.25em 1.5em;
  background: var(--c-blue3);
}
#main #history .history-wrap .row .content dt {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--c-blue);
}
#main #history .history-wrap .row .content dd ~ dd {
  margin-top: .5em;
}
#main #history .history-wrap .row:nth-child(2n+2):before {
  left: auto;
  right: 0;
}
#main #history .history-wrap .row:nth-child(2n+2) .content {
  margin-left: auto;
}
@media (max-width:768px) {
  #main #history .history-wrap:after {
    left: 10px;
  }
  #main #history .history-wrap .row ~ .row {
    margin-top: 1em;
  }
  #main #history .history-wrap .row:before {
    left: 5px !important;
    right: auto !important;
  }
  #main #history .history-wrap .row:after {
    left: 10px;
    width: 15px;
    height: 15px;
  }
  #main #history .history-wrap .row .content {
    width: calc(100% - 30px);
    margin-left: auto;
  }
}