/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .txt-box .txt-h2 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
  gap: 0.78125vw;
}
section#lead_area .txt-box .txt-h2 span {
  color: #2022B0;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  section#lead_area .txt-box .txt-h2 {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
  section#lead_area .txt-box .txt-h2 span {
    font-size: 38px;
  }
}
/*==========================================================================
section#sworks01
========================================================================== */
section#sworks01 .inner {
  padding: 0 0 10.4166666667vw;
}
section#sworks01 .main-box {
  padding: 7.8125vw 0;
  position: relative;
}
section#sworks01 .main-box .bg {
  position: absolute;
  bottom: -1vw;
  left: 0;
  left: -9.75%;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.3vw;
}
section#sworks01 .main-box .txt-h1 {
  border-bottom: solid 1px #2022B0;
  color: #000000;
  line-height: 1.3em;
  padding-bottom: 1.05vw;
  margin-bottom: 3.6458333333vw;
}
section#sworks01 .main-box .img-box {
  width: 100%;
  height: 31vw;
}
section#sworks01 .main-box .txt-box {
  margin-top: 3.6458333333vw;
}
section#sworks01 .main-box .txt-box dl {
  margin: 0;
  padding: 0;
  gap: 2.6041666667vw;
}
section#sworks01 .main-box .txt-box dt, section#sworks01 .main-box .txt-box dd {
  margin: 0;
  padding: 0;
  padding: 1.8229166667vw 0;
  box-sizing: border-box;
}
section#sworks01 .main-box .txt-box dt {
  width: 11.9791666667vw;
  box-sizing: border-box;
  flex: none;
  border-bottom: solid 1px #2022B0;
}
section#sworks01 .main-box .txt-box dd {
  flex: auto;
  border-bottom: solid 1px #575A61;
}
section#sworks01 .main-box .txt-box .txt-h3 {
  margin-bottom: 2.6041666667vw;
  color: #2022B0;
}
section#sworks01 .main-box .change-box {
  justify-content: space-between;
  margin-top: 7.8125vw;
}
section#sworks01 .main-box .change-box .change-img {
  width: 50%;
  position: relative;
}
section#sworks01 .main-box .change-box .change-img.before {
  width: 37.5%;
  height: 18.5vw;
}
section#sworks01 .main-box .change-box .change-img.before::before {
  content: "BEFORE";
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  color: #2022B0;
  background: #ffffff;
  border: solid 1.5px #2022B0;
  font-size: 1.6666666667vw;
  font-family: "font-LDsb", "Lexend Deca", sans-serif;
  font-weight: 600;
  padding: 0.47vw 1.56vw;
  box-sizing: border-box;
  min-width: 10vw;
  text-align: center;
}
section#sworks01 .main-box .change-box .change-img.before::after {
  content: "";
  background: url(../img/bg_triangle.webp) center no-repeat;
  background-size: cover;
  width: 2.6041666667vw;
  height: 4.7916666667vw;
  position: absolute;
  right: -3.8541666667vw;
  top: 50%;
  transform: translateY(-50%);
}
section#sworks01 .main-box .change-box .change-img.after {
  width: 56.65%;
  height: 30vw;
}
section#sworks01 .main-box .change-box .change-img.after::before {
  content: "AFTER";
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  color: #ffffff;
  background: rgba(32, 34, 176, 0.9);
  border: solid 1.5px #ffffff;
  font-size: 1.6666666667vw;
  font-family: "font-LDsb", "Lexend Deca", sans-serif;
  font-weight: 600;
  padding: 0.47vw 1.56vw;
  box-sizing: border-box;
  min-width: 10vw;
  text-align: center;
}
section#sworks01 .construction-box {
  background: #ffffff;
  padding: 7.8125vw 0;
}
section#sworks01 .construction-box .in-box {
  flex-wrap: wrap;
  gap: 1vw 1.25%;
}
section#sworks01 .construction-box .construction-img {
  width: 32.5%;
}
section#sworks01 .pagination {
  width: 79.17%;
  margin: 7.8125vw auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#sworks01 .pagination .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2022B0;
  background: #ffffff;
  border: solid 2px #2022B0;
  width: 16.6666666667vw;
  height: 3.6458333333vw;
  border-radius: 0;
  margin: 0;
  transition: 1s;
  box-sizing: border-box;
}
section#sworks01 .pagination .txt-a:hover {
  background: #2022B0;
  color: #ffffff;
}
section#sworks01 .pagination .txt-a:hover svg path {
  fill: #ffffff;
}
section#sworks01 .pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  width: 7.8125vw;
  height: 3.6458333333vw;
  border-radius: 0;
  border: solid 2px #2022B0;
  box-sizing: border-box;
  background: #ffffff;
}
section#sworks01 .pagination .page-link span {
  color: #2022B0;
  transition: 1s;
}
section#sworks01 .pagination .page-link:hover {
  background: #2022B0;
}
section#sworks01 .pagination .page-link:hover span {
  color: #ffffff;
}
section#sworks01 .pagination .page-link.disabled {
  opacity: 0.5;
  gap: 0.78125vw;
  background: #2022B0;
}
section#sworks01 .pagination .page-link.disabled span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#sworks01 .inner {
    padding: 0 0 100px;
    overflow-x: clip;
  }
  section#sworks01 .main-box {
    padding: 60px 0;
  }
  section#sworks01 .main-box .bg {
    bottom: 0;
    font-size: 56px;
    letter-spacing: -1px;
    writing-mode: sideways-rl;
    left: initial;
    letter-spacing: -1px;
    right: -11%;
    z-index: -1;
  }
  section#sworks01 .main-box .txt-h1 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  section#sworks01 .main-box .img-box {
    height: 32vw;
  }
  section#sworks01 .main-box .txt-box {
    margin-top: 30px;
  }
  section#sworks01 .main-box .txt-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#sworks01 .main-box .txt-box dl {
    margin: 0;
    padding: 0;
    gap: 0;
  }
  section#sworks01 .main-box .txt-box dt, section#sworks01 .main-box .txt-box dd {
    margin: 0;
    padding: 0;
    padding: 15px 0;
    box-sizing: border-box;
  }
  section#sworks01 .main-box .txt-box dt {
    width: 160px;
    font-size: 14px;
  }
  section#sworks01 .main-box .txt-box dd {
    font-size: 14px;
  }
  section#sworks01 .main-box .change-box {
    justify-content: space-between;
    margin-top: 40px;
  }
  section#sworks01 .main-box .change-box .change-img {
    width: 50%;
    position: relative;
  }
  section#sworks01 .main-box .change-box .change-img.before {
    width: 70%;
    height: 36.5vw;
    margin-bottom: 50px;
  }
  section#sworks01 .main-box .change-box .change-img.before::before {
    top: 10px;
    left: 10px;
    font-size: 16px;
    padding: 5px 10px;
    min-width: 110px;
  }
  section#sworks01 .main-box .change-box .change-img.before::after {
    content: "";
    background: url(../img/bg_triangle.webp) center no-repeat;
    background-size: cover;
    width: 30px;
    height: 54px;
    position: absolute;
    right: 50%;
    top: 36.5vw;
    transform: translateX(50%) rotate(90deg);
  }
  section#sworks01 .main-box .change-box .change-img.after {
    width: 100%;
    height: 56vw;
  }
  section#sworks01 .main-box .change-box .change-img.after::before {
    top: 10px;
    left: 10px;
    font-size: 16px;
    padding: 5px 10px;
    min-width: 110px;
  }
  section#sworks01 .construction-box {
    padding: 60px 0;
  }
  section#sworks01 .construction-box .in-box {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw 4%;
  }
  section#sworks01 .construction-box .construction-img {
    width: 48%;
    height: 26vw;
  }
  section#sworks01 .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    margin-top: 60px;
  }
  section#sworks01 .pagination .txt-a {
    order: 3;
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 10px;
    border-radius: 0;
  }
  section#sworks01 .pagination .page-link {
    gap: 10px;
    width: 48%;
    min-width: 110px;
    height: 52px;
    border-radius: 0;
  }
  section#sworks01 .pagination .page-link span {
    font-size: 16px;
  }
  section#sworks01 .pagination .page-link.next {
    order: 1;
  }
  section#sworks01 .pagination .page-link.prev {
    order: 2;
  }
}
/*# sourceMappingURL=single-works.css.map */