@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");
.dn {
  display: none !important;
}

@media only screen and (max-width: 460px) {
  .wp-block-cover {
    padding: 0 !important;
  }
}

.is-style-outline a {
  border: 1px solid !important;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: number 0;
}

h2 {
  font-size: 2em;
}
@media only screen and (max-width: 460px) {
  h2 {
    font-size: 1.625em;
  }
}

p {
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.02em;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 460px) {
  br.sp {
    display: block;
  }
}

.header_eng {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-feature-settings: "palt" on;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 0.1em;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

.lp_footer {
  padding: 2em;
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 768px) {
  .lp_footer {
    padding: 5vw;
    justify-content: space-between;
  }
}

.lp_footer__logo {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .lp_footer__logo {
    width: 30vw;
  }
}
.lp_footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_footer__linklist {
  padding-left: 3em;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  .lp_footer__linklist {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start !important;
  }
}
.lp_footer__linklist p {
  padding-right: 1em;
  font-size: 0.75em;
}
@media only screen and (max-width: 768px) {
  .lp_footer__linklist p {
    padding-right: 0;
  }
}
.lp_footer__linklist a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-left: 1.25em;
}
@media only screen and (max-width: 768px) {
  .lp_footer__linklist a {
    padding-right: 0;
  }
}
.lp_footer__linklist a:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/icon_arrow_line_right.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

html {
  background: linear-gradient(57deg, #2E2495 8.61%, #27207E 96.58%);
  background: var(--A, linear-gradient(109deg, #511A72 -0.81%, #131A5A 43.01%, #09003A 79.04%));
  min-height: 100vh;
  color: #fff;
  position: relative;
}
html:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  top: 0;
  left: 0;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-position: top left !important;
}
@media only screen and (max-width: 1000px) {
  html:after {
    padding: 2.55vw !important;
    background-image: url("../img/firstview_sp.jpg");
    background-size: cover;
    background-position: top right !important;
  }
}

.lp_under_logo {
  position: fixed;
  z-index: 100;
  top: 2em;
  left: 2em;
  width: 20vw;
  max-width: 150px;
  aspect-ratio: 133/20;
}
@media only screen and (max-width: 460px) {
  .lp_under_logo {
    max-width: 22vw;
  }
}
.lp_under_logo img {
  display: block;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lp_under_logo img:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.lp_under_logo a {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lpUnderMain {
  position: relative;
  z-index: 2;
  margin: 0px auto;
  display: block;
  min-height: calc(100vh - 80px);
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lpUnderArticle {
  margin: 0px auto;
  display: block;
  max-width: 1200px !important;
  width: 90%;
  padding: 60px 0 60px 0;
  border-radius: 20px;
  background: linear-gradient(342deg, #F3F9FF 12.94%, #FFF 39.42%, #FFF 90.82%);
  box-shadow: 4px 4px 8px 0px rgba(46, 36, 149, 0.15);
  color: #626262;
  padding: 60px 2em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 460px) {
  .lpUnderArticle {
    padding: 7.5vw 0 !important;
  }
}
@media only screen and (max-width: 460px) {
  .lpUnderArticle {
    padding: 10vw 5vw !important;
  }
}
.lpUnderArticle ul,
.lpUnderArticle li {
  list-style-type: disc;
  list-style: disc;
}
.lpUnderArticle li {
  margin-left: 2em;
  padding-bottom: 0.5em;
}

.lp__under_box {
  border-radius: 4px;
  background: linear-gradient(342deg, #F3F9FF 12.94%, #FFF 39.42%, #FFF 90.82%);
  box-shadow: 4px 4px 8px 0px rgba(46, 36, 149, 0.25);
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .lp__under_box {
    max-width: 95%;
    padding: 1em 0.5em;
  }
}

h2,
h3 {
  color: #5B48C3;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-top: 2em;
}
h2:not(:first-of-type),
h3:not(:first-of-type) {
  margin-top: 2em;
}

p {
  padding-bottom: 0.5em;
  line-height: 2;
}

ol,
ol > li {
  list-style-type: decimal !important;
  list-style: decimal !important;
}

ol li {
  margin-left: 1em;
  padding-left: 0.25em;
  padding-bottom: 0.75em;
}

ol,
ul {
  padding-bottom: 0.5em;
}

.lp__under_backlink {
  position: relative;
  line-height: 1;
  padding-left: 1.5em;
  margin-top: 1em;
  padding-bottom: 2em;
  font-size: 14px;
}
.lp__under_backlink:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #ABB8C3;
}
