@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;1,100&display=swap');


/* ヘッダ */
.post-name-construction .page-header {
    aspect-ratio: 14 / 2.8;
}
.post-name-metal-products .page-header {
    aspect-ratio: 14 / 2.8;
    background-image: url(../../uploads/2025/06/page-header-metal-product.png);
}
.post-name-industrial-machinery .page-header {
    aspect-ratio: 14 / 2.8;
}
.page-header-title, h1.page-header-title {
    text-align: left;
    font-weight: normal;
    letter-spacing: 20px;
}

/* パンクズ */
.breadcrumb {
  display: none;
}


.entry-body p.lead {
  text-align: center;
  font-size: 36px;
  font-family: serif;
  margin-bottom: 3.5rem;
}

.vk-cols--fit.wp-block-columns, .vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) {
    aspect-ratio: 14 / 7;
}


/* 製造部　産業機械 */
.post-name-industrial-machinery h2:where(:not(.wp-block-post-title)) {
  color: #1e80c8;
  font-size: 70px;
  margin-bottom: 30px;
}
.post-name-industrial-machinery h2:where(:not(.wp-block-post-title)) span {
  display: block;
  color: #000;
  line-height: 1em;
  font-size: 17px;
  font-weight: normal;
}
.post-name-industrial-machinery h4:where(:not(.wp-block-post-title)) {
  background-color: unset;
  font-size: 34px;
  line-height: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.post-name-industrial-machinery #our_advantage li:before {
  color: #1e80c8;
  font-size: 130px;
  top: -75px;
}
.post-name-industrial-machinery #our_advantage ol li {
  width: calc(80% - 110px);
  padding-left: 110px;
}
.post-name-industrial-machinery #our_advantage ol li:nth-child(2) {
  margin-left: 15%;
}
.post-name-industrial-machinery #our_advantage ol li:nth-child(3) {
  margin-left: 30%;
}
.post-name-industrial-machinery #flow {
    background-color: unset;
    padding-bottom: 80px;
}
.post-name-industrial-machinery #flow ul li {
    width: calc(20% - 2px);
    min-width: auto;
    background-color: #1e80c8;
}
.post-name-industrial-machinery #flow ul li span {
  text-align: center;
}

.post-name-industrial-machinery #service h4 {
    font-size: 1.5rem;
    color: #1e80c8;
    line-height: 1.2em;
    margin-bottom: 10px;
}


/* 施工実績写真リスト */
.works_list {
  padding: 50px 0;
}
.works_list h2 {
  text-align: center;
  position: relative;
  font-weight: normal;
  font-family: serif;
  font-size: 28px;
  z-index: 0;
  line-height: 10vw;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  color: #000;
}
.works_list h2 span {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  color: #E5E5E6;
  font-size: 8.7vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  width: 100%;
  letter-spacing: 1.2vw;
}

.works_list .photos {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.works_list .photos li {
  padding: 0;
  margin: 0;
  width: calc(100%/3);
}
.works_list .photos figure {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 6 / 4;
}
.works_list .photos figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_list .photos figcaption {
  width: 100%;
  text-align: center;
}
@media (max-width: 600px){
  .works_list .photos {
    display: block;
  }
  .works_list .photos li {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 350px;
  }
    
}