@charset "UTF-8";
/* CSS Document */

.breadcrumb {
    margin: 95px 0 5px;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        margin: 85px 0 5px;
    }
}
@media screen and (max-width: 500px) {
    .breadcrumb {
        margin: 70px 0 5px;
    }
}

.br-410 {
  display: none;
}
@media (max-width: 410px) {
  .br-410 {
    display: block;
  }
}

/* =========================
  service-mv(全体)
========================= */

.service-mv {
  position: relative;
  height: 770px;
  margin-bottom: 80px;
  overflow: hidden;
}
.service-mv__movie {
  position: absolute;
  inset: 0;
}
.service-mv__movie::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.service-mv__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-mv__inner.section-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.service-mv__txt-area {
  margin-left: auto;
  max-width: 780px;
}
.service-mv__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 100, 220, .7);
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 5px;
}
.service-mv__label span {
  background: #00bce3;
  text-shadow: none;
  margin-right: 3px;
  padding: 0 3px 3px 3px;
}
.service-mv__ttl {
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, .7);
}

@media screen and (max-width: 768px) {
  .service-mv {
    height: 620px;
    margin-bottom: 60px;
  }
  .service-mv__label {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 500px) {
  .service-mv__inner.section-inner {
    height: auto;
  }
  .service-mv {
    padding-top: 40px;
    height: 520px;
  }
  .service-mv__txt-area {
    margin-left: 0;
  }
  .service-mv__label {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

/* =========================
  service-mv(セキュリティページ)
========================= */

.service-mv--security .service-mv__txt-area {
  margin-left: 0;
  margin-right: auto;
}

/* =========================
  service
========================= */

.service {
  margin-bottom: 80px;
}
.service__lead-wrap {
  text-align: center;
}
.service__lead {
  line-height: 1.6;
}

/* =========================
  service-feature
========================= */

.service-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 40px;
}
.service-feature__item {
  width: calc((100% - 30px) / 2);
}
.service-feature__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 30px 25px;
  background: #fff;
}
.service-feature__card::before,
.service-feature__card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-feature__card::before {
  top: 0;
  left: 0;
  right: 10px;   /* ← 右上を少し空ける */
  bottom: 10px;  /* ← 左下を少し空ける */
  border-top: 2px solid #00bce3;
  border-left: 2px solid #00bce3;
}
.service-feature__card::after {
  top: 10px;     /* ← 右上を少し空ける */
  right: 0;
  bottom: 0;
  left: 10px;    /* ← 左下を少し空ける */
  border-right: 4px solid #d2d2d2;
  border-bottom: 4px solid #d2d2d2;
}
.service-feature__icon {
  max-width: 116px;
  flex-shrink: 0;
}
.service-feature__ttl {
  margin-bottom: 10px;
  color: #00bce3;
}
.service-feature__txt {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .service-feature__list {
    flex-direction: column;
    align-items: center;
  }
  .service-feature__item {
    width: 100%;
  }
  .service-feature__card {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .service-feature__card {
    gap: 15px;
  }
  .service-feature__ttl {
    margin-bottom: 5px;
  }
  .service-feature__icon {
    max-width: 85px;
  }
}

/* =========================
  service-menu
========================= */

.service-menu {
  padding: 80px 0;
  margin-bottom: 0;
  background: #eceff2;
  position: relative;
}
.service-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #00bce3;
}
.service-menu--facility::before {
  display: none;
}
.service-menu__ttl-wrap {
  text-align: center;
}
.service-menu__list {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}
.service-menu__item {
  width: calc((100% - 60px) / 3);
}
.service-menu__card {
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.service-menu__img img {
  aspect-ratio: 38 / 18;
  object-fit: cover;
}
.service-menu__txt-area {
  padding: 0 30px 30px;
}
.service-menu__item-ttl {
  text-align: center;
  font-weight: 800;
  color: #274870;
  transform: translateY(-12px);
  text-shadow: 1px 1px 0 #fff,
  -1px 1px 0 #fff,
  1px -1px 0 #fff,
  -1px -1px 0 #fff,
  2px 2px 0 #fff,
  -2px 2px 0 #fff,
  2px -2px 0 #fff,
  -2px -2px 0 #fff;
}
.service-menu__item-txt {
  line-height: 1.7;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  
  .service-menu__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .service-menu__item {
    width: 100%;
    max-width: 600px;
  }
  .service-menu__card {
    border-radius: 28px;
  }
}

@media screen and (max-width: 500px) {
    .service-menu {
    padding: 60px 0;
  }
  .service-menu__list {
    margin-top: 30px;
  }
}

/* =========================
  service-works
========================= */

.service-works {
  margin: 80px 0 100px;
  background: #f7f8fa;
}
.service-works__inner {
  position: relative;
  padding: 80px 0 100px;
}
.service-works__inner::before,
.service-works__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background: #00bce3;
}
.service-works__inner::before {
  top: 0;
}
.service-works__inner::after {
  bottom: 0;
}
.service-works__head {
  margin-bottom: 40px;
  text-align: center;
}
.service-works__link {
  position: absolute;
  top: 40px;
  right: 10px;
  display: flex;
  align-items: center; 
  gap: 8px;
  color: #274870;
  font-weight: 600;
}
.service-works__link::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow-circle-blue.svg) no-repeat center / contain;
}
.service-works__list {
  display: flex;
  gap: 15px;
}
.service-works__item {
  width: calc((100% - 60px) / 5);
}
.service-works__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  border: 1px solid #d2d2d2;
}
.service-works__img img {
  aspect-ratio: 224 / 165;
  object-fit: cover;
}
.service-works__name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 100px;
  padding: 20px 10px 10px;
  text-align: center;
  line-height: 1.4;
  color: #274870;
  border-radius: 0 0 12px 12px;
  font-weight: 600;
}
.service-works__name::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow-circle-blue.svg") no-repeat center center / contain;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .service-works {
    margin: 60px 0;
  }
  .service-works__inner {
    padding: 100px 4%;
  }
  .service-works__link::after {
    width: 24px;
    height: 24px;
  }
  .service-works__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .service-works__item {
    width: 100%;
    max-width: 600px;
  }
  .service-works__card {
    flex-direction: row;
    align-items: stretch;
    border-radius: 20px;
  }
  .service-works__img {
    width: 45%;
    overflow: hidden;
  }
  .service-works__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: auto;
  }
  .service-works__name {
    width: 55%;
    padding: 20px;
  }
  .service-works__name::before {
    top: 50%;
    left: -15px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 400px) {
  .service-works__img {
    width: 42%;
  }
  .service-works__name {
    width: 58%;
    padding: 15px;
  }
}


/* =========================
  service-other
========================= */

.service-other {
  margin-bottom: 100px;
}
.service-other__list {
  display: flex;
}
.service-other__item {
  width: calc((100% - 30px));
}
.service-other__item + .service-other__item {
  border-left: 2px solid #274870;
}
.service-other__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* ←これで間隔調整 */
  min-height: 80px;
  padding: 20px;
  position: relative;
}
.service-other__link::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/service/icon-service-security.svg) no-repeat center / contain;
}
.service-other__link--facility::before {
  background-image: url(../img/service/icon-service-facility.svg);
}
.service-other__link--clean::before {
  background-image: url(../img/service/icon-service-clean.svg);
}
.service-other__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #274870;
  border-right: 2px solid #274870;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) and (pointer: fine) {
  .service-other__link:hover {
    background: #f7f8fa;
  }
}
.service-other__name {
  color: #00bce3;
  font-weight: 600;
}

@media screen and (max-width: 550px) {
  .service-other {
    margin-bottom: 60px;
  }
  .service-other__list {
    flex-direction: column;
    align-items: center;
  }
  .service-other__item + .service-other__item {
    border-left: none;
    border-top: 2px solid #274870;
  }
}