.profile_mv {
  background-image: url(../../images/profile/visual.jpg);
}
@media screen and (max-width: 767px) {
  .profile_mv {
    background-image: url(../../images/profile/visual_sp.jpg);
  }
}

.profile_sec {
  margin-bottom: 120px;
}
.profile_mv .page_mv_lavel {
  margin-bottom: 12px;
}
.profile_table {
  margin-top: 96px;
}
.profile_table + .profile_table {
  margin-top: 80px;
}

table.table_type02 tbody td .notes {
  margin: 5px 0 10px 1em;
} 

@media screen and (max-width: 767px) {
  .profile_sec {
    margin-bottom: 60px;
  }
  .page_mv.profile_mv h3 {
    line-height: 40px;
  }
  .profile_table {
    margin-top: 60px;
  }
  .profile_table + .profile_table {
    margin-top: 48px;
  }
  .profile_office .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .profile_office  .table_title {
    padding-left: 5%;
    padding-right: 5%;
  }
  .profile_office .table_scroll-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .profile_history table tbody th {
    width: 34%;
  }
  .profile_history table tbody td {
    width: 66%;
  }
}

@media all and (-ms-high-contrast: none){
  .table_scroll{
    overflow: inherit !important;
  }
}