
/*******************************
*　会社案内
********************************/
.pg_company{
}
.pg_company .section.sec1,
.pg_company .section.sec2,
.pg_company .section.sec3,
.pg_company .section.sec4,
.pg_company .section.sec5,
.pg_company .section.sec6{
  margin-top: 127px;
}

/*経営理念*/
.philosophy{
  margin-top: 30px;
  padding: 0 5px;
}
.philosophy .tt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border: 10px solid #9fd4f2;
  padding: 20px 0;
}

/*経営⽅針*/
.policy{
  margin-top: 21px;
  padding: 0 5px;
}
.policy .txt{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2;
  padding-left: 7px;
}
.policy .txt .blue{
  font-size: 15px;
  font-weight: 700;
  color: #53b6e8;
}
.policy .point_list{
  border: 10px solid #9fd4f2;
  margin-top: 27px;
  padding: 27px 55px 54px;
}
.policy .item{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 28px 0px 19px 45px;
  border-bottom: 1px solid #9fd4f2;
  position: relative;
  z-index: 1;
}
.policy .item .nbr{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #53b6e8;
  border-radius: 50%;
  padding-bottom: 2px;
  margin-right: 15px;
  line-height: 1;
  position: absolute;
  left: 0;
}
.policy .day{
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 10px;
}

/*会社概要*/
.summary{
  margin-top: 46px;
  padding: 0 5px;
}
.summary table{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.summary table tr {
  display: table-row;
}
.summary table th,
.summary table td{
  padding: 19px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  border-bottom: 1px solid #ababab;
}
.summary table th {
  width: 284px;
  padding-left: 26px;
  background: #ecf8ff;
}
.summary table td {
  padding-left: 37px;
}

/*沿⾰*/
.history_items{
  margin-top: 49px;
}
.history_items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid #9fd4f2;
  letter-spacing: 0.075em;
  padding-bottom: 5px;
}
.history_items .item:last-child{
  border-bottom: 1px solid #9fd4f2;
}
.history_items .item .data{
  line-height: 1;
  margin-left: -3px;
}
.history_items .box1 {
  width: 26%;
  font-size: 60px;
  padding-top: 12px;
  font-weight: 700;
  color: #53b6e8;
  letter-spacing: 0.075em;
}
.history_items .box2 {
  width: 74%;
  min-height: 42px;
  padding: 20px 0;
  padding-left: 4px;
  line-height: 2.125;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*作業⾵景*/
.scene_items{
  margin: 34px -10px 0px;
  display: flex;
  flex-wrap: wrap;
}
.scene_items .item{
  width: 33.33%;
  padding: 0 14px;
}
.scene_items .item:nth-child(n+4){
  margin-top: 10px;
}

/*アクセス*/
.access{
  margin-top: 40px;
}
.access .box2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background-color: #FFF;
  box-shadow: 3px 3px 0px #53b6e8;
  padding: 17px 30px;
  width: 42.3%;
  position: relative;
  /*left: 638px;*/
  bottom: 86px;
  margin-left: auto;
}
.access .box2:before{
  content: "";
  border-left: 4.5px solid #53b6e8;
  position: absolute;
  top: 10px;
  bottom: 8px;
  left: 10px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_company .section.sec1,
  .pg_company .section.sec2,
  .pg_company .section.sec3,
  .pg_company .section.sec4,
  .pg_company .section.sec5,
  .pg_company .section.sec6{
    margin-top: 70px;
  }
  .philosophy .tt{
    font-size: 16px;
  }
  .policy .txt{
    text-align: justify;
  }
  .policy .point_list{
    padding: 0 10px 20px;
  }
  .policy .item{
    font-size: 16px;
    line-height: 2;
  }
  .summary table{
    padding: 0 19px;
  }
  .summary table th,
  .summary table td{
    display: block;
    width: 100%;
    padding: 10px;
  }
  .history_items .box1{
    font-size: 20px;
    width: 20%;
  }
  .history_items .box2{
    font-size: 13px;
    padding: 10px 0;
  }
  .scene_items .item{
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
  }
  .scene_items .item:nth-child(3),
  .scene_items .item:nth-child(n+4){
    margin-top: 10px;
  }
  .access iframe{
    height: 300px;
  }
  .access .box2{
    margin: -18px auto 0;
    width: calc(100% - 15px);
    padding: 10px 10px 10px 30px;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
@media (min-width:768px){

  .pg_company .section.sec1,
  .pg_company .section.sec2,
  .pg_company .section.sec3,
  .pg_company .section.sec4,
  .pg_company .section.sec5,
  .pg_company .section.sec6{
    margin-top: 100px;
  }

  .policy .txt{
    text-align: justify;
  }
  .policy .item{
    font-size: 16px;
    line-height: 2;
  }
  .summary table th {
    width: 200px;
    padding-left: 26px;
  }
  .summary table td {
    padding-left: 37px;
  }
  .scene_items .item:nth-child(3){
    margin-top: 0px;
  }
  .scene_items .item:nth-child(n+4){
    margin-top: 16px;
  }
  .access .box2{
    width: 60%;
    bottom: 22px;
  }

  .history_items .box1{
    font-size: 40px;
    padding-top: 20px;
  }
  .history_items .box2 {
    min-height: 80px;
    padding: 34px 0;
  }
}
@media (min-width:1024px){
  .policy .txt{
    text-align: center;
  }
  .policy .item{
    font-size: 18px;
    line-height: 1
  }
  .summary table th {
    width: 284px;
    padding-left: 26px;
  }
  .access .box2{
    width: 42.3%;
  }

  .history_items .box1{
    font-size: 40px;
  }
  .history_items .box2 {
    min-height: 85px;
  }
}
@media (min-width:1200px){

  .pg_company .section.sec1,
  .pg_company .section.sec2,
  .pg_company .section.sec3,
  .pg_company .section.sec4,
  .pg_company .section.sec5,
  .pg_company .section.sec6{
    margin-top: 145px;
  }

  .access .box2{
    width: 42.7%;
  }

  .history_items{
    /*margin-top: 49px;*/
  }
  .history_items .box1{
    font-size: 60px;
  }
  .history_items .box2 {
    min-height: 100px;
  }
}




/* サイトマップ */
.sitemap_items{
  margin: 23px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.sitemap_items .item {
  width: 50%;
  padding: 0px 5px;
}
.sitemap_items .inner a{
  text-align: center;
  padding: 7px 0px;
  background-color: #fff;
  border: 1px solid #ababab;
  box-shadow: 2.877px 2.779px 0px 0px rgba(83, 182, 232, 0.004);
  position: relative;
  display: block;
  transition: all 0.2s;
}
.sitemap_items .inner a:hover{
  text-decoration: none;
  background: #53b6e8;
  color: #ffffff;
}
.sitemap_items .inner a:before{
  content: "";
  background: #53b6e8;
  position: absolute;
  z-index: -1;
  top: 4px;
  bottom: -4px;
  left: 4px;
  right: -4px;
}
.sitemap_items .inner a:hover:before{
  background: #ababab;
}
.sitemap_items .inner a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
}
.sitemap_items .tt{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.075em;
}


@media (max-width:767px){
  .sitemap_items .item:nth-child(n+3){
    margin-top: 20px;
  }

}
@media (min-width:768px){
  .sitemap_items{
    margin: 33px -10px 0;
  }
  .sitemap_items .item {
    width: 33.33%;
    padding: 0px 10px;
  }
  .sitemap_items .item:nth-child(n+4){
    margin-top: 50px;
  }
  .sitemap_items .tt{
    font-size: 14px;
  }
  .sitemap_items .inner a:after{
    right: 10px;
  }

}
@media (min-width:1024px){
  .sitemap_items{
    margin: 33px -16px 0;
  }
  .sitemap_items .item {
    width: 25%;
    padding: 0px 16px;
  }
  .sitemap_items .item:nth-child(n+4){
    margin-top: 0;
  }
  .sitemap_items .item:nth-child(n+5){
    margin-top: 53px;
  }
}
@media (min-width:1200px){

}




/*******************************
*　プライバシーポリシー
********************************/
.pg_privacy_policy{

}
.privacy_policy{
  /*margin: 0 -5px;
  margin-top: 115px;*/
}
.privacy_policy .box1 .tt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  padding-left: 15px;
}
.privacy_policy .box1 .txt {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 43px;
}
.privacy_policy .box2 .tt {
  border-left: 6px #53b6e8 solid;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 7px 0;
  padding-left: 15px;
  margin-top: 27px;
}
.privacy_policy .box2 .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 13px;
  margin-bottom: 27px;
}
.privacy_policy .box3{
  margin-top: -5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .privacy_policy {
    margin: 0;
  }
  .privacy_policy .box1 .tt {
    padding-left: 0px;
  }

}
@media (min-width:768px){
  .privacy_policy {
    /*margin: 0 -5px;
    margin-top: 115px;*/
    margin-top: -8px;
  }
  .privacy_policy .box1 .tt {
    padding-left: 15px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){



}




/*******************************
*　設備紹介
********************************/
.pg_equipment{

}
.pg_equipment .section.sec1{
}
.oe .txt{
  margin: 22px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

.pg_equipment .section.sec2{
  padding-top: 60px;
}
.factory{
  margin-top: 27px;
}
.factory .box:nth-child(n+2){
  margin-top: 50px
}
.factory .tt{
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 3.2;
  padding: 0px 30px;
  background-color: #f4f4f4;
  position: relative;
  font-family: Noto Serif JP;
}
.factory .tt:before{
  content: "";
  border-left: 5px solid #53b6e8;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 9px;
}
.factory .item a{
  display: block;
}

.pg_equipment .section.sec3{
  padding-top: 70px;
}
.equipment{
  margin-top: 27px;
}
.equipment .box{
  margin-bottom: 60px;
  padding: 0 5px;
}
.equipment .tt{
  margin-bottom: 15px;
  font-family: Noto Serif JP;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 3.2;
  padding: 0px 30px;
  background-color: #f4f4f4;
  position: relative;
}
.equipment .tt:before{
  content: "";
  border-left: 5px solid #53b6e8;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 9px;
}
.equipment .name{
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 3.15;
  letter-spacing: 0.075em;
  color: #fff;
  background-color: #9fd4f2;
}
.tr_eq{
  border-bottom: 1px solid #ababab;
}
.th_eq,
.td_eq{
  padding: 11.2px 10px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.th_eq{
  text-align: left;
}
.td_eq{
}


@media (max-width:767px){
  .js-scrollable{
    overflow-x: auto!important;
  }
  .pg_equipment .js-scrollable table {
    min-width: 500px;
  }
  .oe .txt{
    margin: 20px 0;
  }
  .factory .item + .item{
    margin-top: 15px;
  }
  .factory .slick-prev:before,
  .factory .slick-next:before{
    color: #000!important;
  }
  .factory .slick-prev {
    left: -25px;
  }
  .factory .slick-next {
    right: -25px;
  }
  .factory .items{
    margin: 0 30px;
  }
  .table_eq{
    table-layout: inherit;
  }
  .th_eq,
  .td_eq{
    font-size: 14px;
  }
  .td_eq:last-of-type{
    width: 60px;
  }
}
@media (min-width:768px){
  .oe .txt{
    text-align: center;
  }

  .pg_equipment .section.sec2{
    padding-top: 100px;
  }
  .factory{
    margin-top: 47px;
  }
  .factory .items{
    display: flex;
    margin: 33px -15px;
  }
  .factory .item{
    width: 50%;
    padding: 0 15px;
  }

  .pg_equipment .section.sec3{
    padding-top: 115px;
  }
  .equipment{
    margin-top: 47px;
  }
  .th_eq,
  .td_eq{
    padding: 11.2px 20px;
  }

  .js-scrollable{
    overflow: hidden!important;
  }
}
@media (min-width:1024px){
  .pg_equipment .section.sec2{
    padding-top: 115px;
  }


}
@media (min-width:1200px){



}



/*******************************
*　製品事例
********************************/
.pg_pg_product_case{

}
.pdc_items{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdc_items .item{
  padding: 0 15px;
  width: 50%;
}
.pdc_items .item:nth-child(n+3){
  margin-top: 47px;
}
.pdc_items .inner{
}
.pdc_items .tt{
  margin-bottom: 15px;
  padding: 10px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-top: 2px solid #53b6e8;
  border-bottom: 2px solid #53b6e8;
}
.pdc_items .img_fit:before{
  padding-top: 65%;
}
.pdc_items table{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-top: 19px;
}
.pdc_items table tr{
  display: table-row;
}
.pdc_items th,
.pdc_items td{
  padding: 10px 13px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border: 1px solid #ababab;
}
.pdc_items th{
  width: 159px;
  background-color: #f7f7f7;
  border-right: none;
  text-align: left;
}
.pdc_items td{
  padding-left: 30px;
  border-left: none;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pdc_items{
    margin: 0 -8px;
  }
  .pdc_items .item{
    padding: 0 8px;
    width: 100%;
  }
  .pdc_items .item + .item{
    margin-top: 50px;
  }
  .pdc_items th,
  .pdc_items td {
    padding: 10px 10px;
    font-size: 14px;
  }
  .pdc_items th {
    width: 70px;
  }
  .pdc_items td {
    padding-left: 25px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  .pdc_items .item{
    padding: 0 15px;
    width: 50%;
  }
  .pdc_items th {
    width: 85px;
  }
  .pagination{
    margin-top: 80px;
  }
}
@media (min-width:1024px){
  .pdc_items th,
  .pdc_items td {
    padding: 10px 13px;
    font-size: 16px;
  }
  .pdc_items th {
    width: 159px;
  }
  .pdc_items td {
    padding-left: 30px;
  }

}
@media (min-width:1200px){



}

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){

}
@media (min-width:1200px){

}