/*background image*/
/*flex*/
/*hover base anim*/
/*custom anim*/
/*liner anim*/
/*content data-text*/
/* text indent letter spaxing*/
/*serif font*/
/*san_serif font*/
/*google font*/
/*shadow*/
/**/
@keyframes bgdraw {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(1) translateX(100%); } }

.company_contents .page_main {
  position: relative;
  width: 100%;
  height: 664px;
  background-color: #f6f6f6;
  margin-bottom: 98px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .company_contents .page_main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 768px) {
    .company_contents .page_main {
      margin-bottom: 52px;
      height: 260px; } }

.company_contents .page_contents {
  color: #000;
  margin-bottom: 98px; }
  .company_contents .page_contents .cont_in {
    max-width: 1644px; }
    .company_contents .page_contents .cont_in.cont_in2 {
      max-width: 1370px; }
  .company_contents .page_contents a {
    color: #000; }
  .company_contents .page_contents .contents_header {
    margin-bottom: 67px; }
  .company_contents .page_contents .table {
    width: 100%; }
    .company_contents .page_contents .table tr {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .company_contents .page_contents .table tr th,
      .company_contents .page_contents .table tr td {
        padding: .675em 0;
        border-bottom: solid 1px #ddd;
        font-size: 18px;
        line-height: 1.72;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }
      .company_contents .page_contents .table tr th {
        width: 176px;
        margin-right: 15px;
        font-weight: normal; }
      .company_contents .page_contents .table tr td {
        flex: 1; }
        .company_contents .page_contents .table tr td a {
          text-decoration: underline; }
      .company_contents .page_contents .table tr:first-child th,
      .company_contents .page_contents .table tr:first-child td {
        border-top: solid 1px #ddd; }
  @media screen and (max-width: 768px) {
    .company_contents .page_contents {
      margin-bottom: 52px; }
      .company_contents .page_contents .contents_header {
        margin-bottom: 32px; }
      .company_contents .page_contents .table tr th,
      .company_contents .page_contents .table tr td {
        width: 100%;
        margin-right: 0px;
        font-size: 14px; }
      .company_contents .page_contents .table tr th {
        width: 100%;
        padding-bottom: 0px;
        border-bottom: none;
        font-weight: bold; }
      .company_contents .page_contents .table tr td {
        width: 100%;
        padding-top: 0px; }
      .company_contents .page_contents .table tr:first-child th,
      .company_contents .page_contents .table tr:first-child td {
        border-top: solid 1px #ddd; }
      .company_contents .page_contents .table tr:first-child td {
        border-top: none; } }
