@charset "UTF-8";
/* lus_20251122 岡田さんセミナーLPのスタイルシート */
button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-image: url(../img/butotn_bg.jpg);
  width: 334px;
  height: 83px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  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: 50%;
  left: 23px;
  transform: translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/icon/icon_edit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
button.to-form::after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  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: 280px;
  height: 74px;
  border-radius: 7px;
  font-size: 16px;
}
.is-sp button.to-form::before {
  left: 18px;
  width: 42px;
  height: 42px;
}
.is-sp button.to-form::after {
  right: 18px;
  width: 36px;
  height: 36px;
}

/* 大枠 ************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
}

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

.header-line {
  width: 100vw;
  min-width: 1200px;
  margin: 0 auto;
  padding: 10px 13px 20px;
}
.header-line img {
  width: 160px;
  height: auto;
}
.is-sp .header-line {
  min-width: 0;
  padding: 10px 10px 20px;
  text-align: center;
}
.is-sp .header-line img {
  width: 200px;
}

.section {
  width: 100%;
}
.section .section-inner {
  width: 100%;
  max-width: 810px;
  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: 200px;
  background: url(../img/mv_bg_dots.png), linear-gradient(102deg, #F39B48 -2.15%, #E46C4D 100.4%);
  background-repeat: no-repeat;
  background-size: auto 1075px;
  background-position: top right;
}
#mv .mv__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 30;
}
#mv .mv__title::before {
  position: absolute;
  top: -90px;
  right: -150px;
  display: block;
  width: 671px;
  height: 230px;
  background-image: url(../img/mv_title_caption_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  content: "";
}
#mv .mv__title img {
  position: relative;
  width: 105.3%;
  z-index: 1;
}
.is-sp #mv {
  height: auto;
  min-width: 0;
  padding-bottom: 50px;
  background-color: #1b1b1b;
}
.is-sp #mv::before {
  display: none;
}
.is-sp #mv .mv__title {
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.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;
}

/* story *************/
#story {
  position: relative;
  background: linear-gradient(102deg, #F39B48 -2.15%, #E46C4D 100.4%);
  margin-top: -120px;
  padding: 80px 0 440px;
  z-index: 2;
}
#story::before {
  position: absolute;
  top: -100px;
  left: -110px;
  transform: rotate(270deg);
  display: block;
  width: 700px;
  height: 700px;
  background-image: url(../img/mv_bg_dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  opacity: 0.5;
  content: "";
}
#story .section-inner {
  position: relative;
  padding-top: 120px;
}
#story .section-inner h2 {
  position: relative;
  display: inline-block;
  width: 450px;
  height: 60px;
  background-color: #000;
  color: #FAEE00;
  padding: 13px 0 10px 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#story .section-inner h2::before {
  position: absolute;
  top: 0;
  right: -96px;
  display: block;
  width: 96px;
  height: 100%;
  background-image: url(../img/heading_after.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  content: "";
}
#story .section-inner p {
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 55px;
}
#story .section-inner p .yellow {
  color: #FAEE00;
  font-size: 20px;
}
#story .section-inner img {
  width: 954px;
  height: auto;
  transform: translateX(-60px);
}
.is-sp #story::before {
  display: none;
}
.is-sp #story .section-inner h2 {
  font-size: 20px;
  height: auto;
  transform: translateX(-10px);
  padding: 12px 10px;
  width: calc(100% - 80px);
}
.is-sp #story .section-inner p {
  font-size: 14px;
  font-weight: 500;
}
.is-sp #story .section-inner p .yellow {
  font-size: 15px;
}
.is-sp #story .section-inner img {
  width: 100%;
  transform: translateX(-40px);
}

/* contents *************/
#speaker {
  position: relative;
  width: 100%;
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 70px));
  margin-top: -320px;
  padding: 220px 0;
  background-image: url(../img/profile_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
}
#speaker .section-inner {
  position: relative;
  margin: 0 auto;
}
#speaker .section-inner::before {
  position: absolute;
  top: -20px;
  left: -130px;
  display: block;
  width: 100px;
  height: 455px;
  background-image: url(../img/SPEAKER.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  opacity: 0.4;
  content: "";
}
#speaker .section-inner .section-title h2 {
  color: #1C4B9F;
  font-size: 32px;
  font-weight: 700;
}
#speaker .section-inner .speaker-profile {
  justify-content: flex-start;
  align-items: baseline;
  margin: 20px 0 10px;
  font-weight: 600;
  gap: 20px;
}
#speaker .section-inner .speaker-profile p {
  font-size: 18px;
}
#speaker .section-inner .speaker-profile h3 {
  font-size: 22px;
}
#speaker .section-inner .cont {
  font-size: 18px;
}
.is-sp #speaker {
  clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px), 0 100%);
  z-index: 50;
  padding: 150px 0 110px;
  margin-top: -50px;
}
.is-sp #speaker .section-inner::before {
  top: -10px;
  left: 50%;
  transform: translateX(-200%) rotate(-90deg);
  transform-origin: 0 0;
  width: 50px;
  height: 200px;
}
.is-sp #speaker .section-inner .section-title h2 {
  font-size: 20px;
  text-align: center;
}
.is-sp #speaker .section-inner .speaker-profile {
  flex-direction: column;
}
.is-sp #speaker .section-inner .speaker-profile:after {
  bottom: -26px;
  font-size: 4rem;
}
.is-sp #speaker .section-inner .speaker-profile .text p {
  font-size: 14px;
}
.is-sp #speaker .section-inner .speaker-profile .text h3 {
  font-size: 18px;
}
.is-sp #speaker .section-inner .cont {
  font-size: 14px;
}

#program {
  position: relative;
  margin-top: -444px;
}
#program .section-inner {
  position: relative;
  background: #2B538A;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 70px 0;
  background-image: url(../img/program_bg.svg);
  background-repeat: no-repeat;
  background-size: 102% auto;
  background-position: center;
  z-index: 10;
}
#program .section-inner::before {
  position: absolute;
  top: -620px;
  right: -98px;
  display: block;
  width: 100px;
  height: 1010px;
  background-image: url(../img/LEECTURE_OVERVIEW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  content: "";
}
#program .section-inner .section-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#program .section-inner .section-title::before {
  font-family: "Oswald";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #1A3253;
  content: "PROGRAM";
}
#program .section-inner .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin: 46px 0;
}
#program .section-inner .program__detail {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 12px;
  width: 715px;
  margin: 0 auto;
  margin-top: 50px;
}
#program .section-inner .program__detail li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 63px;
  font-weight: 600;
}
#program .section-inner .program__detail li > div {
  height: 100%;
}
#program .section-inner .program__detail li .time {
  font-family: "Oswald";
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 32px;
  font-weight: 700;
  background-color: #E46C4D;
}
#program .section-inner .program__detail li .cont {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-bottom: solid 1px #F4F4F4;
  padding-left: 64px;
}
#program .section-inner .program__detail li .cont h4 {
  font-size: 24px;
  font-weight: 700;
}
#program .section-inner .program__detail li .cont p {
  font-size: 14px;
  font-weight: 400;
}
.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::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 {
  width: calc(100% - 20px);
}
.is-sp #program .program__detail li {
  height: 40px;
}
.is-sp #program .program__detail li .time {
  width: 54px;
  font-size: 14px;
}
.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;
  background-image: url(../img/overview_bg.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
}
#seminar-overview::before {
  position: absolute;
  top: -300px;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  background-image: url(../img/overview_bg.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
  content: "";
}
#seminar-overview h1 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin: 46px 0;
  color: #1C4B9F;
}
#seminar-overview h1::before {
  font-family: "Oswald";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: rgba(190, 190, 190, 0.1);
  font-size: 120px;
  font-weight: 700;
  content: "OVERVIEW";
}
#seminar-overview h1::after {
  position: absolute;
  top: -26px;
  left: calc(50% - 32px);
  transform: translateX(-50%);
  display: block;
  width: 659px;
  height: 194px;
  background-image: url(../img/soccer_illust_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  content: "";
}
#seminar-overview .table-wrapper {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin-top: 120px;
}
#seminar-overview .table-wrapper table tr {
  display: flex;
  gap: 56px;
  border-bottom: none;
  height: 93px;
  justify-content: flex-start;
  align-items: stretch;
}
#seminar-overview .table-wrapper table tr:first-child td {
  border-top: 1px solid #bbb;
}
#seminar-overview .table-wrapper table tr td {
  border-bottom: 1px solid #bbb;
  display: flex;
  padding: 0;
}
#seminar-overview .table-wrapper table tr td:first-child {
  flex-shrink: 0;
  width: 196px;
  font-size: 20px;
  font-weight: 700;
  color: #1C4B9F;
  justify-content: flex-start;
  align-items: center;
}
#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;
}
#seminar-overview .table-wrapper table tr td a {
  font-size: 16px;
}
#seminar-overview .section-inner {
  padding: 80px;
}
.is-sp #seminar-overview {
  padding: 64px 5%;
}
.is-sp #seminar-overview h1 {
  font-size: 20px;
}
.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;
}
.is-sp #seminar-overview .table-wrapper table tr {
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #bbb;
  height: auto;
  padding: 20px 0;
}
.is-sp #seminar-overview .table-wrapper table tr:first-child {
  border-top: 1px solid #bbb;
}
.is-sp #seminar-overview .table-wrapper table tr td {
  font-size: 14px;
  border: none;
}
.is-sp #seminar-overview .table-wrapper table tr a {
  font-size: 14px;
}

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