@charset "UTF-8";
/*======================================================================
 * グループページ レイアウト
======================================================================*/
/*------------------------------------------------------------
 * 数字部分 項目と数字の横並び、フォント設定
 * 例） 鉄筋コンクリート造 63棟
 * 例） 社員数 529名
------------------------------------------------------------*/
.l-num-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.l-num-box > .title {
  color: #0055a0;
  font-weight: 700;
  line-height: 1.1;
}
.l-num-box .num {
  color: #0055a0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
}
.l-num-box .num span {
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------------------------------------------
 * 掲載情報 更新月
------------------------------------------------------------*/
.update-date {
  margin: 30px 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .update-date {
    margin: 30px 0 15px;
  }
}

/*------------------------------------------------------------
 * グループ業績
------------------------------------------------------------*/
section.-results {
  padding-bottom: 0;
}
section.-results .cercle-box {
  position: absolute;
  top: 50px;
  left: calc(100% - 170px);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #fbd005;
  padding: 34px 20px;
}
section.-results .cercle-box p {
  font-size: 2.4rem;
  color: #0055a0;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 !important;
}
section.-results .cercle-box .num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  color: #0055a0;
  line-height: 1.2;
  font-weight: normal;
}
section.-results .cercle-box .num span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
}
section.-results .ratio-box {
  position: absolute;
  top: -50px;
  left: calc(100% - 330px);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #fbd005;
  padding: 34px 20px;
}
section.-results .ratio-box p {
  font-size: 2.4rem;
  color: #0055a0;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 !important;
}
section.-results .ratio-box .num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  color: #0055a0;
  line-height: 1.2;
  font-weight: normal;
}
section.-results .ratio-box .num span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
}
section.-results .result-block {
  position: relative;
}
section.-results .result-block h3 {
  line-height: 1.1;
}
section.-results .result-block h3.title {
  text-align: left;
  margin: 80px 10px 20px 0;
  padding: 0 0 3px 10px;
  border-left: 10px solid #0055a0;
  font-size: 2.8rem;
}
section.-results .result-block .image-block {
  margin-bottom: 40px;
}
section.-results .result-block .result-table {
  width: 100%;
  border: 1px solid #707070;
  text-align: center;
  font-size: 2rem;
  table-layout: fixed;
}
section.-results .result-block .result-table th {
  font-weight: normal;
}
section.-results .result-block .result-table th.row-head {
  background-color: #d4e3f3;
}
section.-results .result-block .result-table th.col-head {
  background-color: #eff7ff;
}
section.-results .result-block .result-table th,
section.-results .result-block .result-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  section.-results .result-block h3 {
    line-height: 1.1;
  }
  section.-results .result-block h3.title {
    text-align: left;
    margin: 60px 10px 20px 0;
    font-size: 2rem;
  }
  section.-results .result-block .image-block.down {
    margin-top: 90px;
  }
  section.-results .result-block .cercle-box {
    height: 120px;
    width: 120px;
    padding: 22px 12px;
    top: 90px;
    left: calc(100% - 120px);
  }
  section.-results .result-block .cercle-box p {
    font-size: 1.4rem;
  }
  section.-results .result-block .cercle-box .num {
    font-size: 3.8rem;
  }
  section.-results .result-block .cercle-box span {
    font-size: 2rem;
  }
  section.-results .result-block .ratio-box {
    height: 120px;
    width: 120px;
    padding: 22px 12px;
    top: 34px;
    left: calc(100% - 160px);
  }
  section.-results .result-block .ratio-box p {
    font-size: 1.4rem;
  }
  section.-results .result-block .ratio-box .num {
    font-size: 3.8rem;
  }
  section.-results .result-block .ratio-box span {
    font-size: 2rem;
  }
  section.-results .result-block .table-scroll {
    overflow-x: auto;
  }
  section.-results .result-block .result-table {
    font-size: 1.4rem;
    table-layout: auto;
  }
  section.-results .result-block .result-table th,
section.-results .result-block .result-table td {
    padding: 10px 18px;
    white-space: nowrap;
  }
}