@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
@media (max-width: 768px) {
  .page-hd {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .ttl-area {
    padding-top: 38.4vw;
  }
}
@media (max-width: 768px) {
  .ttl-area::before {
    top: 4.5333333333vw;
  }
}
.works-mv {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .works-mv {
    margin-bottom: 128px;
  }
}
.works-mv img {
  border-radius: 4px;
}

@media (min-width: 769px) {
  .detail-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: min(7.3206442167vw, 200px);
  }
}
@media (min-width: 769px) {
  .detail-box .box-l {
    position: sticky;
    top: 30px;
    left: 0;
    min-width: 200px;
  }
}
.detail-box .box-l .detail-l-ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .detail-box .box-l .detail-l-ttl {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
.detail-box .box-l .detail-l-list {
  margin-bottom: 80px;
}
.detail-box .box-l .detail-l-list li {
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .detail-box .box-l .detail-l-list li {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.detail-box .box-l .detail-l-list li a {
  display: flex;
  align-items: flex-start;
}
.detail-box .box-l .detail-l-list li a .icon-arrow-wrapper {
  margin-right: 16px;
  width: 24px;
  background: #015aaf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@media (min-width: 769px) {
  .detail-box .box-l .detail-l-list li a .icon-arrow-wrapper {
    width: 32px;
  }
}
.detail-box .box-l .detail-l-list li a .icon-arrow-wrapper .icon-arrow {
  width: 9px;
  transform: rotate(90deg);
}
@media (min-width: 769px) {
  .detail-box .box-l .detail-l-list li a .icon-arrow-wrapper .icon-arrow {
    width: 14px;
  }
}
@media (any-hover: hover) {
  .detail-box .box-l .detail-l-list li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .detail-box .box-r {
    width: 55.6368960469vw;
  }
}
.detail-box .box-r .top-txt {
  margin-bottom: 80px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail-box .box-r .top-txt {
    font-size: 18px;
  }
}
.detail-box .box-r .detail-list-box {
  margin-bottom: 80px;
}
.detail-box .box-r .detail-list-box:last-of-type {
  margin-bottom: 0;
}
.detail-box .box-r .detail-list-box .detail-list-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .detail-box .box-r .detail-list-box .detail-list-ttl {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.detail-box .box-r .detail-list-box .detail-list-txt {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .detail-box .box-r .detail-list-box .detail-list-txt {
    margin-bottom: 24px;
  }
}
.detail-box .box-r .detail-list-box .detail-list-img img {
  border-radius: 4px;
}

.service-list {
  margin-top: 120px;
  gap: 16px;
  display: flex;
}
@media (max-width: 768px) {
  .service-list {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .service-list {
    gap: 62px;
    flex-wrap: wrap;
  }
}
.service-list li {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #015aaf;
  overflow: hidden;
}
@media (min-width: 769px) {
  .service-list li {
    width: calc(50% - 32px);
  }
}
.service-list li a {
  display: block;
  padding: 15px;
}
@media (min-width: 769px) {
  .service-list li a {
    padding: 24px;
  }
}
.service-list li a .img-box {
  margin-bottom: 14px;
}
.service-list li a .img-box img {
  border-radius: 4px;
}
.service-list li a .txt-box .txt-ttl {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-list li a .txt-box .txt-ttl .icon-arrow-wrapper {
  width: 24px;
  height: 24px;
  background: #015aaf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .service-list li a .txt-box .txt-ttl .icon-arrow-wrapper {
    width: 41px;
    height: 41px;
  }
}
.service-list li a .txt-box .txt-ttl .icon-arrow-wrapper .icon-arrow {
  width: 9px;
}
@media (min-width: 769px) {
  .service-list li a .txt-box .txt-ttl .icon-arrow-wrapper .icon-arrow {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .service-list li a:hover {
    opacity: 1;
    background: #fff;
  }
  .service-list li a:hover .txt-box .txt-ttl .icon-arrow-wrapper {
    background: #409AFE;
    opacity: 1;
  }
}

.page-environmental_health .service01 {
  display: none;
}

.page-equipment_management .service02 {
  display: none;
}

.page-security .service03 {
  display: none;
}
/*# sourceMappingURL=_map/building_maintenance.css.map */
