.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;
}

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

.lp2025-pecb-catch {
  position: relative;
}

.lp2025-pecb-catch-body {
  color: #fff;
  padding: 4rem 0;
  z-index: 2;
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp2025-pecb-catch-body {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp2025-pecb-catch-body h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  font-weight: bold;
}
.lp2025-pecb-catch-body h2 span {
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
}
.lp2025-pecb-catch-body p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.lp2025-pecb-catch-body a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 2em;
  border: solid 1px #fff;
  border-radius: 100em;
  color: #fff;
}
.lp2025-pecb-catch-body a:hover {
  background: #fff;
  color: #1B5AFF;
}
@media (max-width: 768px) {
  .lp2025-pecb-catch-body {
    padding: 1rem 0 8rem;
  }
  .lp2025-pecb-catch-body h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  .lp2025-pecb-catch-body h2 span {
    display: block;
    font-size: 1.75rem;
    font-weight: normal;
  }
  .lp2025-pecb-catch-body p {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
}

.lp2025-pecb-catch-img {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  max-width: 50vw;
}
.lp2025-pecb-catch-img img {
  width: 600px;
}
@media (max-width: 768px) {
  .lp2025-pecb-catch-img {
    width: 100%;
    max-width: initial;
  }
  .lp2025-pecb-catch-img img {
    width: 100%;
  }
}

.lp2025-pecb-catch-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp2025-pecb-catch-bg img, .lp2025-pecb-catch-bg picture, .lp2025-pecb-catch-bg source {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lp-2025-main {
  font-size: 1.25rem;
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp-2025-main {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp-2025-main p {
  font-size: 1.25rem;
}
.lp-2025-main > div {
  padding: 2rem 0;
}
.lp-2025-main a {
  transition: color 0.4s, transform 0.4s, background 0.4s;
}
@media (max-width: 768px) {
  .lp-2025-main {
    font-size: 1rem;
  }
  .lp-2025-main p {
    font-size: 1rem;
  }
}

.lp2025-pecb1 {
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp2025-pecb1 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp2025-pecb1 h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .lp2025-pecb1 h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb1 h3 {
    font-size: 1.4rem;
  }
}

.lp2025-pecb1-body {
  display: flex;
  align-items: center;
}
.lp2025-pecb1-body .lp2025-pecb1-img {
  width: 50%;
  flex-shrink: 0;
  margin-left: 3rem;
}
.lp2025-pecb1-body p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 960px) {
  .lp2025-pecb1-body {
    flex-direction: column-reverse;
  }
  .lp2025-pecb1-body .lp2025-pecb1-img {
    width: 70%;
    margin: auto auto 1rem;
  }
  .lp2025-pecb1-body p {
    font-size: 1rem;
  }
}

.lp-2025-main .lp2025-pecb2 {
  position: relative;
  padding-bottom: 5rem;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp-2025-main .lp2025-pecb2 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp-2025-main .lp2025-pecb2 h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #1B5AFF;
  width: fit-content;
  margin: auto auto 2rem;
  text-align: left;
  position: relative;
  padding-left: 6.5rem;
}
.lp-2025-main .lp2025-pecb2 h3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 6rem;
  height: auto;
}
.lp-2025-main .lp2025-pecb2 svg {
  position: absolute;
  width: 20px;
  height: 100px;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 2;
  margin: auto;
  fill: #0ff;
}
@media (max-width: 960px) {
  .lp-2025-main .lp2025-pecb2 {
    padding-bottom: 2rem;
  }
  .lp-2025-main .lp2025-pecb2 h3 {
    font-size: 1.5rem;
  }
  .lp-2025-main .lp2025-pecb2 svg {
    width: 2vw;
    height: 10vw;
    bottom: -5vw;
  }
}
@media (max-width: 768px) {
  .lp-2025-main .lp2025-pecb2 h3 {
    font-size: 1.25rem;
    padding: 5rem 0 0;
    margin-bottom: 1rem;
  }
  .lp-2025-main .lp2025-pecb2 h3 img {
    right: 0;
    bottom: auto;
    height: 4rem;
    width: auto;
  }
}

.lp2025-pecb2-body {
  display: flex;
  justify-content: center;
}
.lp2025-pecb2-body > li {
  background: #F5F6FA;
  border-radius: 2rem;
  padding: 4rem 2rem 2rem;
  margin: 0 1rem;
  width: 33.33%;
  position: relative;
}
.lp2025-pecb2-body > li img {
  position: absolute;
  display: block;
  height: 4rem;
  width: auto;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.lp2025-pecb2-body > li p {
  color: #1B5AFF;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .lp2025-pecb2-body {
    flex-direction: column;
  }
  .lp2025-pecb2-body > li {
    width: auto;
    margin: 1rem 0;
  }
  .lp2025-pecb2-body > li p {
    font-size: 1.125rem;
  }
}

.lp-2025-main > .lp2025-pecb3 {
  position: relative;
  padding-top: 0;
  background: #000;
}

.lp2025-pecb3-head {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 5rem 0;
  height: auto;
}
@media (max-width: 960px) {
  .lp2025-pecb3-head {
    padding: 3rem 1rem;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb3-head {
    padding: 2rem 1rem;
    position: relative;
  }
}
.lp2025-pecb3-head h3 {
  font-size: 2.4rem;
  color: #fff;
  width: fit-content;
  margin: auto;
  text-align: left;
  position: relative;
  padding-left: 6.5rem;
}
.lp2025-pecb3-head h3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 5rem;
  height: auto;
}
@media (max-width: 960px) {
  .lp2025-pecb3-head h3 {
    font-size: 1.75rem;
    margin: auto auto 1rem;
    padding-left: 5rem;
  }
  .lp2025-pecb3-head h3 img {
    width: 4rem;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb3-head h3 {
    font-size: 1.25rem;
    margin: auto auto 1rem;
  }
  .lp2025-pecb3-head h3 br {
    display: none;
  }
  .lp2025-pecb3-head h3 img {
    width: 4rem;
  }
}
.lp2025-pecb3-head:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #2318F6 0%, #221B8F 30%, #076FFF 100%);
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lp2025-pecb3-body {
  background: #000;
}
.lp2025-pecb3-body h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
@media (max-width: 960px) {
  .lp2025-pecb3-body h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb3-body h3 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.lp2025-pecb3-content {
  display: flex;
  width: 1400px;
  margin: auto;
}
@media (max-width: 1400px) {
  .lp2025-pecb3-content {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp2025-pecb3-content > div:nth-child(1) {
  position: relative;
  padding-top: 1em;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
}
.lp2025-pecb3-content > div:nth-child(2) {
  width: 60%;
  flex-shrink: 0;
  position: relative;
  margin-left: -20%;
}
@media (max-width: 768px) {
  .lp2025-pecb3-content {
    flex-direction: column;
  }
  .lp2025-pecb3-content > div:nth-child(n) {
    width: auto;
  }
}

.lp2025-pecb3-foot {
  background: #000;
  padding: 2rem 0;
}
.lp2025-pecb3-foot h3 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.lp2025-pecb3-foot h3 span {
  font-size: 1.8rem;
  display: block;
}
.lp2025-pecb3-foot svg {
  width: 20px;
  height: 100px;
  margin: 1rem auto;
  fill: #0ff;
  display: block;
}
.lp2025-pecb3-foot p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
  width: 1400px;
  margin: auto;
}
@media (max-width: 1400px) {
  .lp2025-pecb3-foot p {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 960px) {
  .lp2025-pecb3-foot h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .lp2025-pecb3-foot h3 span {
    font-size: 1rem;
  }
  .lp2025-pecb3-foot svg {
    width: 2vw;
    height: 10vw;
  }
  .lp2025-pecb3-foot p {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb3-foot h3 br {
    display: none;
  }
}

.lp-2025-main > .lp2025-pecb4 {
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lp-2025-main > .lp2025-pecb4 {
    padding-bottom: 30vw;
  }
  .lp-2025-main > .lp2025-pecb4 .lp2025-pecb4-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .lp-2025-main > .lp2025-pecb4 .lp2025-pecb4-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.lp2025-pecb4-head {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 5rem 0;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .lp2025-pecb4-head {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb4-head {
    position: relative;
    padding: 1rem;
  }
}
.lp2025-pecb4-head h3 {
  font-size: 2.4rem;
  color: #fff;
  width: fit-content;
  margin: auto 3rem auto auto;
  text-align: left;
  position: relative;
  padding-left: 6.5rem;
}
.lp2025-pecb4-head h3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 5rem;
  height: auto;
}
@media (max-width: 960px) {
  .lp2025-pecb4-head h3 {
    font-size: 1.75rem;
    margin: auto auto 1rem;
    padding-left: 5rem;
  }
  .lp2025-pecb4-head h3 img {
    width: 4rem;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb4-head h3 {
    font-size: 1.25rem;
    margin: auto auto 1rem;
  }
  .lp2025-pecb4-head h3 br {
    display: none;
  }
  .lp2025-pecb4-head h3 img {
    width: 4rem;
  }
}
.lp2025-pecb4-head a {
  color: #fff;
  border-color: #fff;
  position: relative;
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  margin: auto;
  padding: 0.5em 2em;
  border: solid 1px #fff;
  border-radius: 100em;
  margin-left: 0;
}
.lp2025-pecb4-head a:hover {
  background: #fff;
  color: #1B5AFF;
}
@media (max-width: 960px) {
  .lp2025-pecb4-head a {
    margin: auto;
  }
}
.lp2025-pecb4-head:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #2318F6 0%, #221B8F 30%, #076FFF 100%);
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lp-2025-main .lp2025-pecb5 {
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .lp-2025-main .lp2025-pecb5 {
    padding-bottom: 2rem;
  }
}
.lp-2025-main .lp2025-pecb5 h3 {
  font-size: 2.4rem;
  color: #1B5AFF;
  text-align: center;
  margin-bottom: 2rem;
}
.lp-2025-main .lp2025-pecb5 h3 strong {
  font-size: 125%;
}
@media (max-width: 768px) {
  .lp-2025-main .lp2025-pecb5 h3 {
    font-size: 1.5rem;
  }
}
.lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img {
  position: absolute;
  bottom: 0;
  right: 20%;
}
.lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img img {
  width: 100px;
}
@media (max-width: 1600px) {
  .lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img {
    right: 12.5%;
  }
  .lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img img {
    width: 8vw;
  }
}
@media (max-width: 960px) {
  .lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img {
    right: 20%;
  }
  .lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img img {
    width: 12vw;
  }
}
@media (max-width: 768px) {
  .lp-2025-main .lp2025-pecb5 .lp2025-pecb5-img {
    display: none;
  }
}
.lp-2025-main .lp2025-pecb5 ol {
  display: flex;
  flex-wrap: wrap;
  counter-reset: lp2025-pecb5;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp-2025-main .lp2025-pecb5 ol {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp-2025-main .lp2025-pecb5 ol > li {
  counter-increment: lp2025-pecb5;
  width: calc(33.33% - 1rem);
  margin: 0.5rem;
  background: #1B5AFF;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.lp-2025-main .lp2025-pecb5 ol > li span {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}
.lp-2025-main .lp2025-pecb5 ol > li span:before {
  content: counter(lp2025-pecb5);
  font-weight: bold;
  opacity: 0.7;
  font-size: 200%;
  line-height: 1;
  margin-right: 1rem;
}
.lp-2025-main .lp2025-pecb5 ol > li a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  margin: auto 0 0 auto;
  padding: 0.5em 2em;
  border: solid 1px #fff;
  border-radius: 100em;
  color: #fff;
  font-size: 1rem;
}
.lp-2025-main .lp2025-pecb5 ol > li a:hover {
  transform: translateY(-5px);
}
@media (max-width: 960px) {
  .lp-2025-main .lp2025-pecb5 ol > li {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .lp-2025-main .lp2025-pecb5 ol {
    flex-direction: column;
  }
  .lp-2025-main .lp2025-pecb5 ol > li {
    font-size: 1.2rem;
    width: auto;
  }
}

.lp2025-pecb6 h3 {
  font-size: 2.4rem;
  width: fit-content;
  margin: auto auto 2rem;
  text-align: left;
  position: relative;
  padding-left: 10rem;
}
.lp2025-pecb6 h3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: auto;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .lp2025-pecb6 h3 {
    font-size: 1.5rem;
    padding-left: 6rem;
  }
  .lp2025-pecb6 h3 img {
    height: 1.5rem;
  }
}

.lp2025-pecb6-head {
  display: flex;
  align-items: center;
}
.lp2025-pecb6-head .lp2025-pecb6-ehad-img {
  width: 50%;
  flex-shrink: 0;
}
.lp2025-pecb6-head .lp2025-pecb6-head-txt {
  margin-right: 3rem;
}
.lp2025-pecb6-head p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 1600px) {
  .lp2025-pecb6-head .lp2025-pecb6-head-txt {
    margin: 0 2rem;
  }
}
@media (max-width: 960px) {
  .lp2025-pecb6-head {
    flex-direction: column-reverse;
  }
  .lp2025-pecb6-head .lp2025-pecb6-ehad-img {
    width: 75%;
  }
  .lp2025-pecb6-head .lp2025-pecb6-head-txt {
    margin: 1rem;
  }
  .lp2025-pecb6-head p {
    font-size: 1.25rem;
  }
  .lp2025-pecb6-head br {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb6-head p {
    font-size: 1rem;
  }
}

.lp2025-pecb6-body {
  position: relative;
  overflow: hidden;
}

.lp2025-pecb6-bg {
  position: relative;
  z-index: -1;
}
@media (max-width: 960px) {
  .lp2025-pecb6-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .lp2025-pecb6-bg img, .lp2025-pecb6-bg picture, .lp2025-pecb6-bg source {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.lp2025-pecb6-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.lp2025-pecb6-content h4 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.lp2025-pecb6-content ul {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-top:5rem;
  margin-bottom:5rem;
}

.lp2025-pecb6-content ul > li {
  margin: 1rem;
}
.lp2025-pecb6-content ul > li:nth-child(1) {
  width: 25%;
}
.lp2025-pecb6-content ul > li:nth-child(2) {
  width: 11%;
}
.lp2025-pecb6-content ul > li:nth-child(3) {
  width: 20%;
}
.lp2025-pecb6-content ul > li:nth-child(4) {
  width: 13%;
}
.lp2025-pecb6-content ul > li:nth-child(5) {
  width: 12%;
}
@media (max-width: 1280px) {
  .lp2025-pecb6-content h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .lp2025-pecb6-content ul{
  	margin-bottom:2rem;
  }
}
@media (max-width: 960px) {
  .lp2025-pecb6-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: auto;
    bottom: auto;
  }
  .lp2025-pecb6-content h4 {
    font-size: 1.25rem;
    margin-bottom: auto;
  }
  .lp2025-pecb6-content h4 br {
    display: none;
  }
  .lp2025-pecb6-content ul {
    flex-wrap: wrap;
    padding: 10px;
  }
  .lp2025-pecb6-content ul > li {
    margin: 10px;
  }
  .lp2025-pecb6-content ul > li:nth-child(1) {
    width: 40%;
  }
  .lp2025-pecb6-content ul > li:nth-child(2) {
    width: 20%;
  }
  .lp2025-pecb6-content ul > li:nth-child(3) {
    width: 30%;
  }
  .lp2025-pecb6-content ul > li:nth-child(4) {
    width: 25%;
  }
  .lp2025-pecb6-content ul > li:nth-child(5) {
    width: 22%;
  }
}

.lp2025-pecb7 h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1B5AFF;
  text-align: center;
  margin-bottom: 2rem;
}
.lp2025-pecb7 h3 span {
  font-size: 1.8rem;
  margin-left: 1em;
  font-weight: normal;
}
@media (max-width: 960px) {
  .lp2025-pecb7 h3 {
    font-size: 2rem;
  }
  .lp2025-pecb7 h3 span {
    font-size: 1.4rem;
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb7 h3 {
    font-size: 1.4rem;
  }
  .lp2025-pecb7 h3 span {
    font-size: 1rem;
  }
}

.lp2025-pecb7-body {
  display: flex;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp2025-pecb7-body {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp2025-pecb7-body .lp2025-pecb7-img {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: solid 1px #1B5AFF;
  text-align: center;
}
.lp2025-pecb7-body .lp2025-pecb7-img img {
  display: block;
}
.lp2025-pecb7-body .lp2025-pecb7-txt {
  width: 960px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .lp2025-pecb7-body .lp2025-pecb7-txt {
    width: 70%;
  }
}
@media (max-width: 960px) {
  .lp2025-pecb7-body {
    flex-direction: column;
  }
  .lp2025-pecb7-body .lp2025-pecb7-img {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 1rem;
    border-bottom: solid 1px #1B5AFF;
  }
  .lp2025-pecb7-body .lp2025-pecb7-img img {
    max-width: 300px;
    margin: auto;
  }
  .lp2025-pecb7-body .lp2025-pecb7-txt {
    width: auto;
  }
}

.lp2025-pecb7-btn {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.lp2025-pecb7-btn span {
  margin-right: 3rem;
  color: #1B5AFF;
  font-weight: bold;
}
.lp2025-pecb7-btn a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 2em;
  border: solid 1px #1B5AFF;
  border-radius: 100em;
  border-color: #1B5AFF;
}
@media (max-width: 960px) {
  .lp2025-pecb7-btn {
    flex-direction: column;
  }
  .lp2025-pecb7-btn a {
    margin-top: 1rem;
  }
}

.lp-2025-main .lp2025-pecb8 {
  background: #E6F0FA;
  padding: 4rem 8rem;
}
@media (max-width: 960px) {
  .lp-2025-main .lp2025-pecb8 {
    padding: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .lp-2025-main .lp2025-pecb8 {
    padding: 4rem 10px;
  }
}
.lp-2025-main .lp2025-pecb8 h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #1B5AFF;
  margin-bottom: 2rem;
}

.lp2025-pecb9 h3 {
  font-size: 2.4rem;
  color: #1B5AFF;
  text-align: center;
  margin-bottom: 2rem;
}

.lp2025-pecb9-faq {
  padding: 1rem;
}
.lp2025-pecb9-faq li > h4 {
  font-size: 1.5rem;
  background: #1B5AFF;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 960px) {
  .lp2025-pecb9-faq li > h4 {
    font-size: 1.2rem;
    padding-right: 3rem;
    padding-left: 1rem;
  }
}
.lp2025-pecb9-faq li > h4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url("../--img/top9.svg") center/contain no-repeat;
}
@media (max-width: 960px) {
  .lp2025-pecb9-faq li > h4:after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.lp2025-pecb9-faq li > h4 a {
  color: #fff;
}
.lp2025-pecb9-faq li > h4 + div {
  padding: 0 2rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overfllow: hidden;
  margin-bottom: 1rem;
  transition: 0.4s;
}
.lp2025-pecb9-faq li > h4.--show + div {
  padding: 1rem 2rem 2rem;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.lp2025-pecb9-faq li > h4:hover {
  transform: translateY(-5px);
}
.lp2025-pecb9-faq li > div > h4 {
  font-size: 1.25rem;
  color: #000746;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .lp2025-pecb9-faq li > div > p {
    font-size: 1rem;
  }
}

.lp2025-pecb9-slide-foot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  margin: auto;
}
.lp2025-pecb9-slide-foot .--dots {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  border-radius: 2rem;
  padding: 0.5rem;
}
.lp2025-pecb9-slide-foot .--dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background: #888;
  border-radius: 50%;
  cursor: pointer;
}
.lp2025-pecb9-slide-foot .--dots li.slick-active {
  background: #1B5AFF;
}
.lp2025-pecb9-slide-foot .--dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.lp2025-pecb9-slide-foot .--next, .lp2025-pecb9-slide-foot .--prev {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background: #000;
  position: absolute;
  background: url("../--img/slide-arw.svg") center/contain no-repeat;
  transition: opacity 0.4s;
  cursor: pointer;
}
.lp2025-pecb9-slide-foot .--next:hover, .lp2025-pecb9-slide-foot .--prev:hover {
  opacity: 0.8;
}
.lp2025-pecb9-slide-foot .--prev {
  left: 0;
  transform: rotate(180deg);
}
.lp2025-pecb9-slide-foot .--next {
  right: 0;
}

.lp-2025-main .lp2025-pecb10 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}
.lp-2025-main .lp2025-pecb10:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(to bottom, #221B8F 0%, #221B8F 12%, #2318F6 53%, #076FFF 100%);
  z-index: -1;
}
.lp-2025-main .lp2025-pecb10 h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  .lp-2025-main .lp2025-pecb10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 960px) {
  .lp-2025-main .lp2025-pecb10 h3 {
    font-size: 1.75rem;
  }
}

.lp2025-pecb10-head {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.lp2025-pecb10-head h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.lp2025-pecb10-head > div {
  width: calc(50% - 2rem);
  margin: 1rem;
  padding: 2rem;
  border-radius: 9999px;
}
.lp2025-pecb10-head > div:nth-child(1) {
  background: #fff;
  color: #1B5AFF;
}
.lp2025-pecb10-head > div:nth-child(2) {
  background: #000746;
  color: #fff;
}
@media (max-width: 960px) {
  .lp2025-pecb10-head {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .lp2025-pecb10-head > div {
    width: 100%;
    margin: 0.5rem 0;
  }
  .lp2025-pecb10-head h4 {
    font-size: 1.25rem;
  }
  .lp2025-pecb10-head br {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb10-head h4 {
    margin-bottom: 10px;
  }
  .lp2025-pecb10-head > div {
    padding: 1rem;
  }
}

.lp2025-pecb10-body {
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #fff;
  text-align: left;
  width: 960px;
  margin: auto auto 1rem;
}
@media (max-width: 960px) {
  .lp2025-pecb10-body {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .lp2025-pecb10-body {
    padding: 0 0 1rem;
  }
}

.lp2025-pecb10-foot p {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.lp2025-pecb10-foot a {
  font-size: 1.5rem;
  color: #1B5AFF;
  background: #fff;
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  margin: auto;
  padding: 0.5em 2em;
  border: solid 1px #fff;
  border-radius: 100em;
}
.lp2025-pecb10-foot a:hover {
  transform: translateY(-5px);
}
@media (max-width: 960px) {
  .lp2025-pecb10-foot p {
    font-size: 1.25rem;
    text-align: left;
  }
  .lp2025-pecb10-foot br {
    display: none;
  }
}

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