@charset "UTF-8";
.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 .--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;
}

.main-image {
  display: none;
}

.lp-2025-catch {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.lp-2025-catch-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* 画面を埋めるように */
  z-index: -1;
}

.lp-2025-catch-slide {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp-2025-catch-slide {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide > div {
  height: 100%;
}

.slick-initialized .slick-slide {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.lp-2025-catch-slide .slick-track {
  align-items: center;
}

.lp-2025-catch-slide-1 {
  padding: 1rem;
}
@media (max-width: 768px) {
  .lp-2025-catch-slide-1 {
    padding: 1rem 0;
  }
}
.lp-2025-catch-slide-1 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .lp-2025-catch-slide-1 h2 {
    font-size: 1.8rem;
  }
  .lp-2025-catch-slide-1 h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-2025-catch-slide-1 h2 {
    font-size: 1.5rem;
  }
}
.lp-2025-catch-slide-1 h3 {
  font-size: 1.6rem;
  margin: 1rem 0 0.5rem;
}
.lp-2025-catch-slide-1 .--body {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2rem;
  padding: 1rem;
}
.lp-2025-catch-slide-1 .--icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lp-2025-catch-slide-1 .--icons img {
  max-width: initial;
  width: auto;
  height: 150px;
  display: block;
  margin: 4px;
}
.lp-2025-catch-slide-1 .--icons img:nth-child(6) {
  height: 60px;
}
@media (max-width: 960px) {
  .lp-2025-catch-slide-1 .--icons img {
    height: 100px;
  }
}
.lp-2025-catch-slide-1 .--schedule {
  width: 50%;
  background: rgba(27, 90, 255, 0.9);
  padding: 1rem 2rem;
  border-radius: 1rem;
}
.lp-2025-catch-slide-1 .--schedule > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin: 0.5em 0;
  white-space: nowrap;
  font-size: 1rem;
}
.lp-2025-catch-slide-1 .--schedule > div span, .lp-2025-catch-slide-1 .--schedule > div time {
  display: block;
}
.lp-2025-catch-slide-1 .--schedule > div span {
  width: 100%;
  flex-shrink: 1;
}
.lp-2025-catch-slide-1 .--schedule > div span:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 2rem);
  margin: 0 1rem;
  background: #fff;
}
@media (max-width: 768px) {
  .lp-2025-catch-slide-1 .--schedule {
    width: auto;
    padding: 10px;
  }
  .lp-2025-catch-slide-1 .--schedule > div {
    font-size: 0.75rem;
  }
}
.lp-2025-catch-slide-1 .--btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: fit-content;
  line-height: 1;
  background: #fff;
  padding: 1em 3em;
  border-radius: 2em;
  text-decoration: none;
  border: solid 1px #fff;
}
.lp-2025-catch-slide-1 .--btn:hover {
  background: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .lp-2025-catch-slide-1 .--btn {
    position: static;
    margin: 1rem auto 0;
  }
}

.lp-2025-main {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp-2025-main {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp-2025-main h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #1B5AFF;
  line-height: 1.1;
}
@media (max-width: 960px) {
  .lp-2025-main h2 {
    font-size: 2.5rem;
  }
}
.lp-2025-main p {
  font-size: 1.25rem;
}
.lp-2025-main p + p {
  margin-top: 1em;
}
.lp-2025-main a {
  text-decoration: none;
  color: #214cc5;
  transition: background-color 0.4s, color 0.4s, transform 0.4s;
}
.lp-2025-main a:hover {
  color: #c00;
}
.lp-2025-main button {
  transition: background-color 0.4s, color 0.4s, transform 0.4s;
}
.lp-2025-main > div {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .lp-2025-main > div {
    padding: 2rem 0;
  }
}

.lp-2025-news {
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp-2025-news {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.lp-2025-news-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 0;
}
.lp-2025-news-body p {
  font-size: 1.25rem;
}
.lp-2025-news-body h2 {
  color: #000746;
  margin-right: 2rem;
  flex-shrink: 0;
}
.lp-2025-news-body ul {
  width: 100%;
  border-top: solid 1px #000746;
}
.lp-2025-news-body ul li {
  padding: 0.5em 1em;
  border-bottom: solid 1px #000746;
}
@media (max-width: 960px) {
  .lp-2025-news-body {
    flex-direction: column;
  }
  .lp-2025-news-body h2 {
    margin: 0 0 1rem;
  }
}
.lp-2025-news-body + a {
  display: block;
  width: fit-content;
  line-height: 1;
  margin-left: auto;
  padding: 0.5rem 2rem;
  color: #000746;
  border: solid 1px #000746;
  border-radius: 2rem;
}
.lp-2025-news-body + a:hover {
  background: #000746;
  color: #fff;
}

/**/
.lp-2025-main .lp-2025-lead {
  padding: 0 0 5rem;
}
.lp-2025-main .lp-2025-lead h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  color: #444;
  text-align: center;
  margin-bottom: 1rem;
}
.lp-2025-main .lp-2025-lead h2 strong {
  color: #1B5AFF;
  font-size: 2.4rem;
  line-height: 1.25;
}
.lp-2025-main .lp-2025-lead h3 {
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-lead h2 {
    font-size: 1.4rem;
  }
  .lp-2025-main .lp-2025-lead h2 strong {
    font-size: 1.8rem;
  }
}

.lp-2025-lead-1 {
  background: #E6E6E6;
  margin-right: 4rem;
  margin-left: 4rem;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
.lp-2025-lead-1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-2025-lead-1 ul li {
  border: solid 1px #1B5AFF;
  background: #fff;
  margin: 3px;
  padding: 1em;
  width: calc(25% - 6px);
  text-align: center;
  border-radius: 1.5em;
}
@media (max-width: 1280px) {
  .lp-2025-lead-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .lp-2025-lead-1 ul {
    flex-wrap: wrap;
  }
  .lp-2025-lead-1 ul li {
    width: calc(50% - 6px);
  }
}
@media (max-width: 960px) {
  .lp-2025-lead-1 ul {
    flex-direction: column;
  }
  .lp-2025-lead-1 ul li {
    width: 100%;
  }
}

.lp-2025-main .lp-2025-lead-2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.lp-2025-main .lp-2025-lead-2 p {
  color: #fff;
  font-size: 1.4rem;
  border-top: solid 1px #ccc;
  padding-top: 0.5em;
  width: 960px;
  margin: auto;
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-lead-2 p {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-lead-2 h3 {
    width: auto;
    font-size: 1.8rem;
    padding: 0 10px;
  }
  .lp-2025-main .lp-2025-lead-2 p {
    font-size: 1rem;
    padding: 0 10px;
  }
}

.lp-2025-lead {
  position: relative;
}

.lp-2025-lead-bg {
  position: absolute;
  width: 100vw;
  height: calc(100% - 4rem);
  margin-left: calc(50% - 50vw);
  top: 4rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.lp-2025-lead-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-2025-body .lp-2025-top1 .lp-2025-top1-slide {
  margin-bottom: 1rem;
}
.lp-2025-body .lp-2025-top1 .lp-2025-top1-slide .slick-track {
  display: flex;
  align-items: stretch;
}
.lp-2025-body .lp-2025-top1 .lp-2025-top1-slide .slick-slide {
  height: auto !important;
}
.lp-2025-top1-slide-foot,
.lp-2025-top6-slide-foot,
.lp-2025-top7-slide-foot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  margin: auto;
}
.lp-2025-top1-slide-foot .--dots,
.lp-2025-top6-slide-foot .--dots,
.lp-2025-top7-slide-foot .--dots {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  border-radius: 2rem;
  padding: 0.5rem;
}
.lp-2025-top1-slide-foot .--dots li,
.lp-2025-top6-slide-foot .--dots li,
.lp-2025-top7-slide-foot .--dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background: #888;
  border-radius: 50%;
  cursor: pointer;
}
.lp-2025-top1-slide-foot .--dots li.slick-active,
.lp-2025-top6-slide-foot .--dots li.slick-active,
.lp-2025-top7-slide-foot .--dots li.slick-active {
  background: #1B5AFF;
}
.lp-2025-top1-slide-foot .--dots button,
.lp-2025-top6-slide-foot .--dots button,
.lp-2025-top7-slide-foot .--dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.lp-2025-top1-slide-foot .--next, .lp-2025-top1-slide-foot .--prev,
.lp-2025-top6-slide-foot .--next,
.lp-2025-top6-slide-foot .--prev,
.lp-2025-top7-slide-foot .--next,
.lp-2025-top7-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;
}
.lp-2025-top1-slide-foot .--next:hover, .lp-2025-top1-slide-foot .--prev:hover,
.lp-2025-top6-slide-foot .--next:hover,
.lp-2025-top6-slide-foot .--prev:hover,
.lp-2025-top7-slide-foot .--next:hover,
.lp-2025-top7-slide-foot .--prev:hover {
  opacity: 0.8;
}
.lp-2025-top1-slide-foot .--prev,
.lp-2025-top6-slide-foot .--prev,
.lp-2025-top7-slide-foot .--prev {
  left: 0;
  transform: rotate(180deg);
}
.lp-2025-top1-slide-foot .--next,
.lp-2025-top6-slide-foot .--next,
.lp-2025-top7-slide-foot .--next {
  right: 0;
}

.lp-2025-top7-slide-foot .--dots {
  background: transparent;
}
.lp-2025-top7-slide-foot .--dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.5rem;
  background: #888;
  border-radius: 50%;
  cursor: pointer;
}
.lp-2025-top7-slide-foot .--dots li.slick-active {
  background: #fff;
}

.lp-2025-top1-slide-item {
  background: #F2F2F2;
  padding: 2rem;
  border-radius: 2rem;
  margin: 1rem;
}
@media (max-width: 960px) {
  .lp-2025-top1-slide-item {
    padding: 1rem;
  }
}
.lp-2025-top1-slide-item h3 {
  font-size: 2rem;
  vertical-align: middle;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.lp-2025-top1-slide-item h3 span {
  font-size: 200%;
  font-weight: bold;
  margin-right: 0.5rem;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 960px) {
  .lp-2025-top1-slide-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.lp-2025-top1-slide-item h4 {
  font-size: 1.5rem;
  color: #1B5AFF;
  border-left: solid 8px #1B5AFF;
  padding-left: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .lp-2025-top1-slide-item h4 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }
}
.lp-2025-top1-slide-item ul {
  padding-left: 0.5em;
}
.lp-2025-top1-slide-item ul > li {
  font-size: 1.25rem;
}
.lp-2025-top1-slide-item ul > li:before {
  content: "●";
  color: #1B5AFF;
  font-size: 60%;
  margin-right: 0.5em;
}
@media (max-width: 960px) {
  .lp-2025-top1-slide-item ul > li {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}

.lp-2025-main .lp-2025-top1 {
  position: relative;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp-2025-main .lp-2025-top1 {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp-2025-main .lp-2025-top1:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../--img/bg5.webp") right center/contain no-repeat;
  z-index: -1;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 5rem;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2, .lp-2025-main .lp-2025-top1 .lp-2025-top1-block > div {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
  border-radius: 3rem;
  color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2, .lp-2025-main .lp-2025-top1 .lp-2025-top1-block > div {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2 {
  background: #1B5AFF;
  justify-content: center;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2 span {
  display: block;
  text-align: center;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2 span:nth-child(1) {
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2 span:nth-child(2) {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2 span:nth-child(1) {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .lp-2025-main .lp-2025-top1 .lp-2025-top1-block > h2 span:nth-child(2) {
    font-size: 1.25rem;
  }
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > div {
  background: #000746;
  position: relative;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > div h3 {
  font-size: 1.8rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-top1 .lp-2025-top1-block > div h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../--img/lp-logo-technicazen.svg") center/contain no-repeat;
  top: -5px;
  right: -5px;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block-body {
  margin-bottom: 2rem;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block-foot {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block-foot button {
  display: block;
  width: fit-content;
  line-height: 1;
  margin-left: 0;
  border: solid 1px #fff;
  border-radius: 1.5rem;
  padding: 0.5em 2em;
  background: transparent;
  color: #fff;
}
.lp-2025-main .lp-2025-top1 .lp-2025-top1-block-foot button:hover {
  background: #fff;
  color: #000746;
}

.lp-2025-main .lp-2025-top2 {
  position: relative;
  padding: 3rem 0;
}
.lp-2025-main .lp-2025-top2:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #F7F7F7;
  z-index: -1;
}
.lp-2025-main .lp-2025-top2 h2, .lp-2025-main .lp-2025-top2 h3 {
  text-align: center;
}
.lp-2025-main .lp-2025-top2 h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-top2 h2 {
    margin-bottom: 1rem;
  }
}

.lp-2025-top2-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-2025-top2-block > div {
  width: 40%;
  margin: 2rem;
  padding: 1rem;
  border-radius: 2rem;
}
.lp-2025-top2-block > div:nth-child(1) {
  background: #000746;
}
.lp-2025-top2-block > div:nth-child(1) h4, .lp-2025-top2-block > div:nth-child(1) p, .lp-2025-top2-block > div:nth-child(1) a {
  color: #fff;
}
.lp-2025-top2-block > div:nth-child(2) {
  background: #fff;
}
.lp-2025-top2-block > div:nth-child(n) .lp-2025-modal h4, .lp-2025-top2-block > div:nth-child(n) .lp-2025-modal p, .lp-2025-top2-block > div:nth-child(n) .lp-2025-modal a {
  color: #444;
}
@media (max-width: 1600px) {
  .lp-2025-top2-block > div {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media (max-width: 960px) {
  .lp-2025-top2-block {
    flex-direction: column;
  }
  .lp-2025-top2-block > div {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.lp-2025-top2-header {
  display: flex;
  margin-bottom: 1rem;
}
.lp-2025-top2-header h4 {
  padding-left: 1rem;
}
.lp-2025-top2-header h4 span {
  display: block;
}
.lp-2025-top2-header .lp-2025-role {
  margin-bottom: 1em;
}
.lp-2025-top2-header .lp-2025-name {
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .lp-2025-top2-header {
    flex-direction: column;
    align-items: center;
  }
  .lp-2025-top2-header h4 {
    padding-left: 0;
    text-align: center;
  }
}

.lp-2025-top2-header-img {
  width: 50%;
  padding-top: 50%; /* widthに対する高さの割合 → 正方形 */
  position: relative;
  border-radius: 50%; /* 正方形を円形にする */
  overflow: hidden;
}
.lp-2025-top2-header-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ccc;
}

.lp-2025-top2-body {
  margin-bottom: 1rem;
}
.lp-2025-top2-body p {
  font-size: 1.25rem;
}
@media (max-width: 960px) {
  .lp-2025-top2-body p {
    text-align: center;
  }
}

.lp-2025-top2-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-2025-top2-foot button {
  display: block;
}
.lp-2025-top2-foot > div button, .lp-2025-top2-foot > div a {
  border: solid 1px #444;
  margin-bottom: 5px;
  padding: 0.5em;
  display: block;
}
.lp-2025-top2-foot > div button:hover, .lp-2025-top2-foot > div a:hover {
  transform: translateY(-5px);
}
.lp-2025-top2-foot > button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 10em;
  height: 10em;
  border: solid 1px #444;
  border-radius: 50%;
  background: transparent;
}
.lp-2025-top2-foot > button:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .lp-2025-top2-foot {
    flex-direction: column;
  }
  .lp-2025-top2-foot > div {
    margin-bottom: 1rem;
  }
}

.lp-2025-top2-block > div:nth-child(1) .lp-2025-top2-foot button,
.lp-2025-top2-block > div:nth-child(1) .lp-2025-top2-foot a {
  border-color: #fff;
  color: #fff;
}

.lp-2025-top3 {
  position: relative;
  padding: 2rem 0 4rem;
}

.lp-2025-top3-lead {
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.lp-2025-top3-lead:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.lp-2025-top3-lead h2, .lp-2025-top3-lead p {
  text-align: center;
}
.lp-2025-top3-lead p {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .lp-2025-top3-lead h2 {
    margin-bottom: 0.5rem;
  }
  .lp-2025-top3-lead p {
    font-size: 1.25rem;
  }
  .lp-2025-top3-lead p br {
    display: none;
  }
}

.lp-2025-top3-body {
  display: flex;
}
.lp-2025-top3-body > li {
  width: calc(33.3% - 4rem);
  margin: 0 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .lp-2025-top3-body > li {
    width: calc(33.3% - 2rem);
    margin: 0 1rem;
  }
}
@media (max-width: 960px) {
  .lp-2025-top3-body {
    flex-direction: column;
  }
  .lp-2025-top3-body > li {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.lp-2025-top3-body h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.lp-2025-top3-body h3 span {
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 960px) {
  .lp-2025-top3-body h3 {
    font-size: 1.5rem;
  }
}
.lp-2025-top3-body p {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.lp-2025-top3-body .--btn {
  display: block;
  width: fit-content;
  margin: auto;
  border: solid 1px #1B5AFF;
  border-radius: 2em;
  padding: 0.5em 2em;
  text-align: center;
}
.lp-2025-top3-body .--btn:hover {
  background: #1B5AFF;
  color: #fff;
}
.lp-2025-top3-body .--tc {
  display: block;
  width: fit-content;
  margin: 1em auto 0;
}

.lp-2025-top3-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.lp-2025-top3-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-2025-top4 {
  padding: 4rem 0;
}

.lp-2025-top4-lead {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.lp-2025-top4-lead p {
  margin-left: 1em;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-top4-lead {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-2025-top4-lead p {
    margin-left: 0;
  }
}

.lp-2025-top4 > ul {
  display: flex;
  justify-content: space-between;
}
.lp-2025-top4 > ul > li {
  width: calc(50% - 20px);
  background: #F7F7F7;
  padding: 6rem 2rem 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lp-2025-top4 > ul > li::before, .lp-2025-top4 > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-2025-top4 > ul > li::before {
  background-image: url("../--img/lp-logo-technicazen.svg");
  top: 1rem;
  left: 1rem;
}
.lp-2025-top4 > ul > li:nth-child(1)::after {
  background-image: url("../--img/top4-1.webp");
  top: 1rem;
  right: 1rem;
}
.lp-2025-top4 > ul > li:nth-child(2)::after {
  background-image: url("../--img/top4-2.webp");
  top: 1rem;
  right: 1rem;
}
.lp-2025-top4 > ul h3 {
  font-size: 2rem;
}
.lp-2025-top4 > ul p {
  font-size: 1.25rem;
  margin: 1em 0;
}
.lp-2025-top4 > ul .--btn {
  display: block;
  width: fit-content;
  border: solid 1px #1B5AFF;
  border-radius: 2em;
  padding: 0.5em 2em;
  text-align: center;
  margin: auto auto 0;
}
.lp-2025-top4 > ul .--btn:hover {
  background: #1B5AFF;
  color: #fff;
}
@media (max-width: 960px) {
  .lp-2025-top4 > ul {
    flex-direction: column;
  }
  .lp-2025-top4 > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.lp-2025-main .lp-2025-top5 {
  position: relative;
  padding: 6rem 0 0;
}

.lp-2025-top5-lead {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 0 3rem;
}
.lp-2025-top5-lead h2, .lp-2025-top5-lead p {
  text-align: center;
}
.lp-2025-top5-lead p {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-top5-lead p {
    font-size: 1.25rem;
  }
}

.lp-2025-top5-bg {
  position: absolute;
  width: 100vw;
  height: calc(100% - 4rem);
  margin-left: calc(50% - 50vw);
  top: 0;
  bottom: 4rem;
  left: 0;
  right: 0;
  z-index: -1;
}
.lp-2025-top5-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-2025-top5-tools {
  background: #E6E6E6;
  margin-right: 4rem;
  margin-left: 4rem;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .lp-2025-top5-tools {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .lp-2025-top5-tools {
    flex-wrap: wrap;
  }
}
.lp-2025-top5-tools > h3, .lp-2025-top5-tools > div {
  margin: 3px;
  padding: 1.5em;
  width: calc(25% - 6px);
  text-align: center;
  border-radius: 1.5em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .lp-2025-top5-tools > h3, .lp-2025-top5-tools > div {
    width: calc(50% - 6px);
  }
}
@media (max-width: 768px) {
  .lp-2025-top5-tools > h3, .lp-2025-top5-tools > div {
    width: 100%;
  }
}
.lp-2025-top5-tools > h3 {
  background: #000746;
  color: #fff;
  justify-content: center;
  font-size: 1.4rem;
}
.lp-2025-top5-tools > div {
  border: solid 1px #1B5AFF;
  background: #fff;
}
.lp-2025-top5-tools > div p {
  font-size: 1.25rem;
  color: #1B5AFF;
  text-align: left;
  margin-bottom: 1rem;
}
.lp-2025-top5-tools > div img {
  margin: auto 0 1rem;
}
.lp-2025-top5-tools .--btn {
  display: block;
  width: fit-content;
  border: solid 1px #1B5AFF;
  border-radius: 2em;
  padding: 0.5em 2em;
  text-align: center;
  margin: 0 auto;
}
.lp-2025-top5-tools .--btn:hover {
  background: #1B5AFF;
  color: #fff;
}

.lp-2025-top6 {
  padding: 4rem 0;
  position: relative;
}
.lp-2025-top6 .lp-2025-top6-lead {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.lp-2025-top6 .lp-2025-top6-lead span {
  color: #444;
  font-size: 2rem;
  display: block;
  margin-left: 2em;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-top6 .lp-2025-top6-lead {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-2025-top6 .lp-2025-top6-lead span {
    font-size: 1.25rem;
    margin-left: 0;
  }
}

.lp-2025-top6-slide li {
  margin: 10px;
}
.lp-2025-top6-slide .slick-track {
  display: flex;
  align-items: stretch;
}
.lp-2025-top6-slide .slick-slide {
  height: auto !important;
}
@media (max-width: 960px) {
  .lp-2025-top6-slide .slick-slide > div {
    height: auto;
  }
}

.lp-2025-top6-slide-item {
  background: #F2F2F2;
  padding: 1rem;
}
@media (max-width: 960px) {
  .lp-2025-top6-slide-item {
    justify-content: flex-start !important;
  }
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-issue,
.lp-2025-top6-slide-item .lp-2025-top6-slide-fix {
  display: flex;
  padding: 1em;
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-issue h4,
.lp-2025-top6-slide-item .lp-2025-top6-slide-fix h4 {
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--text, .lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--img,
.lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--text,
.lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--img {
  margin-left: 2rem;
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--img,
.lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--img {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue,
  .lp-2025-top6-slide-item .lp-2025-top6-slide-fix {
    flex-direction: column;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue h4,
  .lp-2025-top6-slide-item .lp-2025-top6-slide-fix h4 {
    width: 100%;
    height: auto;
    font-size: 0.9375rem;
  }
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--text,
  .lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--text {
    width: auto;
    margin-left: 0;
  }
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--text p,
  .lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--text p {
    font-size: 1rem;
  }
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--img,
  .lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--img {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    flex-shrink: 1;
  }
}
@media (max-width: 768px) {
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue .--text p,
  .lp-2025-top6-slide-item .lp-2025-top6-slide-fix .--text p {
    font-size: 0.9375rem;
  }
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-issue {
  background: #fff;
  align-items: center;
  border-radius: 2rem;
}
@media (max-width: 960px) {
  .lp-2025-top6-slide-item .lp-2025-top6-slide-issue {
    align-items: flex-start;
    flex-shrink: 1;
    flex-grow: 0;
    height: auto;
    margin: 0 auto;
  }
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-issue h4 {
  background: #000;
}
.lp-2025-top6-slide-item .lp-2025-top6-slide-fix h4 {
  background: #1B5AFF;
}

.lp-2025-top6-slide-head p {
  color: #1B5AFF;
  line-height: 1;
}
.lp-2025-top6-slide-head p span {
  font-size: 200%;
}
.lp-2025-top6-slide-head h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .lp-2025-top6-slide-head {
    flex-grow: 0;
  }
  .lp-2025-top6-slide-head h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .lp-2025-top6-slide-head h3 {
    font-size: 1.25rem;
  }
}

.lp-2025-main .lp-2025-top7 {
  position: relative;
  padding-bottom: 6rem;
}
.lp-2025-main .lp-2025-top7:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #000746;
  z-index: -1;
  height: 40%;
  top: auto;
  bottom: 0;
}
.lp-2025-main .lp-2025-top7 h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-main .lp-2025-top7 {
    padding-bottom: 3rem;
  }
  .lp-2025-main .lp-2025-top7 h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
}

.lp-2025-top7-slide {
  margin-top: 3rem;
}
.lp-2025-top7-slide .--body {
  background: #F2F2F2;
  padding: 2rem;
  margin: 1rem;
}
.lp-2025-top7-slide h4 {
  font-size: 1.5rem;
  border-bottom: solid 1px #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
@media (max-width: 960px) {
  .lp-2025-top7-slide h4 {
    font-size: 1.125rem;
  }
  .lp-2025-top7-slide p {
    font-size: 0.9375rem;
  }
}
.lp-2025-top7-slide a {
  display: block;
  width: fit-content;
  line-height: 1;
  background: #1B5AFF;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5em 2em;
  margin-top: 1rem;
  margin-left: auto;
}
.lp-2025-top7-slide a:link, .lp-2025-top7-slide a:visited, .lp-2025-top7-slide a:active {
  color: #fff;
}
.lp-2025-top7-slide a:hover {
  transform: translateY(-5px);
}
@media (max-width: 960px) {
  .lp-2025-top7-slide a {
    margin-right: auto;
  }
}
.lp-2025-top7-slide .slick-track {
  display: flex;
  align-items: stretch;
}
.lp-2025-top7-slide .slick-slide {
  height: auto !important;
}
.lp-2025-top7-slide .slick-dots li.slick-active button,
.lp-2025-top7-slide .slick-dots li button {
  color: #fff;
}
.lp-2025-top7-slide .slick-dots li.slick-active button:before,
.lp-2025-top7-slide .slick-dots li button:before {
  color: #fff;
}

.lp-2025-top8-lead {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.lp-2025-top8-lead p {
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-top8-lead {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-2025-top8-lead p {
    margin-left: 0;
    font-size: 1.25rem;
  }
}

.lp-2025-top8-news {
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp-2025-top8-news {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.lp-2025-top8-news-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 0 2rem;
}
.lp-2025-top8-news-body p {
  font-size: 1.25rem;
}
.lp-2025-top8-news-body h2 {
  color: #000746;
  margin-right: 2rem;
  flex-shrink: 0;
}
.lp-2025-top8-news-body ul {
  width: 100%;
  border-top: solid 1px #000746;
}
.lp-2025-top8-news-body ul li {
  padding: 0.5em 1em;
  border-bottom: solid 1px #000746;
}
@media (max-width: 960px) {
  .lp-2025-top8-news-body {
    flex-direction: column;
  }
  .lp-2025-top8-news-body h2 {
    margin: 0 0 1rem;
  }
}
.lp-2025-top8-news-body + a {
  display: block;
  width: fit-content;
  line-height: 1;
  margin-left: auto;
  padding: 0.5rem 2rem;
  color: #000746;
  border: solid 1px #000746;
  border-radius: 2rem;
}
.lp-2025-top8-news-body + a:hover {
  background: #000746;
  color: #fff;
}

.lp-2025-top9 {
  position: relative;
}
.lp-2025-top9:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f2f2f2;
  z-index: -1;
}
.lp-2025-top9 h2 {
  margin-bottom: 2rem;
}

.lp-2025-top9-faq li > h3 {
  font-size: 1.5rem;
  background: #000746;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 960px) {
  .lp-2025-top9-faq li > h3 {
    font-size: 1.2rem;
    padding-right: 3rem;
    padding-left: 1rem;
  }
}
.lp-2025-top9-faq li > h3: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) {
  .lp-2025-top9-faq li > h3:after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.lp-2025-top9-faq li > h3 a {
  color: #fff;
}
.lp-2025-top9-faq li > h3 + div {
  padding: 0 2rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overfllow: hidden;
  margin-bottom: 1rem;
  transition: 0.4s;
}
.lp-2025-top9-faq li > h3.--show + div {
  padding: 1rem 2rem 2rem;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.lp-2025-top9-faq li > h3:hover {
  transform: translateY(-5px);
}
.lp-2025-top9-faq li > div > h3 {
  font-size: 1.25rem;
  color: #000746;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .lp-2025-top9-faq li > div > p {
    font-size: 1rem;
  }
}

.lp-2025-top10 {
  position: relative;
}
.lp-2025-top10 h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.lp-2025-top10:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../--img/bg4c.webp") center/cover no-repeat;
  z-index: -1;
  z-index: -2;
}
.lp-2025-top10:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
@media (max-width: 960px) {
  .lp-2025-top10 h3 {
    font-size: 1.4rem;
  }
}

.lp-2025-top10-body {
  display: flex;
}
.lp-2025-top10-body > div:nth-child(1) {
  width: 40%;
  margin-right: 2rem;
}
.lp-2025-top10-body .--child {
  margin-bottom: 3rem;
}
.lp-2025-top10-body .--head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.lp-2025-top10-body .--head h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1B5AFF;
  border-right: solid 5px #1B5AFF;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1;
}
.lp-2025-top10-body .--head span {
  color: #1B5AFF;
  line-height: 1;
  font-size: 1.25rem;
}
.lp-2025-top10-body .--body {
  text-indent: 3em;
}
@media (max-width: 768px) {
  .lp-2025-top10-body .--body {
    text-indent: 0;
  }
}
.lp-2025-top10-body .--list {
  display: flex;
  margin-top: 1rem;
}
.lp-2025-top10-body .--list > li {
  padding-top: 30px;
  padding-right: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.lp-2025-top10-body .--list > li:nth-child(1) {
  background-image: url("../--img/top10-bg1.svg");
}
.lp-2025-top10-body .--list > li:nth-child(2) {
  background-image: url("../--img/top10-bg2.svg");
}
.lp-2025-top10-body .--list > li:nth-child(3) {
  background-image: url("../--img/top10-bg3.svg");
}
.lp-2025-top10-body .--list > li h5 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #1B5AFF;
  margin-bottom: 1em;
  padding-left: 1em;
}
.lp-2025-top10-body .--list > li button {
  display: block;
  width: fit-content;
  line-height: 1;
  background: #fff;
  color: #444;
  border: solid 1px #444;
  border-radius: 1.5rem;
  line-height: 1;
  padding: 0.5rem 1.5rem;
}
.lp-2025-top10-body .--list > li button:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .lp-2025-top10-body .--list {
    flex-wrap: wrap;
  }
  .lp-2025-top10-body .--list > li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .lp-2025-top10-body {
    flex-direction: column;
  }
  .lp-2025-top10-body > div:nth-child(1) {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.lp-2025-top11 {
  padding: 3rem 0;
}

.lp-2025-top11-lead {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.lp-2025-top11-lead span {
  color: #444;
  font-size: 2rem;
  display: block;
  margin-left: 2em;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-top11-lead {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-2025-top11-lead span {
    font-size: 1.25rem;
    margin-left: 0;
  }
}

.lp-2025-top11-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .lp-2025-top11-list {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp-2025-top11-list > div {
  width: calc(33.3% - 2rem);
  margin: 1rem;
}
.lp-2025-top11-list > div.--contents {
  background: #f7f7f7;
  border-radius: 4rem;
  padding: 2rem;
}
.lp-2025-top11-list > div img {
  display: block;
  width: 100%;
  max-width: initial;
  margin-bottom: 1rem;
}
.lp-2025-top11-list > div p {
  font-size: 1rem;
}
.lp-2025-top11-list > div button {
  border: none;
  background: transparent;
}
.lp-2025-top11-list > div .lp-2025-modal h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lp-2025-top11-list > div .--btn {
  display: block;
  width: fit-content;
  line-height: 1;
  margin-top: 1rem;
  background: #1B5AFF;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0.5rem 2rem;
}
@media (max-width: 1280px) {
  .lp-2025-top11-list > div {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  .lp-2025-top11-list {
    flex-direction: column;
  }
  .lp-2025-top11-list > div {
    width: auto;
    margin: 0.5rem;
  }
}

.lp-2025-top12 {
  position: relative;
  padding: 4rem 0;
}
.lp-2025-top12:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f2f2f2;
  z-index: -1;
}

.lp-2025-top12-lead {
  display: flex;
  align-items: center;
}
.lp-2025-top12-lead span {
  color: #444;
  font-size: 2rem;
  display: block;
  margin-left: 2em;
  font-weight: bold;
}
@media (max-width: 960px) {
  .lp-2025-top12-lead {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-2025-top12-lead span {
    font-size: 1.25rem;
    margin-left: 0;
  }
}

.lp-2025-top12-table {
  border-collapse: collapse;
  border: none;
  max-width: 1280px;
  margin: auto;
}
.lp-2025-top12-table th, .lp-2025-top12-table td {
  vertical-align: top;
  border: none;
  background: transparent;
  padding: 2rem;
  font-size: 1.5rem;
}
.lp-2025-top12-table tr {
  border-bottom: solid 1px #888;
}
.lp-2025-top12-table tr:last-child {
  border-bottom: none;
}
@media (max-width: 960px) {
  .lp-2025-top12-table tbody, .lp-2025-top12-table tr, .lp-2025-top12-table th, .lp-2025-top12-table td {
    display: block;
  }
  .lp-2025-top12-table tbody th, .lp-2025-top12-table tbody td, .lp-2025-top12-table tr th, .lp-2025-top12-table tr td, .lp-2025-top12-table th th, .lp-2025-top12-table th td, .lp-2025-top12-table td th, .lp-2025-top12-table td td {
    font-size: 1.25rem;
  }
  .lp-2025-top12-table tbody th, .lp-2025-top12-table tr th, .lp-2025-top12-table th th, .lp-2025-top12-table td th {
    padding-bottom: 0;
  }
  .lp-2025-top12-table tbody td, .lp-2025-top12-table tr td, .lp-2025-top12-table th td, .lp-2025-top12-table td td {
    padding-top: 0;
  }
}

.lp-2025-foot {
  position: relative;
  padding: 4em 0;
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .lp-2025-foot {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.lp-2025-foot h3, .lp-2025-foot p {
  color: #fff;
}
.lp-2025-foot h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.lp-2025-foot p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.lp-2025-foot .--btn {
  display: block;
  width: fit-content;
  margin: auto;
  background: #fff;
  border-radius: 2em;
  padding: 0.5em 2em;
  text-align: center;
  color: #1B5AFF;
  font-size: 1.25rem;
  text-decoration: none;
  border: solid 1px #fff;
}
.lp-2025-foot .--btn:hover {
  background: transparent;
  color: #fff;
}
@media (max-width: 960px) {
  .lp-2025-foot h3 {
    font-size: 1.75rem;
  }
  .lp-2025-foot p {
    font-size: 1rem;
  }
}
.lp-2025-foot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #000746;
  z-index: -1;
}

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