@charset "UTF-8";
/* JINJI Lounge 20250910 曽和さんセミナー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%);
}

/* 見出し ************************************/
h1.common-header {
  color: #3B5D72;
  padding-left: 10px;
  border-left: 8px solid #3B5D72;
  line-height: 46px;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 600;
}
h1.common-header span {
  font-size: 20px;
}
.is-sp h1.common-header {
  font-size: 18px;
  line-height: 1.6;
  border-left: 4px solid #3B5D72;
}
.is-sp h1.common-header span {
  font-size: 14px;
}

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

.header-line {
  position: relative;
  width: 100vw;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 35px 0 20px;
  text-align: center;
}
.header-line .lus-presents {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 255px;
  height: auto;
}
.is-sp .header-line {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
.is-sp .header-line .lus-presents {
  width: 180px;
  position: static;
  order: 1;
  margin-bottom: 12px;
}
.is-sp .header-line .jinji-title {
  order: 2;
  width: 75vw;
  max-width: 385px;
}

/* MV *************/
#mv {
  background-image: url(../../common/img/blue-bg.jpg);
  background-repeat: repeat-y;
  background-size: 1920px;
  background-position: center;
  position: relative;
  width: 100%;
}
.is-sp #mv {
  background-size: 768px 100%;
  background-position: center top;
}
#mv .mv__title-wrapper {
  position: relative;
  margin-top: 55px;
  background-image: url(../../common/img/gold-bg.jpg);
  background-repeat: repeat-y;
  background-size: 1920px;
  background-position: center;
}
.is-sp #mv .mv__title-wrapper {
  background-size: 768px 100%;
  background-position: center top;
}
#mv .mv__title-wrapper::before {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 170px;
  background-image: url(../../common/img/mv-top-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#mv .mv__title-wrapper .mv__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 30;
}
#mv .mv__title-wrapper .mv__title .mv__profile-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 440px;
  margin-right: -90px;
  width: 500px;
}
#mv .mv__title-wrapper .mv__title .mv__profile-wrapper img {
  width: 100%;
  height: auto;
}
#mv .mv__title-wrapper .mv__title .mv__title__img {
  flex-shrink: 0;
  width: calc(100% - 20px);
  max-width: 633px;
  margin-bottom: 110px;
}
.is-sp #mv {
  height: auto;
  min-width: 0;
}
.is-sp #mv .mv__title-wrapper::before {
  width: 768px;
  height: 80px;
}
.is-sp #mv .mv__title-wrapper .mv__title {
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.is-sp #mv .mv__title-wrapper .mv__title .mv__profile-wrapper {
  position: relative;
  order: 2;
  width: 75vw;
  max-width: 350px;
  height: auto;
  margin: 0;
}
.is-sp #mv .mv__title-wrapper .mv__title .mv__profile-wrapper img {
  position: relative;
  z-index: 20;
}
.is-sp #mv .mv__title-wrapper .mv__title .mv__title__img {
  order: 1;
  margin: 0;
}

/* consept *************/
#consept {
  background-image: url(../../common/img/gold-bg.jpg);
  background-repeat: repeat-y;
  background-size: 1920px;
  background-position: center;
  width: 100%;
  padding: 80px 0 140px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 71px));
}
.is-sp #consept {
  background-size: 768px 100%;
  background-position: center top;
}
#consept .consept-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 20px);
  max-width: 1050px;
  margin: 0 auto 64px;
}
#consept .consept-top .time-table {
  width: 370px;
}
#consept .consept-top .time-table table {
  width: 100%;
}
#consept .consept-top .time-table table th, #consept .consept-top .time-table table td {
  font-size: 20px;
  height: 45px;
}
#consept .consept-top .time-table table th span, #consept .consept-top .time-table table td span {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
}
#consept .consept-top .time-table table th {
  width: 140px;
  color: #fff;
  background-color: #1A2651;
  border-bottom: 1px solid #CBBC93;
}
#consept .consept-top .time-table table th span {
  justify-content: center;
}
#consept .consept-top .time-table table td {
  width: auto;
  color: #1A2651;
  background-color: #F5F2E9;
  border-bottom: 1px solid #1A2651;
}
#consept .consept-top .time-table table td span {
  justify-content: flex-start;
  padding-left: 30px;
}
#consept .consept-top .time-table table tr:last-child th, #consept .consept-top .time-table table tr:last-child td {
  border-bottom: none;
}
#consept .consept-top .member-past h1 {
  margin-bottom: 20px;
}
#consept .consept-top .member-past ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}
#consept .consept-top .member-past ul li {
  position: relative;
  width: 50%;
  padding-left: 1em;
  font-size: 16px;
}
#consept .consept-top .member-past ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3B5D72;
  content: "";
}
#consept .consept-top .member-past ul > span {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
#consept .consept-bottom {
  width: calc(100% - 20px);
  max-width: 1050px;
  margin: 0 auto;
}
#consept .consept-bottom h1 {
  margin-bottom: 20px;
}
#consept .consept-bottom ul.point-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 20px;
}
#consept .consept-bottom ul.point-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 328px;
  height: 112px;
  background-color: #3B5D72;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
}
#consept .consept-bottom p {
  font-size: 16px;
}
.is-sp #consept {
  padding: 40px 0 70px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
}
.is-sp #consept .consept-top {
  flex-direction: column;
}
.is-sp #consept .consept-top .time-table {
  width: 100%;
  order: 2;
}
.is-sp #consept .consept-top .time-table table th, .is-sp #consept .consept-top .time-table table td {
  font-size: 14px;
  width: 50%;
  height: 24px;
  padding: 0;
}
.is-sp #consept .consept-top .time-table table th span, .is-sp #consept .consept-top .time-table table td span {
  justify-content: center;
  padding: 0;
}
.is-sp #consept .consept-top .member-past {
  order: 1;
}
.is-sp #consept .consept-top .member-past ul {
  flex-wrap: nowrap;
  flex-direction: column;
  margin-left: 4px;
  margin-bottom: 24px;
}
.is-sp #consept .consept-top .member-past ul li {
  font-size: 13px;
}
.is-sp #consept .consept-top .member-past ul li::before {
  width: 4px;
  height: 4px;
}
.is-sp #consept .consept-bottom .point-list {
  flex-direction: column;
  gap: 12px;
}
.is-sp #consept .consept-bottom .point-list li {
  width: 100%;
  height: 78px;
  font-size: 14px;
}
.is-sp #consept .consept-bottom p {
  font-size: 14px;
}

/* contents *************/
#speaker {
  background-image: url(../../common/img/blue-bg.jpg);
  background-repeat: repeat-y;
  background-size: 1920px;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  z-index: 50;
}
.is-sp #speaker {
  background-size: 768px 100%;
  background-position: center top;
}
#speaker::before {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 170px;
  background-image: url(../../common/img/blue-bg-top-line.png);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center;
  content: "";
}
#speaker .theme-heading {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-bottom: 42px;
}
#speaker .theme-heading span {
  font-size: 36px;
  color: #f0cb7a;
}
#speaker .speaker__inner {
  font-family: "Noto Serif JP";
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 1020px;
}
#speaker .speaker__inner .inner__top {
  position: relative;
  color: #fff;
}
#speaker .speaker__inner .inner__top h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #CBBC93;
}
#speaker .speaker__inner .inner__top .name {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #CBBC93;
}
#speaker .speaker__inner .inner__top .name .large {
  font-size: 32px;
  margin: 0 5px;
  color: #fff;
  line-height: 1;
}
#speaker .speaker__inner .inner__top .name .gold {
  color: #CBBC93;
}
#speaker .speaker__inner .text {
  padding-top: 18px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  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: #3B5D72;
  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 {
  padding: 0 10px 30px;
}
.is-sp #speaker:before {
  top: -35px;
  width: 768px;
  background-size: 100% auto;
  background-position: center top;
}
.is-sp #speaker .theme-heading {
  font-size: 18px;
  margin-bottom: 30px;
}
.is-sp #speaker .theme-heading span {
  font-size: 22px;
}
.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: 12px;
  margin-bottom: 5px;
}
.is-sp #speaker .speaker__inner .inner__top p {
  font-size: 14px;
}
.is-sp #speaker .speaker__inner .inner__top .name {
  font-size: 14px;
  padding-bottom: 10px;
}
.is-sp #speaker .speaker__inner .inner__top .name .profile {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.is-sp #speaker .speaker__inner .inner__top .name .large {
  font-size: 18px;
  margin-left: 0;
}
.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;
}
.is-sp #speaker .speaker__inner__right .to-seminar-lineup {
  margin: 40px auto 0;
  display: flex !important;
}

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

#seminar-overview {
  padding-top: 123px;
}
#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=jinji_20250910_sowa.css.map */