@charset "UTF-8";
/* lus_20250315_岸さんセミナーLPのスタイルシート */
/* エリア別 ***************************/
/* メインビジュアル */
#mv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 740px;
}
#mv .mv__left {
  width: 43%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(225.9% 134.2% at 100% 100%, #FFF 0%, #FFF 46.5%, #E7E7E7 100%);
}
#mv .mv__left img {
  width: auto;
  height: 101%;
  margin-left: auto;
  display: block;
  transform: translateX(150px);
}
@media screen and (max-width: 767px) {
  #mv .mv__left {
    display: none;
  }
}
#mv .mv__right {
  position: relative;
  flex: 1;
  background: linear-gradient(180deg, #040000 50.48%, #15373E 99.93%);
  height: 100%;
  padding: 20px 0px 30px 30px;
  overflow: hidden;
}
#mv .mv__right::before {
  position: absolute;
  top: -208px;
  left: 122px;
  display: block;
  width: 686px;
  height: 623px;
  opacity: 0.5;
  background: url(../img/mv-bg-brain.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
#mv .mv__right .mv__right__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 535px;
  position: relative;
}
#mv .mv__right .mv__right__inner .small-yellow {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  color: #F6C367;
}
#mv .mv__right .mv__right__inner .lus-presents {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #fff;
  font-size: 19px;
}
#mv .mv__right .mv__right__inner .lus-presents span {
  display: block;
}
#mv .mv__right .mv__right__inner .lus-presents span:nth-child(1) {
  margin-right: 2em;
}
#mv .mv__right .mv__right__inner .lus-presents span:nth-child(2) {
  font-size: 17px;
}
#mv .mv__right .mv__right__inner h1 {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 34px;
  color: #fff;
}
#mv .mv__right .mv__right__inner h1 span {
  font-size: 52px;
}
#mv .mv__right .mv__right__inner h2 {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 32px;
  color: #fff;
}
#mv .mv__right .mv__right__inner h2 + img {
  width: 100%;
  height: auto;
  margin: 16px 0;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  width: 100%;
  padding: 26px 0;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date::before, #mv .mv__right .mv__right__inner .mv__right__inner__date::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 11px;
  border-top: solid 2px #B19362;
  border-bottom: solid 2px #B19362;
  content: "";
}
#mv .mv__right .mv__right__inner .mv__right__inner__date::before {
  top: 0;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date::after {
  bottom: 0;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .year {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 24px;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date {
  font-size: 18px;
  line-height: 1;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date .num {
  font-size: 38px;
  line-height: 1;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date .week {
  margin-left: 10px;
  font-size: 28px;
  color: #C8E4FF;
  line-height: 1;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .time {
  font-size: 36px;
  line-height: 1;
}
#mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .time span {
  font-size: 30px;
  line-height: 1;
}
#mv .mv__right .mv__right__inner button.to-form {
  align-self: center;
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  background: #F6C367;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
#mv .mv__right .mv__right__inner button.to-form span {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
}
#mv .mv__right .mv__right__inner button.to-form span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16.5px solid #333333;
  border-bottom: 0;
  content: "";
}
.is-sp #mv {
  height: auto;
}
.is-sp #mv .mv__left {
  display: none;
}
.is-sp #mv .mv__right {
  position: relative;
  padding: 10px;
  background: linear-gradient(180deg, #15373E 30%, #040000 100%);
}
.is-sp #mv .mv__right .disp-sp.bg-portrate {
  position: absolute;
  top: 0px;
  right: -133px;
  width: 320px;
  opacity: 0.7;
}
.is-sp #mv .mv__right .disp-sp.bg-portrate img {
  width: 100%;
}
.is-sp #mv .mv__right::before {
  display: none;
}
.is-sp #mv .mv__right .mv__right__inner {
  padding-top: 30px;
}
.is-sp #mv .mv__right .mv__right__inner h1 {
  font-size: 20px;
}
.is-sp #mv .mv__right .mv__right__inner h1 span {
  font-size: 29px;
}
.is-sp #mv .mv__right .mv__right__inner h2 {
  font-size: 15px;
}
.is-sp #mv .mv__right .mv__right__inner .small-yellow {
  font-size: 14px;
}
.is-sp #mv .mv__right .mv__right__inner .lus-presents {
  left: 0;
  font-size: 14px;
  right: auto;
}
.is-sp #mv .mv__right .mv__right__inner .lus-presents span {
  display: inline;
}
.is-sp #mv .mv__right .mv__right__inner .lus-presents span:nth-child(1) {
  margin: 0;
}
.is-sp #mv .mv__right .mv__right__inner .lus-presents span:nth-child(2) {
  font-size: 14px;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .year {
  display: none;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time {
  gap: 10px;
  text-shadow: 0 0 6px black;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date {
  font-size: 16px;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date::before {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  content: "2025年";
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date .num {
  font-size: 24px;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .date .week {
  font-size: 14px;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .time {
  font-size: 20px;
}
.is-sp #mv .mv__right .mv__right__inner .mv__right__inner__date .inner__date__box .date-time .time span {
  font-size: 16px;
}
.is-sp #mv .mv__right .mv__right__inner button.to-form {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}

#story {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  background-color: #000;
  background-image: url(../img/story-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 150px;
}
#story .headding--arrow span {
  color: #CBD0D1;
}
#story h1 {
  width: 55%;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  text-align: right;
  line-height: 1;
}
#story .story__p-wrapper {
  width: 100%;
  max-width: 830px;
  margin: 80px auto 0;
}
#story .story__p-wrapper p {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  font-size: 18px;
}
#story .story__p-wrapper p::first-letter {
  font-size: 28px;
}
#story .story__p-wrapper p .highlight {
  color: #F6C367;
}
.is-sp #story {
  padding-top: 50px;
}
.is-sp #story h1 {
  width: 80%;
  max-width: 500px;
  min-width: 290px;
  padding-bottom: 10px;
  font-size: 14px;
}
.is-sp #story .story__p-wrapper {
  margin-top: 20px;
  padding: 0 10px;
}
.is-sp #story .story__p-wrapper p {
  font-size: 14px;
}
.is-sp #story .story__p-wrapper p::first-letter {
  font-size: 20px;
}

#speaker {
  -webkit-clip-path: polygon(0 0, 100% 120px, 100% calc(100% - 120px), 0 100%);
          clip-path: polygon(0 0, 100% 120px, 100% calc(100% - 120px), 0 100%);
  display: flex;
  padding: 130px 0;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../img/speaker-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -120px;
}
#speaker .speaker__inner {
  position: relative;
  width: 100%;
  max-width: 682px;
}
#speaker .speaker__inner::before {
  position: absolute;
  top: 0;
  left: -60px;
  transform: translateX(-50%);
  display: block;
  width: 135px;
  height: 348px;
  background-image: url(../img/speaker-text.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  content: "";
}
#speaker .speaker__inner h2 {
  margin-bottom: 30px;
}
#speaker .speaker__inner h2 span {
  color: #CBD0D1;
}
#speaker .speaker__inner .speaker__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
#speaker .speaker__inner .speaker__detail img {
  width: 187px;
  height: auto;
  margin: 0 auto;
}
#speaker .speaker__inner .speaker__detail .target__info {
  position: relative;
  flex: 1;
}
#speaker .speaker__inner .speaker__detail .target__info .target__info__name-wrapper {
  margin-bottom: 13px;
}
#speaker .speaker__inner .speaker__detail .target__info .target__info__name-wrapper p {
  font-size: 16px;
  font-weight: bold;
}
#speaker .speaker__inner .speaker__detail .target__info .target__info__name-wrapper h3 {
  font-size: 19px;
}
#speaker .speaker__inner .speaker__detail .target__info .target__info__name-wrapper h3 span {
  font-size: 25px;
}
#speaker .speaker__inner .speaker__detail .target__info p {
  font-size: 16px;
  line-height: 1.4;
}
#speaker .speaker__inner .to-seminar-lineup {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  margin: 40px 0 0 auto;
  line-height: 1;
}
#speaker .speaker__inner .to-seminar-lineup span {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #00667A;
}
#speaker .speaker__inner .to-seminar-lineup span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6.5px solid transparent;
  border-left: 6.5px solid transparent;
  border-top: 10px solid #00667A;
  border-bottom: 0;
  content: "";
}
.is-sp #speaker {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
          clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
  padding: 70px 10px;
}
.is-sp #speaker .speaker__inner .speaker__detail {
  flex-direction: column;
}
.is-sp #speaker .speaker__inner .speaker__detail img {
  width: auto;
  height: 60vw;
  max-height: 380px;
}
.is-sp #speaker .speaker__inner .target__info p {
  font-size: 14px !important;
}
.is-sp #speaker .speaker__inner .target__info .target__info__name-wrapper h3 {
  font-size: 16px;
}
.is-sp #speaker .speaker__inner .target__info .target__info__name-wrapper h3 span {
  font-size: 20px;
}
.is-sp #speaker .speaker__inner .to-seminar-lineup {
  margin: 40px auto 0;
}

.is-sp #pardot-form iframe {
  height: 1386px !important;
}