@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: flex;
  justify-content: 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;
  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: 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;
  height: 729px;
  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: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 1920px solid transparent;
  border-bottom: 127px solid #F6F8F7;
  content: "";
}
#mv .mv__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 30;
}
#mv .mv__title img:first-child {
  flex-shrink: 0;
  width: 615px;
}
#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 {
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.is-sp #mv .mv__title.disp-pc {
  display: none !important;
}
.is-sp #mv .mv__title .mv__title__img-wrapper {
  order: 2;
  background-color: #738fa9;
  width: 100%;
  margin-top: -60px;
  padding: 0 10px 70px;
  text-align: center;
}
.is-sp #mv .mv__title .mv__title__img-wrapper img {
  position: relative;
  width: 100%;
  margin-left: -6px;
  z-index: 2;
  max-width: 500px;
  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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -60px;
  padding: 120px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  z-index: 20;
}
#story .story-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
  width: 54%;
}
#story .story-contents h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#story .story-contents h1 p {
  position: relative;
  display: inline-block;
  padding: 12px;
  background-color: #fff;
  color: #052C5A;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
#story .story-contents h1 p:nth-child(2) {
  margin-left: 70px;
}
#story .story-contents .story-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-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: 2.3;
}
#story .story-contents .story-detail p span {
  color: #F3DD70;
}
.is-sp #story {
  padding: 80px 0;
}
.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 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%);
  font-size: 25px;
  line-height: 1.6;
  width: 90%;
}
.is-sp #story .story-contents h1::before {
  display: none;
}
.is-sp #story .story-contents h1 p {
  font-size: 16px;
  text-align: left;
  padding: 8px;
  height: auto;
  line-height: 1.7;
}
.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: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../img/speaker_bg.jpg);
  background-color: #f6f8f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 100px;
  z-index: 25;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
}
#speaker .speaker__inner {
  position: relative;
  width: 100%;
  max-width: 627px;
  height: 100%;
}
#speaker .speaker__inner .inner__top {
  position: relative;
  width: 290px;
  color: #3573AA;
}
#speaker .speaker__inner .inner__top::before {
  position: absolute;
  top: 0;
  left: -23px;
  display: block;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  font-family: "noto serif jp";
  transform: rotate(90deg);
  color: #3573AA;
  opacity: 0.2;
  line-height: 1;
  transform-origin: 0 0;
  content: "Speaker";
}
#speaker .speaker__inner .inner__top h4 {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
#speaker .speaker__inner .inner__top .profile {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
#speaker .speaker__inner .inner__top .name {
  font-size: 19px;
  font-weight: 900;
}
#speaker .speaker__inner .inner__top .name span {
  font-size: 28px;
}
#speaker .speaker__inner .text {
  padding-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
#speaker .speaker__inner .to-seminar-lineup {
  display: flex;
  padding: 5px 30px;
  justify-content: 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;
  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 {
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
  height: auto;
  padding: 50px 10px 80px;
  margin-top: -40px;
  z-index: 30;
}
.is-sp #speaker .speaker__inner {
  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;
  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: flex !important;
}

#program {
  width: 100%;
  margin-top: -60px;
  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;
  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: #052C5A;
}
#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: #052C5A;
  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: #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;
  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%;
}/*# sourceMappingURL=lus_20250823_morinaga.css.map */