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

body {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #444;
  background: #fff;
  line-break: strict;
  line-height: 1.6;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body ul, body ol {
  list-style: none;
}

#lp-root {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  #lp-root {
    width: auto;
    margin-inline: 0px;
  }
}
#lp-root > div[class^=lp-s] {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #lp-root > div[class^=lp-s] {
    font-size: 1rem;
  }
}

.lp-fixed-btns {
  position: fixed;
  right: 0;
  top: 1rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.lp-fixed-btns > li {
  margin-bottom: 5px;
}
.lp-fixed-btns > li a {
  writing-mode: vertical-rl;
  display: flex;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 2rem 0.5rem;
  width: 2rem;
}
.lp-fixed-btns > li a img {
  margin-top: 0.5rem;
  width: 1rem;
}
.lp-fixed-btns > li a:hover {
  opacity: 0.9;
}
.lp-fixed-btns > li:nth-child(1) a {
  background: #160cce;
}
.lp-fixed-btns > li:nth-child(2) a {
  background: #0065eb;
}
.lp-fixed-btns > li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-fixed-btns {
    flex-direction: row;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .lp-fixed-btns > li {
    width: 50%;
    margin: 0;
  }
  .lp-fixed-btns > li:nth-child(2) {
    display: block;
  }
  .lp-fixed-btns > li a {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .lp-fixed-btns > li a img {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.lp-catch {
  position: relative;
}
.lp-catch::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  width: 50vw;
  height: 50vw;
  background: #0052e1;
  opacity: 0.5;
  top: -25vw;
  left: -25vw;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lp-catch::before {
    width: 80vw;
    height: 80vw;
    top: -40vw;
    left: -30vw;
  }
}

.lp-catch-mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-catch-mv {
    height: 70vh;
    overflow: hidden;
  }
  .lp-catch-mv img, .lp-catch-mv picture, .lp-catch-mv source {
    max-width: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.lp-logo {
  position: absolute;
  right: 4rem;
  top: 1rem;
  width: 15%;
  min-width: 200px;
}

.lp-catch-phrase {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 100%;
}
.lp-catch-phrase img {
  width: 20%;
  min-width: 300px;
}

.lp-catch-copy {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 70%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-catch-copy {
    width: 100%;
    left: 0;
  }
}

.lp-s1 {
  position: relative;
  overflow: hidden;
}

.lp-s1-mask {
  position: absolute;
  bottom: -130vw;
  right: -225vw;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.8;
  max-width: initial;
  width: 500vw;
}

.lp-s1-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -2;
  overflow: hidden;
}
.lp-s1-bg img, .lp-s1-bg picture, .lp-s1-bg source {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.lp-s1-body {
  position: relative;
  color: #fff;
  padding: 10rem 6rem;
}
.lp-s1-body h2 {
  font-size: 1.75rem;
  font-style: italic;
  margin-bottom: 1em;
}
.lp-s1-body h2 strong {
  font-size: 900;
  font-size: 2.4rem;
}
.lp-s1-body p {
  padding-right: 50%;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 1080px) {
  .lp-s1-body {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-s1-body {
    padding-block: 2rem 7rem;
  }
  .lp-s1-body h2 {
    font-size: 1.25rem;
  }
  .lp-s1-body h2 strong {
    font-size: 1.5rem;
  }
  .lp-s1-body p {
    font-size: 1rem;
    padding-right: 0;
  }
}

/* .lp-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 2rem;
  position: relative;
}
.lp-contact::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(-45deg, #73C9F2 0%, #007EFF 80%);
}
@media screen and (max-width: 768px) {
  .lp-contact {
    flex-direction: column;
  }
}

.lp-contact-txt {
  color: #fff;
  font-size: 1.25rem;
  margin-right: 4rem;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .lp-contact-txt {
    flex-direction: column;
    max-width: initial;
    padding-inline: 1rem;
    margin-right: 0;
  }
  .lp-contact-txt br {
    display: none;
  }
}

.lp-contact-link {
  color: #fff;
  min-width: 300px;
  flex-shrink: 0;
}
.lp-contact-link h3 {
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .lp-contact-link {
    width: auto;
  }
  .lp-contact-link h3 {
    text-align: center;
  }
}

.lp-contact-btn {
  display: flex;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-top: 1rem;
  z-index: 2;
  transition: 0.4s;
}
.lp-contact-btn:hover {
  transform: translateY(-0.5rem);
}
.lp-contact-btn p, .lp-contact-btn img {
  position: relative;
  z-index: 2;
}
.lp-contact-btn::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  background: linear-gradient(0deg, #001B80, #19B3FF);
}
.lp-contact-btn::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 100rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, #19B3FF, #001B80);
}
.lp-contact-btn p:nth-child(1) {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
}
.lp-contact-btn p:nth-child(2) {
  margin-inline: 1rem;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
}
.lp-contact-btn img {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-contact-btn {
    padding-inline: 1rem;
  }
} */

.lp-arw2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.lp-arw2 img {
  width: 3rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lp-arw2 img {
    width: 2rem;
  }
}

.lp-s2 {
  position: relative;
  overflow: hidden;
  padding: 6rem 6rem 2rem;
}
.lp-s2::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -2;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(166, 216, 253, 0.6);
}
.lp-s2 .lp-arw2 {
  top: 0;
}
.lp-s2 h2 {
  color: #fff;
  font-size: 2rem;
  display: inline;
  background: rgba(0, 50, 94, 0.8);
  padding: 0.75rem 0.6rem 0.25rem;
  line-height: 1.75;
  margin-left: 8rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 1080px) {
  .lp-s2 {
    padding-inline: 1rem;
  }
  .lp-s2 h2 {
    margin-left: 0;
  }
}

.lp-s2-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50rem;
  overflow: hidden;
  z-index: -1;
  transform: skewY(-15deg) translateY(-20rem);
}
.lp-s2-bg img {
  width: 100%;
  object-fit: cover;
  transform: skewY(15deg);
  opacity: 0.5;
}
.lp-s2-bg::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 20%;
  background: #0E3258;
  mix-blend-mode: multiply;
  top: 0;
  opacity: 0.8;
}
@media screen and (max-width: 1080px) {
  .lp-s2-bg img {
    max-width: initial;
    position: absolute;
    height: 150vw;
    width: auto;
    bottom: -20rem;
    object-position: right bottom;
  }
}
@media screen and (max-width: 1080px) {
  .lp-s2-bg img {
    height: 200vw;
  }
}

.lp-s2-lead {
  background: #EAEEF7;
  padding: 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-block: 3rem;
}
.lp-s2-lead .lp-s2-lead-img {
  width: 20%;
  margin-right: 4rem;
  flex-shrink: 0;
}
.lp-s2-lead .lp-s2-lead-txt {
  font-size: 1.5rem;
}
.lp-s2-lead .lp-s2-lead-txt strong {
  color: #c00;
}
@media screen and (max-width: 768px) {
  .lp-s2-lead {
    flex-direction: column;
    padding-bottom: 4rem;
  }
  .lp-s2-lead .lp-s2-lead-img {
    width: 50%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .lp-s2-lead .lp-s2-lead-txt {
    font-size: 1.125rem;
  }
}

.lp-s2-lead-next {
  position: absolute;
  background: #fff;
  border-radius: 10rem;
  padding: 0.2rem 3rem;
  font-size: 1.5rem;
  color: #c00;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: fit-content;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .lp-s2-lead-next {
    font-size: 1.125rem;
    padding-inline: 2rem;
  }
}

.lp-s2-list {
  display: flex;
  margin-bottom: 2rem;
}
.lp-s2-list > li {
  background: #fff;
  width: calc(25% - 1rem);
  margin: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-s2-list > li img {
  height: 6rem;
  width: auto;
  margin-bottom: 1rem;
}
.lp-s2-list + p {
  font-size: 1.5rem;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .lp-s2-list + p {
    width: auto;
    margin-inline: 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp-s2-list {
    flex-direction: column;
  }
  .lp-s2-list > li {
    width: auto;
  }
  .lp-s2-list + p {
    font-size: 1.125rem;
  }
}

.lp-s3 {
  position: relative;
}

.lp-s3-bg {
  height: 1000px;
  overflow: hidden;
}
.lp-s3-bg img, .lp-s3-bg picture, .lp-s3-bg source {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 1920px) {
  .lp-s3-bg {
    max-height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-s3-bg {
    max-height: initial;
    height: 50rem;
  }
}

.lp-s3-body {
  position: absolute;
  inset: 0;
  padding-top: 5rem;
}
.lp-s3-body h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005bda;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.lp-s3-body h2 img {
  width: 400px;
  flex-shrink: 0;
  margin-right: 2rem;
}
.lp-s3-body p {
  font-size: 1.25rem;
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp-s3-body p {
    width: auto;
    margin-inline: 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp-s3-body {
    padding-inline: 1rem;
  }
  .lp-s3-body h2 {
    flex-direction: column;
    font-size: 1.125rem;
    text-align: center;
  }
  .lp-s3-body h2 img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .lp-s3-body p {
    font-size: 1rem;
  }
}

.lp-s4 {
  position: relative;
  padding-block: 3rem;
}
.lp-s4 h2 {
  position: absolute;
  background: #248FF9;
  color: #fff;
  padding: 0.5rem 8rem;
  font-size: 1.5rem;
  border-radius: 10rem;
  top: 0;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  transform: translateY(-50%);
}
.lp-s4::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.lp-s4 .lp-arw2 {
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-s4 {
    padding-top: 5rem;
    padding-inline: 1rem;
  }
  .lp-s4 h2 {
    padding-inline: 2rem;
    font-size: 1.25rem;
  }
}

.lp-s4-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.lp-s4-bg img, .lp-s4-bg picture, .lp-s4-bg source {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.lp-s4-caption {
  color: #fff;
  text-align: right;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .lp-s4-caption {
    width: auto;
    margin-inline: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .lp-s4-caption {
    text-align: left;
  }
}

.lp-s4-fllow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .lp-s4-fllow {
    width: auto;
    margin-inline: 2rem;
  }
}
.lp-s4-fllow > li {
  width: calc(33.3% + 2rem);
  margin-inline: -1rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  position: relative;
}
.lp-s4-fllow > li:nth-child(1) {
  z-index: 5;
}
.lp-s4-fllow > li:nth-child(2) {
  z-index: 4;
}
.lp-s4-fllow > li:nth-child(3) {
  z-index: 3;
}
.lp-s4-fllow > li:nth-child(4) {
  z-index: 2;
}
.lp-s4-fllow > li:nth-child(5) {
  z-index: 1;
  min-width: 400px;
}
.lp-s4-fllow .lp-s4-fllow-item {
  background: #fff;
  clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 3rem;
}
.lp-s4-fllow .lp-s4-fllow-item > div {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #C3181F;
  margin-bottom: 1rem;
  width: 100%;
}
.lp-s4-fllow .lp-s4-fllow-item > div span {
  font-size: 3rem;
  margin-right: 1rem;
}
.lp-s4-fllow .lp-s4-fllow-item img {
  height: 4rem;
}
.lp-s4-fllow + p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .lp-s4-fllow {
    flex-direction: column;
    margin-inline: 0;
  }
  .lp-s4-fllow > li:nth-child(n) {
    min-width: initial;
    width: 100%;
    margin-inline: 0;
    margin-bottom: -0.5rem;
  }
  .lp-s4-fllow .lp-s4-fllow-item {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 50% 100%, 0% calc(100% - 40px));
    padding-inline: 1rem;
    padding-block: 1rem 2rem;
    flex-direction: row-reverse;
  }
  .lp-s4-fllow .lp-s4-fllow-item > div span {
    font-size: 2rem;
    margin-right: 0.5rem;
  }
  .lp-s4-fllow .lp-s4-fllow-item img {
    width: 3rem;
    height: auto;
    margin-right: 1rem;
  }
  .lp-s4-fllow + p {
    font-size: 1.125rem;
  }
}

.lp-s5 {
  background: url("assets/arw7.svg") center/contain no-repeat;
  padding-block: 4rem;
  position: relative;
}
.lp-s5 .lp-arw2 {
  top: -2rem;
}
@media screen and (max-width: 768px) {
  .lp-s5 {
    padding-inline: 1rem;
  }
}

.lp-s5-issue {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 4rem;
}
.lp-s5-issue + p {
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #1A2BC3;
  border-radius: 10rem;
  padding: 0.5rem 4rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .lp-s5-issue {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .lp-s5-issue + p {
    padding-inline: 1rem;
    font-size: 1rem;
  }
}

.lp-s5-arw {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7rem;
  transform: translateX(-1rem);
}
@media screen and (max-width: 768px) {
  .lp-s5-arw {
    position: relative;
    transform: rotate(90deg);
    width: 4rem;
    margin-block: 1rem;
  }
}

.lp-s5-issue-detail {
  width: 30%;
  margin-inline: 2rem;
}
.lp-s5-issue-detail h3 {
  margin-inline: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  padding-block: 0.5rem;
  line-height: 1;
  font-size: 1.5rem;
}
.lp-s5-issue-detail img {
  display: block;
  margin-inline: auto;
}
.lp-s5-issue-detail p {
  margin-top: 2rem;
  font-size: 0.9375rem;
}
.lp-s5-issue-detail > div {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  height: calc(100% - 2.5rem);
}
.lp-s5-issue-detail:nth-child(1) h3 {
  background: linear-gradient(to right, #FFC61E, #FF4449);
}
.lp-s5-issue-detail:nth-child(3) h3 {
  background: linear-gradient(to right, #30C4F4, #270A45);
}
@media screen and (max-width: 1080px) {
  .lp-s5-issue-detail {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .lp-s5-issue-detail {
    width: 100%;
    margin-inline: 0;
  }
}

.lp-s6 h2 {
  text-align: center;
  background: #00325E;
  color: #fff;
  padding-block: 1rem;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.lp-s6 ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 6rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1080px) {
  .lp-s6 ul {
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-s6 ul {
    flex-direction: column;
    padding-right: 1rem;
  }
}
.lp-s6 ul > li {
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 2rem;
  padding: 1rem;
}
.lp-s6 ul > li > div:nth-child(1) {
  width: 30%;
  margin-right: 2rem;
  flex-shrink: 0;
}
.lp-s6 ul > li h3 {
  font-size: 1.25rem;
  border-bottom: solid 1px #0640fb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .lp-s6 ul > li {
    width: 100%;
    margin-right: 0;
  }
}

.lp-s6-foot {
  position: relative;
  overflow: hidden;
  margin-top: -20rem;
}
@media screen and (max-width: 1080px) {
  .lp-s6-foot {
    margin-top: -20vw;
  }
}

.lp-s6-foot-body {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10rem;
}
.lp-s6-foot-body p {
  width: fit-content;
  margin: auto;
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .lp-s6-foot-body {
    bottom: 3rem;
  }
  .lp-s6-foot-body p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-s6-foot-body p {
    padding-inline: 1rem;
    font-size: 1.125rem;
  }
  .lp-s6-foot-body p br {
    display: none;
  }
}

.lp-s6-foot-bg {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.lp-s6-foot-bg::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 30%;
  top: 0;
  background: linear-gradient(0deg, transparent, #fff 70%);
}
@media screen and (max-width: 1080px) {
  .lp-s6-foot-bg {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-s6-foot-bg {
    height: 80vw;
  }
}

.lp-s6-foot-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  bottom: -5rem;
}

.lp-s6-foot-bg-msk {
  position: absolute;
  max-width: initial;
  width: 500%;
  top: -200%;
  left: -180%;
  z-index: -2;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (max-width: 1080px) {
  .lp-s6-foot-bg-msk {
    top: -180%;
  }
}
/* 
.lp-s7 {
  position: relative;
  background: #EDF2FA;
}

.lp-s7-content {
  position: relative;
  margin-left: 20rem;
  background: #fff;
  border-radius: 2rem 0 0 2rem;
  padding: 1rem 2rem;
  top: -2rem;
}
.lp-s7-content h2 {
  color: rgb(127.5, 152.5, 174.5);
  font-size: 2.4rem;
  margin-bottom: 5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1920px) {
  .lp-s7-content {
    margin-left: 8vw;
  }
}
@media screen and (max-width: 1080px) {
  .lp-s7-content {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-s7-content h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.lp-s7-body a {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #444;
}
.lp-s7-body a > div p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.lp-s7-body a > div img {
  width: 300px;
}
.lp-s7-body a img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .lp-s7-body a {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-s7-body a > div p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .lp-s7-body a > div img {
    width: 20vw;
  }
  .lp-s7-body a > img {
    width: 60vw;
    margin-inline: auto 0;
  }
} */

.lp-s8 {
  position: relative;
  padding-block: 3rem;
}
.lp-s8::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -3;
  width: 100%;
  height: 100%;
  top: 0;
  background: #EDF2FA;
}
.lp-s8 h2 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-s8 h2 {
    padding-inline: 0.5rem;
    font-size: 1.4rem;
  }
  .lp-s8 h2 br {
    display: none;
  }
}

.lp-s8-logo {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 50%;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .lp-s8-logo {
    width: 70%;
    right: -2rem;
  }
}

.lp-s8-body {
  position: relative;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .lp-s8-body {
    margin-bottom: 0;
  }
}
.lp-s8-body ol {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .lp-s8-body ol {
    width: auto;
    margin-inline: 0.5rem;
  }
}
.lp-s8-body ol li {
  background: #fff;
  display: flex;
  align-items: center;
  padding-block: 2rem;
  margin-block: 1rem;
  height: 11rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.lp-s8-body ol li::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 80rem;
  height: 80rem;
  border-radius: 80rem;
  background: #000;
  left: -68.5714285714rem;
}
.lp-s8-body ol li:nth-child(1)::before {
  top: -10rem;
  background: #248FF9;
}
.lp-s8-body ol li:nth-child(2)::before {
  top: -22rem;
  background: #083C76;
}
.lp-s8-body ol li:nth-child(3)::before {
  top: -34rem;
  background: #04032F;
}
.lp-s8-body ol li:nth-child(4)::before {
  top: -46rem;
  background: #FA1B52;
}
.lp-s8-body ol li:nth-child(5)::before {
  top: -58rem;
  background: #F9263F;
}
.lp-s8-body ol li > div {
  position: relative;
  z-index: 1;
}
.lp-s8-body ol li h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.lp-s8-body ol li > div:nth-child(1) {
  width: 10rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-s8-body ol li > div:nth-child(1) img {
  height: 5rem;
  width: auto;
}
.lp-s8-body ol li > div:nth-child(2) {
  width: 100%;
  margin-inline: 2rem;
}
.lp-s8-body ol li > div:nth-child(3) {
  width: 8rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  line-height: 1;
}
.lp-s8-body ol li > div:nth-child(3) span:nth-child(1) {
  font-size: 0.875rem;
}
.lp-s8-body ol li > div:nth-child(3) span:nth-child(2) {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .lp-s8-body ol li {
    flex-direction: column;
    height: auto;
    overflow: initial;
    padding-block: 0;
  }
  .lp-s8-body ol li > div:nth-child(1) {
    width: 100%;
    padding-block: 0.5rem;
    background: #248FF9;
  }
  .lp-s8-body ol li > div:nth-child(1) img {
    height: 3rem;
  }
  .lp-s8-body ol li:nth-child(2) > div:nth-child(1) {
    background: #083C76;
  }
  .lp-s8-body ol li:nth-child(3) > div:nth-child(1) {
    background: #04032F;
  }
  .lp-s8-body ol li:nth-child(4) > div:nth-child(1) {
    background: #FA1B52;
  }
  .lp-s8-body ol li:nth-child(5) > div:nth-child(1) {
    background: #F9263F;
  }
  .lp-s8-body ol li > div:nth-child(2) {
    width: auto;
    margin: 1rem;
  }
  .lp-s8-body ol li > div:nth-child(3) {
    width: 100%;
    padding-bottom: 1rem;
  }
  .lp-s8-body ol li::before {
    display: none;
  }
}

.lp-s8-bg {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  overflow: hidden;
}
.lp-s8-bg img, .lp-s8-bg picture, .lp-s8-bg source {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -2;
}
.lp-s8-bg::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #00325E;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.s8-bnr {
  padding-inline: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.s8-bnr > li {
  width: 49%;
}
.s8-bnr + p {
  color: #fff;
  font-size: 0.875rem;
  padding-right: 51%;
  padding-left: 200px;
}
@media screen and (max-width: 1600px) {
  .s8-bnr {
    padding-inline: 5rem;
  }
  .s8-bnr + p {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .s8-bnr {
    padding-inline: 1rem;
  }
  .s8-bnr + p {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .s8-bnr {
    flex-direction: column-reverse;
  }
  .s8-bnr > li {
    width: 80%;
    margin-top: 3rem;
    margin-inline: auto;
  }
  .s8-bnr + p {
    width: 80%;
    margin-inline: auto;
    padding-right: 0;
  }
}

.lp-s9 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .lp-s9 {
    padding-inline: 1rem;
  }
}

.lp-s9-detail {
  background: #F6F6F6;
  border-radius: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 5rem 2rem 2rem;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}
@media screen and (max-width: 1600px) {
  .lp-s9-detail {
    width: auto;
    margin-inline: 0px;
  }
}
.lp-s9-detail h3 {
  position: absolute;
  top: -5rem;
  width: 95%;
}
.lp-s9-detail .lp-arw2 {
  top: -5rem;
}
.lp-s9-detail + .lp-s9-detail {
  margin-top: 6rem;
}
@media screen and (max-width: 1080px) {
  .lp-s9-detail h3 {
    position: absolute;
    top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-s9-detail {
    padding: 1rem;
  }
  .lp-s9-detail h3 {
    position: relative;
    top: 0;
    margin-bottom: 1rem;
  }
}

.lp-s9-detail1 {
  display: flex;
}
.lp-s9-detail1 > div:nth-child(1) {
  width: 50%;
  margin-right: 2rem;
  flex-shrink: 0;
}
.lp-s9-detail1 h4 {
  background: #fff;
  border-radius: 10rem;
  padding: 2rem;
  margin-top: -2rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.lp-s9-detail1 h4 + div {
  background: #fff;
  border-radius: 10rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.lp-s9-detail1 h4 + div h5 {
  background: #000;
  color: #fff;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.lp-s9-detail1 h4 + div + img {
  display: block;
  margin: auto;
  height: 10rem;
}
.lp-s9-detail1 > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.lp-s9-detail1 > div:nth-child(2) > div {
  width: calc(50% - 0.8rem);
  margin: 0.4rem;
}
.lp-s9-detail1 > div:nth-child(2) > div:nth-child(1) {
  background: #3FA9F5;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem 0 0 0;
}
.lp-s9-detail1 > div:nth-child(2) > div:nth-child(1) h5 {
  text-align: center;
  font-size: 1.25rem;
}
.lp-s9-detail1 > div:nth-child(2) > div:nth-child(n+1) {
  overflow: hidden;
}
.lp-s9-detail1 > div:nth-child(2) > div:nth-child(n+1) img, .lp-s9-detail1 > div:nth-child(2) > div:nth-child(n+1) picture, .lp-s9-detail1 > div:nth-child(2) > div:nth-child(n+1) source {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .lp-s9-detail1 {
    flex-direction: column;
  }
  .lp-s9-detail1 > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-s9-detail1 h4 {
    font-size: 1.125rem;
    text-align: center;
  }
  .lp-s9-detail1 > div:nth-child(2) {
    flex-direction: column;
  }
  .lp-s9-detail1 > div:nth-child(2) > div {
    width: 100%;
    margin-inline: 0;
  }
}

.lp-s9-detail2 {
  display: flex;
  align-items: center;
}
.lp-s9-detail2 > div:nth-child(1) {
  width: 40%;
  margin-right: 6rem;
  border: solid 2px #1B5AFF;
  border-radius: 1rem;
  padding: 1rem;
  flex-shrink: 0;
}
.lp-s9-detail2 h5 {
  text-align: center;
}
.lp-s9-detail2 img {
  display: block;
  margin-inline: auto;
  height: 6rem;
}
.lp-s9-detail2 ul {
  width: 100%;
}
.lp-s9-detail2 ul li {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 10rem;
  padding: 1rem 4rem;
  text-align: center;
  margin-block: 1rem;
  position: relative;
}
.lp-s9-detail2 ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  margin: auto;
  width: 2.5rem;
  height: auto;
}
.lp-s9-detail2 ul li:nth-child(2) {
  background: #1B5AFF;
}
@media screen and (max-width: 768px) {
  .lp-s9-detail2 {
    flex-direction: column;
  }
  .lp-s9-detail2 > div:nth-child(1) {
    width: 100%;
    margin: 1rem 0;
  }
  .lp-s9-detail2 ul {
    width: auto;
    padding-left: 2rem;
  }
  .lp-s9-detail2 ul li {
    padding-inline: 1.5rem;
    font-size: 1.125rem;
  }
}

.lp-s10 {
  position: relative;
}
.lp-s10 h2 {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  padding-block: 2rem;
}
.lp-s10::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 80%;
  top: 0;
  background: linear-gradient(-135deg, #19B3FF 0%, #001BEF 40%, #083C76 80%);
}

.lp-s10-catch {
  position: relative;
  margin-inline: 10rem;
}
.lp-s10-catch h3 {
  position: absolute;
  width: 100vw;
  left: 2rem;
  bottom: 1rem;
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .lp-s10-catch {
    margin-inline: 2rem;
  }
}

.lp-s10-services {
  margin-inline: 6rem;
  padding: 4rem 2rem;
  background: #F2F2F2;
}
.lp-s10-services h3 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .lp-s10-services {
    margin-inline: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-s10-services {
    padding-inline: 1rem;
  }
}

.lp-s10-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}
.lp-s10-list > li {
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border: solid 1px #888;
  background: #fff;
  padding: 1rem;
}
.lp-s10-list > li > div:nth-child(1) {
  width: 25%;
  margin-right: 4rem;
  flex-shrink: 0;
}
.lp-s10-list > li h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .lp-s10-list {
    margin-right: 0;
  }
  .lp-s10-list > li {
    width: 100%;
    margin-right: 0;
  }
  .lp-s10-list > li > div:nth-child(1) {
    margin-right: 1rem;
  }
  .lp-s10-list > li h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

.lp-s10-items {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 4rem;
}
.lp-s10-items h4 {
  font-size: 1.5rem;
  text-align: center;
}
.lp-s10-items ul li {
  border-left: solid 5px transparent;
  padding-left: 1rem;
  margin-bottom: 0.7rem;
}
.lp-s10-items ul li:nth-child(1) {
  border-color: #3FA9F5;
}
.lp-s10-items ul li:nth-child(2) {
  border-color: #248FF9;
}
.lp-s10-items ul li:nth-child(3) {
  border-color: #00325E;
}
@media screen and (max-width: 768px) {
  .lp-s10-items {
    padding: 1rem;
  }
  .lp-s10-items p {
    font-size: 0.9375rem;
  }
}

.lp-s11 {
  padding-block: 2rem 4rem;
  position: relative;
}
.lp-s11 h2 {
  font-size: 2rem;
  color: color-mix(in oklab, #00325E 70%, #fff);
  text-align: center;
}
.lp-s11 h3 {
  font-size: 1.75rem;
  color: #00325e;
  text-align: center;
}
.lp-s11 .lp-arw2 {
  bottom: -3rem;
}

.lp-s11-fllow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 2rem;
}
.lp-s11-fllow > li {
  position: relative;
  background: #00325E;
  color: #fff;
  padding: 1rem 2rem;
}
.lp-s11-fllow > li:nth-child(1)::after {
  background: #00325E;
}
.lp-s11-fllow > li:nth-child(2) {
  background: #00468A;
}
.lp-s11-fllow > li:nth-child(2)::after {
  background: #00468A;
}
.lp-s11-fllow > li:nth-child(3) {
  background: #1C88CE;
}
.lp-s11-fllow > li:nth-child(3)::after {
  background: #1C88CE;
}
.lp-s11-fllow > li:nth-child(4) {
  background: #23AAEB;
}
.lp-s11-fllow > li:nth-child(4)::after {
  background: #23AAEB;
}
.lp-s11-fllow > li:nth-child(5) {
  background: #64C0ED;
}
.lp-s11-fllow > li:nth-child(5)::after {
  background: #64C0ED;
}
.lp-s11-fllow > li:nth-child(6) {
  background: #A0DCF8;
  color: #f00;
}
.lp-s11-fllow > li:nth-child(6)::after {
  background: #A0DCF8;
}
.lp-s11-fllow > li::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 1rem;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -1rem;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-s11-fllow {
    flex-direction: column;
  }
  .lp-s11-fllow > li {
    text-align: center;
    padding-block: 2rem 1rem;
  }
  .lp-s11-fllow > li::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 3rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -1rem;
    right: 0;
    top: auto;
    left: 0;
    z-index: 1;
  }
}

.lp-s11-detail h3 {
  margin-bottom: 2rem;
}

.lp-s11-detail-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .lp-s11-detail-body {
    width: auto;
    margin-inline: 1rem;
  }
}
.lp-s11-detail-body > div:nth-child(1) {
  width: 25%;
}
.lp-s11-detail-body > div:nth-child(2) {
  width: 65%;
}
.lp-s11-detail-body h4 {
  font-size: 1.5rem;
  color: #248FF9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-s11-detail-body {
    flex-direction: column;
  }
  .lp-s11-detail-body > div:nth-child(1) {
    width: 50%;
    margin-bottom: 1rem;
  }
  .lp-s11-detail-body > div:nth-child(2) {
    width: 100%;
  }
}

.lp-s11-faq {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .lp-s11-faq {
    width: auto;
    margin-inline: 1rem;
  }
}
.lp-s11-faq h3 {
  margin-bottom: 1rem;
}
.lp-s11-faq dl {
  margin-bottom: 1rem;
}
.lp-s11-faq dt {
  background: #00325E;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.5rem 3rem;
  border-radius: 10rem;
  position: relative;
}
.lp-s11-faq dt span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  line-height: 1;
  color: rgb(127.5, 152.5, 174.5);
  cursor: pointer;
  z-index: 1;
}
.lp-s11-faq dd {
  height: 0;
  padding-top: 0;
  opacity: 0;
  padding-inline: 2rem;
  transition: 0.4s;
}
.lp-s11-faq dd.--show {
  padding-top: 1rem;
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp-s11-faq dt {
    font-size: 1.125rem;
    padding-left: 2rem;
  }
  .lp-s11-faq dt span {
    right: 1rem;
  }
}

.lp-foot {
  position: relative;
  overflow: hidden;
  padding-block: 4rem;
}
.lp-foot h2 {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.8);
}
.lp-foot::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 4rem;
  bottom: 0;
  background: rgba(14, 50, 88, 0.8);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .lp-foot {
    padding-bottom: 5rem;
  }
}

.lp-foot-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}
.lp-foot-bg img, .lp-foot-bg picture, .lp-foot-bg source {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.lp-foot-lead {
  position: relative;
  padding: 7rem;
}
.lp-foot-lead p {
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .lp-foot-lead {
    padding: 6rem 1rem 2rem;
  }
}

.lp-foot-msk {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.8;
  mix-blend-mode: multiply;
  overflow: hidden;
  inset: 0;
}
.lp-foot-msk img {
  position: absolute;
  top: -630%;
  right: -170%;
  max-width: initial;
  width: 400%;
}
@media screen and (max-width: 1920px) {
  .lp-foot-msk img {
    top: -102vw;
    right: -170vw;
    width: 400vw;
  }
}
/* 
.lp-foot-contact {
  background: #00325e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-block: 2rem;
  padding-inline: 6rem;
}
.lp-foot-contact > div {
  width: 48%;
}
.lp-foot-contact .lp-foot-contact-txt {
  color: #fff;
  margin-right: 4rem;
}
.lp-foot-contact .lp-foot-contact-txt p {
  font-size: 1.5rem;
}
.lp-foot-contact .lp-foot-contact-link {
  color: #fff;
  min-width: 300px;
  flex-shrink: 0;
}
.lp-foot-contact .lp-foot-contact-link h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
.lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(1) {
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: right;
}
.lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(2) {
  margin-inline: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(1) {
    font-size: 0.75rem;
  }
  .lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(2) {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1080px) {
  .lp-foot-contact {
    flex-direction: column;
  }
  .lp-foot-contact > div {
    width: 100%;
  }
  .lp-foot-contact .lp-foot-contact-txt {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .lp-foot-contact .lp-foot-contact-txt p {
    font-size: 1.125rem;
  }
  .lp-foot-contact .lp-foot-contact-txt p br {
    display: none;
  }
  .lp-foot-contact .lp-foot-contact-link {
    text-align: center;
  }
  .lp-foot-contact .lp-foot-contact-link .lp-contact-btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp-foot-contact {
    padding-inline: 1rem;
  }
  .lp-foot-contact .lp-foot-contact-link h3 {
    font-size: 1.25rem;
  }
} */

.lp-contact {
  padding-block: 2rem;
  position: relative;
}
.lp-contact::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(-45deg, #73C9F2 0%, #007EFF 80%);
}
@media screen and (max-width: 768px) {
  .lp-contact {
  flex-direction: column;
  }
}

.lp-contact-txt {
  color: #fff;
  font-size: 1.25rem;
  width: fit-content;
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: 1rem;
  /*@include lp-global.mq-s{
    flex-direction: column;
    max-width: initial;
    padding-inline: 1rem;
    margin-right: 0;


    br{
      display: none;
    }
  }*/
}

.lp-contact-link {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.lp-contact-link > div {
  padding-block: 1rem;
  padding-inline: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-contact-link h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-contact-link {
  flex-direction: column;
  align-items: center;
  }
}

.lp-contact-btn {
  display: flex;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-top: 1rem;
  z-index: 2;
  transition: 0.4s;
}
.lp-contact-btn:hover {
  transform: translateY(-0.5rem);
}
.lp-contact-btn p, .lp-contact-btn img {
  position: relative;
  z-index: 2;
}
.lp-contact-btn::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  background: linear-gradient(0deg, #001B80, #19B3FF);
}
.lp-contact-btn::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 100rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, #19B3FF, #001B80);
}
.lp-contact-btn p:nth-child(1) {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
}
.lp-contact-btn p:nth-child(2) {
  margin-inline: 1rem;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
}
.lp-contact-btn img {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-contact-btn {
  padding-inline: 1rem;
  }
}

.lp-foot-contact {
  background: #00325e;
  color: #fff;
  padding-block: 2rem;
}
.lp-foot-contact .lp-foot-contact-txt {
  color: #fff;
  margin-right: 4rem;
}
.lp-foot-contact .lp-foot-contact-txt p {
  font-size: 1.5rem;
}
.lp-foot-contact .lp-foot-contact-link {
  color: #fff;
  min-width: 300px;
  flex-shrink: 0;
}
.lp-foot-contact .lp-foot-contact-link h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
.lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(1) {
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: right;
}
.lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(2) {
  margin-inline: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(1) {
  font-size: 0.75rem;
  }
  .lp-foot-contact .lp-foot-contact-link .lp-contact-btn p:nth-child(2) {
  font-size: 1.75rem;
  }
}
@media screen and (max-width: 1080px) {
  .lp-foot-contact {
  flex-direction: column;
  }
  .lp-foot-contact > div {
  width: 100%;
  }
  .lp-foot-contact .lp-foot-contact-txt {
  margin-right: 0;
  margin-bottom: 1rem;
  }
  .lp-foot-contact .lp-foot-contact-txt p {
  font-size: 1.125rem;
  }
  .lp-foot-contact .lp-foot-contact-txt p br {
  display: none;
  }
  .lp-foot-contact .lp-foot-contact-link {
  text-align: center;
  }
  .lp-foot-contact .lp-foot-contact-link .lp-contact-btn {
  margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp-foot-contact {
  padding-inline: 1rem;
  }
  .lp-foot-contact .lp-foot-contact-link h3 {
  font-size: 1.25rem;
  }
}


.lp-s7 {
  position: relative;
  background: #EDF2FA;
}

.lp-s7-content {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  top: -2rem;
}
@media screen and (max-width: 1280px) {
  .lp-s7-content {
  width: auto;
  margin-inline: 1rem;
  }
}
.lp-s7-content .lp-s7-body {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}
.lp-s7-content .lp-s7-body div:nth-child(2) {
  width: 40%;
  min-width: 400px;
  margin-left: 2rem;
  flex-shrink: 0;
}
.lp-s7-content .lp-s7-body div:nth-child(1) h2 {
  color: rgb(127.5, 152.5, 174.5);
  font-size: 2rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.lp-s7-content .lp-s7-body div:nth-child(1) p {
  font-size: 1.5rem;
  font-weight: bold;
}
.lp-s7-content .lp-s7-body div:nth-child(1) img {
  max-width: 300px;
  margin-left: auto;
  margin-block: 3rem 1rem;
}
.lp-s7-content .lp-s7-body div:nth-child(1) span {
  display: block;
  text-align: right;
}
.lp-s7-content .lp-s7-body div:nth-child(1) a {
  text-decoration: none;
  color: #444;
}
.lp-s7-content .lp-s7-body div:nth-child(1) .lp-s7-btn {
  display: block;
  width: fit-content;
  padding: 0.5rem 3rem;
  background: #ffc706;
  border-radius: 5rem;
  margin-left: auto;
  margin-top: 3rem;
  transition: 0.4s;
}
.lp-s7-content .lp-s7-body div:nth-child(1) .lp-s7-btn:hover {
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 768px) {
  .lp-s7-content .lp-s7-body {
  flex-direction: column;
  align-items: center;
  }
  .lp-s7-content .lp-s7-body div:nth-child(2) {
  margin-left: 0;
  width: 100%;
  min-width: initial;
  }
  .lp-s7-content .lp-s7-body div:nth-child(2) img {
  width: 100%;
  margin: auto;
  }
  .lp-s7-content .lp-s7-body div:nth-child(1) h2 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
  }
  .lp-s7-content .lp-s7-body div:nth-child(1) p {
  font-size: 1.25rem;
  }
  .lp-s7-content .lp-s7-body div:nth-child(1) p br {
  display: none;
  }
  .lp-s7-content .lp-s7-body div:nth-child(1) img, .lp-s7-content .lp-s7-body div:nth-child(1) span {
  display: none;
  }
  .lp-s7-content .lp-s7-body div:nth-child(1) .lp-s7-btn {
  margin-inline: auto;
  }
}
/*# sourceMappingURL=lp.css.map */
