/* **********************************
 *  施工事例
 * ********************************* */
.pg_work .section#sec1{
  padding: 270px 0 0;
}

.parent_cat {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}
.parent_cat li{
  width: 20%;
  padding: 0 13px;
}
.parent_cat li a{
  font-size: 16px;
  padding: 12px 0;
  border: 5px solid #0e1df2;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.075em;
  background: #e5e5e5;
  position: relative;
}
.parent_cat li a:hover{
  opacity: 0.8;
}
.parent_cat li.on a{
  background: #0e1df2;
  color: #FFF;
}
.parent_cat li.on a:after{
  content: "";
  border-style: solid;
  border-width: 16px 9.5px 0 9.5px;
  border-color: #0e1df2 transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
}

.child_cat_bg {
  background: #eeeeee;
  margin-top: 45px;
  padding: 28px;
  padding-right: 0;
}
.child_cat {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.child_cat li{
  margin: 5px 0;
  margin-right: 36px;
  position: relative;
}
.child_cat li:before{
  margin-right: 5px;
  content: "\f105";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
}

.work_list{
  margin: 40px -20px 0;
  display: flex;
  flex-wrap: wrap;
}
.work_list .item{
  width: 33.33%;
  padding: 0 20px;
  letter-spacing: 0.075em;
}
.work_list .item:nth-child(n+4){
  margin-top: 42px;
}
.work_list .item a{
  display: block;
  transition: 0.2s;
  text-decoration: none;
}
.work_list .item a:hover{
  opacity: 0.7;
}
.work_list .img{
  position: relative;
}
.work_list .img:before{
  padding-top: 75.01%;
  display: block;
  content: "";
}
.work_list .cate{
  font-size: 15px;
  min-width: 110px;
  padding: 0 15px;
  background: #0068b7;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}
.work_list .category {
  font-size: 13px;
  font-weight: 600;
  margin: 15px 0 2px;
}
.work_list .category span + span:before{
  content: ",";
  margin-right: 5px;
  display: inline-block;
}
.work_list .title {
  font-size: 18px;
  font-weight: 700;
}

.pagination {
  margin-top: 90px;
}
.pagination .page-numbers{
  padding: 3px 13px;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover {
  border: 1px solid #e5e5e5;
}
.no_results_content {
  margin-top: 15px;
}

/*詳細*/
.flex{
  display: flex;
  flex-wrap: wrap;
}
.work_detail .thumb{
  justify-content: space-between;
}
.work_detail .pc_thumb{
  width: 71.3%;
  border: 1px solid #dbdbdb;
}
.work_detail .pc_thumb:before{
  padding-top: 59.8%;
  content: "";
  display: block;
}
.work_detail .sp_thumb{
  width: 25.2%;
  content: "";
  display: block;
  border: 1px solid #dbdbdb;
}
.work_detail .sp_thumb:before{
  padding-top: 170%;
  content: "";
  display: block;
}
.work_detail .meta{
  font-size: 15px;
  margin: 30px 0 10px;
  align-items: baseline;
  letter-spacing: 0.075em;
  line-height: 1;
}
.work_detail .category{
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid;
}
.work_detail .title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.work_detail .link{
  font-size: 15px;
  color: #0088cc;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.work_detail .post_content {
  margin: 22px 0;
  padding-top: 25px;
  border-top: 3px solid #eeeeee;
  letter-spacing: 0.075em;
}
.work_detail .info{
  padding: 30px 25px;
  background: #eeeeee;
}
.work_detail .info dl{
  display: flex;
  flex-wrap: wrap;  
  letter-spacing: 0.075em;
}
.work_detail .info dl + dl{
  margin-top: 18px;
}
.work_detail .info dt{
  width: 185px;
  font-weight: 600;
}
.work_detail .info dt:before{
  content: "●";
  margin-right: 5px;
}
.work_detail .info dd{
  width: calc(100% - 185px);
}
.work_back{
  width: 284px;
  padding: 12px;
  margin: 60px auto 0;
  display: block;
  border: 1px solid #d3d3d3;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.work_back:before{
  font-size: 13px;
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* **********************************
 *  LED
 * ********************************* */
.led_comparison_items th,
.led_comparison_items td{
  width: 33.33%;
  padding: 11px 10px;
  border: 2px solid #ffffff;
}
.led_comparison_items th{
  padding-left: 50px;
  border-left: 0;
}
.led_comparison_items td:last-of-type{
  border-right: 0;
}
.led_comparison_items .imgs{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.led_comparison_items .img{
  width: 33.33%;
  text-align: center;
}

/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  color: #181818;
}
.pg_company .section#sec1{
  padding-top: 265px;
}
.company_ttl1{
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.075em;
}
.msg_text{
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.075em;
}
.msg_text p + p{
  margin-top: 30px;
}
.pg_company .section#sec2{
  padding-top: 80px;
}
.pg_company .section#sec2 .company_ttl1{
  margin-bottom: 40px;
}
.pg_company .section#sec2 .name{
  font-size: 20px;
  margin-top: 35px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}

.pg_company .section#sec3{
  padding-top: 80px;
}
.company_tbl{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.company_tbl tr + tr th,
.company_tbl tr + tr td{
  border-top: 1px solid #b2b2b2;
}
.company_tbl th,
.company_tbl td{
  padding: 14px;
}
.company_tbl th{
  width: 250px;
  padding: 14px 20px;
  background: #f0f0f0;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: 0.075em;
}
.company_tbl td{
  font-size: 15px;
  padding-left: 30px;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
.company_tbl td a{
  color: #3776b6;
  border-bottom: 1px solid;
  display: inline-block;
}

.pg_company .section#sec4{
  padding-top: 85px;
}
.office_item + .office_item{
  margin-top: 70px;
}
.office_item .ttl {
  margin-bottom: 20px;
  position: relative;
}
.office_item .ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #898989;
  position: absolute;
  left: 0;
  top: 50%;
}
.office_item .ttl h2{
  min-width: 177px;
  font-size: 28px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.office_item .gallery{
  margin: 0 -20px 30px;
  display: flex;
  flex-wrap: wrap;
}
.office_item .gallery .img{
  width: 50%;
  padding: 0 20px;
}
.office_item .gallery .img p:before{
  padding-top: 325px;
  content: "";
  display: block;
}
.office_item .company_tbl{
  margin: 20px 0 30px;
}
.office_item iframe{
  width: 100%;
  height: 390px;
  border: 0;
}
.pg_company .section#sec4 .company_tbl td{
  letter-spacing: 0.16em;
}

.pg_company .section#sec5{
  padding-top: 90px;
}
.pg_company .section#sec5 .company_ttl1{
  margin-bottom: 55px;
}
.partner_list{
  justify-content: space-between;
  letter-spacing: 0.075em;
  line-height: 1.85;
}
.partner_list .item:last-child:after{
  margin-top: 30px;
  content: "※順不同";
  display: block;
}