.u-mg0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pd0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mg10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pd10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mg20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pd20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mg30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pd30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mg40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pd40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mg50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pd50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #444;
  background: #fff;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}
body sup {
  font-size: 40%;
  line-height: 1;
  vertical-align: super;
}

.lp-2025-modal {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-2025-modal .--modalbody {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  color: #444;
  width: 80%;
  height: auto;
  max-height: 80%;
  overflow-y: auto;
}
.lp-2025-modal .--modalbody p, .lp-2025-modal .--modalbody ul, .lp-2025-modal .--modalbody ol, .lp-2025-modal .--modalbody li {
  font-size: 1rem;
}
.lp-2025-modal .--modalbody p + p {
  margin-top: 1em;
}
.lp-2025-modal .--modalbody ul {
  list-style: disc;
  padding-left: 1em;
}
.lp-2025-modal .--close {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 1rem;
}

.lp-2025-modal.--show {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.lp2025-body,
.lp-2025-body {
  position: relative;
  overflow: hidden;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.lp2025-privacient-catch {
  padding: 2rem 0 6rem;
  position: relative;
}
.lp2025-privacient-catch .u-coverbg {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.lp2025-privacient-catch .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.lp2025-privacient-catch::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(6, 11, 83, 0.5);
}

.lp2025-privacient-catch-clogo,
.lp2025-privacient-catch-body,
.lp2025-privacient-catch-foot {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp2025-privacient-catch-clogo,
  .lp2025-privacient-catch-body,
  .lp2025-privacient-catch-foot {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.lp2025-privacient-catch-clogo {
  margin-bottom: 5rem;
}
.lp2025-privacient-catch-clogo img {
  width: 300px;
}

.lp2025-privacient-catch-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 960px) {
  .lp2025-privacient-catch-body {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
}

.lp2025-privacient-catch-copy,
.lp2025-privacient-catch-logo {
  width: 50%;
}
@media (max-width: 960px) {
  .lp2025-privacient-catch-copy,
  .lp2025-privacient-catch-logo {
    width: 100%;
  }
}

.lp2025-privacient-catch-copy {
  color: #fff;
}
.lp2025-privacient-catch-copy h2 {
  font-size: 5rem;
  font-weight: bold;
}
.lp2025-privacient-catch-copy h3 {
  font-size: 2rem;
}
@media (max-width: 960px) {
  .lp2025-privacient-catch-copy h2 {
    font-size: 12vw;
    margin-bottom: 1rem;
  }
  .lp2025-privacient-catch-copy h3 {
    font-size: 1.4rem;
  }
}

.lp2025-privacient-catch-logo img {
  display: block;
  margin: auto;
  width: 400px;
}
@media (max-width: 960px) {
  .lp2025-privacient-catch-logo img {
    width: 50%;
    min-width: 180px;
    margin-left: 0;
  }
}

.lp2025-privacient-catch-foot {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 960px) {
  .lp2025-privacient-catch-foot {
    font-size: 1.25rem;
  }
}

.lp-2025-main {
  font-size: 1.125rem;
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp-2025-main {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .lp-2025-main {
    font-size: 1rem;
  }
}

.lp2025-privacient2,
.lp2025-privacient3,
.lp2025-privacient4,
.lp2025-privacient6,
.lp2025-privacient7,
.lp2025-privacient9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 960px) {
  .lp2025-privacient2,
  .lp2025-privacient3,
  .lp2025-privacient4,
  .lp2025-privacient6,
  .lp2025-privacient7,
  .lp2025-privacient9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.lp2025-privacient2,
.lp2025-privacient4,
.lp2025-privacient7,
.lp2025-privacient9 {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 1600px) {
  .lp2025-privacient2,
  .lp2025-privacient4,
  .lp2025-privacient7,
  .lp2025-privacient9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lp2025-privacient1-body {
  position: relative;
}
.lp2025-privacient1-body h3 {
  width: fit-content;
  margin: -3rem auto 3rem;
  padding: 2rem 4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #1B5AFF;
  border-radius: 10rem;
  text-align: center;
}
@media (max-width: 960px) {
  .lp2025-privacient1-body h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .lp2025-privacient1-body h3 {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    line-height: 1.5;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.lp2025-privacient1-body h4 {
  width: 10em;
  height: 10em;
  border-radius: 10em;
  margin: auto;
  background: #1B5AFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.lp2025-privacient1-body h4 span {
  display: block;
}

.lp2025-privacient1-body-bg {
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lp2025-privacient1-body-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp2025-privacient1-issue {
  display: flex;
  align-items: stretch;
  padding: 0 10%;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .lp2025-privacient1-issue {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .lp2025-privacient1-issue {
    flex-direction: column;
  }
}
.lp2025-privacient1-issue > li {
  width: 45%;
  margin: 0 auto;
  background: #fff;
  padding: 2em;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #1B5AFF;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 960px) {
  .lp2025-privacient1-issue > li {
    font-size: 1.25rem;
    padding: 1rem 1rem 2rem;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .lp2025-privacient1-issue > li {
    width: 98%;
    margin: 0.5rem;
  }
}
.lp2025-privacient1-issue > li > div {
  position: absolute;
  bottom: 0;
  right: 1rem;
  height: 4rem;
}
.lp2025-privacient1-issue > li > div img {
  max-height: 100%;
  width: auto;
}

.lp2025-privacient1-voice {
  display: flex;
  align-items: stretch;
  width: 1280px;
  margin: 2rem auto 0;
}
@media (max-width: 1280px) {
  .lp2025-privacient1-voice {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient1-voice {
    flex-direction: column;
  }
}
.lp2025-privacient1-voice > li {
  width: 30%;
  margin: 0 auto -2rem;
  background: #fff;
  padding: 4rem 2rem 2em;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #1B5AFF;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
.lp2025-privacient1-voice > li > div {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 3rem;
}
.lp2025-privacient1-voice > li > div img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 960px) {
  .lp2025-privacient1-voice > li {
    width: 98%;
    padding-top: 5rem;
    margin-bottom: 1rem;
    text-align: center;
    justify-content: center;
    font-size: 1.25rem;
  }
  .lp2025-privacient1-voice > li > div {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

.lp2025-privacient1-foot {
  position: relative;
  padding: 6rem 0;
}
.lp2025-privacient1-foot p {
  color: #060B53;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
@media (max-width: 960px) {
  .lp2025-privacient1-foot {
    padding: 2rem 0.5rem 4rem;
  }
  .lp2025-privacient1-foot p {
    font-size: 1.125rem;
  }
  .lp2025-privacient1-foot p br {
    display: none;
  }
}

.lp2025-privacient1-arw {
  position: absolute;
  width: 5rem;
  height: 5rem;
  bottom: -0.5rem;
  right: 0;
  left: 0;
  transform: rotate(90deg);
  margin: auto;
}
@media (max-width: 960px) {
  .lp2025-privacient1-arw {
    width: 3rem;
    height: 3rem;
  }
}

.lp2025-privacient2 {
  color: #fff;
  background: url("../--img/bg-privacient8.png") #060B53 center/150% no-repeat;
}
.lp2025-privacient2 h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.lp2025-privacient2 h3 span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
@media (max-width: 960px) {
  .lp2025-privacient2 h3 {
    font-size: 1.4rem;
  }
  .lp2025-privacient2 h3 span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
  }
}
.lp2025-privacient2 h4 {
  width: fit-content;
  margin: auto;
  font-size: 2rem;
}
.lp2025-privacient2 h4 img {
  height: 7rem;
  width: auto;
  vertical-align: middle;
  margin-right: 1rem;
}
@media (max-width: 960px) {
  .lp2025-privacient2 h4 {
    font-size: 1.25rem;
  }
  .lp2025-privacient2 h4 img {
    height: 3.5rem;
  }
}

.lp2025-privacient2-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp2025-privacient2-feature {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp2025-privacient2-feature > li {
  width: calc(50% - 2rem);
  background: rgba(255, 255, 255, 0.9);
  margin: 1rem;
  border-radius: 2rem;
  padding: 4rem;
  color: #444;
  position: relative;
}
.lp2025-privacient2-feature span {
  position: absolute;
  display: block;
  top: 1rem;
  left: 1rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #1B5AFF;
}
.lp2025-privacient2-feature h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1B5AFF;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.lp2025-privacient2-feature strong {
  color: #1B5AFF;
}
@media (max-width: 960px) {
  .lp2025-privacient2-feature {
    flex-direction: column;
  }
  .lp2025-privacient2-feature > li {
    width: 100%;
    margin: 0.5rem 0;
    border-radius: 1rem;
    padding: 2rem 1.5rem 1.5rem;
  }
  .lp2025-privacient2-feature span {
    font-size: 3rem;
  }
  .lp2025-privacient2-feature h5 {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }
  .lp2025-privacient2-feature p {
    font-size: 1rem;
  }
}

.lp2025-privacient3 {
  color: #fff;
  padding: 3rem 0 15rem;
  position: relative;
}
.lp2025-privacient3 .u-coverbg {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.lp2025-privacient3 .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.lp2025-privacient3::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(6, 11, 83, 0.5);
}
.lp2025-privacient3 p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.lp2025-privacient3::before {
  mix-blend-mode: multiply;
}
.lp2025-privacient3 .u-circle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  margin: auto;
}
@media (max-width: 960px) {
  .lp2025-privacient3 .u-circle {
    width: 2vw;
    height: 10vw;
    bottom: -5vw;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient3 {
    padding: 0 0 5rem;
  }
  .lp2025-privacient3 p {
    padding: 0 0.5rem;
  }
  .lp2025-privacient3 .u-coverbg img {
    object-position: top;
  }
}

.lp2025-privacient3-head {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp2025-privacient3-head::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, #2318F6 0%, #221B8F 30%, #076FFF 100%);
  z-index: -1;
  opacity: 0.6;
}
.lp2025-privacient3-head > div {
  width: 300px;
  margin-right: 100px;
  flex-shrink: 0;
}
.lp2025-privacient3-head > h3 {
  font-size: 2rem;
  color: #fff;
}
.lp2025-privacient3-head > img {
  display: block;
  width: 3em;
  margin-left: 1em;
}
@media (max-width: 1280px) {
  .lp2025-privacient3-head {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient3-head {
    flex-direction: column;
  }
  .lp2025-privacient3-head > div {
    width: auto;
    margin-right: 0;
  }
  .lp2025-privacient3-head > div img {
    width: 240px;
  }
  .lp2025-privacient3-head > h3 {
    font-size: 1.4rem;
  }
}

.lp2025-privacient4 {
  background: #EAF1FB;
  position: relative;
}
.lp2025-privacient4 h3 {
  width: fit-content;
  margin: auto;
  font-size: 3em;
  font-weight: bold;
  color: #1B5AFF;
}
.lp2025-privacient4 h3 span {
  font-size: 1.6rem;
  margin-left: 1em;
  color: #444;
}
.lp2025-privacient4 h3 strong {
  font-size: 150%;
}
.lp2025-privacient4 h3 + p {
  margin: 1rem auto 2rem;
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 960px) {
  .lp2025-privacient4 h3 {
    text-align: center;
  }
  .lp2025-privacient4 h3 span {
    display: block;
    font-size: 1.25rem;
    margin-left: 0;
  }
  .lp2025-privacient4 h3 + p {
    font-size: 1rem;
  }
}

.lp2025-privacient4-body {
  display: flex;
  flex-wrap: wrap;
}
.lp2025-privacient4-body > li {
  width: calc(33.33% - 1rem);
  margin: 0.5rem;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 2rem 4rem;
  position: relative;
}
.lp2025-privacient4-body h4 {
  display: flex;
  align-items: center;
  height: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #1B5AFF;
}
.lp2025-privacient4-body h4 span:nth-child(1) {
  font-size: 3rem;
  font-weight: 900;
  margin-right: 1rem;
}
.lp2025-privacient4-body h4 span:nth-child(2) {
  font-size: 1.5rem;
  font-weight: bold;
}
.lp2025-privacient4-body img {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 60px;
}
@media (max-width: 960px) {
  .lp2025-privacient4-body {
    flex-direction: column;
  }
  .lp2025-privacient4-body > li {
    width: 100%;
    margin: 0.5rem 0;
  }
  .lp2025-privacient4-body h4 span:nth-child(2) {
    font-size: 1.25rem;
  }
}

.lp2025-privacient4-illust {
  position: absolute;
  right: 12rem;
  bottom: 4rem;
  width: 200px;
}
@media (max-width: 1280px) {
  .lp2025-privacient4-illust {
    right: 7vw;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient4-illust {
    position: relative;
    margin: auto;
    right: auto;
    bottom: auto;
  }
}

.lp2025-privacient5 {
  position: relative;
}
.lp2025-privacient5 .u-circle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  margin: auto;
}
@media (max-width: 960px) {
  .lp2025-privacient5 .u-circle {
    width: 2vw;
    height: 10vw;
    bottom: -5vw;
  }
}

.lp2025-privacient5-head {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  color: #fff;
}
.lp2025-privacient5-head .u-coverbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.lp2025-privacient5-head .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 960px) {
  .lp2025-privacient5-head {
    padding: 0;
  }
  .lp2025-privacient5-head .u-coverbg {
    position: relative;
    height: 7rem;
  }
}

.lp2025-privacient5-head-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp2025-privacient5-head-content::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, #2318F6 0%, #221B8F 30%, #076FFF 100%);
  z-index: -1;
  opacity: 0.6;
}
.lp2025-privacient5-head-content > div {
  width: 300px;
  margin-right: 100px;
  flex-shrink: 0;
}
.lp2025-privacient5-head-content > h3 {
  font-size: 2rem;
  color: #fff;
}
.lp2025-privacient5-head-content > img {
  display: block;
  width: 3em;
  margin-left: 1em;
}
@media (max-width: 1280px) {
  .lp2025-privacient5-head-content {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient5-head-content {
    flex-direction: column;
  }
  .lp2025-privacient5-head-content > div {
    width: auto;
    margin-right: 0;
  }
  .lp2025-privacient5-head-content > div img {
    width: 240px;
  }
  .lp2025-privacient5-head-content > h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient5-head-content::before {
    opacity: 1;
  }
}

.lp2025-privacient5-body {
  background: #EAF1FB;
  padding: 4rem;
  display: flex;
  position: relative;
}
@media (max-width: 1280px) {
  .lp2025-privacient5-body {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient5-body {
    padding: 2rem 0.5rem;
  }
}

.lp2025-privacient5-body-lead {
  width: 25%;
  margin-right: 4rem;
}
.lp2025-privacient5-body-lead h4 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.lp2025-privacient5-body-lead h4 span {
  font-size: 160%;
  font-weight: 900;
  display: block;
}
.lp2025-privacient5-body-lead p {
  font-size: 1.5rem;
}
.lp2025-privacient5-body-lead p strong {
  font-weight: 900;
}
.lp2025-privacient5-body-lead p br {
  display: none;
}
.lp2025-privacient5-body-lead img {
  display: block;
  margin: 2rem auto 0;
  width: 75%;
}
@media (max-width: 1280px) {
  .lp2025-privacient5-body-lead {
    width: 100%;
    margin: 0 0 2rem;
  }
  .lp2025-privacient5-body-lead img {
    width: 200px;
  }
}

.lp2025-privacient5-body-content {
  display: flex;
  flex-wrap: wrap;
}
.lp2025-privacient5-body-content > li {
  width: calc(50% - 1rem);
  margin: 0.5rem;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 2rem 4rem;
  position: relative;
}
.lp2025-privacient5-body-content h4 {
  display: flex;
  align-items: center;
  height: 4rem;
  margin-bottom: 1rem;
}
.lp2025-privacient5-body-content h4 span:nth-child(1) {
  font-size: 3rem;
  font-weight: 900;
  margin-right: 2rem;
}
.lp2025-privacient5-body-content h4 span:nth-child(2) {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp2025-privacient5-body-content {
    flex-direction: column;
  }
  .lp2025-privacient5-body-content > li {
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem;
    border-radius: 1rem;
  }
  .lp2025-privacient5-body-content h4 {
    margin-bottom: 0.5rem;
  }
  .lp2025-privacient5-body-content h4 span:nth-child(2) {
    font-size: 1.25rem;
  }
}

.lp2025-privacient6 {
  background: url("../--img/bg-privacient9.png") center/150% no-repeat;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp2025-privacient6 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp2025-privacient6 h3 {
  font-size: 2.4rem;
  color: #1B5AFF;
  text-align: center;
  margin-bottom: 2rem;
}
.lp2025-privacient6 h3 + p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.lp2025-privacient6 p.tmp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 480px;
  height: 270px;
  margin: 2rem auto 2rem;
  background: #000;
  position: relative;
}
@media (max-width: 960px) {
  .lp2025-privacient6 h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .lp2025-privacient6 h3 + p {
    font-size: 1rem;
  }
  .lp2025-privacient6 p.tmp {
    width: 80vw;
    height: 45vw;
  }
}

.lp2025-privacient6-foot {
  display: flex;
  align-items: center;
  color: #1B5AFF;
  font-weight: bold;
  width: fit-content;
  margin: auto;
}
.lp2025-privacient6-foot a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #fff;
  color: #1B5AFF;
  border: solid 1px #1B5AFF;
  border-radius: 10rem;
  margin-left: 3rem;
}
.lp2025-privacient6-foot a:hover {
  background: #1B5AFF;
  color: #fff;
}
@media (max-width: 960px) {
  .lp2025-privacient6-foot {
    flex-direction: column;
  }
  .lp2025-privacient6-foot a {
    margin: 1rem 0 0;
  }
}

.lp2025-privacient7 {
  background: url("../--img/bg-privacient9.png") center/150% no-repeat;
}
.lp2025-privacient7 h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.lp2025-privacient7 h3 + p {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .lp2025-privacient7 h3 {
    font-size: 1.5rem;
  }
  .lp2025-privacient7 h3 + p {
    font-size: 1rem;
  }
}

.lp2025-privacient7-body {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 2rem;
}
.lp2025-privacient7-body td {
  width: 50%;
  border: solid 1px #1B5AFF;
  padding: 2rem;
  vertical-align: top;
}
.lp2025-privacient7-body > div {
  width: 50%;
  padding: 2rem;
}
.lp2025-privacient7-body h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #1B5AFF;
  text-align: center;
  margin-bottom: 3rem;
}
.lp2025-privacient7-body h4 span {
  display: block;
  font-size: 1.25rem;
  color: #444;
}
.lp2025-privacient7-body h4 + p {
  text-align: center;
  font-weight: bold;
}
.lp2025-privacient7-body h4 + p span {
  font-size: 2rem;
  display: block;
  color: #1B5AFF;
}
.lp2025-privacient7-body ul {
  width: fit-content;
  margin: auto;
}
.lp2025-privacient7-body ul li {
  font-weight: bold;
  margin: 0.5rem 0;
}
@media (max-width: 960px) {
  .lp2025-privacient7-body tbody, .lp2025-privacient7-body tr, .lp2025-privacient7-body th, .lp2025-privacient7-body td {
    display: block;
  }
  .lp2025-privacient7-body td {
    width: 100%;
    padding: 1rem;
  }
  .lp2025-privacient7-body h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .lp2025-privacient7-body ul {
    padding-left: 1rem;
    list-style-position: outside;
  }
  .lp2025-privacient7-body ul li {
    list-style: disc;
    font-weight: normal;
  }
}

.lp2025-privacient7-foot {
  display: flex;
  align-items: center;
  color: #1B5AFF;
  font-weight: bold;
  width: fit-content;
  margin: auto;
}
.lp2025-privacient7-foot a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #fff;
  color: #1B5AFF;
  border: solid 1px #1B5AFF;
  border-radius: 10rem;
  margin-left: 3rem;
}
.lp2025-privacient7-foot a:hover {
  background: #1B5AFF;
  color: #fff;
}
@media (max-width: 960px) {
  .lp2025-privacient7-foot {
    flex-direction: column;
  }
  .lp2025-privacient7-foot a {
    margin: 1rem 0 0;
  }
}

.lp2025-privacient8 {
  position: relative;
}

.lp2025-privacient8-head {
  padding: 12rem 4rem 16rem;
  color: #fff;
  position: relative;
}
.lp2025-privacient8-head .u-coverbg {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.lp2025-privacient8-head .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.lp2025-privacient8-head::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(6, 11, 83, 0.5);
}
.lp2025-privacient8-head h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.lp2025-privacient8-head p {
  font-size: 1.4rem;
}
@media (max-width: 960px) {
  .lp2025-privacient8-head {
    padding: 6rem 2rem 8rem;
  }
  .lp2025-privacient8-head h3 {
    font-size: 1.4rem;
  }
  .lp2025-privacient8-head p {
    font-size: 1rem;
  }
  .lp2025-privacient8-head p br {
    display: none;
  }
}

.lp2025-privacient8-body {
  position: relative;
  padding: 0 4rem 20rem;
}
.lp2025-privacient8-body .u-coverbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.lp2025-privacient8-body .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 960px) {
  .lp2025-privacient8-body {
    padding: 0 0.5rem 0;
  }
  .lp2025-privacient8-body .u-coverbg {
    position: relative;
    margin-right: -5rem;
    margin-left: -5rem;
    width: auto;
  }
}

.lp2025-privacient8-closing {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .lp2025-privacient8-closing {
    flex-direction: column;
  }
}
.lp2025-privacient8-closing > li {
  background: #fff;
  padding: 1rem 2rem 2rem;
  border-radius: 2rem 2rem 0 2rem;
  width: calc(25% - 1rem);
  margin: -2rem 0.5rem 0.5rem;
  position: relative;
  overflow: hidden;
}
.lp2025-privacient8-closing > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4rem;
  background: #1B5AFF;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp2025-privacient8-closing > li::after {
  content: "";
  display: block;
  position: absolute;
  background: #00f;
  height: 1rem;
  width: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 3.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
.lp2025-privacient8-closing > li:nth-child(1) {
  min-height: 12rem;
}
.lp2025-privacient8-closing > li:nth-child(1)::before {
  background: #00f;
}
.lp2025-privacient8-closing > li:nth-child(2) {
  min-height: 15rem;
}
.lp2025-privacient8-closing > li:nth-child(2)::before, .lp2025-privacient8-closing > li:nth-child(2)::after {
  background: #00c;
}
.lp2025-privacient8-closing > li:nth-child(3) {
  min-height: 18rem;
}
.lp2025-privacient8-closing > li:nth-child(3)::before, .lp2025-privacient8-closing > li:nth-child(3)::after {
  background: #021C8E;
}
.lp2025-privacient8-closing > li:nth-child(4) {
  min-height: 21rem;
  background: #000;
  color: #fff;
}
.lp2025-privacient8-closing > li:nth-child(4)::before, .lp2025-privacient8-closing > li:nth-child(4)::after {
  background: #031149;
}
.lp2025-privacient8-closing > li h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.lp2025-privacient8-closing > li img {
  display: block;
  width: 60%;
  margin: 2rem auto 0;
}
@media (max-width: 960px) {
  .lp2025-privacient8-closing > li {
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .lp2025-privacient8-closing > li:nth-child(n) {
    min-height: initial;
  }
  .lp2025-privacient8-closing > li img {
    max-width: 300px;
    width: 50%;
  }
}

.lp2025-privacient8-foot {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp2025-privacient8-foot::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, #2318F6 0%, #221B8F 30%, #076FFF 100%);
  z-index: -1;
  opacity: 0.6;
}
.lp2025-privacient8-foot > div {
  width: 300px;
  margin-right: 100px;
  flex-shrink: 0;
}
.lp2025-privacient8-foot > h3 {
  font-size: 2rem;
  color: #fff;
}
.lp2025-privacient8-foot > img {
  display: block;
  width: 3em;
  margin-left: 1em;
}
@media (max-width: 1280px) {
  .lp2025-privacient8-foot {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient8-foot {
    flex-direction: column;
  }
  .lp2025-privacient8-foot > div {
    width: auto;
    margin-right: 0;
  }
  .lp2025-privacient8-foot > div img {
    width: 240px;
  }
  .lp2025-privacient8-foot > h3 {
    font-size: 1.4rem;
  }
}
.lp2025-privacient8-foot {
  position: absolute;
  bottom: 0;
}
@media (max-width: 960px) {
  .lp2025-privacient8-foot {
    position: relative;
  }
  .lp2025-privacient8-foot::before {
    opacity: 1;
  }
}

.lp2025-privacient9 {
  background: linear-gradient(to bottom, #221B8F 12%, #2318F6 53%, #076FFF 100%);
  color: #fff;
}
.lp2025-privacient9 h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
.lp2025-privacient9 h3 strong {
  margin-right: 5px;
}
@media (max-width: 960px) {
  .lp2025-privacient9 h3 {
    font-size: 1.4rem;
  }
}
.lp2025-privacient9 h4 {
  font-size: 1.5rem;
  color: #0ff;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 960px) {
  .lp2025-privacient9 h4 {
    font-size: 1.125rem;
  }
}
.lp2025-privacient9 ul {
  width: 1280px;
  margin: 0 auto 2rem;
}
@media (max-width: 1280px) {
  .lp2025-privacient9 ul {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp2025-privacient9 ul li {
  background: rgba(255, 255, 255, 0.5);
  line-height: 2;
  padding: 1rem 4rem;
  border-radius: 10rem;
  margin: 0.5rem;
  text-align: center;
}
.lp2025-privacient9 ul + p {
  color: #0ff;
  text-align: center;
  width: 1280px;
  margin: 0 auto 4rem;
}
@media (max-width: 1280px) {
  .lp2025-privacient9 ul + p {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .lp2025-privacient9 ul li {
    border-radius: 0;
    padding: 1rem;
    line-height: 1.5;
  }
  .lp2025-privacient9 ul + p {
    text-align: left;
    margin-bottom: 2rem;
  }
  .lp2025-privacient9 ul + p br {
    display: none;
  }
}
.lp2025-privacient9 .lp2025-privacient9-foot {
  display: flex;
  margin: 0 auto 1rem;
  width: fit-content;
}
@media (max-width: 960px) {
  .lp2025-privacient9 .lp2025-privacient9-foot {
    margin-top: 2rem;
  }
}
.lp2025-privacient9 .lp2025-privacient9-foot img {
  display: block;
  width: 3rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.lp2025-privacient9 .lp2025-privacient9-foot + a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border-radius: 10rem;
  margin: auto;
  padding: 1rem;
  width: 20em;
  text-align: center;
  text-decoration: none;
}
.lp2025-privacient9 .lp2025-privacient9-foot2 {
  margin-top: 3rem;
}
.lp2025-privacient9 .lp2025-privacient9-foot2 p {
  text-align: center;
  margin-bottom: 1rem;
}
.lp2025-privacient9 .lp2025-privacient9-foot2 a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border-radius: 10rem;
  margin: auto;
  padding: 1rem;
  width: 20em;
  text-align: center;
  text-decoration: none;
}

.u-circle circle {
  fill: #0ff;
}

/*
.youtube{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}*/

/*# sourceMappingURL=lp2025-privacient.css.map */
