@charset 'UTF-8';
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
/*#page-main a:hover img {
  opacity: 0.6;
}*/
/* responsible */
.sp-none {
  display: block;
}
.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
/* margin */
.res_mb {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  .res_mb {
    margin-bottom: 8rem;
  }
}
/***************************************
プライバシーポリシー
***************************************/
.privacy-area {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 100;
}
.privacy-main-txt2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin-bottom: 4rem;
}
#main .privacy-area h2 {
  font-size: 1.4rem;
  font-weight: 200;
  padding: 0;
  margin: 0;
  margin-bottom: 1.4rem;
  background-color: inherit;
  border-bottom: none;
}
#main .privacy-area h2::after {
  content: none;
}
.privacy-con_first {
  margin-top: 3rem;
}
#main .privacy_h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.28rem;
  letter-spacing: 0.06em;
  background-color: transparent;
  color: unset;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  display: flex;
  align-items: center;
  padding: 0 0 1rem;
}
#main .privacy_h3 span {
  font-size: 1.7rem;
  padding-right: 10px;
  padding-bottom: 2px;
  line-height: 1;
}
#main .privacy_h3::after {
  content: none;
}
.privacy-con {
  margin-top: 4rem;
}
.indices {
  list-style: none;
}
.indices li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.indices li.annotation {
  padding: 0;
  text-indent: 0;
}
.privacy-con-inner {
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.86;
}
.privacy-area p {
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.75;
}
.privacy-area li {
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .privacy-con {
    margin-top: 5rem;
  }
  .privacy-con_first {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #main .privacy-area h2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-area {
    width: 100%;
  }
  .privacy-con-inner {
    font-size: 0.9375rem;
    line-height: 2;
  }
  #main .privacy_h3 {
    font-size: 1.375rem;
  }
  .privacy-area p {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .privacy-area li {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
/***************************************
固定ページ共通
***************************************/
.pg_bottom_just {
  margin-bottom: -4.2rem;
}
@media screen and (min-width: 768px) {
  .pg_bottom_just {
    margin-bottom: -6.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_bottom_just {
    margin-bottom: -7.4rem;
  }
}
/***************************************
会社概要
***************************************/
.pgcom_block {
  width: 87%;
  margin: 0 auto 6rem;
}
.pgcom_unit01 {
  margin-bottom: 2.6rem;
}
.pgcom_unit01_title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.12rem;
}
/*||会社概要-table||*/
.pgcom_table {
  margin-bottom: 4.6rem;
}
.pgcom_table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  padding: 1.5rem 0;
}
.pgcom_table tr:first-child {
  padding-top: 0;
}
.pgcom_table th {
  font-size: 0.93rem;
  letter-spacing: 0.1rem;
  color: #8c8c8c;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0.6rem;
}
.pgcom_table td, .pgcom_table td a {
  letter-spacing: 0.1rem;
  width: 100%;
  color: #000;
}
.pgcom_table_number {
  color: #000;
}
.pgcom_table_number:hover {
  color: #000;
}
@media screen and (min-width: 768px) {
  .pgcom_block {
    margin-bottom: 8rem;
  }
  .pgcom_table tr {
    flex-direction: row;
  }
  .pgcom_table th {
    width: 25%;
    padding: 0 10px;
    align-content: center;
    margin-bottom: 0;
  }
  .pgcom_table td {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .pgcom_block {
    display: flex;
    margin-bottom: 8rem;
  }
  .pgcom_unit01 {
    width: 13.2%;
    margin-bottom: 0;
  }
  .pgcom_unit01_inner {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .pgcom_unit01_title {
    white-space: nowrap;
    margin: 0;
  }
  .pgcom_unit02 {
    width: 86.8%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_unit01_title {
    font-size: 2.25rem;
  }
  .pgcom_table {
    margin-bottom: 6.3rem;
  }
  .pgcom_table tr {
    line-height: 1.5;
    padding: 1.53rem 0 1.65rem;
  }
  .pgcom_table th {
    font-size: 0.875rem;
    width: 18.5%;
  }
  .pgcom_table td {
    width: 81.5%;
  }
  .pgcom_acc_map .youtube {
    padding-top: 45.8%;
  }
}
@media screen and (min-width: 1500px) {
  .pgcom_block {
    width: 75.5%;
    margin-bottom: 10rem;
  }
}
/*||会社沿革||*/
.pgcom_block_back {
  padding: 5rem 0 6rem;
  background-color: #f5f5f5;
}
.pgcom_block_back .pgcom_block {
  margin-bottom: 0;
}
.pgcom_block_back .pgcom_table {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgcom_block_back {
    padding: 7.7rem 0 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_block_back {
    padding: 9.7rem 0 12.4rem;
  }
}
/***************************************
会長／社長の対談
***************************************/
.pgdai_block {
  position: relative;
  z-index: 0;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
.pgdai_block::before {
  content: "";
  display: block;
  width: 96.5%;
  height: 99%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.pgdai_img_wrap {
  display: flex;
  margin-bottom: 4rem;
}
.pgdai_img {
  width: 72%;
}
.pgdai_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgdai_name_box {
  width: 28%;
  padding-right: 6.5%;
  display: flex;
  justify-content: flex-end;
}
.pgdai_name_inner {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pgdai_type {
  letter-spacing: 0.1rem;
  margin: 0;
  margin-left: 0.2rem;
}
.pgdai_name {
  font-size: 1.71rem;
  letter-spacing: 0.08rem;
  white-space: nowrap;
  margin: 0;
}
.pgdai_list {
  width: 84%;
  margin: 0 auto;
}
.pgdai_list > ul > li {
  margin-bottom: 4rem;
}
.pgdai_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgdai_list_title {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #f5f5f5;
  padding: 0.7rem 1rem;
  border-left: 4px solid #002846;
  margin-bottom: 2.2rem;
}
.pgdai_list_item > ul > li {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  margin-bottom: 3rem;
}
.pgdai_list_item > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.pgdai_list_subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.7rem;
}
.pgdai_list_txt {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgdai_block::before {
    width: 93.5%;
    height: 96.5%;
  }
  .pgdai_img_wrap {
    align-items: flex-end;
    margin-bottom: 5.5rem;
  }
  .pgdai_img {
    width: 65%;
  }
  .pgdai_name_box {
    width: 35%;
    padding-left: 4%;
    padding-right: 0;
    justify-content: flex-start;
  }
  .pgdai_name_inner {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    align-items: flex-start;
  }
  .pgdai_type {
    margin-left: 0;
    margin-bottom: 0.8rem;
  }
  .pgdai_name {
    line-height: 1;
  }
  .pgdai_list {
    width: 72%;
  }
  .pgdai_list_title {
    font-size: 1.3rem;
  }
  .pgdai_list_subtitle {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  .pgdai_list {
    width: 63.5%;
  }
}
@media screen and (min-width: 1200px) {
  .pgdai_block {
    padding-bottom: 9.8rem;
    margin-bottom: 10rem;
  }
  .pgdai_block::before {
    width: 94.5%;
  }
  .pgdai_img_wrap {
    margin-bottom: 7.6rem;
  }
  .pgdai_img {
    width: 78%;
  }
  .pgdai_name_box {
    width: 22%;
  }
  .pgdai_name {
    font-size: 1.875rem;
  }
  .pgdai_list {
    width: 56%;
  }
  .pgdai_list > ul > li {
    margin-bottom: 5.95rem;
  }
  .pgdai_list_item > ul > li {
    padding-bottom: 4.79rem;
    margin-bottom: 4.59rem;
  }
  .pgdai_list_title {
    font-size: 1.4375rem;
    border-left: 6px solid #002846;
    padding: 0.8rem 1.2rem;
    margin-bottom: 3.2rem;
  }
  .pgdai_list_subtitle {
    font-size: 1.4375rem;
    margin-bottom: 1.7rem;
  }
  .pgdai_list_txt {
    font-size: 0.9375rem;
  }
}
/*||前田裕弘||*/
.pgdai_block_down .pgdai_block {
  padding-bottom: 8rem;
  margin-bottom: 0;
}
.pgdai_block_down .pgdai_block::before {
  left: 0;
  right: auto;
}
.pgdai_block_down .pgdai_img {
  order: 2;
}
.pgdai_block_down .pgdai_name_box {
  order: 1;
  justify-content: flex-start;
  padding-left: 6.5%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .pgdai_block_down .pgdai_block {
    padding-bottom: 10rem;
  }
  .pgdai_block_down .pgdai_name_box {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 4%;
  }
  .pgdai_block_down .pgdai_name_inner {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .pgdai_block_down .pgdai_block {
    padding-bottom: 12.5rem;
  }
  .pgdai_block_down .pgdai_block::before {
    height: 96.5%;
  }
}
/*||||*/
/*||||*/
/*||||*/
/***************************************
すぐわかるタカギ
***************************************/
.pgnum_top_outer {
  background-color: #f5f5f5;
  padding: 5rem 0 6.4rem;
  margin-bottom: 6.4rem;
}
.pgnum_top_inner {
  width: 87%;
  margin: 0 auto;
}
.pgnum_phi_block {
  margin-bottom: 6rem;
}
.pgnum_head {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.pgnum_heading_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.pgnum_heading {
  font-size: 1.56rem;
  line-height: 1.61;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  position: relative;
}
.pgnum_heading::before {
  content: "";
  display: block;
  width: 91%;
  height: 4px;
  background-color: #002846;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pgnum_vis_block .pgnum_heading::before {
  width: 100%;
}
.pgnum_phi_list > ul > li {
  background-color: #fff;
  padding: 2.5rem 2.5rem 3.5rem;
  margin-bottom: 2.5rem;
}
.pgnum_phi_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgnum_phi_title {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  background-color: #002846;
  color: #fff;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  position: relative;
}
.pgnum_phi_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 8px solid #002846;
  z-index: 2;
  transform: translateX(-50%);
}
.pgnum_phi_txt {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  text-align: justify;
}
.pgnum_vis_txt {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .pgnum_top_outer {
    padding: 6rem 0 8.4rem;
    margin-bottom: 7.4rem;
  }
  .pgnum_phi_block {
    margin-bottom: 7rem;
  }
  .pgnum_heading_wrap {
    margin-bottom: 4rem;
  }
  .pgnum_heading {
    font-size: 1.8rem;
  }
  .pgnum_phi_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .pgnum_phi_list > ul > li {
    width: calc((100% - 4%) / 2);
  }
  .pgnum_vis_block .pgnum_heading::before {
    width: 97%;
    left: calc(50% - 10px);
  }
  .pgnum_vis_txt {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .pgnum_top_inner {
    width: 89%;
  }
  .pgnum_phi_list > ul {
    gap: 2%;
  }
  .pgnum_phi_list > ul > li {
    width: calc((100% - 4%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgnum_top_outer {
    padding: 9.5rem 0;
    margin-bottom: 9.7rem;
  }
  .pgnum_phi_block {
    margin-bottom: 8.3rem;
  }
  .pgnum_head {
    font-size: 1.5625rem;
    margin-bottom: 3.9rem;
  }
  .pgnum_heading_wrap {
    margin-bottom: 5.1rem;
  }
  .pgnum_heading {
    font-size: 2.25rem;
  }
  .pgnum_heading::before {
    width: 89%;
    height: 8px;
  }
  .pgnum_phi_list > ul {
    gap: 50px;
  }
  .pgnum_phi_list > ul > li {
    width: calc((100% - 100px) / 3);
  }
  .pgnum_phi_title {
    margin-bottom: 2.7rem;
  }
  .pgnum_phi_txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .pgnum_vis_block .pgnum_heading_wrap {
    margin-bottom: 4.5rem;
  }
  .pgnum_vis_txt {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1500px) {
  .pgnum_phi_list > ul > li {
    padding: 3.8rem 3.5rem 5.4rem;
  }
  .pgnum_phi_title {
    font-size: 1.5625rem;
  }
}
/*||タカギの社是||*/
.pgnum_poli_block {
  width: 87%;
  margin: 0 auto 6rem;
  max-width: 1000px;
}
.pgnum_poli_head {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  line-height: 2;
  margin-bottom: 4rem;
}
.pgnum_poli_unit01 {
  margin-bottom: 3.5rem;
}
.pgnum_poli_txt {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .pgnum_poli_block {
    margin-bottom: 8rem;
  }
  .pgnum_poli_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pgnum_poli_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pgnum_poli_unit02 {
    width: 50%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .pgnum_poli_head {
    width: 80%;
    margin: 0 auto 4rem;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .pgnum_poli_block {
    margin-bottom: 11.4rem;
  }
  .pgnum_poli_block .pgnum_heading::before {
    width: 92%;
  }
  .pgnum_poli_block .pgnum_heading_wrap {
    margin-bottom: 4.5rem;
  }
  .pgnum_poli_head {
    font-size: 0.9375rem;
    margin-bottom: 4.6rem;
  }
  .pgnum_poli_unit01 {
    width: 50.5%;
  }
  .pgnum_poli_unit02 {
    width: auto;
  }
  .pgnum_poli_txt {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
  }
}
/*||タカギの数字||*/
.pgnum_num_block {
  color: #fff;
  padding: 5.5rem 0 7rem;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 40, 70, 1)), color-stop(1, rgba(83, 110, 131, 1)));
  background: -o-linear-gradient(0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  margin-bottom: 6rem;
}
.pgnum_num_inner {
  width: 87%;
  margin: 0 auto;
}
.pgnum_num_head {
  font-size: 1.86rem;
  text-align: center;
  margin-bottom: 3.6rem;
}
.pgnum_num_list > ul > li {
  margin-bottom: 2rem;
}
.pgnum_num_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgnum_num_item {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.4rem 2rem 3rem;
}
.pgnum_num_title {
  font-size: 1.14rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 2rem;
  position: relative;
}
.pgnum_num_title::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pgnum_num_img {
  margin-bottom: 1rem;
}
.pgnum_num_item01 .pgnum_num_img, .pgnum_num_item02 .pgnum_num_img, .pgnum_num_item03 .pgnum_num_img {
  height: 80px;
}
.pgnum_num_item04 .pgnum_num_img, .pgnum_num_item05 .pgnum_num_img, .pgnum_num_item06 .pgnum_num_img {
  height: 95px;
}
.pgnum_num_item07 .pgnum_num_img, .pgnum_num_item08 .pgnum_num_img {
  height: 84px;
}
.pgnum_num_item01 .pgnum_num_img {
  margin-bottom: 0.6rem;
}
.pgnum_num_item03 .pgnum_num_img, .pgnum_num_item05 .pgnum_num_img {
  margin-bottom: 1.5rem;
}
.pgnum_num_item08 .pgnum_num_img {
  margin-bottom: 1.3rem;
}
.pgnum_num_img img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.pgnum_num_number_wrap {
  display: flex;
  align-items: last baseline;
  justify-content: center;
}
.pgnum_num_number {
  font-size: 3.8rem;
  line-height: 1;
}
.pgnum_num_aid {
  line-height: 1;
}
.pgnum_num_aid_right {
  margin-left: 3px;
}
.pgnum_num_aid_left {
  margin-right: 3px;
}
.pgnum_num_2col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pgnum_num_2col .pgnum_num_number_wrap:first-child {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}
.pgnum_num_2col .pgnum_num_number_wrap:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 96%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -3px;
  right: 0;
}
.pgnum_num_note {
  font-size: 0.79rem;
  text-align: center;
  margin-top: 1rem;
}
/*||pgnum_num_4col_list||*/
.pgnum_num_4col_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.pgnum_num_4col_list > ul > li {
  width: calc((100% - 30px) / 2);
  position: relative;
}
.pgnum_num_4col_list > ul > li:nth-child(1), .pgnum_num_4col_list > ul > li:nth-child(2) {
  padding-bottom: 15px;
}
.pgnum_num_4col_list > ul > li:nth-child(1)::after, .pgnum_num_4col_list > ul > li:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -15px;
  left: 0;
}
.pgnum_num_4col_list > ul > li:nth-child(1)::before, .pgnum_num_4col_list > ul > li:nth-child(3)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: -15px;
}
.pgnum_num_4col_list > ul > li:nth-child(3), .pgnum_num_4col_list > ul > li:nth-child(4) {
  padding-top: 15px;
}
.pgnum_num_item07 {
  padding: 2.4rem 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .pgnum_num_block {
    padding: 6.5rem 0 9rem;
    margin-bottom: 7rem;
  }
  .pgnum_num_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .pgnum_num_list > ul > li {
    width: calc((100% - 50px) / 2);
    margin-bottom: 0;
  }
  .pgnum_num_list > ul > li:nth-child(7) {
    width: 100%;
  }
  /*||pgnum_num_4col_list||*/
  .pgnum_num_4col_list > ul {
    gap: 15px;
  }
  .pgnum_num_4col_list > ul > li {
    width: calc((100% - 45px) / 4);
  }
  .pgnum_num_4col_list > ul > li:nth-child(1), .pgnum_num_4col_list > ul > li:nth-child(2) {
    padding-bottom: 0;
  }
  .pgnum_num_4col_list > ul > li:nth-child(1)::after, .pgnum_num_4col_list > ul > li:nth-child(2)::after {
    content: none;
  }
  .pgnum_num_4col_list > ul > li:nth-child(2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    right: -7px;
  }
  .pgnum_num_4col_list > ul > li:nth-child(1)::before, .pgnum_num_4col_list > ul > li:nth-child(3)::before {
    right: -7px;
  }
  .pgnum_num_4col_list > ul > li:nth-child(3), .pgnum_num_4col_list > ul > li:nth-child(4) {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgnum_num_list > ul > li {
    width: calc((100% - 100px) / 3);
  }
  .pgnum_num_list > ul > li:nth-child(7) {
    width: calc(((100% - 100px) / 3) * 2 + 50px);
  }
}
@media screen and (min-width: 1200px) {
  .pgnum_num_block {
    padding: 9.4rem 0 11.2rem;
    margin-bottom: 11.3rem;
  }
  .pgnum_num_head {
    font-size: 2.25rem;
    margin-bottom: 5.8rem;
  }
  .pgnum_num_item {
    padding: 2.86rem 2rem 2.8rem;
  }
  .pgnum_num_list > ul > li:nth-child(1) .pgnum_num_item {
    padding: 2.86rem 2rem 1.9rem;
  }
  .pgnum_num_title {
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
  }
  .pgnum_num_img {
    margin-bottom: 0.9rem;
  }
  .pgnum_num_item01 .pgnum_num_img {
    margin-bottom: 0.3rem;
  }
  .pgnum_num_item02 .pgnum_num_img {
    margin-bottom: 1.8rem;
  }
  .pgnum_num_item03 .pgnum_num_img {
    margin-bottom: 1.8rem;
  }
  .pgnum_num_item05 .pgnum_num_img {
    height: 82px
  }
  .pgnum_num_number {
    font-size: 3.375rem;
  }
  .pgnum_num_aid {
    font-size: 1.25rem;
  }
  .pgnum_num_note {
    font-size: 0.8125rem;
    margin-top: 1.3rem;
  }
  /*||pgnum_num_4col_list||*/
  .pgnum_num_item07 {
    padding: 2.86rem 0.5rem 2.8rem;
  }
  .pgnum_num_4col_list > ul > li:nth-child(1) {
    padding-top: 10px;
  }
  .pgnum_num_4col_list > ul > li:nth-child(2) {
    padding-top: 18px;
  }
  .pgnum_num_item07 .pgnum_num_4col_list > ul > li:nth-child(2) .pgnum_num_img {
    height: 78px;
  }
  .pgnum_num_4col_list > ul > li:nth-child(3) {
    padding-top: 10px;
  }
  .pgnum_num_4col_list > ul > li:nth-child(4) {
    padding-top: 10px;
  }
  .pgnum_num_item08 .pgnum_num_img {
    height: 90px;
  }
}
@media screen and (min-width: 1500px) {
  .pgnum_num_inner {
    width: 76%;
  }
}
/***************************************
高木建設の歴史
***************************************/
.pghis_block {
  padding: 5rem 0 0;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 40, 70, 1)), color-stop(1, rgba(83, 110, 131, 1)));
  background: -o-linear-gradient(0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 40, 70, 1) 0%, rgba(83, 110, 131, 1) 100%);
  margin-bottom: 6rem;
}
.pghis_list {
  width: 87%;
  margin: 0 auto;
  color: #fff;
  max-width: 1000px;
  overflow: hidden;
  padding-left: 6px;
}
.pghis_list > ul > li {
  position: relative;
  padding-bottom: 4rem;
}
.pghis_list > ul > li::before {
  content: "";
  width: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  z-index: 2;
  height: 0%;
  transition: height 0.8s linear;
}
.pghis_list > ul > li.line_active::before {
  height: 100%;
}
.pghis_list > ul > li:first-child::before {
  top: 22px;
}
.pghis_list > ul > li:last-child {
  padding-bottom: 7rem;
}
.pghis_item {
  padding-left: 30px;
}
.pghis_year {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  margin-bottom: 2rem;
}
.pghis_year::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translate(0%, -50%);
}
.pghis_2col_unit01 {
  margin-bottom: 1.5rem;
}
.pghis_2col_unit02 > ul > li {
  margin-bottom: 2.5rem;
}
.pghis_2col_unit02 > ul > li:last-child {
  margin-bottom: 0;
}
.pghis_2col_title {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.pghis_2col_txt {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .pghis_block {
    padding-top: 7rem;
    margin-bottom: 8rem;
  }
  .pghis_list {
    padding-left: 0;
  }
  .pghis_list > ul > li:last-child {
    padding-bottom: 9rem;
  }
  .pghis_list > ul > li::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .pghis_list > ul > li::before {
    top: 7.3rem;
  }
  .pghis_list > ul > li:first-child::before {
    top: 7.3rem;
  }
  .pghis_item {
    padding-left: 0;
  }
  .pghis_year {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .pghis_year::before {
    content: none;
  }
  .pghis_2col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pghis_2col_start {
    align-items: flex-start;
  }
  .pghis_2col_unit01 {
    width: 50%;
    margin-bottom: 0;
    position: relative;
  }
  .pghis_2col_unit01::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -4px;
  }
  .pghis_list > ul > li:nth-child(2n) .pghis_2col_unit01 {
    order: 2;
  }
  .pghis_list > ul > li:nth-child(2n) .pghis_2col_unit01::before {
    left: -4px;
  }
  .pghis_2col_unit01_inner {
    width: 90%;
  }
  .pghis_list > ul > li:nth-child(2n) .pghis_2col_unit01_inner {
    margin-left: auto;
    margin-right: 0;
  }
  .pghis_2col_unit02 {
    width: 45%;
  }
  .pghis_list > ul > li:nth-child(2n) .pghis_2col_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .pghis_2col_unit01_inner {
    width: 80%;
  }
  .pghis_2col_unit02 {
    width: 40%;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .pghis_block {
    padding-top: 9.3rem;
    margin-bottom: 11.2rem;
  }
  .pghis_list > ul > li {
    padding-bottom: 4.2rem;
  }
  .pghis_list > ul > li:nth-child(4) {
    padding-bottom: 3.1rem;
  }
  .pghis_list > ul > li:last-child {
    padding-bottom: 10rem;
  }
  .pghis_list > ul > li::before {
    top: 9.2rem;
  }
  .pghis_list > ul > li:first-child::before {
    top: 8.3rem;
  }
  .pghis_list > ul > li.line_active::before {
    height: calc(100% + 5px);
  }
  .pghis_list > ul > li:first-child.line_active::before {
    height: calc(100% + 20px);
  }
  .pghis_year {
    font-size: 4.375rem;
    margin-left: 4px;
    margin-bottom: 4.8rem;
  }
  .pghis_list > ul > li:first-child .pghis_year {
    margin-bottom: 3.6rem;
  }
  .pghis_list > ul > li:nth-child(5) .pghis_year {
    margin-left: -6px;
  }
  .pghis_2col_unit01::before {
    width: 10px;
    height: 10px;
    right: -5.4px;
  }
  .pghis_list > ul > li:nth-child(2n) .pghis_2col_unit01::before {
    left: -5.4px;
  }
  .pghis_2col_unit02 > ul > li {
    margin-bottom: 3rem;
  }
  .pghis_2col_title {
    font-size: 1.4375rem;
    margin-bottom: 1.5rem;
  }
  .pghis_2col_txt {
    font-size: 0.9375rem;
  }
}
/***************************************
採用情報
***************************************/
.pg_recruit_container {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .pg_recruit_container {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_recruit_container {
    margin-bottom: 10rem;
  }
}
.pgrec_fell_block {
  padding: 5rem 0 6rem;
  background-color: #f5f5f5;
  margin-bottom: 6rem;
}
.pgrec_fell_inner {
  width: 87%;
  margin: 0 auto;
}
.pgrec_fell_heading {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.pgrec_fell_list > ul > li {
  margin-bottom: 5rem;
}
.pgrec_fell_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgrec_fell_unit01 {
  margin-bottom: 1.8rem;
}
.pgrec_fell_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgrec_fell_title {
  font-size: 1.4rem;
    line-height: 1.5;
  margin-bottom: 1.2rem;
}
.pgrec_fell_txt {
  font-size: 0.93rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgrec_fell_block {
    padding: 7rem 0;
  }
  .pgrec_fell_item {
    display: flex;
    justify-content: space-between;
  }
  .pgrec_fell_unit01 {
    width: 44%;
    margin-bottom: 0;
  }
  .pgrec_fell_list > ul > li:nth-child(2n) .pgrec_fell_unit01 {
    order: 2;
  }
  .pgrec_fell_unit02 {
    width: 50%;
  }
  .pgrec_fell_list > ul > li:nth-child(2n) .pgrec_fell_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .pgrec_fell_item {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .pgrec_fell_block {
    padding: 9.5rem 0 10rem;
    margin-bottom: 9.5rem;
  }
  .pgrec_fell_heading {
    font-size: 1.4375rem;
    margin-bottom: 5.9rem;
  }
  .pgrec_fell_list > ul > li {
    margin-bottom: 6.4rem;
  }
  .pgrec_fell_unit02 {
    width: 48.5%;
  }
  .pgrec_fell_title {
    font-size: 1.4375rem;
    margin-bottom: 1.9rem;
  }
  .pgrec_fell_txt {
    font-size: 0.9375rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1500px) {
  .pgrec_fell_inner {
    width: 75.5%;
  }
}
/*||pgrec_requ_block||*/
.pgrec_requ_block {
  width: 87%;
  margin: 0 auto 6rem;
  max-width: 1000px;
}
.pgrec_requ_head {
  font-size: 1.86rem;
  text-align: center;
  margin-bottom: 3rem;
}
.pgrec_requ_block .pgcom_table tr:first-child {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(200, 200, 200, 0.4);
}
.pgrec_requ_bottom_wrap {
  text-align: center;
}
.pgrec_requ_bottom_txt {
  font-size: 1.07rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.8rem;
}
.pgrec_requ_tel {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.pgrec_requ_tel a {
  color: #000;
}
.pgrec_requ_time {
  font-size: 0.93rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .pgrec_requ_block {
    margin-bottom: 8rem;
  }
  .pgrec_requ_block .pgcom_table th {
    align-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .pgrec_requ_block {
    margin-bottom: 9.8rem;
  }
  .pgrec_requ_head {
    font-size: 2.25rem;
    margin-bottom: 4.5rem;
  }
  .pgrec_requ_block .pgcom_table {
    margin-bottom: 4.6rem;
  }
  .pgrec_requ_block .pgcom_table tr:first-child {
    padding-top: 1.53rem;
  }
  .pgrec_requ_block .pgcom_table th {
    width: 21.5%;
  }
  .pgrec_requ_block .pgcom_table td {
    width: 78.5%;
  }
  .pgrec_requ_bottom_txt {
    font-size: 1rem;
  }
  .pgrec_requ_tel {
    font-size: 2rem;
    margin-bottom: 0.9rem;
  }
  .pgrec_requ_time {
    font-size: 0.875rem;
  }
}
/*||pgrec_form_block||*/
.pgrec_form_block {
  background-color: #f5f5f5;
  padding: 5rem 0 4rem;
}
.pgrec_form_inner {
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pgrec_form_block {
    padding: 7rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgrec_form_block {
    padding: 9.4rem 0 10rem;
  }
  .pgrec_form_block .pgrec_requ_head {
    margin-bottom: 4.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgrec_form_block {
    width: 75.5%;
    margin: 0 auto;
  }
}
/***************************************
お問い合わせ
***************************************/
.pg_contact_container {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .pg_contact_container {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_contact_container {
    margin-bottom: 10rem;
  }
}
/***************************************
公共・開発事業部
***************************************/
.pg_public_container {
  margin-bottom: 6.5rem;
}
@media screen and (min-width: 768px) {
  .pg_public_container {
    margin-bottom: 8.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_public_container {
    margin-bottom: 11rem;
  }
}
.pgpub_top_outer {
  padding: 4rem 0 6rem;
  background-color: #f5f5f5;
}
.pgpub_top_block {
  width: 87%;
  margin: 0 auto;
}
.pgpub_top_title {
  font-size: 1.76rem;
  line-height: 1.61;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.pgpub_top_unit01 {
  margin-bottom: 2rem;
}
.pgpub_top_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgpub_top_unit02 {
  font-size: 1.18rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .pgpub_top_outer {
    padding: 7rem 0 8rem;
  }
    .pgpub_top_title{
        font-size: 1.9rem;
    }
  .pgpub_top_item {
    display: flex;
    align-items: center;
  }
  .pgpub_top_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pgpub_top_unit02 {
    width: 50%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .pgpub_top_outer {
    padding: 9.5rem 0 10rem;
  }
  .pgpub_top_title {
    font-size: 2.25rem;
    margin-bottom: 6rem;
  }
  .pgpub_top_item {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .pgpub_top_unit02 {
    line-height: 2.3;
  }
}
	@media screen and (min-width: 1500px) {
		  .pgpub_top_unit02 {
    font-size: 1.1875rem;
  }
}

/*||pgpub_3col_block||*/
.pgpub_3col_block {
  padding: 5rem 0 6rem;
}
.pgpub_3col_inner {
  width: 87%;
  margin: 0 auto;
}
.pgpub_3col_heading {
  font-size: 0.93rem;
  text-align: justify;
}
.pgpub_3col_heading_last {
  margin-bottom: 5rem;
}
.pgpub_3col_list > ul > li {
  margin-bottom: 5rem;
}
.pgpub_3col_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgpub_3col_unit01 {
  margin-bottom: 1.8rem;
}
.pgpub_3col_title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.pgpub_3col_txt {
  font-size: 0.93rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgpub_3col_block {
    padding: 7rem 0;
  }
  .pgpub_3col_heading {
    text-align: center;
  }
  .pgpub_3col_item {
    display: flex;
    align-items: center;
  }
  .pgpub_3col_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pgpub_3col_list > ul > li:nth-child(2n) .pgpub_3col_unit01 {
    order: 2;
  }
  .pgpub_3col_unit02 {
    width: 50%;
    padding-left: 7%;
  }
  .pgpub_3col_list > ul > li:nth-child(2n) .pgpub_3col_unit02 {
    order: 1;
    padding-left: 0;
    padding-right: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .pgpub_3col_block {
    padding: 9.5rem 0 10rem;
  }
  .pgpub_3col_block .pgpub_top_title {
    margin-bottom: 4.5rem;
  }
  .pgpub_3col_heading {
    font-size: 0.9375rem;
    line-height: 1.76;
    margin-bottom: 2rem;
  }
  .pgpub_3col_heading_last {
    margin-bottom: 8rem;
  }
  .pgpub_3col_list > ul > li {
    margin-bottom: 6rem;
  }
  .pgpub_3col_unit01 {
    width: 45%;
  }
  .pgpub_3col_unit02 {
    width: 55%;
    padding-left: 10%;
  }
  .pgpub_3col_list > ul > li:nth-child(2n) .pgpub_3col_unit02 {
    padding-left: 5%;
    padding-right: 10%;
  }
  .pgpub_3col_title {
    font-size: 1.4375rem;
    margin-bottom: 1.9rem;
  }
  .pgpub_3col_txt {
    font-size: 0.9375rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1500px) {
  .pgpub_3col_inner {
    width: 75.5%;
  }
      .pgpub_3col_list > ul > li:nth-child(2n) .pgpub_3col_unit02 {
    padding-right: 5%;
  }
}
/*||pgpub_slider_block||*/
.pgpub_slider_block {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .pgpub_slider_block {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgpub_slider_block {
    margin-bottom: 10rem;
  }
}
/*||pgpub_gene_block||*/
.pgpub_gene_block {
    padding: 4rem 0 5rem;
  background-color: #f5f5f5;
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
}
.pgpub_gene_inner {
  width: 88%;
  margin: 0 auto;
}
.pgpub_gene_txt {
  font-size: 0.93rem;
        line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1200px) {
    .pgpub_gene_block{
        padding: 5rem 0 6rem;
  
    }
  .pgpub_gene_block .pgpub_top_title {
    margin-bottom: 4rem;
  }
  .pgpub_gene_txt {
    font-size: 0.9375rem;

  }
}
/*||||*/
/***************************************

***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/***************************************

***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/***************************************

***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/***************************************

***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/***************************************
サンクスページ
***************************************/
.pg_default_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 87%;
  margin: 0 auto;
}
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/