@charset "UTF-8";
*,
::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;
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.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;
  appearance: none;
}

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

textarea {
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.lp_basic_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.9333333333vw 4vw;
  background: #fff;
}
.lp_basic_header h1 {
  font-weight: 500;
}
.lp_basic_header h1 svg {
  width: 34.6666666667vw;
}
.lp_basic_header h1 span {
  display: none;
}
.lp_basic_header p a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(237, 85, 85) 0%, rgb(237, 85, 85) 100%);
  border-radius: 5px;
  color: #fff;
  font-weight: 900;
  position: relative;
  padding: 0 2.6666666667vw;
  height: 10.1333333333vw;
  font-size: 3.2vw;
  min-width: 29.3333333333vw;
}
.lp_basic_header p a span {
  position: relative;
  top: -0.1em;
}

.lp_basic_inner {
  margin-bottom: 16vw;
}
.lp_basic_inner video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lp_basic_inner h2 {
  margin: 10.6666666667vw 0 8vw;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
}
.lp_basic_inner h2.lp_basic_inner_text_h2 {
  text-align: left;
}
.lp_basic_inner p {
  font-size: 4.2666666667vw;
  line-height: 1.7;
  margin-bottom: 8vw;
}
.lp_basic_inner p small {
  display: inline-block;
  font-size: 3.2vw;
  line-height: 1.5;
}
.lp_basic_inner ul {
  margin-bottom: 8vw;
}
.lp_basic_inner ul li {
  font-size: 4.2666666667vw;
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-bottom: 1.3333333333vw;
}
.lp_basic_inner ul li:before {
  content: "・";
  margin-right: 0.5em;
}

.lp_basic_inner_text_pc {
  display: none;
}

.lp_basic_inner_text {
  padding: 0 8vw;
}

ul.lp_basic_speaker {
  margin-bottom: 0;
}
ul.lp_basic_speaker li {
  padding-left: 0;
  text-indent: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1.3333333333vw 2.6666666667vw 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
ul.lp_basic_speaker li:before {
  content: none;
}

.lp_basic_speaker_logo {
  width: 100%;
  text-align: center;
  margin: 4vw 0;
}
.lp_basic_speaker_logo img {
  width: 53.3333333333vw;
}

.lp_basic_speaker_inner {
  width: calc(100% - 26.66667vw);
  padding: 0 4vw;
}

p.lp_basic_speaker_tag {
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  background: #019489;
  width: 32.5333333333vw;
  height: 5.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 2.6666666667vw;
}
p.lp_basic_speaker_tag span {
  position: relative;
  top: -0.1em;
}

p.lp_basic_speaker_company,
p.lp_basic_speaker_text {
  font-size: 3.2vw;
  margin: 0;
}

p.lp_basic_speaker_company {
  font-weight: 900;
}

.lp_basic_speaker_photo {
  width: 26.6666666667vw;
  display: flex;
}
.lp_basic_speaker_photo img {
  margin-top: auto;
}

.lp_basic_form_wrap {
  padding: 8vw 4vw;
  width: 92vw;
  margin: 0 auto -16vw;
  box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
}
.lp_basic_form_wrap h2 {
  font-size: 5.3333333333vw;
  font-weight: 900;
  color: #000;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 5.3333333333vw;
}
.lp_basic_form_wrap h2 + p {
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 5.3333333333vw;
  line-height: 1.7;
}
.lp_basic_form_wrap h2 + p a {
  text-decoration: underline;
}
.lp_basic_form_wrap h2 + p span {
  font-size: 3.7333333333vw;
}

.lp_basic_form_inner {
  position: relative;
}
.lp_basic_form_inner:after {
  content: "※すべて必須";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  color: #ea6000;
}

.lp_basic_footer {
  padding: 32vw 0 8vw;
  background: #f8f8f8;
}
.lp_basic_footer p {
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp_basic_main {
    min-height: calc(100vh - 209px);
  }
  .lp_basic_header {
    justify-content: space-between;
    padding: 30px 30px 15px;
    background: none;
  }
  .lp_basic_header h1 {
    text-align: center;
  }
  .lp_basic_header h1 svg {
    width: 218px;
  }
  .lp_basic_header h1 span {
    display: block;
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .lp_basic_header p {
    display: none;
  }
  .lp_basic_main {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .lp_basic_inner {
    max-width: 800px;
    margin-bottom: 0;
    flex: 1;
  }
  .lp_basic_inner h2 {
    margin: 65px 0 45px;
    font-size: 3.5rem;
    text-align: left;
  }
  .lp_basic_inner h2.lp_basic_inner_text_h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .lp_basic_inner p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .lp_basic_inner p small {
    font-size: 1.2rem;
  }
  .lp_basic_inner ul {
    margin-bottom: 30px;
  }
  .lp_basic_inner ul li {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .lp_basic_inner_text_sp {
    display: none;
  }
  .lp_basic_inner_text_pc {
    display: block;
  }
  .lp_basic_inner_text {
    padding: 0 50px;
  }
  ul.lp_basic_speaker {
    margin-top: 45px;
  }
  ul.lp_basic_speaker li {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .lp_basic_speaker_logo {
    width: auto;
    margin: 0;
  }
  .lp_basic_speaker_logo img {
    width: 200px;
  }
  .lp_basic_speaker_inner {
    width: calc(100% - 350px);
    padding: 0 10px;
  }
  p.lp_basic_speaker_tag {
    font-size: 1.6rem;
    width: 143px;
    height: 24px;
    margin-bottom: 10px;
    position: relative;
  }
  p.lp_basic_speaker_company,
  p.lp_basic_speaker_text {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .lp_basic_speaker_photo {
    width: 150px;
  }
  .lp_basic_form_wrap {
    padding: 30px;
    width: 390px;
    margin: -100px 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .lp_basic_form_wrap h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .lp_basic_form_wrap h2 + p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .lp_basic_form_wrap h2 + p span {
    font-size: 1.4rem;
  }
  .lp_basic_form_wrap h2 + p a:hover {
    text-decoration: none;
  }
  .lp_basic_form_inner {
    position: relative;
  }
  .lp_basic_form_inner:after {
    content: "※すべて必須";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    color: #ea6000;
  }
  .lp_basic_footer {
    padding: 30px;
    background: none;
  }
  .lp_basic_footer p {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1249px) {
  .lp_basic_inner h2 br {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .lp_basic_speaker_logo {
    width: 100%;
  }
  .lp_basic_speaker_inner {
    width: calc(100% - 150px);
    padding: 0 15px;
  }
}
body.is-finish .lp_basic_header {
  padding: 4vw;
}
body.is-finish .lp_basic_footer {
  padding: 8vw 0;
}

@media screen and (min-width: 768px) {
  body.is-finish .lp_basic_header {
    padding: 30px 30px 15px;
  }
  body.is-finish .lp_basic_inner {
    max-width: 1440px;
    margin: 0 auto;
  }
  body.is-finish .lp_basic_inner h2 {
    text-align: center;
    letter-spacing: 0.1em;
  }
  body.is-finish .lp_basic_inner p {
    text-align: center;
  }
  body.is-finish .lp_basic_footer {
    padding: 30px;
  }
}
body {
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  body {
    padding: 20px 20px;
  }
}
/*# sourceMappingURL=pardot_form_finish.css.map */