@charset "UTF-8";
.txt-a {
  display: flex;
  background-image: linear-gradient(90deg, #7285EE, #4158D9 50%, #142FC6);
  border-radius: 82px;
  padding: 1.2vw 3vw;
  padding-right: 4.3vw;
  box-sizing: border-box;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: 1s;
  z-index: 1;
}
.txt-a svg {
  display: flex;
  width: 1vw;
  height: 1.25vw;
  position: absolute;
  right: 1.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.txt-a svg path {
  fill: #ffffff;
}
.txt-a:hover {
  background: #ffffff;
  color: #223CE5;
  border: solid 2px #223CE5;
}
.txt-a:hover svg path {
  fill: #223CE5;
}

@media screen and (max-width: 767px) {
  .txt-a {
    margin-top: 40px;
    font-size: 14px;
    padding: 10px 30px;
    padding-right: 60px;
  }
  .txt-a svg {
    width: 18px;
    height: 16px;
    right: 10px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .box {
  position: relative;
  margin: 0;
  padding: 0;
}
section#lead_area .img-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
  width: 33.5vw;
  height: 12.5vw;
}
section#lead_area .img-box img {
  width: auto;
}
section#lead_area .img-box::before {
  content: none;
}
section#lead_area .txt-box {
  background-image: linear-gradient(90deg, #7285ee, #3e55d8 50%, #142fc6);
  padding: 3.5vw 10.4% 2.5vw;
}
section#lead_area .txt-box .txt-s {
  display: block;
  margin-top: 0.5vw;
}
section#lead_area .txt-box .txt-h1 {
  color: #ffffff;
}
section#lead_area .txt-box .txt-s {
  color: #ffffff;
}
section#lead_area .breadcrumbs {
  width: 100%;
  margin-top: 1.46vw;
  color: #ffffff;
}
section#lead_area .breadcrumbs > span {
  color: #ffffff;
}
section#lead_area .breadcrumbs > span > a {
  color: #ffffff;
}
section#lead_area .breadcrumbs > span > span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#lead_area .box {
    position: relative;
    margin: 0;
    padding: 0;
  }
  section#lead_area .img-box {
    position: absolute;
    right: 0;
    top: initial;
    transform: initial;
    bottom: 0;
    background-size: cover;
    width: auto;
    height: 80px;
    opacity: 0.2;
  }
  section#lead_area .img-box img {
    width: auto;
  }
  section#lead_area .txt-box {
    padding: 90px 4% 30px;
  }
  section#lead_area .txt-box .txt-s {
    font-size: 14px;
    margin-top: 0;
  }
  section#lead_area .txt-box .txt-h1 {
    font-size: 24px;
  }
  section#lead_area .breadcrumbs {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
/*==========================================================================
section#sworks01
========================================================================== */
section#sworks01 {
  /* simplyScrollコンテナ（自動生成される） */
  /* ul要素 */
  /* li要素 */
  /* 3枚以下の静的表示 */
}
section#sworks01 .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#sworks01 .beft-box {
  justify-content: space-between;
}
section#sworks01 .beft-box .img-box {
  width: 48%;
}
section#sworks01 .beft-box .img-box img {
  height: 23.4375vw;
  box-sizing: border-box;
}
section#sworks01 .beft-box .img-box .txt-h3 {
  margin-bottom: 1.8229166667vw;
}
section#sworks01 .beft-box .img-box .txt-h3 .txt-e {
  display: block;
  line-height: 1;
  margin-bottom: 0.25vw;
  text-transform: uppercase;
  letter-spacing: normal;
}
section#sworks01 .table-box {
  width: 100%;
  margin-top: 5.2083333333vw;
}
section#sworks01 .table-box tr {
  display: flex;
  margin: 0;
  padding: 0;
}
section#sworks01 .table-box tr th, section#sworks01 .table-box tr td {
  margin: 0;
  padding: 0;
  padding: 1vw 1.8229166667vw;
  box-sizing: border-box;
  text-align: start;
}
section#sworks01 .table-box tr th {
  background: #D9D9D9;
  width: 15vw;
}
section#sworks01 .table-box tr td {
  width: calc(100% - 15vw);
}
section#sworks01 .simply-scroll-container {
  position: relative;
}
section#sworks01 .simply-scroll-container:before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 7vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section#sworks01 .simply-scroll-container:after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 7vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section#sworks01 .simply-scroll-clip {
  position: relative;
  overflow: hidden;
  height: 14vw; /* 高さを指定 */
  margin-top: 2vw;
  padding: 6vw 0;
}
section#sworks01 .simply-scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
section#sworks01 .simply-scroll-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  float: left; /* 複数のulを横並びにする */
  display: flex;
  align-items: center;
  gap: 1.2vw;
  margin-left: 1.2vw;
}
section#sworks01 .simply-scroll-list li {
  float: left;
  width: 20vw; /* 固定幅で指定（3.5枚表示の計算）*/
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: 1s;
  position: relative;
  height: 14vw; /* 高さを指定 */
}
section#sworks01 .simply-scroll-list li img {
  transition: 1s;
  position: relative;
}
section#sworks01 .simply-scroll-list li:hover {
  z-index: 2;
}
section#sworks01 .simply-scroll-list li:hover img {
  transform: scale(2);
  z-index: 2;
}
section#sworks01 .construction-grid-static {
  display: flex;
  justify-content: center;
  gap: 1vw;
  padding: 8vw 0 6vw;
}
section#sworks01 .construction-grid-static .grid-item {
  width: 20vw;
  height: 14vw;
}
section#sworks01 .construction-grid-static .grid-item img {
  transition: 1s;
}
section#sworks01 .construction-grid-static .grid-item:hover img {
  transform: scale(2);
}
section#sworks01 .txt-a {
  margin: 0 auto;
  margin-top: 2vw;
}

@media screen and (max-width: 767px) {
  section#sworks01 {
    /* 工事写真セクション */
    /* 3枚以下の静的表示 */
  }
  section#sworks01 .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#sworks01 .beft-box {
    display: flex;
    flex-wrap: wrap;
  }
  section#sworks01 .beft-box .img-box {
    width: 100%;
  }
  section#sworks01 .beft-box .img-box img {
    height: 62vw;
  }
  section#sworks01 .beft-box .img-box .txt-h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  section#sworks01 .beft-box .img-box .txt-h3 .txt-e {
    margin-bottom: 5px;
    font-size: 12px;
  }
  section#sworks01 .beft-box .img-box.af {
    margin-top: 30px;
  }
  section#sworks01 .table-box {
    margin-top: 40px;
  }
  section#sworks01 .table-box tr {
    display: flex;
    flex-wrap: wrap;
  }
  section#sworks01 .table-box tr th, section#sworks01 .table-box tr td {
    margin: 0;
    padding: 0;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
  }
  section#sworks01 .simply-scroll-container:before, section#sworks01 .simply-scroll-container:after {
    height: 60px;
  }
  section#sworks01 .simply-scroll-clip {
    margin: 20px 0 0;
    padding: 60px 0;
    height: 180px; /* 高さを指定 */
  }
  section#sworks01 .simply-scroll-list ul {
    gap: 15px;
    margin-left: 15px;
  }
  section#sworks01 .simply-scroll-list li {
    width: 250px; /* スマホは小さめに */
    height: 180px;
  }
  section#sworks01 .construction-grid-static {
    gap: 20px;
    margin: 20px 0 0;
    padding: 60px 0;
    flex-wrap: wrap;
  }
  section#sworks01 .construction-grid-static .grid-item {
    width: 92%;
    height: 55vw;
  }
  section#sworks01 .txt-a {
    margin: 0 auto;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=sworks.css.map */