@charset "UTF-8";
/* lus_20260208 WaltonセミナーLPのスタイルシート */
button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  width: 310px;
  background-color: #e1e300;
  background-image: url(../img/arrow_down.svg);
  background-position: 253px;
  background-repeat: no-repeat;
  background-size: 48px auto;
  height: 80px;
  padding-right: 66px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 5000;
  transition: 0.3s;
}
button.to-form::before {
  position: absolute;
  top: 0;
  right: 70px;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 100%;
  border-right: dotted 2px #949600;
  opacity: 0.4;
  content: "";
}
button.to-form::after {
  position: absolute;
  top: 0;
  right: -9px;
  width: 10px;
  height: 100%;
  background-image: url(../img/ticket_side.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  content: "";
}
button.to-form:active {
  opacity: 0.5;
}
body:not(.is-sp) button.to-form:hover {
  opacity: 0.7;
}
.is-sp button.to-form {
  right: 50%;
  transform: translateX(50%);
  width: 270px;
  height: 60px;
  padding-right: 44px;
  border-radius: 7px 0 0 7px;
  font-size: 16px;
  background-size: 40px auto;
  background-position: 220px center;
}
.is-sp button.to-form::before {
  right: 58px;
}

/* 大枠 ************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
body .is-sp {
  font-size: 14px;
}

/* 共通部品 ************************************/
.common-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
}
.common-heading span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #E83B44;
  font-size: 16px;
}
.common-heading span::before, .common-heading span::after {
  display: block;
  width: 65px;
  height: 2px;
  background-color: #E83B44;
  content: "";
}
.is-sp .common-heading {
  font-size: 24px;
}
.is-sp .common-heading span {
  font-size: 14px;
}

/* エリア別 ************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.header-line {
  width: 100%;
  margin: 0 auto;
}
.header-line img {
  width: 100%;
  height: auto;
}
.is-sp .header-line {
  display: block !important;
  text-align: left;
}

section {
  width: 100%;
}
section .section-inner {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}
.is-sp section .section-inner {
  width: calc(100% - 20px) !important;
  margin-left: auto;
  margin-right: auto;
}

/* MV *************/
#mv {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  min-width: 1200px;
  background-image: url(../img/mv_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#mv .mv__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  width: calc(100% - 20px);
  max-width: 1080px;
  margin: -60px auto 0;
  z-index: 30;
}
#mv .mv__title img {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1080px;
  margin: 0 auto;
  z-index: 1;
}
.is-sp #mv {
  height: auto;
  min-width: 0;
  background-color: #1b1b1b;
}
.is-sp #mv::after {
  min-width: 0;
  height: 35px;
}
.is-sp #mv .mv__title {
  margin-top: -20px;
}
.is-sp #mv .mv__title::before {
  content: none;
}
.is-sp #mv .mv__title.disp-pc {
  display: none !important;
}
.is-sp #mv .mv__title .mv__title__img-wrapper {
  order: 2;
  width: 100%;
  padding: 0;
  text-align: center;
}
.is-sp #mv .mv__title .mv__title__img-wrapper img {
  position: relative;
  width: 100%;
  margin-left: -6px;
  z-index: 2;
  margin: 0;
}
.is-sp #mv .mv__title .mv__profile-wrapper {
  position: relative;
  width: calc(100% - 10px);
  max-width: 350px;
  order: 1;
}
.is-sp #mv .mv__title .mv__profile-wrapper::before {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 1920px solid transparent;
  border-bottom: 127px solid #738fa9;
  content: "";
}
.is-sp #mv .mv__title .mv__profile-wrapper img {
  position: relative;
  z-index: 20;
}

#recommend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #175895;
  text-align: center;
  margin-top: -50px;
  padding: 64px 0 40px;
  color: #fff;
}
#recommend::before {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: block;
  width: 397px;
  height: 246px;
  background-image: url(../img/star_bg_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#recommend .section-inner {
  position: relative;
  width: auto;
}
#recommend .section-inner::before {
  position: absolute;
  top: -20px;
  left: -120px;
  transform: translateX(-50%);
  display: block;
  width: 210px;
  height: 210px;
  background-image: url(../img/star_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#recommend .section-inner h1 {
  display: flex;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  padding-left: 9px;
  background-color: #E83B44;
  justify-content: center;
  align-items: center;
}
#recommend .section-inner h1 span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#recommend .section-inner ul {
  margin-top: 30px;
}
#recommend .section-inner ul li {
  font-size: 18px;
  font-weight: 500;
}
.is-sp #recommend::before {
  right: -110px;
  width: 280px;
  height: 173px;
}
.is-sp #recommend .section-inner::before {
  display: none;
}
.is-sp #recommend .section-inner h1 {
  width: auto;
  background-color: transparent;
}
.is-sp #recommend .section-inner h1 span {
  padding: 8px 20px;
  font-size: 18px;
  background-color: #E83B44;
}
.is-sp #recommend .section-inner ul li {
  font-size: 16px;
  text-align: left;
}

/* contents *************/
#speaker {
  position: relative;
  width: 100%;
  padding: 50px 0 160px 0;
  background-image: url(../img/spaeker_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
}
#speaker::after {
  position: absolute;
  bottom: -130px;
  left: 0;
  display: block;
  width: 100%;
  height: 130px;
  min-width: 1200px;
  background-image: url(../img/speaker_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#speaker .section-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
#speaker .section-inner .common-heading {
  color: #333333;
}
#speaker .section-inner .speaker__flex-cont {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 64px;
}
#speaker .section-inner .speaker__flex-cont .speaker {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 500px;
  border: solid 3px #1B274C;
  padding: 24px;
  color: #1B274C;
}
#speaker .section-inner .speaker__flex-cont .speaker:first-child {
  margin: 0 290px;
}
#speaker .section-inner .speaker__flex-cont .speaker .speaker__img-cont {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}
#speaker .section-inner .speaker__flex-cont .speaker .speaker__img-cont img {
  width: 100%;
  height: auto;
}
#speaker .section-inner .speaker__flex-cont .speaker .name-cont {
  width: 100%;
}
#speaker .section-inner .speaker__flex-cont .speaker .name-cont .role {
  font-size: 16px;
}
#speaker .section-inner .speaker__flex-cont .speaker .name-cont h2 {
  font-size: 32px;
  line-height: 1;
}
#speaker .section-inner .speaker__flex-cont .speaker .profile {
  font-size: 16px;
  line-height: 1.6;
}
.is-sp #speaker {
  z-index: 50;
  padding: 40px 0;
}
.is-sp #speaker .section-inner .speaker__flex-cont {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker {
  width: 100%;
  padding: 20px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker:first-child {
  margin: 0;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker .name-cont {
  text-align: center;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker .name-cont .role {
  font-size: 14px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker .name-cont h2 {
  font-size: 24px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker .profile {
  font-size: 14px;
}

/* story *************/
#story {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0;
  background-image: url(../img/star_bg.jpg);
  background-repeat: repeat;
  background-size: 30px;
  background-position: 0 0;
}
#story .story-detail-cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  color: #fff;
  width: calc(100% - 20px);
  max-width: 1080px;
  margin: 40px auto 0;
}
#story .story-detail-cont .story-detail {
  width: 650px;
  font-size: 18px;
}
#story .story-detail-cont .program {
  flex: 1;
  border: solid 1px #fff;
}
#story .story-detail-cont .program h3 {
  font-size: 16px;
  background-color: #fff;
  color: #1B274C;
  text-align: center;
}
#story .story-detail-cont .program h3 ul li {
  font-size: 16px;
}
#story .story-detail-cont .program ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 25px;
  counter-reset: listnum;
  list-style: none;
}
#story .story-detail-cont .program ul li {
  position: relative;
  text-indent: -40px;
  padding-left: 40px;
}
#story .story-detail-cont .program ul li::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #E83B44;
  border-radius: 50%;
  text-align: center;
  text-indent: 0;
  counter-increment: listnum;
  content: counter(listnum);
}
.is-sp #story {
  padding: 40px 0;
}
.is-sp #story .story-detail-cont {
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.is-sp #story .story-detail-cont .story-detail {
  width: 100%;
}

#program {
  position: relative;
  padding: 20px 0 200px;
  background-repeat: no-repeat;
  background-image: url(../img/program_bg.jpg);
  background-size: cover;
  background-position: center;
}
#program::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, transparent, #fff);
  content: "";
}
#program::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 130px;
  min-width: 1200px;
  background-image: url(../img/program_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#program .section-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#program .section-inner .section-title {
  width: 550px;
  height: 145px;
  background-image: url(../img/program_title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
#program .program__detail {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 32px;
  width: calc(100% - 20px);
  max-width: 470px;
  margin: 0 auto;
  margin-top: 40px;
}
#program .program__detail::before {
  position: absolute;
  top: 0;
  left: 72px;
  width: 3px;
  height: 100%;
  content: "";
}
#program .program__detail li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 63px;
  font-weight: 600;
}
#program .program__detail li > div {
  height: 100%;
}
#program .program__detail li .time {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 24px;
  font-weight: 700;
}
#program .program__detail li .cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding-left: 20px;
  color: #fff;
}
#program .program__detail li .cont h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
#program .program__detail li .cont p {
  font-size: 14px;
  font-weight: 400;
}
.is-sp #program {
  padding: 20px 0 70px;
}
.is-sp #program::after {
  min-width: 0;
  height: 35px;
}
.is-sp #program .section-inner {
  width: 100% !important;
  background-position: center 10px;
}
.is-sp #program .section-inner::before {
  height: 500px;
  top: -500px;
  right: -10px;
  background-position: right top;
  opacity: 0.3;
}
.is-sp #program .section-inner .section-title {
  width: 100%;
  height: 83px;
}
.is-sp #program .section-inner .section-title::before {
  font-size: 50px;
  top: 0;
}
.is-sp #program .section-inner .section-title h2 {
  font-size: 20px;
  margin: 14px 0;
}
.is-sp #program .program__detail {
  max-width: 300px;
}
.is-sp #program .program__detail li {
  height: 56px;
}
.is-sp #program .program__detail li .time {
  width: 90px;
  font-size: 20px;
}
.is-sp #program .program__detail li .cont {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding-left: 20px;
}
.is-sp #program .program__detail li .cont h4,
.is-sp #program .program__detail li .cont p {
  line-height: 1.2;
}
.is-sp #program .program__detail li .cont h4 {
  font-size: 14px;
}
.is-sp #program .program__detail li .cont p {
  font-size: 11px;
}

#venue2 {
  margin-top: 80px;
}
.is-sp #venue2 {
  margin-top: 0;
}

#seminar-overview {
  position: relative;
  padding: 80px 0 0;
  background-image: url(../img/overview_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F5F5;
}
#seminar-overview .common-heading {
  color: #1B274C;
}
#seminar-overview .table-wrapper {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin-top: 60px;
  max-width: 900px;
}
#seminar-overview .table-wrapper table tr {
  display: flex;
  border-bottom: none;
  height: 105px;
  justify-content: flex-start;
  align-items: stretch;
}
#seminar-overview .table-wrapper table tr:not(:last-child) td:nth-child(2) {
  border-bottom: solid 1px #1B274C;
}
#seminar-overview .table-wrapper table tr td {
  border-bottom: 1px solid #fff;
  display: flex;
  padding: 0;
}
#seminar-overview .table-wrapper table tr td:first-child {
  flex-shrink: 0;
  width: 235px;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-color: #1B274C;
  color: #fff;
}
#seminar-overview .table-wrapper table tr td:nth-child(2) {
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 50px;
  background-color: #fff;
  color: #1B274C;
}
#seminar-overview .table-wrapper table tr td a {
  font-size: 16px;
  color: #006e99;
}
#seminar-overview .table-wrapper table tr:last-child td {
  border-bottom: none;
}
#seminar-overview .section-inner {
  padding: 80px;
}
.is-sp #seminar-overview {
  padding: 30px 0 15px;
}
.is-sp #seminar-overview h1 {
  width: 100%;
  height: 80px;
}
.is-sp #seminar-overview h1::before {
  font-size: 50px;
}
.is-sp #seminar-overview h1::after {
  top: 8px;
  width: 239px;
}
.is-sp #seminar-overview .table-wrapper {
  margin-top: 30px;
  padding: 0 10px;
}
.is-sp #seminar-overview .table-wrapper table tr {
  flex-direction: column;
  gap: 0;
  height: auto;
  padding: 20px 0;
}
.is-sp #seminar-overview .table-wrapper table tr td {
  padding-left: 0;
  font-size: 14px;
  border: none;
}
.is-sp #seminar-overview .table-wrapper table tr td:first-child {
  width: 100px;
}
.is-sp #seminar-overview .table-wrapper table tr td:nth-child(2) {
  border-top: 1px solid #1B274C;
  border-bottom: none;
  padding: 20px;
}
.is-sp #seminar-overview .table-wrapper table tr a {
  font-size: 14px;
}

.disclaimer {
  padding: 40px 0 80px;
  background-color: #F5F5F5;
}
.disclaimer .section-inner {
  width: calc(100% - 20px);
  max-width: 900px;
}
.disclaimer .section-inner .attention {
  width: 100%;
}
.disclaimer .section-inner .attention h4 {
  border-bottom: 3px solid #1B274C;
}
.disclaimer .section-inner .attention h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  background-color: #1B274C;
  line-height: 1;
}
.disclaimer .section-inner .attention p {
  font-size: 14px;
  color: #1B274C;
  line-height: 1.6;
  padding-top: 0.5em;
}
.is-sp .disclaimer {
  padding: 20px 0 40px;
}

/*フッター ************************************/
.l-footer {
  width: 100%;
}/*# sourceMappingURL=lus_20260208_walton.css.map */