@charset "UTF-8";
/* lus_20260523 馬渕さんセミナーLPのスタイルシート */
body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
}

/* 大枠 *************/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.section {
  width: 100%;
}
.section .section-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.is-sp .section .section-inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

/* セクション見出し共通 *************/
.section-heading {
  display: inline-block;
  margin-bottom: 50px;
}
.section-heading::before, .section-heading::after {
  z-index: -1;
}
.section-heading h2 {
  position: relative;
  left: -3px;
  top: -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.8px;
  white-space: nowrap;
  line-height: 1;
  min-height: 42px;
}
.section-heading.blue {
  position: relative;
}
.section-heading.blue::before, .section-heading.blue::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 18px;
  border-color: transparent transparent transparent #27506c;
  content: "";
}
.section-heading.blue::before {
  left: -18px;
  transform: rotate(180deg);
}
.section-heading.blue::after {
  right: -18px;
}
.section-heading.blue {
  background-color: #27506c;
  color: #fff;
}
.section-heading.blue h2 {
  position: relative;
}
.section-heading.blue h2::before, .section-heading.blue h2::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 18px;
  border-color: transparent transparent transparent #27506c;
  content: "";
}
.section-heading.blue h2::before {
  left: -18px;
  transform: rotate(180deg);
}
.section-heading.blue h2::after {
  right: -18px;
}
.section-heading.blue h2 {
  background-color: #27506c;
  color: #fff;
  filter: drop-shadow(3px 3px 0px black);
}
.section-heading.white {
  position: relative;
}
.section-heading.white::before, .section-heading.white::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 18px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.section-heading.white::before {
  left: -18px;
  transform: rotate(180deg);
}
.section-heading.white::after {
  right: -18px;
}
.section-heading.white {
  background-color: #fff;
  color: #1c6f81;
}
.section-heading.white h2 {
  position: relative;
}
.section-heading.white h2::before, .section-heading.white h2::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 18px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.section-heading.white h2::before {
  left: -18px;
  transform: rotate(180deg);
}
.section-heading.white h2::after {
  right: -18px;
}
.section-heading.white h2 {
  background-color: #fff;
  color: #1c6f81;
  filter: drop-shadow(3px 3px 0px black);
}
.section-heading--center {
  justify-content: center;
}
.is-sp .section-heading {
  margin-bottom: 24px;
  justify-content: center;
}
.is-sp .section-heading h2 {
  font-size: 18px;
  min-height: 34px;
  padding: 4px 20px 3px;
}
.is-sp .section-heading h2::after {
  right: -14px;
  border-width: 17px 0 17px 14px;
}

/* MV / FV *************/
#mv {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-image: url(img/mv_chart_bg.jpg);
  background-repeat: no-repeat;
  background-size: calc(100% - 60px) 100%;
  background-position: center 54px;
}
#mv .mv__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  width: 1200px;
  height: 684px;
  margin: 0 auto;
}
.is-sp #mv .mv__inner {
  min-width: 0;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 0 60px;
}
.is-sp #mv .mv__inner::before {
  background-image: url(../img/mv_chart_bg.png);
}
.is-sp #mv .mv__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 54%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, #FFF 54.71%);
  z-index: 10;
  content: "";
}
#mv .mv__lus-logo {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 20;
}
#mv .mv__lus-logo img {
  width: 184px;
  height: auto;
}
.is-sp #mv .mv__lus-logo {
  top: 9px;
  left: 14px;
}
.is-sp #mv .mv__lus-logo img {
  width: 110px;
}
#mv .mv__label-wrap {
  position: absolute;
  top: 17px;
  left: 11px;
  display: flex;
  gap: 4px;
  z-index: 20;
}
.is-sp #mv .mv__label-wrap {
  top: 0px;
  left: 30px;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 200px;
}
#mv .mv__label {
  display: inline-flex;
  align-items: center;
  padding: 2px 4px 4px;
  background-color: #e0f0fa;
  color: #223a5e;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
.is-sp #mv .mv__label {
  font-size: 16px;
  padding: 2px 4px 4px;
}
#mv .mv__content.disp-pc {
  position: absolute;
  left: 129px;
  top: 111px;
  z-index: 20;
}
#mv .mv__content.disp-pc img {
  width: 549px;
  height: auto;
  display: block;
}
.is-sp #mv .mv__content.disp-sp {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 400px;
  z-index: 20;
}
.is-sp #mv .mv__content.disp-sp img {
  width: 100%;
  height: auto;
}
.is-sp #mv .mv__content.disp-sp .mv__label-wrap {
  position: static;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 8px;
}
#mv .mv__catch {
  position: relative;
  margin-top: 51px;
}
.is-sp #mv .mv__catch {
  margin-top: 0;
}
#mv .mv__catch__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 44px;
  font-weight: 500;
  color: #474c53;
  line-height: 1.2;
  margin-bottom: 12px;
}
#mv .mv__catch__lead::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #C49B4A;
  margin-top: 10px;
}
.is-sp #mv .mv__catch__lead {
  font-size: 20px;
  line-height: 1;
}
#mv .mv__catch__lead__small {
  font-size: 28px;
}
#mv .mv__catch__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 132px;
  font-weight: 600;
  color: #04657a;
  line-height: 0.9;
  letter-spacing: -2.64px;
  margin: 0;
}
.is-sp #mv .mv__catch__title {
  font-size: 69px;
  line-height: 0.95;
  text-align: left;
}
#mv .mv__catch__title__no {
  font-size: 88px;
}
.is-sp #mv .mv__catch__title__no {
  font-size: 45px;
}
#mv .mv__catch__sub {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background: linear-gradient(90deg, rgba(7, 58, 112, 0.93) 0%, #073a70 32%, #073a70 77%, rgba(7, 58, 112, 0.93) 100%);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
  margin-top: 16px;
}
.is-sp #mv .mv__catch__sub {
  font-size: 14px;
  padding: 8px 12px;
  margin-top: 8px;
  white-space: normal;
  text-align: center;
}
#mv .mv__profile-label {
  position: absolute;
  right: 0;
  top: 372px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  z-index: 20;
}
#mv .mv__profile-label p {
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin: 0;
}
#mv .mv__profile-label p:first-child {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  color: #27506c;
}
#mv .mv__profile-label p:first-child span {
  margin-top: 0.3em;
  font-size: 0.8em;
}
#mv .mv__photo {
  position: absolute;
  right: 0;
  top: 62px;
  width: 530px;
  z-index: 10;
}
#mv .mv__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.is-sp #mv .mv__photo {
  position: relative;
  top: 0;
  width: calc(100% - 60px);
  max-width: 300px;
  z-index: 5;
  margin: 0 auto;
}
#mv .to-form {
  position: fixed;
  right: 20px;
  bottom: 130px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #C49B4A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 30;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}
#mv .to-form::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
#mv .to-form:hover {
  opacity: 0.8;
}
#mv .to-form span {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
#mv .to-form::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(img/to_form_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 6px;
}
.is-sp #mv .to-form {
  bottom: 20px;
  left: 50%;
  gap: 12px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  width: 260px;
  height: 50px;
  border-radius: 8px;
}
.is-sp #mv .to-form::before {
  display: none;
}
.is-sp #mv .to-form::after {
  margin-top: 0;
}
.is-sp #mv .to-form span {
  font-size: 18px;
}
.is-sp #mv .to-form span .disp-sp {
  display: inline !important;
}
#mv .mv__sold-out-ribbon {
  position: absolute;
  top: 40px;
  right: 20px;
  background-color: #967f52;
  padding: 8px 16px;
  z-index: 30;
  overflow: hidden;
  height: 42px;
}
#mv .mv__sold-out-ribbon::before, #mv .mv__sold-out-ribbon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
#mv .mv__sold-out-ribbon::before {
  top: 10%;
}
#mv .mv__sold-out-ribbon::after {
  top: 90%;
}
#mv .mv__sold-out-ribbon p {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  letter-spacing: 0.72px;
}
#mv .mv__sold-out-ribbon p strong {
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
  line-height: 1;
}
#mv .mv__bottom {
  position: relative;
  width: 100%;
  z-index: 20;
  background-color: #27506C;
  background-image: url(../img/mv_bottom_bg.svg);
  background-size: cover;
  background-position: center top;
  padding: 28px 0 32px;
}
#mv .mv__bottom::before {
  position: absolute;
  top: -26px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(img/mv__bottom_before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  content: "";
}
.is-sp #mv .mv__bottom {
  padding: 20px 10px 16px;
}
.is-sp #mv .mv__bottom::before {
  top: -28px;
  background-position: bottom center;
  background-size: contain;
}
#mv .mv__bottom .mv__bottom__inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#mv .mv__bottom .mv__bottom__inner img {
  display: block;
  width: 1080px;
  height: auto;
  margin-left: -20px;
}
.is-sp #mv .mv__bottom .mv__bottom__inner {
  padding: 0;
}
.is-sp #mv .mv__bottom .mv__bottom__inner img {
  width: calc(100% - 20px);
  margin-left: 0;
}
.is-sp #mv {
  padding-top: 35px;
}

/* セミナー内容 *************/
#story {
  text-align: center;
  background-image: url(img/mv_chart_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#story::after {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.22);
  white-space: nowrap;
  content: "CONTENT";
  pointer-events: none;
}
.is-sp #story::after {
  display: none;
}
#story .section-inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1254px;
  margin: 50px auto;
  padding: 56px 96px 88px;
  background-color: #1c6f81;
  background-image: url(../img/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.is-sp #story .section-inner {
  width: 100%;
  margin-top: 0;
  padding: 32px 16px;
}
#story .section-heading {
  justify-content: center;
  margin-bottom: 36px;
}
#story .story__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
#story .story__body p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
.is-sp #story .story__body p {
  font-size: 15px;
}
#story .story__body .story__body__em {
  font-weight: 400;
  color: #fff;
}
#story .story__body .story__body__highlight {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ebdf8b;
}
.is-sp #story {
  padding: 0 20px 40px;
  overflow: hidden;
}

.is-sp .story__sp-price-box {
  width: 100%;
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.is-sp .story__sp-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.is-sp .story__sp-price-row__type {
  font-family: "Zen Old Mincho", serif;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 18px;
  background-color: #927B28;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3.36px;
}

.is-sp .story__sp-price-row__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  color: #050505;
  white-space: nowrap;
}
.is-sp .story__sp-price-row__price .yen {
  font-size: 18px;
}

.is-sp .story__sp-price-row__limit {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  color: #C49B4A;
  white-space: nowrap;
}
.is-sp .story__sp-price-row__limit .pre,
.is-sp .story__sp-price-row__limit .post {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #333333;
}

/* プロフィール *************/
#speaker {
  position: relative;
  width: 100%;
  background-image: url(img/speaker_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 80px 0;
  overflow: hidden;
}
#speaker .section-inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.is-sp #speaker .section-inner {
  width: calc(100% - 40px);
}
#speaker .speaker__flex-cont {
  display: flex;
  align-items: flex-start;
  gap: 72px;
}
.is-sp #speaker .speaker__flex-cont {
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#speaker .speaker__photo {
  position: relative;
  flex-shrink: 0;
  width: 429px;
}
#speaker .speaker__photo::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin-top: 20px;
  width: 420px;
  height: 436px;
  background-color: #C1CCCD;
  content: "";
}
#speaker .speaker__photo img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.is-sp #speaker .speaker__photo {
  width: 100%;
}
.is-sp #speaker .speaker__photo::before {
  display: none;
}
.is-sp #speaker .speaker__photo img {
  width: 100%;
}
#speaker .speaker__profile {
  flex: 1;
  padding-top: 20px;
}
.is-sp #speaker .speaker__profile {
  width: 100%;
  padding-top: 0;
}
#speaker .speaker__name {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 12px;
  line-height: 1;
}
#speaker .speaker__name__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #27506c;
  white-space: nowrap;
}
#speaker .speaker__name__ja span {
  font-size: 0.6em;
}
.is-sp #speaker .speaker__name__ja {
  font-size: 24px;
}
#speaker .speaker__name__en {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  color: #27506c;
  white-space: nowrap;
}
.is-sp #speaker .speaker__name__en {
  font-size: 18px;
}
#speaker .speaker__position {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 32px;
  line-height: 1.4;
}
.is-sp #speaker .speaker__position {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.is-sp #speaker .speaker__position span {
  text-align: left;
  display: inline-block;
  font-size: 16px;
}
#speaker .speaker__profile-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#speaker .speaker__profile-label {
  display: flex;
  align-items: center;
}
#speaker .speaker__profile-label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px 6px 20px;
  background-color: #27506c;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
#speaker .speaker__profile-label span::after {
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 18px;
  border-color: transparent transparent transparent #27506c;
  content: "";
}
#speaker .speaker__profile-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#speaker .speaker__profile-text p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.is-sp #speaker .speaker__profile-text p {
  font-size: 16px;
}
.is-sp #speaker {
  padding: 20px 0 40px;
  background-image: none;
  background-color: #fff;
}

/* セミナープログラム *************/
#program {
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  background-image: url(img/program_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 80px;
  overflow: hidden;
}
#program::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(325deg);
  transform-origin: center;
  display: block;
  width: 240px;
  height: 300%;
  background-color: #D1DDE0;
  opacity: 0.33;
  content: "";
  margin-left: -120px;
}
#program::after {
  position: absolute;
  bottom: 330px;
  right: -4px;
  transform: rotate(270deg);
  transform-origin: right bottom;
  font-family: "Zen Old Mincho", serif;
  font-size: 85px;
  color: #d1dde0;
  white-space: nowrap;
  content: "Program";
  pointer-events: none;
  line-height: 1;
}
.is-sp #program::after {
  display: none;
}
#program .section-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.is-sp #program .section-inner {
  width: calc(100% - 40px);
}
#program .section-heading {
  justify-content: center;
  margin-bottom: 40px;
}
#program .program__detail {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
  width: 100%;
  max-width: 700px;
}
#program .program__detail li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
#program .program__detail li:nth-child(2) {
  margin-left: 90px;
}
#program .program__detail li:nth-child(3) {
  margin-left: 180px;
}
#program .program__detail li:nth-child(4) {
  margin-left: 270px;
}
#program .program__detail li:nth-child(5) {
  margin-left: 360px;
}
#program .program__detail li .time {
  font-family: "Zen Old Mincho", serif;
  flex-shrink: 0;
  font-size: 30px;
  color: #C49B4A;
  line-height: 1;
  padding-top: 10px;
}
#program .program__detail li .cont {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.is-sp #program .program__detail {
  gap: 24px;
  max-width: 335px;
}
.is-sp #program .program__detail li {
  position: relative;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0 !important;
}
.is-sp #program .program__detail li:not(:last-child)::before {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 12px;
  background-image: url(img/program_arrow_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.is-sp #program .program__detail li .time {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 6px 6px 12px;
  background-color: #1c6f81;
  color: #fff;
  font-size: 18px;
  min-width: 0;
  padding-top: 4px;
}
.is-sp #program .program__detail li .time::after {
  position: absolute;
  right: -28px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 28px;
  border-color: transparent transparent transparent #1c6f81;
  content: "";
}
.is-sp #program .program__detail li .cont {
  padding: 12px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
#program .cont__icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #1c6f81;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
#program .cont__icon--clock {
  background-image: url(img/icon_clock.svg);
  background-position: 55% 50%;
}
#program .cont__icon--mic {
  background-image: url(img/icon_mic.svg);
}
#program .cont__icon--note {
  background-image: url(img/icon_note.svg);
  background-size: 49%;
}
#program .cont__icon--bell {
  background-image: url(img/icon_bell.svg);
}
.is-sp #program .cont__icon {
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-size: contain;
  border-radius: 0;
}
.is-sp #program .cont__icon--clock {
  background-image: url(img/icon_clock_sp.svg);
}
.is-sp #program .cont__icon--mic {
  background-image: url(img/icon_mic_sp.svg);
}
.is-sp #program .cont__icon--note {
  background-image: url(img/icon_note_sp.svg);
}
.is-sp #program .cont__icon--bell {
  background-image: url(img/icon_bell_sp.svg);
}
#program .cont__text h4 {
  font-family: "Zen Old Mincho", serif;
  width: 370px;
  margin: 0 0 4px;
  padding-top: 6px;
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 3.6px;
  line-height: 1.2;
}
.is-sp #program .cont__text h4 {
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 2px;
}
#program .cont__text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  color: #838383;
  margin: 0;
  line-height: 1.4;
}
.is-sp #program .cont__text p {
  font-size: 14px;
}
.is-sp #program {
  padding: 40px 0 60px;
}

/* 開催概要（seminarOverview コンポーネントの上書き） *************/
#seminar-overview {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  background-image: none;
}
#seminar-overview h1 {
  font-size: 0;
  margin-bottom: 44px;
}
#seminar-overview h1::before {
  content: url("img/overview_heading.svg");
  display: block;
}
#seminar-overview h1::after {
  content: none;
}
.is-sp #seminar-overview h1 {
  margin-bottom: 28px;
}
#seminar-overview .section-inner {
  padding: 0;
}
#seminar-overview .table-wrapper {
  width: calc(100% - 40px);
  max-width: 882px;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
}
#seminar-overview .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #27506c;
  border-bottom: none;
}
#seminar-overview .table-wrapper table tr {
  display: flex;
  border: none;
  height: auto;
  min-height: 68px;
  border-bottom: 1px solid #27506c !important;
  align-items: stretch;
}
#seminar-overview .table-wrapper table tr td {
  border: none;
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
#seminar-overview .table-wrapper table tr td:first-child {
  flex-shrink: 0;
  width: 278px;
  justify-content: center;
  background-color: #27506c;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#seminar-overview .table-wrapper table tr td:nth-child(2) {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 32px;
}
#seminar-overview .table-wrapper table tr td a {
  color: #27506c;
  font-size: 16px;
  text-decoration: underline;
}
#seminar-overview .table-wrapper table tr:last-child td {
  border-bottom: none;
}
#seminar-overview .table-wrapper .small {
  font-size: 12px;
  color: #888;
}
.is-sp #seminar-overview .table-wrapper {
  width: calc(100% - 40px);
}
.is-sp #seminar-overview .table-wrapper table {
  border: none;
  border-top: 1px solid #27506c;
}
.is-sp #seminar-overview .table-wrapper table tr {
  flex-direction: column;
  height: auto;
  min-height: auto;
  padding: 20px 0;
  gap: 10px;
  border-bottom: 1px solid #aeaeae;
}
.is-sp #seminar-overview .table-wrapper table tr td {
  padding: 0;
}
.is-sp #seminar-overview .table-wrapper table tr td:first-child {
  font-family: "Zen Old Mincho", serif;
  width: 104px;
  height: 28px;
  padding: 4px 12px 6px;
  border-right: none;
  font-size: 16px;
  min-width: 0;
  display: flex;
}
.is-sp #seminar-overview .table-wrapper table tr td:nth-child(2) {
  padding: 0;
  font-size: 15px;
  align-items: flex-start;
}
.is-sp #seminar-overview {
  padding: 40px 0;
}

/* 受講者注意喚起 *************/
#precautions {
  width: 100%;
  padding: 0 0 80px;
  background-color: #fff;
}
#precautions .precautions__inner {
  width: calc(100% - 40px);
  max-width: 882px;
  margin: 0 auto;
}
.is-sp #precautions {
  padding-bottom: 40px;
}
.is-sp #precautions .precautions__inner {
  width: calc(100% - 40px);
}

.precautions__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.precautions__heading span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 20px;
  background-color: #27506c;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  height: 28px;
}
.precautions__heading span::after {
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 18px;
  border-color: transparent transparent transparent #27506c;
  content: "";
}

.precautions__list {
  border: 1px solid #27506c;
  padding: 20px 20px 20px 36px;
  margin: 0;
  background-color: #fff;
  list-style: decimal;
}
.precautions__list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 4px;
}
.precautions__list li:last-child {
  margin-bottom: 0;
}
.is-sp .precautions__list {
  padding: 12px 12px 12px 28px;
}
.is-sp .precautions__list li {
  font-size: 12px;
}

/* venue2 *************/
#venue2 {
  margin-top: 60px;
}
.is-sp #venue2 {
  margin-top: 0;
  padding-top: 30px;
}

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

/* ユーティリティ *************/
.disp-pc {
  display: block;
}
.is-sp .disp-pc {
  display: none !important;
}

.disp-sp {
  display: none;
}
.is-sp .disp-sp {
  display: block !important;
}/*# sourceMappingURL=lus_20260523_mabuchi.css.map */