.js-fadeinTxt {
  opacity: 0;
}

.security-main {
  position: relative;
}
.security-deco {
  background: url(../../cmn/img/cmn_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .security-deco {
    background: url(../../cmn/img/cmn_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.security-mv {
  background-image: url(../img/mv-sp.jpg);
}
@media (min-width: 768px) {
  .security-mv {
    background-image: url(../img/mv-pc.png);
  }
}
@media (max-width: 1023px) {
  .security-mv .page-mv-en {
    font-size: clamp(2rem, 6vw, 5rem);
  }
}
.security-head {
  padding-top: clamp(50px, 10.4166666667vw, 120px);
  position: relative;
}
.security-head__txt {
  font-size: clamp(14px, 0.8888vw, 16px);
}
.security-head__txt.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.security-content {
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
.security-content:last-child {
  padding-bottom: clamp(70px, 10.4166666667vw, 120px);
}
.security-content-article {
  font-size: clamp(14px, 0.8888vw, 16px);
}
@media (min-width: 768px) {
  .security-content-article {
    padding: 0 2.5em;
  }
}
.security-content__txt:not(:first-child) {
  margin-top: 1em;
}
.security-content__txt:last-child {
  margin-top: 2em;
  text-align: right;
}
.security-content-list {
  counter-reset: num;
  display: grid;
  gap: 10px;
}
.security-content-list:not(:first-child) {
  margin-top: 1em;
}
.security-content-list__item:not(.security-content-list__item--none) {
  padding-left: 1em;
}
.security-content-list__item:not(.security-content-list__item--none):first-letter {
  margin-left: -1.3em;
}
.security-content-list__item:not(.security-content-list__item--none)::before {
  color: #c7161d;
  content: counter(num) ".  ";
  counter-increment: num;
  flex-shrink: 0;
  white-space: pre-wrap;
}
.security-content-list__item:not(.security-content-list__item--none) span {
  color: #ccc;
}
.security-content-list__item--roman::before {
  display: none;
}
.security-content-list__item--roman span.roman {
  color: #c7161d;
  white-space: pre-wrap;
}
.security-content-list__item > ol {
  padding-left: 1.5em;
}
p ~ .security-content-list {
  padding-left: 1em;
}
@media (min-width: 768px) {
  p ~ .security-content-list {
    padding-left: 2.5em;
  }
}
.security-content .js-fadeinTxt.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
@media (min-width: 1199px) {
  .security-content-data {
    display: grid;
  }
}
.security-content-data dl {
  display: grid;
  gap: 10px;
  padding: 10px;
  position: relative;
}
@media (min-width: 1199px) {
  .security-content-data dl {
    gap: 40px;
    grid-template-columns: 8em 1fr;
    padding: 30px 20px;
  }
}
.security-content-data dl::before {
  background: #777777;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.security-content-data dl:last-child::after {
  background: #777777;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
}
.security-content-data dl:nth-of-type(1).active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.security-content-data dl:nth-of-type(1).active::before {
  -webkit-animation: fadeInLine 0.5s ease-in 0s 1 forwards;
          animation: fadeInLine 0.5s ease-in 0s 1 forwards;
}
.security-content-data dl:nth-of-type(1).active:last-child::after {
  -webkit-animation: fadeInLine 0.5s ease-in 0.5s 1 forwards;
          animation: fadeInLine 0.5s ease-in 0.5s 1 forwards;
}
.security-content-data dl:nth-of-type(2).active {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.security-content-data dl:nth-of-type(2).active::before {
  -webkit-animation: fadeInLine 0.5s ease-in 0.5s 1 forwards;
          animation: fadeInLine 0.5s ease-in 0.5s 1 forwards;
}
.security-content-data dl:nth-of-type(2).active:last-child::after {
  -webkit-animation: fadeInLine 0.5s ease-in 1s 1 forwards;
          animation: fadeInLine 0.5s ease-in 1s 1 forwards;
}
.security-content-data dl:nth-of-type(3).active {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.security-content-data dl:nth-of-type(3).active::before {
  -webkit-animation: fadeInLine 0.5s ease-in 1s 1 forwards;
          animation: fadeInLine 0.5s ease-in 1s 1 forwards;
}
.security-content-data dl:nth-of-type(3).active:last-child::after {
  -webkit-animation: fadeInLine 0.5s ease-in 1.5s 1 forwards;
          animation: fadeInLine 0.5s ease-in 1.5s 1 forwards;
}
.security-content-data dl:nth-of-type(4).active {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.security-content-data dl:nth-of-type(4).active::before {
  -webkit-animation: fadeInLine 0.5s ease-in 1.5s 1 forwards;
          animation: fadeInLine 0.5s ease-in 1.5s 1 forwards;
}
.security-content-data dl:nth-of-type(4).active:last-child::after {
  -webkit-animation: fadeInLine 0.5s ease-in 2s 1 forwards;
          animation: fadeInLine 0.5s ease-in 2s 1 forwards;
}
.security-content-data dl:nth-of-type(5).active {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.security-content-data dl:nth-of-type(5).active::before {
  -webkit-animation: fadeInLine 0.5s ease-in 2s 1 forwards;
          animation: fadeInLine 0.5s ease-in 2s 1 forwards;
}
.security-content-data dl:nth-of-type(5).active:last-child::after {
  -webkit-animation: fadeInLine 0.5s ease-in 2.5s 1 forwards;
          animation: fadeInLine 0.5s ease-in 2.5s 1 forwards;
}
.security-content-data dl dt {
  font-weight: 700;
}