section.first_section .title_wrapper h2 {
  color: #102029;
}

section.first_section #company_data_area {
  color: #585858;
}

@media screen and (min-width: 768px) {
  #page_navi_area {
    height: 100px;
  }
  section.first_section {
    padding-bottom: 115px;
  }
  section.first_section #main_image {
    top: -100px;
  }
  section.first_section .title_wrapper h2 {
    font-size: 36px;
    line-height: 1.78;
  }
  section.first_section .contents_area {
    display: block;
  }
  section.first_section #company_data_area {
    width: 800px;
    margin: 125px auto 0;
  }
  section.first_section #company_data_area > dl {
    display: flex;
  }
  section.first_section #company_data_area > dl > dt {
    font-size: 15px;
    width: 180px;
    font-weight: 600;
    padding: 40px 10px 40px 30px;
    line-height: 1.875;
    border-bottom: 2px solid #dfdcd0;
  }
  section.first_section #company_data_area > dl > dd {
    font-size: 15px;
    width: 620px;
    padding: 40px 30px;
    line-height: 2;
    border-bottom: 1px solid #f0efea;
  }
  section.first_section #company_data_area > dl > dd .location > li {
    margin-top: 30px;
  }
  section.first_section #company_data_area > dl > dd .location > li:nth-of-type(1) {
    margin-top: 0;
  }
  section.first_section #company_data_area > dl > dd .location > li dl {
    display: flex;
  }
  section.first_section #company_data_area > dl > dd .location > li dl dt {
    width: 130px;
    font-weight: 600;
  }
  section.first_section #company_data_area > dl > dd .location > li dl dd {
    line-height: 2;
  }
  section.first_section #company_data_area > dl:nth-of-type(1) > dt {
    border-top: 2px solid #dfdcd0;
  }
  section.first_section #company_data_area > dl:nth-of-type(1) > dd {
    border-top: 1px solid #f0efea;
  }
}
