.page-works {
  margin-top: 218px;
}
@media screen and (max-width: 767px) {
  .page-works {
    margin-top: 50px;
  }
}
.page-works .txt {
  text-align: center;
  margin: 0;
  letter-spacing: 1.6px;
}
.page-works .flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 91px;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-works .flex-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
  }
}
.page-works .flex-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  height: 50px;
  min-width: 150px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 3px solid #009c74;
  background: #fff;
  color: #000;
  letter-spacing: 1.6px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-works .flex-btn a.active, .page-works .flex-btn a:hover {
  background: #009c74;
  color: #fff;
}
.page-works .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 42px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .page-works .list-block {
    margin-top: 50px;
    gap: 20px 15px;
  }
}
.page-works .list-block .block {
  width: calc(33.3333333333% - 28px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-works .list-block .block:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .page-works .list-block .block {
    width: calc(50% - 7.5px);
  }
}
.page-works .list-block .block .img {
  width: 100%;
  height: 187px;
  border-radius: 10px;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-works .list-block .block .img {
    height: 120px;
  }
}
.page-works .list-block .block .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.page-works .list-block .block .category {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-works .list-block .block .category {
    margin-top: 10px;
    gap: 5px;
  }
}
.page-works .list-block .block .category span {
  border-radius: 5px;
  background: #a9dfea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-works .list-block .block .category span {
    gap: 5px;
    padding: 5px;
  }
}
.page-works .list-block .block h3 {
  margin: 19px 0 20px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .page-works .list-block .block h3 {
    margin: 10px 0;
    font-size: 1.8rem;
  }
}
.page-works .list-block .block p {
  margin: 0;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 52px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .page-works .list-block .block p {
    letter-spacing: 1.6px;
    line-height: 25.6px;
  }
}
.page-works .list-block .block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: 1.4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 26px 0 0;
}
.page-works .list-block .block a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .page-works .list-block .block a {
    margin-top: 10px;
  }
}
.page-works .list-block .block a img {
  width: 15px;
  height: 15px;
  display: block;
}

.page-works-sigle {
  margin-top: 173px;
}
@media screen and (max-width: 767px) {
  .page-works-sigle {
    margin-top: 50px;
  }
}
.page-works-sigle .title h2 {
  margin: 0;
  font-size: 3.6rem;
  letter-spacing: 3.6px;
  font-weight: 700;
  color: #000;
  text-align: left;
  padding-bottom: 0;
}
.page-works-sigle .title h2:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .title h2 {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
  }
}
.page-works-sigle .title .category {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .title .category {
    margin-top: 10px;
    gap: 5px;
  }
}
.page-works-sigle .title .category span {
  border-radius: 5px;
  background: #a9dfea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .title .category span {
    gap: 5px;
    padding: 5px;
  }
}
.page-works-sigle .photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-works-sigle .txt {
    letter-spacing: 1.6px;
    margin: 45px 0 0;
    line-height: 25.6px;
  }
}
@media screen and (max-width: 767px) {
  .page-works-sigle .txt {
    margin: 30px 0 0;
  }
}
.page-works-sigle .works_spec_repeat {
  border: 1px solid #000;
  padding: 22px 72px 23px;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .works_spec_repeat {
    padding: 10px 20px;
  }
}
.page-works-sigle .works_spec_repeat ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .works_spec_repeat ul {
    display: block;
  }
}
.page-works-sigle .works_spec_repeat li {
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .page-works-sigle .works_spec_repeat li {
    line-height: 33.6px;
    width: 50%;
    letter-spacing: 1.6px;
  }
}
.page-works-sigle .works_img_repeat {
  margin-top: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px 42px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .works_img_repeat {
    margin-top: 50px;
    gap: 15px 15px;
  }
}
.page-works-sigle .works_img_repeat .photo {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 767px) {
  .page-works-sigle .works_img_repeat .photo {
    width: calc(50% - 7.5px);
  }
}
.page-works-sigle .works_img_repeat .photo .link-inter {
  width: 100%;
  height: 187px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .works_img_repeat .photo .link-inter {
    height: 130px;
  }
}
.page-works-sigle .works_img_repeat .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.page-works-sigle .works_img_btn {
  margin-top: 130px;
  text-align: center;
}
.page-works-sigle .works_img_btn a {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .works_img_btn {
    margin-top: 50px;
  }
}
.page-works-sigle p {
  letter-spacing: 1.6px;
  margin: 30px 0;
}
.page-works-sigle h3,
.page-works-sigle h2 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  font-weight: 700;
  padding-bottom: 32px;
  position: relative;
  margin: 60px 0 36px;
}
@media screen and (max-width: 767px) {
  .page-works-sigle h3,
  .page-works-sigle h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 50px 0 20px;
    padding-bottom: 20px;
  }
}
.page-works-sigle h3:after,
.page-works-sigle h2:after {
  content: "";
  width: 62px;
  height: 1px;
  background: #009c74;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-works-sigle h4 {
  border-radius: 10px;
  background: #faf5e6;
  padding: 10px 20px;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 2.1px;
  margin: 25px 0 30px;
}
@media screen and (max-width: 767px) {
  .page-works-sigle h4 {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
}
.page-works-sigle table {
  width: 100%;
  border: 1px solid #000;
}
.page-works-sigle table td {
  border: 1px solid #000;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .page-works-sigle table td {
    padding: 10px;
  }
}
.page-works-sigle table td:first-child {
  width: 30%;
}
.page-works-sigle .btn-sigle {
  margin: 130px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-works-sigle .btn-sigle {
    margin: 30px auto 0;
  }
}
.page-works-sigle .btn-sigle a {
  margin: auto;
}

.link-inter {
  cursor: pointer;
}

.inter-modal {
  display: none;
}

.lightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(46, 46, 46, 0.8);
}

.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lightBox__inner {
  position: relative;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lightBox__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner {
    padding: 0 30px;
  }
}
.lightBox__inner .contents {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
}
.lightBox__inner .contents img {
  width: 100%;
  height: auto;
  display: block;
}
.lightBox__inner .lightBox__close span {
  display: block;
  position: absolute;
  background: #009c74;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lightBox__inner .lightBox__close span {
    width: 60px;
    height: 60px;
    top: -2px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .lightBox__close span {
    width: 40px;
    height: 40px;
    top: -5px;
    right: -15px;
  }
}
.lightBox__inner .lightBox__close span:before, .lightBox__inner .lightBox__close span:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .lightBox__inner .lightBox__close span:before, .lightBox__inner .lightBox__close span:after {
    width: 27px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .lightBox__close span:before, .lightBox__inner .lightBox__close span:after {
    width: 22px;
    height: 3px;
  }
}
.lightBox__inner .lightBox__close span:before {
  -webkit-transform: translateY(-8px) rotate(225deg);
          transform: translateY(-8px) rotate(225deg);
}
@media screen and (min-width: 768px) {
  .lightBox__inner .lightBox__close span:before {
    top: 36px;
    right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .lightBox__close span:before {
    top: 26px;
    right: 9px;
  }
}
.lightBox__inner .lightBox__close span:after {
  -webkit-transform: translateY(8px) rotate(-225deg);
          transform: translateY(8px) rotate(-225deg);
}
@media screen and (min-width: 768px) {
  .lightBox__inner .lightBox__close span:after {
    top: 20px;
    right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .lightBox__close span:after {
    top: 10px;
    right: 9px;
  }
}

.in-lightbox {
  position: relative;
  padding-top: 28px;
  width: 100%;
}