@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.contents {
  margin-top: 53px;
  margin-bottom: 190px;
  padding: 0 20px;
}

@media screen and (max-width: 1050px) {
  .contents {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.works .contents {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .works .contents {
  margin-bottom: 80px;
}

}
.news .contents {
  margin-bottom: 173px;
}
@media screen and (max-width: 767px) {
  .news .contents {
  margin-bottom: 120px;
}

}

.contents__inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.contents__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

@media screen and (max-width: 1050px) {
  .contents__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contents__name {
  color: #00b9ef;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}

.contents__name::before {
  content: "■";
  margin-right: 6px;
}

@media screen and (max-width: 1050px) {
  .contents__name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contents__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.contents__attention {
  width: 1306px;
  border: 1px solid #00b9ef;
  min-height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b9ef;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 73px;
}

@media screen and (max-width: 1050px) {
  .contents__attention {
    width: 100%;
    font-size: 22px;
    padding: 5vw 0;
    text-align: center;
    margin-bottom: 30px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .contents__attention {
    width: 100%;
    margin: auto;
    padding: 18px 0;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    min-height: auto;
  }
}

.contents__imgWrap {
  aspect-ratio: 340 / 180;
  height: auto;
  overflow: hidden;
  background: #000;
}

.contents__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contents__textWrap {
  width: 100%;
  background: #fff;
  color: #666;
  padding: 15px;
  min-height: 93px;
}

@media screen and (max-width: 767px) {
  .contents__textWrap {
    padding: 20px 15px;
    min-height: 110px;
  }
}

.contents__time {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 4px;
  font-family:
    Tenor Sans,
    sans-serif;
}

.contents__title {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .contents__time {
    font-size: 11px;
  }
  .contents__title {
    font-size: 14px;
  }
}

.contents__category {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  color: #a39161;
  background: #fff;
  padding: 3px 5px;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #baab85;
  margin-right: 5px;
}
.contents__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 11px;
}

.pagination {
  margin-top: 100px;
}
.works .pagination {
  margin-top: 163px;
}
@media screen and (max-width: 767px) {
  .works .pagination {
  margin-top: 80px;
}

}
.news .pagination {
  margin-top: 131px;
}
@media screen and (max-width: 767px) {
  .news .pagination {
  margin-top: 80px;
}

}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.pagination a,
.pagination span {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

.pagination .current {
  color: #333;
}
.pagination__link:hover {
  background: #abdfef;
  color: #fff;
  transition: 0.3s ease;
}

.pagination__btn {
  width: 480px;
  min-height: 174px;
  color: #fff;
  font-weight: 500;
}

.news .contents__textWrap {
  background: #fff;
  min-height: 93px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .news .contents__textWrap {
    padding: 10px;
  }
}

.top-contact__btn {
  width: 480px;
  min-height: 174px;
  color: #fff;
  font-weight: 500;
  margin: 150px auto;
}

@media screen and (max-width: 1050px) {
  .top-contact__btn {
    min-height: 125px;
    margin: 50px auto 70px;
  }
}

@media screen and (max-width: 767px) {
  .top-contact__btn {
    width: 100%;
    min-height: 136px;
    margin: 50px auto 0;
  }
}

.top-contact__mail {
  background:
    url(../images/icon_mail.svg) 7% center no-repeat,
    #ff9300;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 56px 0 0 221px;
  line-height: 1.4;
  display: block;
}

.top-contact__mail:hover {
  background:
    url(../images/icon_mail_o.svg) 7% center no-repeat,
    #ffe3bc;
  color: #ff9300;
  transition: ease 0.3s;
}

@media screen and (max-width: 1050px) {
  .top-contact__mail {
    padding: 32px 0 0 30px;
    text-align: center;
    background-size: 20%;
  }
}

@media screen and (max-width: 767px) {
  .top-contact__mail {
    background-size: 24%;
    width: 100%;
    margin-top: 60px;
    min-height: 136px;
    font-size: 2rem;
    text-align: center;
    padding: 37px 0 0 53px;
  }
}

.works .contents__item:hover,
.news .contents__item:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.works-drone-banner {
  margin-top: 230px;
}
@media screen and (max-width: 767px) {
  .works-drone-banner {
    margin-top: 80px;
    padding: 0 20px;
  }
}

.works-drone-banner__link {
  display: block;
}
.works-drone-banner__link:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}
.works-drone-banner__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.performance {
  margin-bottom: 150px;
  margin-top: 230px;
}
@media screen and (max-width: 767px) {
  .performance {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.performance_title {
  color: #666;
  position: relative;
  width: 295px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .performance_title {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 0 0 25px;
    line-height: 1;
  }
}
.section-title__en {
  display: block;
  margin-top: 6px;
  color: #a39161;
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.performance_inner {
  width: 1050px;
  margin: auto;
  padding: 106px 0 80px;
  display: flex;
  gap: 100px;
}

.performance_list {
  width: calc((100% - 100px) / 2);
  min-width: 0;
}

.performance_list li {
  line-height: 2;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
@media screen and (max-width: 1050px) {
  .performance_inner {
    width: 100%;
    padding: 83px 22px 65px;
  }
}
@media screen and (max-width: 767px) {
  .performance_inner {
    display: block;
    padding: 24px 22px 20px;
  }

  .performance_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .performance_list + .performance_list {
    margin-top: 0;
  }

  .performance_list li {
    line-height: 2.1;
  }
}
.top-works__imgWrap img {
  width: 100%;
  aspect-ratio: 340 / 180;
  object-fit: cover;
  display: block;
}
/*# sourceMappingURL=maps/works.css.map */
