.c-security {
  padding: 0 0 80rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .c-security {
    padding: 0 0 60rem;
  }
}
.c-security__inner {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 0 40rem;
}
@media screen and (max-width: 750px) {
  .c-security__inner {
    padding: 0 20rem;
  }
}

.c-security-hero {
  display: flex;
  align-items: center;
  min-height: 450rem;
  margin-bottom: 80rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .c-security-hero {
    flex-direction: column;
    min-height: auto;
    margin-bottom: 60rem;
  }
}
.c-security-hero__left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40rem;
  padding-right: 60rem;
}
@media screen and (max-width: 1024px) {
  .c-security-hero__left {
    padding: 30rem;
    padding-right: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .c-security-hero__left {
    flex: none;
    width: 100%;
    padding: 30rem 20rem;
  }
}
.c-security-hero__image {
  margin: 0;
  width: 100%;
  max-width: 480rem;
  overflow: hidden;
  box-shadow: 0 20rem 50rem -10rem rgba(0, 0, 0, 0.15), 0 0 0 1rem rgba(0, 0, 0, 0.02);
  animation: fadeInUp 0.7s ease-out both;
}
.c-security-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-security-hero__image {
    max-width: 100%;
  }
}
.c-security-hero__divider {
  position: relative;
  width: 1rem;
  align-self: stretch;
  background: linear-gradient(to bottom, transparent 10%, #e0e0e0 30%, #e0e0e0 70%, transparent 90%);
  flex-shrink: 0;
}
.c-security-hero__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  background: #c09b30;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .c-security-hero__divider {
    width: 80%;
    height: 1rem;
    margin: 10rem auto;
    align-self: center;
    background: linear-gradient(to right, transparent 0%, #e0e0e0 20%, #e0e0e0 80%, transparent 100%);
  }
  .c-security-hero__divider::before {
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
  }
}
.c-security-hero__right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 40rem;
  padding-left: 60rem;
}
@media screen and (max-width: 1024px) {
  .c-security-hero__right {
    padding: 30rem;
    padding-left: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .c-security-hero__right {
    padding: 30rem 20rem 20rem;
  }
}
.c-security-hero__content {
  max-width: 380rem;
  animation: fadeInRight 0.7s ease-out 0.2s both;
}
@media screen and (max-width: 750px) {
  .c-security-hero__content {
    max-width: 100%;
  }
}
.c-security-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: 46rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 30rem;
  position: relative;
  padding-bottom: 20rem;
}
.c-security-hero__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40rem;
  height: 1rem;
  background: #c09b30;
}
@media screen and (max-width: 1024px) {
  .c-security-hero__title {
    font-size: 38rem;
  }
}
@media screen and (max-width: 750px) {
  .c-security-hero__title {
    font-size: 48rem;
    margin-bottom: 25rem;
  }
}
.c-security-hero__desc p {
  font-family: "Noto Serif JP", serif;
  font-size: 15rem;
  font-weight: 400;
  color: #555;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-security-hero__desc p {
    font-size: 22rem;
    line-height: 2;
  }
}

.c-security-system {
  padding: 80rem 0;
  border-top: 1rem solid #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .c-security-system {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 750px) {
  .c-security-system {
    padding: 50rem 0;
  }
}
.c-security-system__header {
  display: flex;
  align-items: center;
  gap: 60rem;
  margin-bottom: 60rem;
}
@media screen and (max-width: 1024px) {
  .c-security-system__header {
    gap: 40rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 750px) {
  .c-security-system__header {
    flex-direction: column;
    gap: 25rem;
    margin-bottom: 40rem;
  }
}
.c-security-system__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.08em;
  line-height: 1.6;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  padding-left: 20rem;
}
.c-security-system__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  background: #c09b30;
}
@media screen and (max-width: 750px) {
  .c-security-system__title {
    font-size: 30rem;
    padding-left: 18rem;
  }
}
.c-security-system__desc {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  color: #666;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .c-security-system__desc {
    font-size: 20rem;
    line-height: 1.9;
  }
}
.c-security-system__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35rem;
}
@media screen and (max-width: 1024px) {
  .c-security-system__cards {
    gap: 25rem;
  }
}
@media screen and (max-width: 750px) {
  .c-security-system__cards {
    grid-template-columns: 1fr;
    gap: 35rem;
  }
}

.c-security-card {
  position: relative;
}
.c-security-card__image {
  margin: 0 0 20rem;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1.25/1;
  position: relative;
}
.c-security-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1rem solid rgba(0, 0, 0, 0.04);
  pointer-events: none;
}
.c-security-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-security-card__image {
    margin-bottom: 20rem;
  }
}
.c-security-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 17rem;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin-bottom: 15rem;
  letter-spacing: 0.04em;
  padding-bottom: 12rem;
  position: relative;
}
.c-security-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
  height: 2px;
  background: #c09b30;
}
@media screen and (max-width: 750px) {
  .c-security-card__title {
    font-size: 26rem;
    margin-bottom: 18rem;
    padding-bottom: 15rem;
  }
}
.c-security-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  color: #777;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .c-security-card__desc {
    font-size: 22rem;
    line-height: 1.8;
  }
}
.c-security-card__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .c-security-card__subtitle {
    font-size: 22rem;
  }
}
.c-security-card__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  font-weight: 400;
  color: #999;
  line-height: 1.7;
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .c-security-card__note {
    font-size: 20rem;
  }
}
.c-security-card.--landscape .c-security-card__image {
  aspect-ratio: 1/1.34;
}

.c-security-system__cards .c-security-card:nth-child(-n+4) .c-security-card__image::before {
  content: "image";
  position: absolute;
  bottom: 5rem;
  right: 8rem;
  font-size: 14rem;
  color: #fff;
  letter-spacing: 0.05em;
  z-index: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=security.css.map */