@charset "UTF-8";
/* lus_20250713 原さんセミナーLPのスタイルシート */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #f9c96b;
  background-image: none;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-family: "noto serif jp";
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 0 10px 3px rgba(55, 71, 75, 0.31);
  z-index: 5000;
  transition: 0.3s;
}
button.to-form::before {
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #333333;
  border-bottom: 0;
  content: "";
}
button.to-form:active {
  background-color: #ffc247;
}
body:not(.is-sp) button.to-form:hover {
  background-color: #ffc247;
}
.is-sp button.to-form {
  right: 50%;
  transform: translateX(50%);
}

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

.header-line {
  width: 100%;
  padding: 10px 13px 20px;
}
.header-line img {
  width: 255px;
  height: auto;
}
.is-sp .header-line {
  padding: 10px 10px 20px;
  text-align: center;
}
.is-sp .header-line img {
  width: 200px;
}

/* MV *************/
#mv {
  position: relative;
  width: 100%;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mv::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 240px;
  background-image: url(../img/mv_info_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
#mv .mv__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
#mv .mv__title img:first-child {
  flex-shrink: 0;
  width: 51%;
  max-width: 496px;
}
#mv .mv__title .mv__profile-wrapper {
  width: 45.8%;
  max-width: 500px;
}
#mv .mv__title .mv__profile-wrapper img {
  width: 100%;
  height: auto;
}
.is-sp #mv::before {
  display: none;
}
.is-sp #mv .mv__title {
  padding-bottom: 20px;
  align-items: center;
  flex-direction: column;
}
.is-sp #mv .mv__title.disp-pc {
  display: none !important;
}
.is-sp #mv .mv__title > img {
  order: 1;
  width: 100%;
  margin-top: -90px;
  margin-left: -6px;
  z-index: 2;
}
.is-sp #mv .mv__title .mv__profile-wrapper {
  width: calc(100% - 10px);
}
.is-sp #mv .mv__title .mv__profile-wrapper::before {
  position: absolute;
  bottom: 0;
  left: -5px;
  display: block;
  width: 100vw;
  height: 0;
  max-height: 50px;
  padding-top: 160vw;
  background: linear-gradient(180deg, rgba(50, 58, 61, 0) 0%, #323A3D 34.62%);
  content: "";
}
@media screen and (min-width: 500px) {
  .is-sp #mv .mv__title .mv__profile-wrapper::before {
    padding-top: 800px;
  }
}
.is-sp #mv .mv__title .mv__profile-wrapper img {
  order: 2;
}

/* story *************/
#story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-image: url(../img/stoty_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 140px 0 200px;
}
#story .story-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
  width: 54%;
  font-family: "noto serif jp";
}
#story .story-contents::before {
  position: absolute;
  top: -20px;
  left: -458px;
  display: block;
  width: 368px;
  height: 780px;
  background-image: url(../img/runner_illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#story .story-contents h1 {
  position: relative;
  color: #fff;
  background-color: #4A7E8A;
  width: 100%;
}
#story .story-contents h1::before {
  position: absolute;
  top: 0;
  left: -103px;
  display: block;
  width: 103px;
  height: 154px;
  background-image: url(../img/story_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#story .story-contents h1 p {
  position: relative;
  font-size: 27px;
  height: 154px;
  padding-top: 22px;
}
#story .story-contents h1 p span {
  font-size: 39px;
}
#story .story-contents h1 p::before {
  position: absolute;
  bottom: -20px;
  right: -30px;
  transform: translateX(-50%);
  display: block;
  opacity: 0.04;
  color: #fff;
  content: "Methods";
}
#story .story-contents .story-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
#story .story-contents .story-detail p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.3;
}
#story .story-contents .story-detail p span {
  font-size: 21px;
  color: #946201;
}
.is-sp #story {
  padding: 30px 0 160px;
}
.is-sp #story::before {
  font-size: 57px;
  top: -35px;
}
.is-sp #story .story-contents {
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}
.is-sp #story .story-contents::before {
  width: 205px;
  height: 436px;
  top: 100px;
  left: auto;
  right: -60px;
}
.is-sp #story .story-contents h1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%);
  padding-left: 26px;
  font-size: 25px;
  line-height: 1.6;
  width: 90%;
  margin-left: auto;
}
.is-sp #story .story-contents h1::before {
  display: none;
}
.is-sp #story .story-contents h1 p {
  font-size: 16px;
  text-align: left;
  padding: 10px;
  height: auto;
  padding: 5px 0 5px 15px;
  line-height: 1.7;
}
.is-sp #story .story-contents h1 p span {
  font-size: 20px;
}
@media screen and (min-width: 490px) {
  .is-sp #story .story-contents h1 p br.disp-sp {
    display: none !important;
  }
}
.is-sp #story .story-contents .story-detail p {
  position: relative;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  height: auto;
  padding: 0 10px;
  filter: drop-shadow(0 0 7px rgb(255, 255, 255));
  line-height: 1.7;
}
.is-sp #story .story-contents .story-detail p span {
  font-size: 18px;
}
.is-sp #story .story-contents .story-detail {
  padding: 0 10px;
}

/* contents *************/
#speaker {
  position: relative;
  -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 70px));
          clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 70px));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../img/speaker_bg.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 665px;
  margin-top: -120px;
  padding: 65px 0 43px;
  z-index: 10;
}
#speaker .speaker__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#speaker .speaker__inner .speaker__inner__left {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 43%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 140px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 140px) 100%, 0 100%);
  background: radial-gradient(147.92% 91.38% at 73.68% 26.32%, #FFF 0%, #E2E2E2 100%);
}
#speaker .speaker__inner .speaker__inner__left img {
  height: 100%;
  max-height: 590px;
  filter: drop-shadow(22px -6px 26px rgba(110, 110, 107, 0.47));
}
#speaker .speaker__inner .speaker__inner__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 45px;
  color: #fff;
}
#speaker .speaker__inner .speaker__inner__right .inner__right__top {
  position: relative;
  width: 290px;
  font-family: "noto serif jp";
}
#speaker .speaker__inner .speaker__inner__right .inner__right__top::before {
  position: absolute;
  bottom: 30px;
  right: -450px;
  display: block;
  color: #fff;
  font-size: 113px;
  font-style: normal;
  font-weight: 300;
  opacity: 0.04;
  line-height: 1;
  content: "Speaker";
}
#speaker .speaker__inner .speaker__inner__right .inner__right__top h4 {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 16px;
}
#speaker .speaker__inner .speaker__inner__right .inner__right__top .profile {
  position: relative;
  font-size: 16px;
}
#speaker .speaker__inner .speaker__inner__right .inner__right__top .name {
  font-size: 19px;
  color: #FFDD9D;
}
#speaker .speaker__inner .speaker__inner__right .inner__right__top .name span {
  font-size: 28px;
}
#speaker .speaker__inner .text {
  padding-top: 10px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  border-top: solid 1px #fff;
}
#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;
  line-height: 1;
}
#speaker .speaker__inner .to-seminar-lineup.disp-sp {
  display: none;
}
#speaker .speaker__inner .to-seminar-lineup span {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#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 #fff;
  border-bottom: 0;
  content: "";
}
.is-sp #speaker {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
  padding: 70px 10px;
  height: auto;
  padding: 0;
}
.is-sp #speaker .speaker__inner {
  flex-direction: column;
  gap: 0;
}
.is-sp #speaker .speaker__inner .speaker__inner__left {
  display: none;
}
.is-sp #speaker .speaker__inner .speaker__inner__right {
  position: relative;
  background-color: #312600;
  width: 100%;
  margin-top: -128px;
  padding: 200px 15px 100px 15px;
  -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
}
.is-sp #speaker .speaker__inner .speaker__inner__right .inner__right__top {
  width: 100%;
}
.is-sp #speaker .speaker__inner .speaker__inner__right .inner__right__top::before {
  display: none;
}
.is-sp #speaker .speaker__inner .speaker__inner__right .inner__right__top h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.is-sp #speaker .speaker__inner .speaker__inner__right .inner__right__top p {
  font-size: 14px;
}
.is-sp #speaker .speaker__inner .speaker__inner__right .inner__right__top .name {
  font-size: 14px;
}
.is-sp #speaker .speaker__inner .speaker__inner__right .inner__right__top .name span {
  font-size: 20px;
}
.is-sp #speaker .speaker__inner .speaker__inner__right .text {
  font-size: 12px;
}
.is-sp #speaker .speaker__inner .to-seminar-lineup {
  margin: 40px auto 0;
  display: flex !important;
}

#program {
  width: 100%;
  margin-top: -70px;
  padding: 100px 0;
  display: flex;
  background-image: url(../img/program-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
}
#program .program__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 100px 60px 100px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  gap: 30px;
}
#program .program__inner h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: "noto serif jp";
  color: #716857;
}
#program .program__inner h3::before {
  position: absolute;
  top: -89px;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  font-size: 91px;
  font-weight: 800;
  opacity: 0.05;
  color: #716857;
  content: "Program";
}
#program .program__inner ul.program__detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}
#program .program__inner ul.program__detail::before {
  position: absolute;
  top: 55px;
  left: 88px;
  display: block;
  width: 1px;
  height: 230px;
  background-color: rgba(48, 100, 143, 0.3);
  content: "";
}
#program .program__inner ul.program__detail li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  height: 80px;
}
#program .program__inner ul.program__detail li .time {
  position: relative;
  display: flex;
  width: 175px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EDEAE6;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #716857;
  border-radius: 4px;
  line-height: 1;
  z-index: 1;
}
#program .program__inner ul.program__detail li .cont {
  line-height: 2;
}
#program .program__inner ul.program__detail li .cont h4 {
  font-size: 20px;
  font-weight: 500;
  color: #716857;
}
#program .program__inner ul.program__detail li .cont p {
  font-size: 16px;
  font-weight: 400;
}
.is-sp #program {
  padding: 80px 0 60px;
}
.is-sp #program .program__inner {
  padding: 30px 10px;
  background: none;
  box-shadow: none;
}
@media screen and (min-width: 380px) {
  .is-sp #program .program__inner {
    padding: 30px;
  }
}
.is-sp #program .program__inner h3::before {
  font-size: 57px;
  top: -47px;
}
.is-sp #program .program__inner ul.program__detail {
  overflow: hidden;
  gap: 20px;
}
.is-sp #program .program__inner ul.program__detail::before {
  top: 18px;
  height: 100%;
  left: 30px;
}
.is-sp #program .program__inner ul.program__detail li {
  gap: 15px;
  align-items: flex-start;
  height: auto;
}
.is-sp #program .program__inner ul.program__detail li .time {
  flex-shrink: 0;
  width: 60px;
  font-size: 12px;
  padding: 8px 0;
}
.is-sp #program .program__inner ul.program__detail li .cont h4 {
  font-size: 14px;
  line-height: 28px;
}
.is-sp #program .program__inner ul.program__detail li .cont p {
  font-size: 14px;
}

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

#seminar-overview h1 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: "noto serif jp";
  color: #333333;
  margin-bottom: 40px;
}
#seminar-overview h1::before {
  position: absolute;
  top: -89px;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  font-size: 91px;
  font-weight: 800;
  opacity: 0.05;
  color: #333333;
  content: "Overview";
}
.is-sp #seminar-overview h1 {
  margin-bottom: 20px;
}
.is-sp #seminar-overview h1::before {
  font-size: 57px;
  top: -47px;
}

/*フッター ************************************/
.l-footer {
  width: 100%;
}