@charset "UTF-8";
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 {
  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-body {
  font-family: "Montserrat", sans-serif;
}

.lp-2025-catch {
  position: relative;
  height: 600px;
}
.lp-2025-catch::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #1B5AFF;
  z-index: -3;
}
@media (max-width: 960px) {
  .lp-2025-catch {
    height: 75vh;
  }
}

.lp-2025-catch-content {
  width: 1600px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1600px) {
  .lp-2025-catch-content {
    padding-inline: 10px;
  }
}

.lp-2025-catch-logo {
  padding-top: 3rem;
  width: 500px;
}
@media (max-width: 960px) {
  .lp-2025-catch-logo {
    width: 70%;
  }
}

.lp-2025-catch-copy {
  width: fit-content;
  color: #1B5AFF;
  font-size: 4rem;
  font-weight: bold;
  margin-left: auto;
  padding-top: 4rem;
}
@media (max-width: 960px) {
  .lp-2025-catch-copy {
    font-size: 10vw;
  }
}

.lp-2025-catch-img {
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp-2025-catch-img img, .lp-2025-catch-img picture, .lp-2025-catch-img source {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .lp-2025-catch-img {
    border-radius: 0;
  }
}

.lp-2025-main {
  width: 1600px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  font-size: 1.25rem;
  line-height: 1.6;
}
.lp-2025-main h2 {
  font-family: "Montserrat", sans-serif !important;
}
@media (max-width: 1600px) {
  .lp-2025-main {
    padding-inline: 10px;
  }
}

.lp-2025-top-en1 {
  position: relative;
  color: #fff;
  padding: 2rem 0 4rem;
}
.lp-2025-top-en1::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #1B5AFF;
  z-index: -1;
}
.lp-2025-top-en1 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lp-2025-top-en1 strong {
  color: #ff0;
}

.lp-2025-top-en1-1,
.lp-2025-top-en1-2 {
  display: flex;
}
.lp-2025-top-en1-1 .lp-2025-top-en1-img,
.lp-2025-top-en1-2 .lp-2025-top-en1-img {
  flex-shrink: 0;
  margin-left: 2rem;
}
.lp-2025-top-en1-1 .lp-2025-top-en1-txt,
.lp-2025-top-en1-2 .lp-2025-top-en1-txt {
  width: 100%;
}

.lp-2025-top-en1-1 {
  margin-bottom: 2rem;
  align-items: flex-start;
}
.lp-2025-top-en1-1 .lp-2025-top-en1-img {
  width: 150px;
}
@media (max-width: 768px) {
  .lp-2025-top-en1-1 .lp-2025-top-en1-img {
    display: none;
  }
}

.lp-2025-top-en1-2 .lp-2025-top-en1-img {
  width: 600px;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.lp-2025-top-en1-2 .lp-2025-top-en1-img img {
  object-fit: cover;
}
@media (max-width: 1280px) {
  .lp-2025-top-en1-2 {
    flex-direction: column-reverse;
  }
  .lp-2025-top-en1-2 .lp-2025-top-en1-img {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .lp-2025-top-en1-2 .lp-2025-top-en1-img {
    width: auto;
  }
}

.lp-2025-top-en2 {
  position: relative;
  padding: 4rem 0 8rem;
  color: #fff;
}
.lp-2025-top-en2 .u-coverbg {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.lp-2025-top-en2 .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.lp-2025-top-en2::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(0, 0, 0, 0.5);
}
.lp-2025-top-en2::before {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.lp-2025-top-en2 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.lp-2025-top-en2 h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.lp-2025-top-en2 h3 + p {
  width: 1280px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  margin-bottom: 2rem;
}

.lp-2025-top-en2-list {
  display: flex;
  flex-wrap: wrap;
}
.lp-2025-top-en2-list > li {
  width: calc(50% - 4rem);
  margin: 2rem;
  padding: 2rem;
  border-radius: 2rem;
  background: #000746;
  position: relative;
}
.lp-2025-top-en2-list > li:nth-child(2), .lp-2025-top-en2-list > li:nth-child(3) {
  background: #1B5AFF;
}
.lp-2025-top-en2-list h4 {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #ff0;
}
@media (max-width: 960px) {
  .lp-2025-top-en2-list {
    flex-direction: column;
  }
  .lp-2025-top-en2-list > li {
    width: 100%;
    margin: 1rem 0;
  }
}

.lp-2025-top-en2-list-logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
}
@media (max-width: 768px) {
  .lp-2025-top-en2-list-logo {
    display: none;
  }
}

.lp-2025-top-en2-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}

.lp-2025-top-en3 {
  padding-block: 4rem;
}
.lp-2025-top-en3 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #1B5AFF;
}
.lp-2025-top-en3 h2 + p {
  text-align: center;
}

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

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

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

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

.lp-2025-top-en3-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-2025-top-en3-foot button {
  display: block;
}
.lp-2025-top-en3-foot > div button, .lp-2025-top-en3-foot > div a {
  border: solid 1px #444;
  margin-bottom: 5px;
  padding: 0.5em;
  display: block;
  text-decoration: none;
}
.lp-2025-top-en3-foot > div button:hover, .lp-2025-top-en3-foot > div a:hover {
  transform: translateY(-5px);
}
.lp-2025-top-en3-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;
  transition: 0.4s;
  position: relative;
}
.lp-2025-top-en3-foot > button:hover {
  transform: translateY(-5px);
}
.lp-2025-top-en3-foot > button img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
}
@media (max-width: 768px) {
  .lp-2025-top-en3-foot {
    flex-direction: column;
  }
  .lp-2025-top-en3-foot > div {
    margin-bottom: 1rem;
  }
}

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

.lp-2025-top-en4 {
  position: relative;
  padding-block: 4rem;
  color: #fff;
}
.lp-2025-top-en4 .u-coverbg {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.lp-2025-top-en4 .u-coverbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.lp-2025-top-en4::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(0, 0, 0, 0.5);
}
.lp-2025-top-en4::before {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.lp-2025-top-en4 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.lp-2025-top-en4 .lp-2025-top-en4-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}

.lp-2025-top-en4-1 h3,
.lp-2025-top-en4-2 h3 {
  background: #000746;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  width: fit-content;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lp-2025-top-en4-1 h3,
  .lp-2025-top-en4-2 h3 {
    border-radius: 1rem;
  }
}

.lp-2025-top-en4-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  margin-top: 2rem;
}
.lp-2025-top-en4-1 .lp-2025-top-en4-1-arw {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
.lp-2025-top-en4-1 > div {
  width: calc(50% - 1rem);
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 2rem;
}
.lp-2025-top-en4-1 p {
  color: #000;
}
@media (max-width: 960px) {
  .lp-2025-top-en4-1 {
    flex-direction: column;
  }
  .lp-2025-top-en4-1 > div {
    width: 100%;
    margin: 1rem 0;
  }
}

.lp-2025-top-en4-2 {
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.lp-2025-top-en4-2 .lp-2025-top-en4-2-arw {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
.lp-2025-top-en4-2 h3 {
  margin-inline: auto;
}
.lp-2025-top-en4-2 h3 + p {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}
.lp-2025-top-en4-2 > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.lp-2025-top-en4-2 > ul > li {
  width: calc(25% - 0.5rem);
  background: #1B5AFF;
  border-radius: 1rem;
  padding: 1rem;
}
.lp-2025-top-en4-2 > ul > li:last-child {
  background: #fff;
  color: #444;
}
@media (max-width: 960px) {
  .lp-2025-top-en4-2 > ul {
    flex-direction: column;
  }
  .lp-2025-top-en4-2 > ul > li {
    width: 100%;
    margin: 1rem 0;
  }
}
.lp-2025-top-en4-2 > ul h4 {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.lp-2025-top-en4-2-btn {
  display: block;
  margin: 2rem auto 0;
  border: solid 1px #ccc;
  border-radius: 10rem;
  padding: 0.5rem 2rem;
  background: #fff;
  color: #1B5AFF;
  font-size: 1rem;
  transition: 0.4s;
}
.lp-2025-top-en4-2-btn:hover {
  transform: translateY(-5px);
}

.lp-2025-top-en4-3 {
  position: relative;
  width: 960px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
.lp-2025-top-en4-3 .lp-2025-top-en4-3-arw {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
.lp-2025-top-en4-3 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.lp-2025-top-en5 {
  padding-block: 4rem 16rem;
  position: relative;
}
.lp-2025-top-en5 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #1B5AFF;
}

.lp-2025-top-en5-child h3 {
  width: 50%;
  margin-inline: auto;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 4px #A9BED4;
}
@media (max-width: 768px) {
  .lp-2025-top-en5-child h3 {
    width: fit-content;
  }
}
.lp-2025-top-en5-child h3 + p {
  width: 960px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  text-align: center;
  font-size: 1.5rem;
}
.lp-2025-top-en5-child ul {
  display: flex;
  margin-block: 2rem 4rem;
}
.lp-2025-top-en5-child ul > li {
  width: calc(33.33% - 2rem);
  margin: 1rem;
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.lp-2025-top-en5-child ul > li p {
  font-size: 1.5rem;
  color: #1B5AFF;
}
.lp-2025-top-en5-child ul > li img {
  display: block;
  width: 50px;
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
}
.lp-2025-top-en5-child ul > li .lp-2025-top-en5-arw {
  top: -1rem;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
}
@media (max-width: 960px) {
  .lp-2025-top-en5-child ul {
    flex-direction: column;
  }
  .lp-2025-top-en5-child ul > li {
    width: 100%;
    margin: 1rem 0;
  }
}

.lp-2025-top-en5-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 32rem;
  margin-left: calc(50% - 50vw);
  z-index: -3;
}
.lp-2025-top-en5-bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lp-2025-top-en5-bg::before, .lp-2025-top-en5-bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.lp-2025-top-en5-bg::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lp-2025-top-en5-bg::after {
  z-index: 2;
  background: linear-gradient(to bottom, #fff, transparent);
}

.lp-2025-top-en6 {
  padding-block: 4rem;
  position: relative;
  color: #fff;
}
.lp-2025-top-en6::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #222;
  z-index: -1;
}
.lp-2025-top-en6 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: solid 1px #fff;
  margin-bottom: 2rem;
}

.lp-2025-top-en6-body {
  display: flex;
}
@media (max-width: 960px) {
  .lp-2025-top-en6-body {
    flex-direction: column;
  }
}

.lp-2025-top-en6-img {
  width: 40%;
  flex-shrink: 0;
  border-radius: 2rem;
  margin-right: 2rem;
  overflow: hidden;
}
.lp-2025-top-en6-img img {
  object-fit: cover;
}
@media (max-width: 960px) {
  .lp-2025-top-en6-img {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.lp-2025-top-en6-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.lp-2025-top-en6-txt p + p {
  margin-top: 2em;
}
.lp-2025-top-en6-txt strong {
  font-size: 1.5rem;
}
.lp-2025-top-en6-txt .lp-2025-top-en6-txt-foot {
  margin-top: auto;
  text-align: center;
  color: #ff0;
  text-decoration: underline;
}

.lp-2025-top-en7 {
  position: relative;
  padding-block: 4rem;
}
.lp-2025-top-en7::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #222;
  z-index: -1;
  z-index: -2;
}
@media (max-width: 1600px) {
  .lp-2025-top-en7::before {
    content: none;
  }
}
.lp-2025-top-en7::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  z-index: -1;
  border-radius: 10rem 10rem 0 0;
}
.lp-2025-top-en7 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.lp-2025-top-en7 h3 {
  padding-left: 1.2rem;
  border-left: solid 1rem #1B5AFF;
  color: #1B5AFF;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.lp-2025-top-en7 h3 + p {
  width: 960px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  margin-left: 0;
  line-height: 2;
}
.lp-2025-top-en7 a {
  display: block;
  width: fit-content;
  margin-left: auto;
  background: #1B5AFF;
  padding: 1rem 8rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  transition: 0.4s;
}
.lp-2025-top-en7 a img {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.lp-2025-top-en7 a:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .lp-2025-top-en7 a {
    margin-top: 2rem;
    padding-inline: 0;
    width: 100%;
    text-align: center;
  }
}

.lp-2025-top-en7-logo {
  display: block;
  position: absolute;
  top: 3rem;
  right: 0;
  width: 400px;
}
@media (max-width: 960px) {
  .lp-2025-top-en7-logo {
    position: static;
  }
}

.lp-2025-top-en6-lib {
  background: #fff;
  padding: 2rem;
  max-width: 960px;
  margin-inline: auto;
  margin-block: 2rem;
}
.lp-2025-top-en6-lib h3, .lp-2025-top-en6-lib p {
  color: #000;
}
.lp-2025-top-en6-lib h3 {
  font-size: 1.5rem;
  border-bottom: solid 1px #000;
  margin-bottom: 1rem;
}
.lp-2025-top-en6-lib a {
  display: block;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
  background: #1B5AFF;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5em 2em;
  margin-top: 1rem;
  margin-left: auto;
}
.lp-2025-top-en6-lib a:hover {
  transform: translateY(-5px);
}
/*# sourceMappingURL=lp2025-index-en.css.map */
