@charset "UTF-8";

.links-container {
  .card:nth-child(4) {
    display: none;
  }
}

h2 {
  display: flex;
  flex-direction: column;
}

.security-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.security-title {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: 0.08em;
  color: #000000;
  padding-bottom: 3rem;

  @media screen and (max-width: 767px) {
    font-size: 3rem;
  }
}

.security-des {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  padding-bottom: 3rem;
  color: #000000;
  padding-bottom: 7rem;

  @media screen and (max-width: 767px) {
    padding-bottom: 3rem;

    br {
      display: none;
    }
  }
}


.security-img-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.security-img {
  width: 60rem;
  padding-bottom: 3rem;
}

.security-img-des {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  color: #000000;
  padding-bottom: 5rem;

  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
    padding-bottom: 3rem;
  }

}

.security-expln-1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 3rem;

  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 1.8;
  }
}

.security-expln-2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 3rem;

  & span {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 1em;
  }
}

.divider {
  border-top: 2px solid #000;
  width: 100%;
  padding-bottom: 3rem;
}

.security-expln-footer {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: right;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 10rem;

  @media screen and (max-width: 767px) {
    margin-bottom: 5rem;
  }
}