@charset "utf-8";

.contact {
  background-image: url(../img/top/contact_bg.png); 
  height: 14rem;
}
@media screen and (max-width:994px) {
    .contact {
        height: 20rem;
    }
}

.partner-contact {
  background-image: url(../img/partner/partner-contact_bg.png); 
  height: 17rem;
}
@media screen and (max-width:994px) {
    .partner-contact {
        height: 22rem;
    }
}

.partner {
  background-image: url(../img/partner/partner_01.png);
}

.recruitment {
  background-image: url(../img/recruitment/recruitment_01.png);
}

.graduate{
  background-image: url(../img/recruitment/graduate_01.png);
}

.people {
  background-image: url(../img/recruitment/recruitment_06.png);
}

/* h4 見出し */
.h-style-border {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: double 3px var(--color-secondary);
  padding: 16px;
}

.h-logo {
  height: 120px;
  object-fit: contain;
}

/* カコムスグループ会社一覧 */
.table_design {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 1320px;
  text-align: left;
}
.table_design th, .table_design td {
  border: 1px solid var(--line-color);
  padding: 0.8rem;
}
.table_design thead th {
  background-color: var(--line-color);
  border: 1px solid var(--line-color);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table_design thead th:last-of-type {
  border-right: 1px solid var(--line-color);
}
.table_design tbody th {
  font-weight: 600;
  text-align: left;
}

/* PC表示（横並び） */
@media screen and (min-width: 996px) {
  .table_design th:nth-child(1),
  .table_design td:nth-child(1) {
    width: 25%;
  }
  .table_design th:nth-child(2),
  .table_design td:nth-child(2) {
    width: 15%;
  }
  .table_design th:nth-child(3),
  .table_design td:nth-child(3) {
    width: 20%;
  }
  .table_design th:nth-child(4),
  .table_design td:nth-child(4) {
    width: 40%;
  }
}

/* スマホ・タブレット表示（縦並び） */
@media screen and (max-width: 995px) {
  .table_design {
    text-align: left;
  }
  .table_design thead {
    display:none;
  }
  .table_design th, .table_design td {
    display: block;
    border: 0;
    border-bottom: 2px solid var(--line-color);
  }
  .table_design tbody th{
    background: var(--line-color);
    margin-top: 30px;
  }
  .table_design td{
  position: relative;
  padding-left: 90px; 
  }
  .table_design td::before{
    content: attr(data-label);
  position: absolute;
  left: 1rem;
  top: 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    width: 20%;
    min-width: 4rem;
  }
}

/* ol list */
.list-number li{
  list-style-type: decimal; /* 数字を表示 */
	margin-left: 1.5rem;/* リストの左側に余白 */
	text-align: left;
}

/* PC改行あり SP改行なし */
.sp_hide{
    display: none;
}
@media screen and (min-width:768px) {
    .sp_hide{
        display: block;
    }
}

/* PC改行なし SP改行あり */
.pc_hide{
    display: none;
}
@media screen and (max-width:768px) {
    .pc_hide{
        display: block;
    }
}

.text-link-dotted {
  border-bottom: dotted 1px #333;
}

/* 技術向上への取り組み */
.table-968{
 max-width: 968px;
}

.faq_a{
  color: #C11920;
}

/* 技術向上への取り組み */
/*.table-e9 tbody tr:nth-of-type(odd) th{
  background-color: #E9E9E9;
}

.table-e9 tbody tr:nth-of-type(odd) td{
  background-color: #E9E9E9;
}*/