/*! lp_ddmCSS */
@media screen and (min-width:768px) {
  html {
    font-size: 62.5%
  }

  body {
    font-size: 1.4rem
  }

  h2 {
    font-size: 3.4rem;
    font-weight: 900
  }
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  line-height: 1.5;
  font-size: 10px
}

body {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #000;
  min-width: 320px;
  line-height: 1.5;
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  transition: all .2s ease
}

a:hover {
  text-decoration: none;
  color: inherit
}

a:focus {
  text-decoration: none;
  color: inherit
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0
}

li {
  list-style-type: none
}

blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5
}

b,
strong,
h2,
h3 {
  font-weight: bolder;
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif
}

dd {
  margin-left: 0
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0)
}

button,
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0)
}

.lp_header .lp_header_inner {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 300;
  width: 100%;
  display: none;
  opacity: 0
}

.lp_header .lp_header_inner .lp_header_logo {
  width: 200px;
  padding: 4.8% 5% 0
}

.lp_header .lp_header_inner .lp_header_logo svg {
  width: 100%
}

.lp_header.is-open .lp_header_inner .lp_header_logo svg path {
  fill: #fff !important;
}

.lp_header .lp_header_inner .lp_nav {
  padding: 6% 0 20%;
  width: 100%;
  height: 110vh
}

.lp_header .lp_header_inner .lp_nav .lp_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6%;
  border-top: 1px solid #fff
}

.lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item {
  width: 100%
}

.lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item a {
  display: block;
  text-align: center;
  padding: 4% 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 4.8vw;
  font-weight: 700
}

.lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions span {
  display: none
}

.lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions a {
  display: inline-block;
  width: calc(100% / 3)
}

.lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions a:nth-child(4) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.lp_header .lp_header_inner .lp_nav_cta_button {
  padding: 0 5%
}

.lp_header .lp_header_inner .lp_nav_cta_button a {
  display: block;
  background: linear-gradient(135deg, rgb(85, 97, 168) 0%, rgb(237, 87, 106) 100%);
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 30px
}

.lp_header .lp_header_inner .lp_nav_cta_button a span {
  display: inline-block;
  background: #fff;
  color: #685fa0;
  font-size: 3.7333333333vw;
  padding: 2px 9px 2px 10px;
  margin-right: 10px;
  border-radius: 25px;
  text-align: center
}

.lp_header_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 500
}

.lp_header_menu ._menu_inner {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .95);
  transition: all .4s
}

.lp_header_menu ._menu_inner::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 22px;
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all .4s
}

.lp_header_menu ._menu_inner::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 22px;
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all .4s
}

.lp_header_menu ._menu_inner span {
  position: absolute;
  top: 23px;
  left: 22px;
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all .4s
}

.is-open .lp_header_inner {
  display: block;
  opacity: 1
}

.is-open .lp_header_menu ._menu_inner {
  background: rgba(0, 0, 0, 0)
}

.is-open .lp_header_menu ._menu_inner::before {
  top: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.is-open .lp_header_menu ._menu_inner::after {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.is-open .lp_header_menu ._menu_inner span {
  opacity: 0;
  -webkit-transform: translateX(7px);
  transform: translateX(7px)
}

@media screen and (min-width:768px) {
  .lp_header .lp_header_inner {
    position: absolute;
    background: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
    opacity: 1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: .6s
  }

  .lp_header .lp_header_inner.is-effected {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  .lp_header .lp_header_inner .lp_header_logo {
    width: 17.8%;
    padding: 0
  }

  .lp_header .lp_header_inner .lp_nav {
    padding: 0;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    border-top: none
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item {
    width: auto;
    padding: 0 1.4285714286vw;
    border-left: 1px solid #26333e
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item:first-child {
    border-left: none
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item a {
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #26333e;
    border-bottom: none;
    font-size: 1.1428571429vw;
    text-decoration: underline;
    transition: .2s
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item a:hover {
    text-decoration: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions span {
    display: inline-block;
    font-weight: 700;
    color: #26333e;
    font-size: 1.1428571429vw;
    padding: 0 .7142857143vw
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions a {
    display: inline-block;
    width: auto;
    transition: .2s
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions a:nth-child(4) {
    border: none
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions a:hover {
    text-decoration: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .lp_header .lp_header_inner .lp_nav_cta_button {
    padding: 0;
    width: 30%;
    max-width: 280px
  }

  .lp_header .lp_header_inner .lp_nav_cta_button a {
    display: block;
    background: linear-gradient(135deg, rgb(85, 97, 168) 0%, rgb(237, 87, 106) 100%);
    text-align: center;
    color: #fff;
    font-size: 1.1428571429vw;
    line-height: 1;
    padding: 1.1428571429vw 1.4285714286vw;
    border-radius: 30px;
    transition: all .4s
  }

  .lp_header .lp_header_inner .lp_nav_cta_button a:hover {
    background: #5561a8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }

  .lp_header .lp_header_inner .lp_nav_cta_button a span {
    display: inline-block;
    background: #fff;
    color: #685fa0;
    font-size: .8571428571vw;
    padding: 6px 10px 5px 12px;
    margin-right: 10px;
    border-radius: 25px;
    text-align: center
  }

  .lp_header.is-fixed .lp_header_inner {
    position: fixed;
    background: rgba(255, 255, 255, .8);
    padding: 30px 30px
  }

  .lp_header.is-fixed .lp_header_inner:hover {
    background: #fff
  }

  .lp_header.is-fixed .lp_header_inner .lp_header_logo svg path {
    fill: #252d46
  }

  .lp_header.is-fixed .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item {
    border-left: 1px solid #252d46
  }

  .lp_header.is-fixed .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item a {
    color: #252d46
  }

  .lp_header.is-fixed .lp_header_inner .lp_nav .lp_nav_list ._sessions span {
    color: #252d46
  }

  .lp_header_menu {
    display: none
  }
}

@media screen and (min-width:1400px) {
  .lp_header .lp_header_inner .lp_header_logo {
    width: 260px
  }

  .lp_header .lp_header_inner .lp_nav {
    width: 80%
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item {
    padding: 0 1.4285714286vw
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item a {
    font-size: 1.6rem
  }

  .lp_header .lp_header_inner .lp_nav .lp_nav_list ._sessions span {
    font-size: 1.6rem
  }

  .lp_header .lp_header_inner .lp_nav_cta_button a {
    font-size: 1.6rem;
    padding: 16px 20px
  }

  .lp_header .lp_header_inner .lp_nav_cta_button a span {
    font-size: 1.2rem
  }
}

@media screen and (max-width:1299px) {
  .lp_header .lp_header_inner .lp_nav .lp_nav_list .lp_nav_item {
    letter-spacing: .05em;
  }
}

.lp_hero {
  background: url("../img/2026_hero_bg_sp.png") no-repeat top center #f7f7f7;
  background-size: cover;
  position: relative
}

.lp_hero .lp_hero_inner {
  padding: 80px 5%;
  position: relative;
  background: #F7F7F7;
  transition: 2s
}

.lp_hero .lp_hero_inner.is-effected {
  background: rgba(0, 0, 0, 0)
}

.lp_hero .lp_hero_title {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: .8s .3s;
  width: 72vw;
  margin: 0 auto;
}

.lp_hero .lp_hero_title.is-effected {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.lp_hero .lp_hero_date {
  margin: 20px auto 0 auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: .8s .6s;
  width: 72vw
}

.lp_hero .lp_hero_date.is-effected {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.lp_hero .lp_hero_cta {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: .8s .8s
}

.lp_hero .lp_hero_cta.is-effected {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.lp_hero .lp_hero_cta a {
  display: block;
  background: linear-gradient(135deg, rgb(85, 97, 168) 0%, rgb(237, 87, 106) 100%);
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 30px
}

.lp_hero .lp_hero_cta a span {
  display: inline-block;
  background: #fff;
  color: #685fa0;
  font-size: 3.7333333333vw;
  padding: 2px 9px 2px 10px;
  margin-right: 10px;
  border-radius: 25px;
  text-align: center
}

.lp_hero .lp_hero_scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  transition: .8s .9s
}

.lp_hero .lp_hero_scroll.is-effected {
  opacity: 1
}

.lp_hero .lp_hero_scroll span {
  color: #26333E;
  font-size: 3.2vw;
  letter-spacing: .05em
}

.lp_hero .lp_hero_scroll::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #26333E;
  -webkit-animation: scroll_line 1.4s ease-in-out infinite;
  animation: scroll_line 1.4s ease-in-out infinite;
  opacity: 0
}

@-webkit-keyframes scroll_line {
  0% {
    height: 0;
    top: 20px;
    opacity: 0
  }

  30% {
    height: 30px;
    opacity: 1
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0
  }
}

@keyframes scroll_line {
  0% {
    height: 0;
    top: 20px;
    opacity: 0
  }

  30% {
    height: 30px;
    opacity: 1
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0
  }
}

@media screen and (min-width:768px) {
  .lp_hero {
    background: url("../img/2026_hero_bg_pc.png") no-repeat center center;
    background-size: cover
  }

  .lp_hero .lp_hero_inner {
    padding: 8.2142857143vw 7.8% 5.7142857143vw;
    max-height: 90vh
  }

  .lp_hero .lp_hero_content {
    width: 48%
  }

  .lp_hero .lp_hero_content .lp_hero_titleset {
    position: relative
  }

  .lp_hero .lp_hero_content .lp_hero_title {
    width: 100%;
    margin-top: 40px
  }

  .lp_hero .lp_hero_content .lp_hero_date {
    margin-top: 1.7857142857vw;
    width: 85%;
    margin: 30px 0 0 0;
  }

  .lp_hero .lp_hero_content .lp_hero_cta {
    margin-top: 1.7857142857vw;
    width: 54%
  }

  .lp_hero .lp_hero_content .lp_hero_cta a {
    display: block;
    background: linear-gradient(135deg, rgb(85, 97, 168) 0%, rgb(237, 87, 106) 100%);
    text-align: center;
    color: #fff;
    font-size: 1.1428571429vw;
    font-weight: 700;
    padding: 1vw 1.2857142857vw;
    border-radius: 35px;
    transition: .4s
  }

  .lp_hero .lp_hero_content .lp_hero_cta a span {
    display: inline-block;
    background: #fff;
    color: #685fa0;
    font-size: .8571428571vw;
    padding: 2px 9px 2px 10px;
    margin-right: 10px;
    border-radius: 25px;
    text-align: center
  }

  .lp_hero .lp_hero_content .lp_hero_cta a:hover {
    background: #5561a8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }

  .lp_hero .lp_hero_scroll {
    bottom: 30px;
    height: 30px
  }

  .lp_hero .lp_hero_scroll span {
    font-size: 1vw;
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
    display: inline-block
  }

  @-webkit-keyframes scroll_line {
    0% {
      height: 0;
      top: 0;
      opacity: 0
    }

    30% {
      height: 20px;
      opacity: 1
    }

    100% {
      height: 0;
      top: 40px;
      opacity: 0
    }
  }

  @keyframes scroll_line {
    0% {
      height: 0;
      top: 0;
      opacity: 0
    }

    30% {
      height: 20px;
      opacity: 1
    }

    100% {
      height: 0;
      top: 40px;
      opacity: 0
    }
  }
}

.lp_logo {
  background: #fff;
  overflow: hidden;
  padding: 30px 0
}

.lp_logo .lp_logo_inner {
  width: 100%;
  position: relative
}

.lp_logo .lp_logo_inner .lp_logo_slider {
  display: flex;
  -webkit-animation: slide 16s linear infinite;
  animation: slide 16s linear infinite
}

.lp_logo .lp_logo_inner .lp_logo_slide {
  display: flex;
  align-items: center
}

.lp_logo .lp_logo_inner .lp_logo_slide img {
  display: block;
  width: 100%
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.lp_concept {
  background: url("../img/2026_concept_bg.svg") no-repeat top left #f8f8f8;
  background-size: auto 60px;
  padding: 60px 5%
}

.lp_concept .lp_concept_inner .lp_concept_title {
  font-size: 6.9333333333vw;
  text-align: center
}

.lp_concept .lp_concept_inner .lp_concept_midashi {
  font-size: 5.5vw;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: .05em;
}

.lp_concept .lp_concept_inner .lp_concept_text {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 20px;
  line-height: 1.6
}

.lp_concept .lp_concept_inner .lp_concept_text br {
  display: none
}

@media screen and (min-width:768px) {
  .lp_concept {
    background: url("../img/2026_concept_bg.svg") no-repeat 0 -10px #f8f8f8;
    background-size: 65.7% auto;
    padding: 80px 5%
  }

  .lp_concept .lp_concept_inner .lp_concept_title {
    font-size: 2.4285714286vw;
    text-align: center
  }

  .lp_concept .lp_concept_inner .lp_concept_midashi {
    font-size: 2.081632653vw;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
  }

  .lp_concept .lp_concept_inner .lp_concept_text {
    font-size: 1.2857142857vw;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2
  }

  .lp_concept .lp_concept_inner .lp_concept_text br {
    display: block
  }
}

.lp_conference {
  background: #fff;
  padding: 12.33vw 4vw
}

.lp_conference .lp_conferencet_inner .lp_conferencet_title {
  font-size: 5.33vw;
  font-weight: 700;
  text-align: center;
}

.lp_conference .lp_conferencet_inner .lp_conferencet_title span {
  display: inline-block;
  color: #fff;
  background: -moz-linear-gradient(left, #13ceb4, #2f60b5);
  background: -webkit-linear-gradient(left, #13ceb4, #2f60b5);
  background: linear-gradient(to right, #13ceb4, #2f60b5);
  padding: 1px 2%
}

.lp_conference .lp_conferencet_inner .lp_conferencet_list {
  width: 92vw;
  margin: 5.33vw auto 0 auto;
}

.lp_conference .lp_conferencet_inner .lp_conferencet_list li {
  position: relative;
  width: 100%;
  margin: 5.33vw 0 0 0;
  padding: 6.33vw 4vw;
  background: #f8f8f8;
  border-radius: 1vw
}

.lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Number {
  position: absolute;
  top: -4vw;
  left: 50%;
  margin-left: -4vw;
  display: inline-block;
  color: #fff;
  font-size: 3.47vw;
  font-weight: 700;
  text-align: center;
  line-height: 8vw;
  background: -moz-linear-gradient(left, #14cdb4, #2f60b5);
  background: -webkit-linear-gradient(left, #14cdb4, #2f60b5);
  background: linear-gradient(to right, #14cdb4, #2f60b5);
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
}

.lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Midashi {
  text-align: center
}

.lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Midashi span {
  position: relative;
  display: inline-block;
  font-size: 5.33vw;
  font-weight: 700;
}

.lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Midashi span::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  disolay: block;
  content: '';
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(left, #14cdb4, #2f60b5);
  background: -webkit-linear-gradient(left, #14cdb4, #2f60b5);
  background: linear-gradient(to right, #14cdb4, #2f60b5)
}

.lp_conferencet_list-Text {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin-top: 5.33vw;
}

@media screen and (min-width:768px) {
  .lp_conference {
    background: #fff;
    padding: 80px 5%
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_title {
    font-size: 2.081632653vw;
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_list {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 45px auto 0 auto;
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_list li {
    position: relative;
    width: calc((100% - 20px) / 3);
    margin: 0 10px;
    padding: 48px 0;
    background: #f8f8f8;
    border-radius: 10px
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Number {
    position: absolute;
    top: -2vw;
    left: 50%;
    margin-left: -2vw;
    display: inline-block;
    color: #fff;
    font-size: 1.248979592vw;
    font-weight: 700;
    text-align: center;
    line-height: 4vw;
    background: -moz-linear-gradient(left, #14cdb4, #2f60b5);
    background: -webkit-linear-gradient(left, #14cdb4, #2f60b5);
    background: linear-gradient(to right, #14cdb4, #2f60b5);
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Midashi {
    text-align: center
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Midashi span {
    position: relative;
    display: inline-block;
    font-size: 2.081632653vw;
    font-weight: 700;
  }

  .lp_conference .lp_conferencet_inner .lp_conferencet_list li .lp_conferencet_list-Midashi span::before {
    position: absolute;
    left: 0;
    bottom: -7px;
    disolay: block;
    content: '';
    width: 100%;
    height: 7px;
    background: -moz-linear-gradient(left, #14cdb4, #2f60b5);
    background: -webkit-linear-gradient(left, #14cdb4, #2f60b5);
    background: linear-gradient(to right, #14cdb4, #2f60b5)
  }

  .lp_conferencet_list-Text {
    font-size: 1.2vw;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    margin-top: 35px;
    letter-spacing: 0;
  }
}

.lp_cta {
  background: #252d46;
  padding: 50px 5%
}

.lp_cta .lp_cta_inner .lp_cta_button a {
  display: block;
  background: linear-gradient(135deg, rgb(85, 97, 168) 0%, rgb(237, 87, 106) 100%);
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 30px
}

.lp_cta .lp_cta_inner .lp_cta_button a span {
  display: inline-block;
  background: #fff;
  color: #685fa0;
  font-size: 3.7333333333vw;
  padding: 2px 9px 2px 10px;
  margin-right: 10px;
  border-radius: 50px;
  text-align: center
}

.lp_cta .lp_cta_inner .lp_cta_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px
}

.lp_cta .lp_cta_inner .lp_cta_sns:after {
  content: "SNSでシェアする";
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px
}

.lp_cta .lp_cta_inner .lp_cta_sns li {
  width: 28px;
  margin: 0 5px
}

@media screen and (min-width:768px) {
  .lp_cta {
    padding: 80px 5%
  }

  .lp_cta .lp_cta_inner {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .lp_cta .lp_cta_inner .lp_cta_button {
    margin-right: 20px
  }

  .lp_cta .lp_cta_inner .lp_cta_button a {
    display: block;
    background: linear-gradient(135deg, rgb(85, 97, 168) 0%, rgb(237, 87, 106) 100%);
    text-align: center;
    color: #fff;
    font-size: 1.2857142857vw;
    font-weight: 700;
    padding: 1.1428571429vw 2.1428571429vw;
    border-radius: 50px;
    transition: .4s
  }

  .lp_cta .lp_cta_inner .lp_cta_button a span {
    display: inline-block;
    background: #fff;
    color: #685fa0;
    font-size: 1vw;
    padding: 2px 9px 2px 10px;
    margin-right: 10px;
    border-radius: 25px;
    text-align: center
  }

  .lp_cta .lp_cta_inner .lp_cta_button a:hover {
    background: #5561a8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }

  .lp_cta .lp_cta_inner .lp_cta_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0
  }

  .lp_cta .lp_cta_inner .lp_cta_sns:after {
    content: "SNSでシェアする";
    color: #fff;
    font-size: .8571428571vw;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px
  }

  .lp_cta .lp_cta_inner .lp_cta_sns li {
    width: 28px;
    margin: 0 5px
  }

  .lp_cta .lp_cta_inner .lp_cta_sns li button {
    cursor: pointer;
    display: inline-block;
    transition: .2s
  }

  .lp_cta .lp_cta_inner .lp_cta_sns li button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.lp_sessions {
  background: url("../img/2026_sessions_bg.svg") no-repeat top left #f8f8f8;
  background-size: auto 60px;
  padding: 60px 5%
}

.lp_sessions .lp_sessions_title {
  font-size: 6.9333333333vw;
  text-align: center
}

.lp_sessions .lp_sessions_date {
  margin-top: 5.33vw;
}

.lp_sessions .lp_sessions_date li {
  text-align: center;
  margin-top: 4vw;
  padding: 0 10px
}

.lp_sessions .lp_sessions_date li a {
  font-size: 4vw;
  font-weight: 700;
  display: inline-block;
  width: 60vw;
  padding: 2vw 4vw
}

.lp_sessions .lp_sessions_date li a span {
  font-size: 3vw;
}

.lp_sessions .lp_sessions_date li.lp_sessions_date-1 a {
  color: #3db0d8;
  border: 1px solid #3db0d8;
  border-radius: 50px
}

.lp_sessions .lp_sessions_date li.lp_sessions_date-2 a {
  color: #4d5887;
  border: 1px solid #4d5887;
  border-radius: 50px
}

.lp_sessions .lp_sessions_date li.lp_sessions_date-3 a {
  color: #e85a69;
  border: 1px solid #e85a69;
  border-radius: 50px
}

.lp_sessions .lp_day_theme {
  position: relative;
  margin-top: 9.33vw;
  padding: 3.74vw 4vw;
  background: #232d46;
}

.lp_sessions .lp_day_theme::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #232d46
}

.lp_sessions .lp_day_theme h3 {
  color: #fff;
  font-size: 4.66vw;
  font-weight: 700
}

.lp_sessions .lp_day_theme h3 span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 4vw;
  margin-left: 8px;
  padding-left: 24px
}

.lp_sessions .lp_day_theme h3 span::before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
}

.lp_sessions .lp_day_caption {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.2
}

.lp_sessions .lp_day1 th {
  background: #3db0d8 !important
}

.lp_sessions .lp_day1 td .lp_day_tab ._item {
  background: #3db0d8 !important
}

.lp_sessions .lp_day2 th {
  background: #4d5887 !important
}

.lp_sessions .lp_day2 td .lp_day_tab ._item {
  background: #4d5887 !important
}

.lp_sessions .lp_day3 th {
  background: #e85a69 !important
}

.lp_sessions .lp_day3 td .lp_day_tab ._item {
  background: #e85a69 !important
}

.lp_sessions .lp_day_table {
  margin-top: 20px
}

.lp_sessions .lp_day_table tr th {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 10px
}

.lp_sessions .lp_day_table tr th .lp_day_theme {
  color: #fff;
  border-radius: 20px;
  font-size: 2.6666666667vw;
  padding: 2px 20px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.lp_sessions .lp_day_table tr td {
  display: block;
  padding: 20px;
  width: 100%;
  background: #fff
}

.lp_sessions .lp_day_table tr td .lp_day_subtitle {
  font-size: 3.2vw;
  font-weight: 700
}

.lp_sessions .lp_day_table tr td .lp_day_title {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2
}

.lp_sessions .lp_day_table tr td .lp_day_tab {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px
}

.lp_sessions .lp_day_table tr td .lp_day_tab ._item {
  color: #fff;
  border-radius: 20px;
  font-size: 2.6666666667vw;
  padding: 2px 20px;
  margin-right: 10px
}

.lp_sessions .lp_day_table tr td .lp_day_speaker ._item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px
}

.lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._img {
  width: 80px;
  flex: 0 0 auto;
}

.lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._speaker {
  margin-left: 10px;
  font-size: 3.7333333333vw;
  font-weight: 700
}

.lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._speaker ._company {
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1.2
}

.lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._speaker ._company small {
  font-size: 2.1333333333vw;
  display: block;
  margin-bottom: 2px
}

@media screen and (min-width:768px) {
  .lp_sessions {
    background: url("../img/2026_sessions_bg.svg") no-repeat 0 -10px #fff;
    background-size: 65.7% auto;
    padding: 80px 5%
  }

  .lp_sessions .lp_sessions_title {
    font-size: 2.4285714286vw
  }

  .lp_sessions .lp_sessions_date {
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .lp_sessions .lp_sessions_date li {
    margin-top: 0;
  }

  .lp_sessions .lp_sessions_date li a {
    text-decoration: underline;
    font-size: 1.734693878vw;
    width: auto;
    padding: 30px 0 0;
    transition: .2s
  }

  .lp_sessions .lp_sessions_date li a:hover {
    text-decoration: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .lp_sessions .lp_sessions_date li.lp_sessions_date-2::before,
  .lp_sessions .lp_sessions_date li.lp_sessions_date-3::before {
    content: "/";
    font-weight: 700;
    font-size: 1.2857142857vw;
    padding-right: 20px
  }

  .lp_sessions .lp_sessions_date li a span {
    font-size: 1.040816327vw;
  }

  .lp_sessions .lp_sessions_date li.lp_sessions_date-1 a,
  .lp_sessions .lp_sessions_date li.lp_sessions_date-2 a,
  .lp_sessions .lp_sessions_date li.lp_sessions_date-3 a {
    border: none;
    border-radius: 0
  }

  .lp_sessions .lp_day1,
  .lp_sessions .lp_day2,
  .lp_sessions .lp_day3 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px
  }

  .lp_sessions .lp_day_theme {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 15px 3%;
    background: #232d46;
  }

  .lp_sessions .lp_day_theme::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -28px;
    border: 28px solid transparent;
    border-top: 20px solid #232d46
  }

  .lp_sessions .lp_day_theme h3 {
    color: #fff;
    font-size: 2.428571429vw;
    font-weight: 700
  }

  .lp_sessions .lp_day_theme h3 span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.734693878vw;
    margin-left: 8px;
    padding-left: 27px
  }

  .lp_sessions .lp_day_theme h3 span::before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #fff;
  }

  .lp_sessions .lp_day_caption {
    color: #fff;
    font-size: 1.5714285714vw;
    font-weight: 700
  }

  .lp_sessions .lp_day_caption small {
    font-size: 1vw
  }

  .lp_sessions .lp_day_table {
    margin: 20px auto 10px auto;
    width: 100%
  }

  .lp_sessions .lp_day_table tr:nth-child(odd) td {
    background: #f8f8f8
  }

  .lp_sessions .lp_day_table tr th {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    color: #fff;
    font-size: 1.2857142857vw;
    font-weight: 700;
    padding: 30px 20px;
    width: 20%
  }

  .lp_sessions .lp_day_table tr td {
    display: table-cell;
    padding: 30px 20px;
    width: 80%;
    background: #fff
  }

  .lp_sessions .lp_day_table tr td .lp_day_subtitle {
    font-size: .8571428571vw;
    font-weight: 700;
    margin-bottom: 5px
  }

  .lp_sessions .lp_day_table tr td .lp_day_title {
    font-size: 1.2857142857vw;
    line-height: 1.4
  }

  .lp_sessions .lp_day_table tr td .lp_day_tab {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px
  }

  .lp_sessions .lp_day_table tr td .lp_day_tab ._item {
    border-radius: 30px;
    font-size: .7142857143vw
  }

  .lp_sessions .lp_day_table tr td .lp_day_speaker {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
  }

  .lp_sessions .lp_day_table tr td .lp_day_speaker ._item {
    width: 47%;
    margin-right: 3%;
    margin-top: 10px
  }

  .lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._speaker {
    margin-left: 10px;
    font-size: 1vw
  }

  .lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._speaker ._company {
    font-size: .8571428571vw
  }

  .lp_sessions .lp_day_table tr td .lp_day_speaker ._item ._speaker ._company small {
    font-size: .5714285714vw
  }
}

.lp_sponsor {
  margin: 30px 5%;
  padding: 30px;
  border: 5px solid;
  -o-border-image: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%) 1;
  border-image: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%) 1
}

.lp_sponsor .lp_sponsor_title {
  font-size: 6.9333333333vw;
  text-align: center;
  position: relative;
  padding-bottom: 20px
}

.lp_sponsor .lp_sponsor_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px)
}

.lp_sponsor .lp_sponsor_list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.lp_sponsor .lp_sponsor_list .lp_sponsor_item {
  width: 48%;
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .lp_sponsor {
    max-width: 1000px;
    margin: 80px auto;
    padding: 60px;
    border: 10px solid;
    -o-border-image: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%) 1;
    border-image: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%) 1
  }

  .lp_sponsor .lp_sponsor_title {
    font-size: 2.4285714286vw;
    padding-bottom: 20px
  }

  .lp_sponsor .lp_sponsor_list {
    margin-top: 20px
  }

  .lp_sponsor .lp_sponsor_list .lp_sponsor_item {
    width: 30%;
    margin-top: 20px
  }
}

.lp_outline {
  background: url("../img/2026_outline_bg.svg") no-repeat top left #f8f8f8;
  background-size: auto 60px;
  padding: 60px 5%
}

.lp_outline .lp_outline_title {
  font-size: 6.9333333333vw;
  text-align: center
}

.lp_outline .lp_outline_table {
  position: relative;
  width: 100%;
  margin: 5.3333333333vw auto;
  border-top: 2px solid #000
}

.lp_outline .lp_outline_table th,
.lp_outline .lp_outline_table td {
  display: block;
  width: 100%;
  font-size: 4.2666666667vw;
  line-height: 1.7;
  padding: 4.85%
}

.lp_outline .lp_outline_table th {
  text-align: left;
  font-weight: 700;
  border-bottom: 1px dashed #000
}

.lp_outline .lp_outline_table td {
  border-bottom: 2px solid #000;
  font-weight: 400
}

.lp_outline .lp_outline_table ul {
  width: 87.5%;
  margin-left: 4.175%
}

.lp_outline .lp_outline_table li {
  font-size: 3.7333333333vw;
  line-height: 1.7;
  padding-left: 1.4em;
  text-indent: -1.4em
}

.lp_outline .lp_outline_table li:before {
  content: "※";
  margin-right: .25em
}

.lp_outline .lp_outline_table p {
  font-size: 3.7333333333vw;
  margin-top: .5em;
  text-align: center
}

.lp_outline .lp_outline_table p:before {
  content: "※";
  margin-right: .25em
}

@media screen and (min-width:768px) {
  .lp_outline {
    background: url("../img/2026_outline_bg.svg") no-repeat 0 -10px #f8f8f8;
    background-size: 79% auto;
    padding: 80px 5%
  }

  .lp_outline .lp_outline_title {
    font-size: 2.4285714286vw;
    text-align: center
  }

  .lp_outline .lp_outline_inner {
    max-width: 1000px;
    margin: 0 auto
  }

  .lp_outline .lp_outline_table {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 45px 30px;
    border-top: none
  }

  .lp_outline .lp_outline_table th,
  .lp_outline .lp_outline_table td {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: auto;
    font-size: 1.1428571429vw;
    line-height: 1.7;
    padding: 4.85%
  }

  .lp_outline .lp_outline_table th {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 0 1.5em;
    width: 28.5%
  }

  .lp_outline .lp_outline_table td {
    border-bottom: 1px dashed #000;
    padding: 30px 0 30px 30px;
    width: 71.5%
  }

  .lp_outline .lp_outline_table ul {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0
  }

  .lp_outline .lp_outline_table li {
    font-size: 1vw
  }

  .lp_outline .lp_outline_table p {
    font-size: 1vw
  }
}

.lp_entry {
  background: url("../img/2026_entry_bg.svg") no-repeat top left #fff;
  background-size: auto 60px;
  padding: 60px 5%;
  padding: 13.3333333333vw 2.6666666667vw
}

.lp_entry .lp_entry_title {
  font-size: 6.9333333333vw;
  text-align: center
}

.lp_entry_inner {
  padding: 12% 0
}

.lp_entry_inner form {
  background: #fff;
  padding: 7.94% 8% 9.525%;
  position: relative;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .1)
}

.lp_entry_inner form:before {
  content: "* 必須";
  position: absolute;
  top: -2em;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ce4242
}

.lp_entry_inner form:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.6666666667vw;
  background: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%)
}

.lp_entry_inner form .MobileNumberTemporary .formHeading {
  line-height: 1;
  padding: 4px 0 6px
}

.lp_entry_inner form .MobileNumberTemporary .formHeading:after {
  content: "お持ちで無い方は固定電話番号をご記入ください" !important;
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  display: inline-block
}

.lp_entry_inner form .MobileNumberTemporary .formHeading label:after {
  content: "*";
  color: #ce4242;
  display: inline-block
}

.lp_entry_inner form .email .formHeading {
  line-height: 1;
  padding: 4px 0 6px
}

.lp_entry_inner form .email .formHeading:after {
  content: "フリーアドレスでのお申し込みはお控えください" !important;
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  display: inline-block
}

.lp_entry_inner form .email .formHeading label:after {
  content: "*";
  color: #ce4242;
  display: inline-block
}

#pardot-form .form-field.last_name,
#pardot-form .form-field.first_name {
  border-bottom: none
}

.lp_entry_privacy {
  background: #f8f8f8;
  padding: 30px 20px
}

.lp_entry_privacy .lp_privacy_title {
  font-size: 4.8vw
}

.lp_entry_privacy .lp_privacy_subtitle {
  font-size: 3.2vw;
  font-weight: 700;
  margin-top: 20px
}

.lp_entry_privacy .lp_privacy_text {
  font-size: 2.9333333333vw;
  margin-top: 10px
}

.lp_entry_privacy .lp_privacy_sharlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.lp_entry_privacy .lp_privacy_sharlist .lp_privacy_sharitem {
  width: 50%;
  font-size: 2.9333333333vw;
  margin-top: 10px
}

.lp_entry_privacy .lp_privacy_sharlist .lp_privacy_sharitem::before {
  content: "\2022"
}

.lp_entry_privacy .lp_privacy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.lp_entry_privacy .lp_privacy_list .lp_privacy_item {
  width: 48%;
  margin-top: 10px;
  font-size: 3.2vw
}

.lp_entry_privacy .lp_privacy_list .lp_privacy_item::before {
  content: "\25A0"
}

.lp_entry_privacy .lp_privacy_list .lp_privacy_item a {
  display: block;
  text-decoration: underline;
  font-size: 2.6666666667vw
}

@media screen and (min-width:768px) {
  .lp_entry {
    background: url("../img/2026_entry_bg.svg") no-repeat 0 -10px #fff;
    background-size: 65.7% auto;
    padding: 80px 5%
  }

  .lp_entry .lp_entry_title {
    text-align: center;
    font-size: 2.4285714286vw
  }

  .lp_entry_inner {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0
  }

  .lp_entry_inner form {
    padding: 55px 30px 45px
  }

  .lp_entry_inner form:before {
    font-weight: 400
  }

  .lp_entry_inner form:after {
    height: 10px
  }

  .lp_entry_inner form .MobileNumberTemporary .formHeading {
    line-height: 1.5
  }

  .lp_entry_inner form .form-field.kojinjyouhou__EbisMailMagazineCheck {
    margin-bottom: 30px !important
  }

  .lp_entry_inner form .submit button {
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .4s cubic-bezier(0.53, 0.21, 0, 1)
  }

  .lp_entry_inner form .submit button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -115%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    width: 110%;
    height: 100%;
    background: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%);
    transition: all .4s cubic-bezier(0.53, 0.21, 0, 1);
    z-index: -1
  }

  .lp_entry_inner form .submit button:hover:before {
    left: -5%
  }

  .is-submit:before {
    content: none !important
  }

  .lp_entry_privacy {
    max-width: 768px;
    padding: 4.2857142857vw;
    margin: 0 auto
  }

  .lp_entry_privacy .lp_privacy_title {
    font-size: 1.2857142857vw
  }

  .lp_entry_privacy .lp_privacy_subtitle {
    font-size: .8571428571vw;
    font-weight: 700;
    margin-top: 30px
  }

  .lp_entry_privacy .lp_privacy_text {
    font-size: .7857142857vw;
    margin-top: 10px
  }

  .lp_entry_privacy .lp_privacy_text a {
    display: inline-block;
    text-decoration: underline;
    font-size: .7142857143vw;
    transition: .2s
  }

  .lp_entry_privacy .lp_privacy_text a:hover {
    text-decoration: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .lp_entry_privacy .lp_privacy_sharlist {
    display: flex;
    justify-content: left
  }

  .lp_entry_privacy .lp_privacy_sharlist .lp_privacy_sharitem {
    width: 33%;
    font-size: .7857142857vw;
    margin-top: 10px
  }

  .lp_entry_privacy .lp_privacy_sharlist .lp_privacy_sharitem::before {
    content: "\2022"
  }

  .lp_entry_privacy .lp_privacy_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .lp_entry_privacy .lp_privacy_list .lp_privacy_item {
    width: 48%;
    margin-top: 20px;
    margin-left: 2%;
    font-size: .8571428571vw
  }

  .lp_entry_privacy .lp_privacy_list .lp_privacy_item a {
    display: block;
    text-decoration: underline;
    font-size: .7142857143vw;
    transition: .2s
  }

  .lp_entry_privacy .lp_privacy_list .lp_privacy_item a:hover {
    text-decoration: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
}

#pardot-form *,
#pardot-form::after,
#pardot-form::before {
  box-sizing: border-box
}

#pardot-form .form-field {
  margin-bottom: 35px
}

#pardot-form .formHeading {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700
}

#pardot-form .required .formHeading:after {
  content: "*";
  color: red
}

#pardot-form .OtherRequest .formHeading:after {
  content: none
}

#pardot-form .formInputInner {
  position: relative
}

#pardot-form .formInputInner input[type=text],
#pardot-form .formInputInner select,
#pardot-form .formInputInner textarea {
  font-family: inherit;
  font-size: 16px;
  width: 100% !important;
  height: 38px;
  padding: 0 .5em;
  border: 1px solid #e9e9e9;
  transition: all .1s ease;
  border-radius: 5px
}

#pardot-form .formInputInner input[type=text]::-webkit-input-placeholder,
#pardot-form .formInputInner select::-webkit-input-placeholder,
#pardot-form .formInputInner textarea::-webkit-input-placeholder {
  color: #afafaf
}

#pardot-form .formInputInner input[type=text]:-ms-input-placeholder,
#pardot-form .formInputInner select:-ms-input-placeholder,
#pardot-form .formInputInner textarea:-ms-input-placeholder {
  color: #afafaf
}

#pardot-form .formInputInner input[type=text]::-ms-input-placeholder,
#pardot-form .formInputInner select::-ms-input-placeholder,
#pardot-form .formInputInner textarea::-ms-input-placeholder {
  color: #afafaf
}

#pardot-form .formInputInner input[type=text]::placeholder,
#pardot-form .formInputInner select::placeholder,
#pardot-form .formInputInner textarea::placeholder {
  color: #afafaf
}

#pardot-form .formInputInner input[type=text]:focus,
#pardot-form .formInputInner select:focus,
#pardot-form .formInputInner textarea:focus {
  background: #f5f5f5;
  outline: none;
  border: 2px solid #ce4242;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1)
}

#pardot-form .formInputInner select {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px;
  background-size: 25px 25px;
  color: #969696
}

#pardot-form .formInputInner select:focus {
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px;
  background-size: 25px 25px;
  color: #000
}

#pardot-form .formInputInner select.is-selected {
  color: #000
}

#pardot-form .formInputInner textarea {
  height: 5.1em;
  background: #fff
}

#pardot-form .last_name.form-field {
  margin-bottom: 0
}

#pardot-form .last_name.form-field .formInputInner {
  width: calc(50% - 5px);
  float: left
}

#pardot-form .first_name.form-field {
  width: calc(50% - 5px);
  float: right
}

#pardot-form .first_name.form-field .formHeading {
  display: none
}

#pardot-form .first_name.form-field+.form-field {
  clear: both
}

#pardot-form .pd-checkbox .value span {
  float: left;
  display: flex;
  align-items: center;
  margin: .75em 3em 0 0
}

#pardot-form .pd-checkbox .value span input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 1px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff
}

#pardot-form .pd-checkbox .value span input[type=checkbox]:checked {
  border: 1px solid #000;
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M9%2C20.42L2.79%2C14.21L5.62%2C11.38L9%2C14.77L18.88%2C4.88L21.71%2C7.71L9%2C20.42Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 14px 14px
}

#pardot-form .pd-checkbox .value span input[type=checkbox]:focus {
  outline: none
}

#pardot-form .pd-checkbox .value span label {
  font-size: 16px;
  margin-left: .5em
}

#pardot-form .pd-checkbox .value:after {
  content: "";
  display: block;
  clear: both
}

#pardot-form .pd-radio .value span {
  float: left;
  display: flex;
  align-items: center;
  margin: .75em 3em 0 0
}

#pardot-form .pd-radio .value span input[type=radio] {
  margin: 0;
  position: relative;
  top: 1px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 100px
}

#pardot-form .pd-radio .value span input[type=radio]:checked {
  border: 1px solid #000;
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 8px 8px
}

#pardot-form .pd-radio .value span input[type=radio]:focus {
  outline: none
}

#pardot-form .pd-radio .value span label {
  font-size: 16px;
  margin-left: .5em
}

#pardot-form .pd-radio .value:after {
  content: "";
  display: block;
  clear: both
}

#pardot-form .description {
  margin: .5em 0 0 1.5em;
  font-size: 15px
}

#pardot-form .description a {
  color: #2347b5;
  text-decoration: underline
}

#pardot-form .hidden {
  display: none !important;
  visibility: hidden !important
}

#pardot-form .hidden.pd-captcha {
  display: block !important;
  visibility: visible !important
}

#pardot-form .hidden.pd-captcha .formHeading {
  display: none
}

#pardot-form .hidden.pd-captcha .formInputInner {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center
}

#pardot-form .submit {
  text-align: center
}

#pardot-form .submit button {
  position: relative;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(135deg, rgb(209, 88, 182) 0%, rgb(91, 209, 252) 100%);
  background-size: 100% auto;
  background-position: 0 0;
  z-index: 0;
  font-size: 20px;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 1em 16px;
  cursor: pointer;
  transition: all .3s ease;
  line-height: 1.5;
  font-family: inherit;
  font-weight: bold
}

#pardot-form p.error {
  color: #ce4242;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -1.25em;
  margin: 0
}

#pardot-form p.error:before {
  content: "窶ｻ";
  margin-right: .1em
}

#pardot-form .error.formInputInner input[type=text] {
  background: rgba(255, 0, 0, .3)
}

#pardot-form .error.formInputInner select {
  background: rgba(255, 0, 0, .3) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px;
  background-size: 25px 25px
}

#pardot-form .pd-checkbox .error.formInputInner,
#pardot-form .pd-radio .error.formInputInner {
  background: rgba(255, 0, 0, .3)
}

#pardot-form .submit .is-submit {
  pointer-events: none;
  background: #f4f4f4;
  color: #000
}

#pardot-form .contentFormAfter {
  margin-top: 15px
}

#pardot-form .contentFormAfter p {
  font-size: 12px
}

#pardot-form .contentFormAfter p a {
  color: #2347b5;
  text-decoration: underline
}

#pardot-form .policy_box {
  background: #f4f4f4;
  padding: 4.35%;
  margin: 5.8% 0
}

@media screen and (min-width:768px) {
  #pardot-form {
    max-width: 768px;
    margin: 0 auto
  }

  #pardot-form .form-field {
    margin-bottom: 20px
  }

  #pardot-form .formHeading {
    font-size: 14px;
    margin-bottom: 5px
  }

  #pardot-form .formInputInner input[type=text],
  #pardot-form .formInputInner select {
    font-size: 14px;
    height: 34px
  }

  #pardot-form .formInputInner textarea {
    font-size: 14px
  }

  #pardot-form .last_name {
    margin-bottom: 0
  }

  #pardot-form .pd-checkbox .value span label,
  #pardot-form .pd-radio .value span label {
    font-size: 14px
  }

  #pardot-form .submit {
    margin: 40px 0 0
  }

  #pardot-form .submit button {
    padding: 12px 1em 14px
  }

  #pardot-form .submit button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0 3px #d158b6 inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
  }

  #pardot-form .submit button:hover {
    color: #d158b6
  }

  #pardot-form .submit button:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
  }

  #pardot-form p.error {
    left: auto;
    right: 0
  }

  #pardot-form #error_for_Recaptchapi_Recaptcha+p.error {
    right: auto
  }

  #pardot-form .description {
    font-size: 14px
  }

  #pardot-form .description a:hover {
    text-decoration: none
  }

  #pardot-form .contentFormAfter p {
    font-size: 14px;
    margin: 30px 0 0
  }

  #pardot-form .contentFormAfter p a:hover {
    text-decoration: none
  }

  #pardot-form .policy_box {
    padding: 30px;
    margin: 30px 0
  }

  #pardot-form .policy_box p:first-child {
    margin: 0
  }
}

.lp_footer {
  background: #252d46;
  color: #fff;
  padding: 30px 5%
}

.lp_footer .lp_mlm_footer_info .lp_footer_logo {
  width: 123px
}

.lp_footer .lp_mlm_footer_info .lp_footer_info_text {
  font-size: 3.2vw;
  margin-top: 10px
}

.lp_footer .lp_mlm_footer_info .lp_footer_info_text a {
  text-decoration: underline
}

.lp_footer .lp_mlm_footer_info .lp_footer_info_copyright {
  font-size: 2.6666666667vw;
  margin-top: 10px
}

@media screen and (min-width:768px) {
  .lp_footer {
    background: #252d46;
    color: #fff;
    padding: 30px 5% 60px
  }

  .lp_footer .lp_mlm_footer_info .lp_footer_logo {
    width: 123px
  }

  .lp_footer .lp_mlm_footer_info .lp_footer_info_text {
    font-size: .8571428571vw;
    margin-top: 10px
  }

  .lp_footer .lp_mlm_footer_info .lp_footer_info_text a {
    display: inline-block;
    transition: .2s
  }

  .lp_footer .lp_mlm_footer_info .lp_footer_info_text a:hover {
    text-decoration: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .lp_footer .lp_mlm_footer_info .lp_footer_info_copyright {
    font-size: .7142857143vw;
    margin-top: 10px
  }
}

/*# sourceMappingURL=lp_ddm.css.map */