@charset "UTF-8";
/* lus_20250823 森永さんセミナー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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  background-color: #f3dd70;
  background-image: none;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 3px rgba(55, 71, 75, 0.31);
          box-shadow: 0 0 10px 3px rgba(55, 71, 75, 0.31);
  z-index: 5000;
  -webkit-transition: 0.3s;
  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%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

/* エリア別 ************************************/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

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

/* MV *************/
#mv {
  position: relative;
  width: 100%;
  min-width: 1920px;
  background-image: url(../img/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mv::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  background-color: #C8B65D;
  width: 53%;
  height: 25px;
  z-index: 31;
}
#mv .mv__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 30;
}
#mv .mv__title::before {
  content: "";
  position: absolute;
  bottom: -53px;
  left: 0;
  background-color: #2B3D65;
  width: 100%;
  height: 54px;
  max-width: 1000px;
}
#mv .mv__title img {
  width: 100%;
}
#mv .mv__title .mv__profile-wrapper {
  width: 520px;
}
#mv .mv__title .mv__profile-wrapper img {
  width: 100%;
  height: auto;
}
.is-sp #mv {
  height: auto;
  min-width: 0;
}
.is-sp #mv::before {
  display: none;
}
.is-sp #mv .mv__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.is-sp #mv .mv__title .mv__profile-wrapper::before {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/story_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: soft-light;
  background-position: right;
  width: 100%;
  padding: 100px 0;
  z-index: 20;
  background-color: #1B2743;
}
#story::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  background-color: #C8B65D;
  width: 50%;
  height: 25px;
}
#story .story-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#story .story-contents::before {
  position: absolute;
  top: 0;
  left: -46px;
  display: block;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  font-family: "noto serif jp";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #FFF;
  opacity: 0.5;
  line-height: 1;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  content: "Theme";
}
#story .story-contents::after {
  content: "";
  position: absolute;
  top: -154px;
  left: 0;
  background-color: #1B2743;
  width: 100vw;
  height: 54px;
}
#story .story-contents h1 {
  position: relative;
}
#story .story-contents h1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #C8B65D;
  display: block;
  z-index: -1;
}
#story .story-contents h1 p {
  position: relative;
  display: inline-block;
  padding: 11px 18px;
  background-color: #fff;
  color: #A64040;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#story .story-contents .story-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  font-family: "noto serif jp";
  color: #FFF;
}
#story .story-contents .story-detail p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
#story .story-contents .story-detail p span {
  color: #F3DD70;
}
.is-sp #story {
  padding: 80px 0;
}
.is-sp #story::before {
  content: "";
  position: absolute;
  top: -53px;
  right: 0;
  background-color: #1B2743;
  width: 70%;
  height: 54px;
}
.is-sp #story::after {
  content: "";
}
.is-sp #story .story-contents {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 30px;
}
.is-sp #story .story-contents::before {
  content: none;
}
.is-sp #story .story-contents::after {
  content: none;
}
.is-sp #story .story-contents h1 {
  font-size: 20px;
  line-height: 1.6;
  margin-left: 20px;
}
.is-sp #story .story-contents h1::before {
  display: none;
}
.is-sp #story .story-contents h1 p {
  font-size: 20px;
  text-align: left;
  height: auto;
  line-height: 1;
}
.is-sp #story .story-contents h1 p:nth-child(2) {
  padding-right: 0;
}
.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;
  line-height: 1.7;
  font-family: "noto sans jp";
  font-weight: 300;
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url(../img/speaker_bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 154px 0;
}
#speaker .speaker__inner {
  position: relative;
  width: 100%;
  max-width: 627px;
  height: 100%;
}
#speaker .speaker__inner .inner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  width: 100%;
  color: #3573AA;
}
#speaker .speaker__inner .inner__top::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  font-family: "noto serif jp";
  color: #A64040;
  opacity: 0.5;
  line-height: 1;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  letter-spacing: 0.1em;
  content: "Speaker";
}
#speaker .speaker__inner .inner__top h4 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: #A64040;
  color: #FFF;
  font-size: 16px;
  padding: 16px 4px;
}
#speaker .speaker__inner .inner__top .speaker-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  color: #1B2743;
}
#speaker .speaker__inner .inner__top .speaker-detail .profile {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#speaker .speaker__inner .inner__top .speaker-detail .name {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}
#speaker .speaker__inner .inner__top .speaker-detail .name span {
  font-size: 28px;
  line-height: 1;
}
#speaker .speaker__inner .text {
  padding: 14px 14px 14px 0;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  border-top: solid 1px #A64040;
  border-right: solid 1px #A64040;
}
#speaker .speaker__inner .to-seminar-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-color: #3573AA;
  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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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 {
  height: auto;
  padding: 124px 10px 134px;
  margin-top: -44px;
}
.is-sp #speaker .speaker__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.is-sp #speaker .speaker__inner .inner__top {
  width: 100%;
}
.is-sp #speaker .speaker__inner .inner__top::before {
  display: none;
}
.is-sp #speaker .speaker__inner .inner__top h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.is-sp #speaker .speaker__inner .inner__top p {
  font-size: 14px;
}
.is-sp #speaker .speaker__inner .inner__top .name {
  font-size: 14px;
}
.is-sp #speaker .speaker__inner .inner__top .name span {
  font-size: 20px;
}
.is-sp #speaker .speaker__inner .text {
  font-size: 12px;
}
.is-sp #speaker .speaker__inner__left {
  display: none;
}
.is-sp #speaker .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__right .to-seminar-lineup {
  margin: 40px auto 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#program {
  width: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/program-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 100px 60px 100px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
          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: #052C5A;
}
#program .program__inner h3::before {
  position: absolute;
  top: -89px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  display: block;
  font-size: 91px;
  font-weight: 800;
  opacity: 0.05;
  color: #052C5A;
  content: "Program";
}
#program .program__inner ul.program__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  height: 80px;
}
#program .program__inner ul.program__detail li .time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f7f9;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #052C5A;
  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: #052C5A;
}
#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;
  -webkit-box-shadow: 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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.is-sp #program .program__inner ul.program__detail li .time {
  -ms-flex-negative: 0;
      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%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-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%;
}/*# sourceMappingURL=lus_20250920_saito.css.map */