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

img {
  object-fit: cover !important;
}

button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5000;
}
button.to-form img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}
.is-sp button.to-form {
  right: 50%;
  transform: translateX(50%);
}

/* セクション区切り（ネイビー帯） ************************************/
.section-divider {
  width: 100%;
  height: 28px;
  background-color: #0D2B4E;
}

/* 見出しタグコンポーネント ************************************/
.section-tag {
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-bottom: 40px;
}
.section-tag__inner {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 25px 0 10px;
  background-color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #0D2B4E;
}
.section-tag__inner::after {
  position: absolute;
  top: 0;
  right: -13px;
  display: block;
  width: 14px;
  height: 40px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  content: "";
}
.section-tag--dark .section-tag__inner {
  background-color: #0D2B4E;
  color: #fff;
}
.section-tag--dark .section-tag__inner::after {
  background-color: #0D2B4E;
}
.is-sp .section-tag {
  margin-bottom: 24px;
}
.is-sp .section-tag__inner {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 18px 0 8px;
}

/* 見出し（h1.common-header） ************************************/
h1.common-header {
  position: relative;
  color: #0D2B4E;
  display: inline-block;
  height: 40px;
  margin: 0 auto;
  padding: 0 25px;
  line-height: 40px;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
}
h1.common-header::before, h1.common-header::after {
  position: absolute;
  top: 0;
  display: block;
  width: 13px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  content: "";
}
h1.common-header::before {
  left: -12px;
}
h1.common-header::after {
  right: -13px;
  transform: rotate(180deg);
}
h1.common-header span {
  font-size: 20px;
}
.is-sp h1.common-header {
  height: 28px;
  font-size: 18px;
  line-height: 28px;
}
.is-sp h1.common-header span {
  font-size: 18px;
  line-height: 28px;
}

/* .wrapper外の要素はNoto Serif JPを維持 ************************************/
body {
  font-family: 'Noto Serif JP', serif;
}

/* エリア別 ************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
}
.wrapper p,
.wrapper span,
.wrapper li,
.wrapper td,
.wrapper th,
.wrapper a,
.wrapper div {
  font-family: inherit;
}

.header-line {
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url(../img/header_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-line .header-text {
  display: block;
  max-width: 1266px;
  width: 90%;
  height: auto;
  object-fit: contain !important;
}
.header-line .jinji-title {
  object-fit: contain !important;
  max-height: 60px;
  width: auto;
}
.is-sp .header-line {
  height: auto;
  padding-top: 28vw;
  background-image: url(../img/header_bg_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* mv *************/
#mv {
  position: relative;
  width: 100%;
  background-color: #D5D5E1;
}
#mv .mv__body {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -30px;
}
#mv .mv__body .mv__bg-text {
  position: absolute;
  top: 525px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1292px;
  height: auto;
  opacity: 1;
  pointer-events: none;
  object-fit: contain !important;
  z-index: 3;
}
#mv .mv__body .mv__inner.disp-pc {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  z-index: 2;
}
#mv .mv__body .mv__inner.disp-pc .mv__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 0 0 88px;
}
#mv .mv__body .mv__inner.disp-pc .mv__content .mv__title__img {
  display: block;
  width: 100%;
  max-width: 672px;
  height: auto;
  margin-top: -70px;
  object-fit: contain !important;
}
#mv .mv__body .mv__inner.disp-pc .mv__profile-wrapper {
  flex-shrink: 0;
  width: 483px;
  display: flex;
  align-items: flex-end;
}
#mv .mv__body .mv__inner.disp-pc .mv__profile-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
}
#mv .mv__body .mv__date {
  position: relative;
  padding-bottom: 54px;
  background-image: linear-gradient(90deg, #262B55 0%, #162141 100%);
  z-index: 10;
}
#mv .mv__body .mv__date img.disp-pc {
  top: -11px;
  position: relative;
  display: block;
  width: calc(100% - 20px);
  max-width: 1070px;
  margin: 0 auto;
  height: auto;
  object-fit: contain !important;
}
.is-sp #mv .mv__body .mv__date {
  padding: 18px 20px;
  text-align: center;
}
.is-sp #mv .mv__body .mv__date img {
  width: 100%;
}
.is-sp #mv .mv__body {
  margin-top: -14px;
}
.is-sp #mv .mv__body .mv__bg-text {
  bottom: 40px;
  width: 100%;
}
#mv .mv__body .mv__inner.disp-sp {
  position: relative;
  z-index: 2;
}
#mv .mv__body .mv__inner.disp-sp .mv__profile-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 254px;
}
#mv .mv__body .mv__inner.disp-sp .mv__profile-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
}
#mv .mv__body .mv__inner.disp-sp .mv__title__img {
  display: block;
  position: relative;
  width: 230px;
  height: auto;
  margin: 120px 0 0 26px;
  object-fit: contain !important;
  z-index: 3;
}
.is-sp #mv .mv__body .mv__inner.disp-sp {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.is-sp #mv .mv__body .mv__inner.disp-sp .mv__profile-wrapper {
  position: static;
  width: 48%;
}
.is-sp #mv .mv__body .mv__inner.disp-sp .mv__title__img {
  margin: 0 -50px 0 10px;
  flex: 1;
  width: 42%;
}
#mv .mv__body .mv__date.disp-sp {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain !important;
}
#mv .mv__body .mv__price.disp-sp {
  background-color: #0E2F58;
  padding: 18px 0;
}
#mv .mv__body .mv__price.disp-sp img {
  display: block;
  width: calc(100% - 90px);
  min-width: 280px;
  max-width: 350px;
  height: auto;
  object-fit: contain !important;
  margin: 0 auto;
}

/* story（導入）*************/
#story {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -28px;
  padding: 118px 0 128px;
  background-image: radial-gradient(circle, #143660 0%, #0D2B4E 100%);
  flex-direction: column;
  gap: 40px;
}
#story .story__inner {
  color: #fff;
  padding: 47px;
  background-color: #284467;
  width: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#story .story__inner p {
  font-size: 18px;
}
#story .story__inner p span {
  color: #DCBC76;
}
.is-sp #story {
  margin: 0;
  background-color: #284467;
  background-image: none;
  padding: 32px 16px;
  gap: 24px;
}
.is-sp #story .story__inner {
  padding: 0;
}
.is-sp #story .story__inner p {
  font-size: 14px;
}

/* speaker（プロフィール） *************/
#speaker {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 20px;
  background-color: #fff;
}
#speaker .speaker__inner {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  position: relative;
  width: 100%;
  max-width: 1140px;
}
#speaker .speaker__inner .speaker_profile {
  position: absolute;
  top: 0;
  left: 40px;
  width: 400px;
  height: 400px;
}
.is-sp #speaker .speaker__inner .speaker_profile {
  position: static;
  width: calc(100vw - 160px);
  height: calc(100vw - 160px);
  max-width: 300px;
  max-height: 300px;
}
#speaker .speaker__inner .inner__top {
  color: #333333;
  margin-bottom: 36px;
  padding-left: 496px;
}
#speaker .speaker__inner .inner__top h4 {
  width: 100%;
  margin-bottom: 20px;
}
#speaker .speaker__inner .inner__top h4 span {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 37px;
  background-color: #0D2B4E;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 37px;
}
#speaker .speaker__inner .inner__top h4 span::before {
  position: absolute;
  display: block;
  top: 0;
  right: -30px;
  width: 30px;
  height: 37px;
  background-color: #0D2B4E;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  content: "";
}
#speaker .speaker__inner .inner__top .teacher-name {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #0D2B4E;
  margin-bottom: 22px;
}
#speaker .speaker__inner .inner__top .teacher-name .large {
  font-size: 36px;
  font-weight: 400;
  margin-right: 4px;
  line-height: 1;
}
#speaker .speaker__inner .inner__top .name {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #333333;
  margin: 0;
}
#speaker .speaker__inner .inner__top .name .profile {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 1.8;
}
#speaker .speaker__inner .inner__top .name .profile::before, #speaker .speaker__inner .inner__top .name .profile::after {
  position: absolute;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  content: "";
}
#speaker .speaker__inner .inner__top .name .profile::before {
  transform: rotate(180deg);
  left: 0;
}
#speaker .speaker__inner .inner__top .name .profile::after {
  right: 0;
}
.is-sp #speaker .speaker__inner .inner__top {
  margin-top: 20px;
  margin-bottom: 17px;
  padding: 0 20px;
}
#speaker .speaker__inner .inner__bottom {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #333333;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 70px;
  padding-left: 496px;
  background-color: #EAEBED;
}
.is-sp #speaker .speaker__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.is-sp #speaker {
  padding: 48px 0 40px;
}
.is-sp #speaker .speaker__inner {
  position: relative;
}
.is-sp #speaker .speaker__inner .inner__top h4 {
  margin-bottom: 14px;
}
.is-sp #speaker .speaker__inner .inner__top h4 span {
  font-size: 12px;
  min-width: 0;
  height: auto;
  padding: 6px 10px 5px 18px;
  line-height: 1.4;
}
.is-sp #speaker .speaker__inner .inner__top h4 span::before {
  height: 100%;
}
.is-sp #speaker .speaker__inner .inner__top .teacher-name {
  font-size: 20px;
  margin-bottom: 17px;
}
.is-sp #speaker .speaker__inner .inner__top .teacher-name .large {
  font-size: 28px;
}
.is-sp #speaker .speaker__inner .inner__top .name {
  font-size: 13px;
}
.is-sp #speaker .speaker__inner .inner__bottom {
  font-size: 13px;
  line-height: 1.7;
  padding: 20px;
  width: 100%;
}

/* セミナー概要 ************************************/
.seminar-detail {
  width: 100%;
  padding: 72px 0 80px;
  background: radial-gradient(circle, #143660 0%, #0D2B4E 100%);
}
.seminar-detail .c-secTtl {
  margin-bottom: 40px;
}
.seminar-detail .c-secTtl .c-secTtl_ja {
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
}
.seminar-detail .c-secTtl .c-secTtl_en {
  color: #DCBC76;
}
.seminar-detail .seminar-detail__inner {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 47px;
  background-color: #284467;
}
.seminar-detail .seminar-detail__inner h3 {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  color: #DCBC76;
  margin-bottom: 20px;
  line-height: 1.6;
}
.seminar-detail .seminar-detail__inner p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}
.is-sp .seminar-detail {
  padding: 48px 0 56px;
}
.is-sp .seminar-detail .seminar-detail__inner {
  padding: 32px 20px;
}
.is-sp .seminar-detail .seminar-detail__inner h3 {
  font-size: 17px;
  margin-bottom: 14px;
}
.is-sp .seminar-detail .seminar-detail__inner p {
  font-size: 14px;
}

/* consept（プログラムなど） *************/
#consept {
  width: 100%;
  padding: 80px 0 140px;
  background: radial-gradient(circle, #143660 0%, #0D2B4E 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 71px));
}
#consept .consept-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 20px);
  max-width: 1170px;
  margin: 0 auto 64px;
}
#consept .consept-top .time-table {
  width: 450px;
  text-align: center;
}
#consept .consept-top .time-table .table-wrapper {
  width: 100%;
  padding: 42px 36px;
  border-radius: 14px;
  border: 1px solid #fff;
  overflow: hidden;
  margin-top: -15px;
}
#consept .consept-top .time-table .table-wrapper table {
  width: 100%;
}
#consept .consept-top .time-table .table-wrapper table tbody {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
}
#consept .consept-top .time-table .table-wrapper table tbody tr {
  width: 100%;
}
#consept .consept-top .time-table .table-wrapper table tbody tr:last-child td::after {
  display: none;
}
#consept .consept-top .time-table .table-wrapper table tbody th,
#consept .consept-top .time-table .table-wrapper table tbody td {
  font-size: 20px;
  height: 24px;
}
#consept .consept-top .time-table .table-wrapper table tbody th span,
#consept .consept-top .time-table .table-wrapper table tbody td span {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  line-height: 24px;
}
#consept .consept-top .time-table .table-wrapper table tbody th {
  color: #DCBC76;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  padding-right: 22px;
  width: 72px;
}
#consept .consept-top .time-table .table-wrapper table tbody td {
  position: relative;
  width: auto;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  padding-left: 22px;
}
#consept .consept-top .time-table .table-wrapper table tbody td::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/listoption_schedule.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#consept .consept-top .time-table .table-wrapper table tbody td::after {
  position: absolute;
  bottom: -17px;
  left: 11px;
  width: 1px;
  height: 18px;
  background-color: #fff;
  content: "";
}
#consept .consept-top .time-table .table-wrapper table tbody td span {
  justify-content: flex-start;
  padding-left: 24px;
}
#consept .consept-top .time-table .table-wrapper table tbody tr:last-child th,
#consept .consept-top .time-table .table-wrapper table tbody tr:last-child td {
  border-bottom: none;
}
#consept .consept-top .time-table > p {
  color: #fff;
  text-align: left;
  margin-top: 1em;
}
#consept .consept-top .member-past {
  text-align: center;
}
#consept .consept-top .member-past h1 {
  z-index: 2;
  padding: 0;
  width: 300px;
  font-size: 16px;
}
#consept .consept-top .member-past h1 span {
  font-size: 14px;
}
#consept .consept-top .member-past ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  border-top: 1px solid #fff;
  margin-top: -20px;
  padding-top: 44px;
  gap: 0;
}
#consept .consept-top .member-past ul li {
  position: relative;
  width: 50%;
  padding-left: 1em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 2.25;
}
#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: #fff;
  content: "";
}
#consept .consept-top .member-past ul > span {
  position: absolute;
  right: 16px;
  bottom: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
#consept .past-events {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 90px;
}
#consept .past-events__heading {
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
#consept .past-events__heading::before, #consept .past-events__heading::after {
  display: block;
  width: 47px;
  border-top: 1.5px solid #fff;
  content: "";
}
#consept .past-events__heading span {
  white-space: nowrap;
}
#consept .past-events__photos {
  width: 100%;
  overflow: hidden;
}
#consept .past-events__photos:not(.slick-initialized) {
  display: flex;
  gap: 8px;
}
#consept .past-events__photos .photo-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#consept .consept-bottom {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 64px;
  text-align: center;
  background-color: #232850;
}
#consept .consept-bottom h1 {
  margin-bottom: 40px;
  padding: 0 18px;
  color: #232850;
}
#consept .consept-bottom h1 span {
  padding: 0 50px;
  position: relative;
}
#consept .consept-bottom h1 span::before, #consept .consept-bottom h1 span::after {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 18px;
  background-image: url(../img/concept_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#consept .consept-bottom h1 span::before {
  left: 0;
}
#consept .consept-bottom h1 span::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
#consept .consept-bottom ul.point-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 32px;
}
#consept .consept-bottom ul.point-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 112px;
  background-color: #3F3A60;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  text-align: center;
  line-height: 1.87;
}
#consept .consept-bottom p {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 150%;
  text-align: left;
}
#consept .consept-bottom p + p {
  margin-top: 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%;
  margin-bottom: 40px;
}
.is-sp #consept .consept-top .time-table .table-wrapper {
  padding: 24px 28px;
}
.is-sp #consept .consept-top .time-table .table-wrapper table th span,
.is-sp #consept .consept-top .time-table .table-wrapper table td span {
  justify-content: center;
  font-size: 16px;
  height: auto;
}
.is-sp #consept .consept-top .time-table .table-wrapper table th {
  width: 56px;
  padding-right: 15px;
}
.is-sp #consept .consept-top .time-table .table-wrapper table td {
  padding-left: 15px;
  text-align: left;
}
.is-sp #consept .consept-top .time-table .table-wrapper table td::after {
  top: 23px;
  bottom: auto;
  height: 100%;
}
.is-sp #consept .consept-top .member-past {
  width: 100%;
}
.is-sp #consept .consept-top .member-past ul {
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 8px 0 30px;
  border-top: none;
}
.is-sp #consept .consept-top .member-past ul li {
  font-size: 13px;
  width: 100%;
}
.is-sp #consept .consept-top .member-past ul li::before {
  width: 4px;
  height: 4px;
}
.is-sp #consept .past-events {
  gap: 20px;
}
.is-sp #consept .past-events__heading {
  font-size: 18px;
}
.is-sp #consept .past-events__heading::before, .is-sp #consept .past-events__heading::after {
  width: 30px;
}
.is-sp #consept .past-events__photos .photo-item {
  flex: 0 0 240px;
  width: 240px;
  height: 160px;
}
.is-sp #consept .consept-bottom {
  padding: 28px 20px;
}
.is-sp #consept .consept-bottom .common-header {
  width: 100%;
  max-width: 350px;
  padding: 0;
}
.is-sp #consept .consept-bottom .common-header span {
  padding: 0;
  font-size: 16px;
}
.is-sp #consept .consept-bottom .common-header span::before, .is-sp #consept .consept-bottom .common-header span::after {
  display: none;
}
.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: 16px;
  padding: 10px 0;
}
.is-sp #consept .consept-bottom p {
  font-size: 14px;
}

/* 開催概要（seminar-overview） *************/
#seminar-overview {
  padding-top: 80px;
  background-color: #fff;
}
#seminar-overview h1 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  color: #0D2B4E;
  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: #0D2B4E;
  content: "Overview";
}
#seminar-overview .seminar-overview__table th,
#seminar-overview .seminar-overview__table td:first-child {
  background-color: #0D2B4E;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
#seminar-overview .seminar-overview__table td {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #333333;
  border-color: #0D2B4E;
}
.is-sp #seminar-overview h1 {
  margin-bottom: 20px;
}
.is-sp #seminar-overview h1::before {
  font-size: 57px;
  top: -47px;
}

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

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