@charset "UTF-8";

:root {
  --lus-main-black: #050505;
  --lus-deep-green-black: #0b1513;
  --lus-charcoal: #101d1a;
  --lus-gold: #cda434;
  --lus-yellow-gold: #f2d33a;
  --lus-white: #ffffff;
  --lus-light-gray: #f1f1f1;
  --lus-text-dark: #111111;
  --lus-text-gray: #555555;
}

body {
  margin: 0;
  background: var(--lus-main-black);
  color: var(--lus-text-dark);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.lus-page,
.lus-page * {
  box-sizing: border-box;
}

.lus-page {
  display: block;
  width: 100%;
  min-width: 0 !important;
  overflow: hidden;
  background: var(--lus-main-black);
}

.lus-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.disp-sp {
  display: none !important;
}

.lp-section__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-heading {
  text-align: center;
  line-height: 1.2;
}

.section-heading__en {
  margin: 0;
  font-family: "Times New Roman", "Zen Old Mincho", serif;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.0;
}

.section-heading__ja {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.section-heading--light {
  color: var(--lus-white);
}

.section-heading--dark {
  color: var(--lus-text-dark);
}

/* ==============================
   Hero
============================== */
#mv {
  position: relative;
  width: 100%;
  height: 996px;
  min-height: 720px;
  overflow: hidden;
  background: var(--lus-main-black);
  color: var(--lus-white);
}

#mv .mv__bg {
  position: absolute;
  inset: -2%;
  background:
    radial-gradient(circle at 62% 33%, rgba(205, 164, 52, 0.1), transparent 28%),
    linear-gradient(120deg, rgba(5, 5, 5, 0.42), rgba(11, 21, 19, 0.18) 45%, rgba(5, 5, 5, 0.8)),
    url("img/mv_bg.svg") center / cover no-repeat;
  transform: scale(1.02);
}

#mv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 185px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.94) 34%, #050505 100%);
  pointer-events: none;
  z-index: 5;
}

#mv .mv__lus-logo {
  position: absolute;
  top: 20px;
  left: 28px;
  z-index: 20;
  width: 184px;
}

#mv .mv__inner {
  position: relative;
  z-index: 10;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

#mv .mv__photo {
  position: absolute;
  top: 82px;
  left: 96px;
  z-index: 8;
  width: 1100px;
  pointer-events: none;
}

#mv .mv__photo picture,
#mv .mv__photo img {
  display: block;
  width: 100%;
}

#mv .mv__copy {
  position: absolute;
  top: 82px;
  left: 50%;
  z-index: 12;
  width: 1920px;
  max-width: 1920px;
  transform: translateX(-50%);
  pointer-events: none;
}

#mv .mv__copy > img:first-child {
  display: block;
  width: 100%;
}

#mv .mv__copy-sp-main,
#mv .mv__copy-sp-sub,
#mv .mv__date-sp-parts {
  display: none;
}

#mv .mv__event {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1260px;
  transform: translateX(-50%);
}

#mv .mv__date {
  flex: 0 1 348px;
  width: 348px;
  min-width: 0;
}

#mv .mv__date-art,
#mv .mv__price-art,
#mv .mv__cta-art {
  display: block;
}

#mv .mv__price {
  flex: 0 1 656px;
  width: 656px;
  min-width: 0;
}

#mv .mv__date-art img,
#mv .mv__price-art img,
#mv .mv__cta-art img {
  width: 100%;
}

#mv .mv__cta {
  display: block;
  flex: 0 1 347px;
  width: 347px;
  min-width: 0;
  text-decoration: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

@media (min-width: 769px) {
  #mv .mv__cta {
    margin-left: 30px;
  }
}

#mv .mv__cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

#mv .mv__date > span,
#mv .mv__price-row,
#mv .mv__cta-note,
#mv .mv__cta-main,
#mv .mv__cta-icon-sp {
  display: none;
}

#mv .to-form {
  position: fixed;
  top: 50%;
  right: 0px;
  bottom: auto;
  z-index: 100;
  transform: translateX(110%);
  transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1), filter 0.3s ease;
}

#mv .to-form.is-visible {
  transform: translateX(0);
}

#mv .to-form__pc {
  display: block;
  writing-mode: vertical-rl;
  width: 80px;
}

#mv .to-form__sp {
  display: none;
}

#mv .to-form:hover {
  filter: brightness(1.1);
}

/* ==============================
   Seminar Content
============================== */
.seminar-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 78px 0 108px;
  background: var(--lus-main-black);
  color: var(--lus-text-dark);
}

.seminar-content__inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.seminar-content__label {
  position: absolute;
  top: -16px;
  left: 50%;
  min-width: 172px;
  padding: 5px 22px 6px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #d1ad3c, #b78e24);
  color: var(--lus-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

.seminar-content__body {
  padding: 48px 96px;
  background: var(--lus-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.seminar-content__body p {
  margin: 0;
  font-size: 18px;
  line-height: 2.15;
}

.seminar-content__body p + p {
  margin-top: 10px;
}

.seminar-content__body strong {
  background: linear-gradient(transparent 64%, rgba(242, 211, 58, 0.48) 64%);
  font-weight: 700;
}


/* ==============================
   Section new seminar
============================== */


.seminar-content {
  padding: 104px 0;
  background: #000;
}

.seminar-content__label {
  top: -21px;
  width: 232px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  line-height: 0;
}

.seminar-content__label img {
  width: 100%;
}

.seminar-content__body {
  padding: 44px 81px;
  box-shadow: none;
}

.seminar-content__body p {
  font-size: 16px;
  line-height: 2.12;
}

.seminar-content__body strong {
  background: none;
  font-weight: inherit;
}

.seminar-content__underline {
  padding-bottom: 2px;
  border-bottom: 1px solid #ba952a;
}

/* ==============================
   divider
============================== */

.lp-divider {
  width: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  margin-bottom: -1px;
}

.lp-divider img {
  display: block;
  width: 100%;
  height: auto;
}


/* ==============================
   Section Group (topics + program)
============================== */
.section-group {
  position: relative;
}

/* ==============================
   Topics
============================== */
.topics {
  position: relative;
  margin-top: -1px;
  padding: 136px 0 140px;
  background: var(--lus-light-gray);
  color: var(--lus-text-dark);
  clip-path: none;
}

.topics__watermark {
  position: absolute;
  top: 280px;
  right: 0;
  z-index: -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 180px;
  font-weight: 900;
  line-height: 0.92;
  text-align: right;
  pointer-events: none;
}

.topics__side-copy {
  position: absolute;
  bottom: 720px;
  left: 0px;
  z-index: 1;
  margin: 0;
  color: rgba(140, 140, 140, 0.38);
  font-family: "Zen Old Mincho", serif;
  font-size: 160px;
  line-height: 1;
  writing-mode: vertical-rl;
  pointer-events: none;
  z-index: 100;
}

.topics .section-heading__ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.topics .section-heading__ja::before,
.topics .section-heading__ja::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.topics__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  width: min(100%, 1020px);
  margin: 76px auto 0;
}

.topic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 48px 38px;
  background: #0e0e0e;
  overflow: hidden;
}

.topic-card__icon {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 172px;
  height: 168px;
  overflow: hidden;
  pointer-events: none;
}

.topic-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topic-card__header {
  position: relative;
}

.topic-card__point {
  font-family: "Barlow", "Arial Narrow", sans-serif;
  font-size: 33px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.02em;
}

.topic-card__p {
  color: #ffd900;
}

.topic-card__subtract {
  position: absolute;
  top: -14px;
  left: 72px;
  width: 47px;
  height: 50px;
  pointer-events: none;
}

.topic-card__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  color: #fff;
  line-height: 41px;
  letter-spacing: 1.1px;
  margin: 0;
  padding-left: 48px;
  z-index: 1;
}

.topic-card__accent {
  text-decoration: underline;
  text-decoration-color: #ba952a;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.side-cta {
  position: absolute;
  top: 168px;
  right: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-height: 260px;
  border-radius: 8px;
  background: linear-gradient(180deg, #d5b03d, #b68c23);
  color: var(--lus-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.side-cta::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

/* ==============================
   Program
============================== */
.program {
  position: relative;
  margin-top: -72px;
  padding: 80px 0 10px;
  overflow: hidden;
  color: var(--lus-white);
}

@media (min-width: 769px) {
  .program_background {
    background:
      url("img/program_bg_pc.svg") center / cover no-repeat;
    transform: scale(1.02);
    padding: 100px 0 50px;
  }
}

.program__inner {
  width: 1220px;
  margin: 0 auto 100px;
}

.program .section-heading__ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.program .section-heading__ja::before,
.program .section-heading__ja::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.program__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  align-items: start;
  gap: 86px;
  margin-top: 84px;
}

.program__timeline-wrap picture {
  display: block;
}

.program__timeline-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.program__price-card {
  position: relative;
  margin: 0;
  padding: 42px 38px 38px;
  background: var(--lus-white);
  color: var(--lus-text-dark);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.35);
}

.program__price-label {
  position: absolute;
  top: -20px;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.program__price-label img {
  display: block;
  height: auto;
}

.program__carful {
  position: relative;
}

.program__carful-h4 {
  position: absolute;
  top: -11px;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.program__carful-h4 img {
  display: block;
  height: auto;
}



.program__price-row + .program__price-row {
  margin-top: 22px;
}

.program__price-badge {
  display: block;
  margin-bottom: 10px;
}

.program__price-badge img {
  display: block;
  height: auto;
}

.program__price-row strong {
  display: block;
  margin-top: 9px;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.program__price-row small {
  margin-left: 4px;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  vertical-align: super;
  line-height: 1;
}

.program__price-en {
  margin-left: 4px;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.program__price-row em {
  margin-left: 8px;
  color: #000;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.program__price-accent {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 400;
  color: #ba952a;
  line-height: 1;
}

.program__price-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.program__price-note {
  margin: 58px 0 20px;
  padding-top: 32px;
  border-top: 2px solid #090909;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

/* ==============================
   Speaker
============================== */
.speaker {
  position: relative;
  overflow: hidden;
  background: var(--lus-white);
  color: var(--lus-text-dark);
  clip-path: none;
}

.speaker__inner {
  position: relative;
  width: 1440px;
  min-height: 770px;
  margin: 0 auto;
  padding: 108px 32px 118px;
}


.speaker__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--lus-gold);
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  line-height: 1;
}

.speaker__text {
  position: relative;
  z-index: 2;
  width: min(48%, 650px);
  padding-left: 48px;
}


.speaker__heading span {
  width: 12px;
  height: 1px;
  background: currentColor;
}

.speaker__heading p {
  margin: 0;
}

.speaker__text h2 {
  margin: 38px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.speaker__position {
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.speaker__lead {
  position: relative;
  margin: 28px 0 0;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 2.05;
}

.speaker__lead::before,
.speaker__lead::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.speaker__lead::before {
  top: 0;
  left: 0;
  background-image: url(img/frame-left.svg);
}

.speaker__lead::after {
  right: 0;
  bottom: 0;
  background-image: url(img/frame-right.svg);
}

.speaker__history {
  margin-top: 42px;
}

.speaker__history h3 {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 5px 16px;
  background: #080808;
  color: var(--lus-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.speaker__history ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.65;
}

.speaker__photo {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 1;
  width: 1000px;
  margin: 0;
}

.speaker__photo img {
  width: 100%;
}

.speaker__vertical {
  position: absolute;
  right: 10px;
  bottom: 26px;
  z-index: 3;
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-family: "Times New Roman", serif;
  font-size: 88px;
  line-height: 1;
  writing-mode: vertical-rl;
}

/* ==============================
   Overview
============================== */
#seminar-overview-table.overview {
  display: block;
  width: 100%;
  padding: 120px 0;
  background: #eeeeee;
}

#seminar-overview-table .overview__inner {
  width: 882px;
  margin: 0 auto;
}

#seminar-overview-table .overview-h3_1 {
  display: block;
  width: 196px;
  margin: 0 auto 44px !important;
}

#seminar-overview-table .overview__table {
  width: 100%;
  border: 1px solid #0e0e0e;
  border-bottom: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

#seminar-overview-table .overview__table th,
#seminar-overview-table .overview__table td {
  height: 68px;
  font-size: 16px;
  vertical-align: middle;
}

#seminar-overview-table .overview__table th {
  width: 278px;
  padding: 20px 40px;
  border-bottom: 1px solid #fff;
  background: #0e0e0e;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

#seminar-overview-table .overview__table td {
  padding: 20px 32px;
  border-bottom: 1px solid #0e0e0e;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

#seminar-overview-table .overview__table tr:last-child th {
  border-bottom-color: #0e0e0e;
}

#seminar-overview-table .overview__pdf-link {
  position: relative;
  padding-left: 28px;
  line-height: 1;
}

#seminar-overview-table .overview__pdf-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 19px;
  background: url("../common/img/icon-pdf.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

#seminar-overview-table .overview__pdf-link a {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#seminar-overview-table .overview__note-main,
#seminar-overview-table .overview__note-sub {
  margin: 0;
}

#seminar-overview-table .overview__note-main {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

#seminar-overview-table .overview__note-sub {
  margin-top: 8px;
  color: #888;
  font-size: 12px;
  line-height: 1.5;
}

#seminar-overview-table .overview__notice {
  margin-top: 31px;
  padding: 0;
}

#seminar-overview-table .overview__notice > img {
  display: block;
  width: 260px;
  margin: 0;
}

#seminar-overview-table .overview__notice ol {
  margin: 0;
  padding: 19px 22px 18px 40px;
  border: 1px solid #0e0e0e;
  background: #fff;
  color: #333;
}

#seminar-overview-table .overview__notice li {
  font-size: 12px;
  line-height: 1.5;
}

#seminar-overview-table .overview__notice li + li {
  margin-top: 0;
}

/* ==============================
   Application
============================== */
.application {
  width: 100%;
  padding: 74px 20px 88px;
  background: var(--lus-white);
}

.application .c-secTtl {
  margin-bottom: 34px;
  padding: 0;
}

.application .c-secTtl_ja {
  margin: 0;
  color: var(--lus-text-dark);
}

.application #pardot-form {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.application .no-form,
.no-form {
  width: min(calc(100% - 32px), 840px);
  margin: 42px auto 60px;
  color: var(--lus-text-dark);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.l-footer {
  width: 100%;
}

.partnership-header,
.partnership-header::after {
  background-color: #fffbf2;
}

.partnership-header::after {
  z-index: 100;
}

.partnership-header .inner {
  gap: 10px;
}

#venue2 {
  padding-top: 40px;
}

.lus-page .l-footer img {
  display: inline;
hashimoto.css}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .disp-pc {
    display: none !important;
  }

  .disp-sp {
    display: inline !important;
  }

  .lp-section__inner,
  .program__inner,
  .seminar-content__inner,
  .overview__inner {
    width: calc(100% - 32px);
  }

  .section-heading__en {
    font-size: 40px;
  }

  .section-heading__ja {
    margin-top: 6px;
    font-size: 16px;
  }

  #mv {
    --mv-sp-width: min(100vw, 375px);
    --mv-sp-gutter: calc((100% - var(--mv-sp-width)) / 2);
    height: min(562px, 149.8667vw);
    min-height: 0;
  }

  #mv .mv__bg {
    display: block;
    inset: 0;
    background: url("img/mv_bg.svg") center / cover no-repeat;
    transform: none;
  }

  #mv::after {
    display: block;
    height: min(65.07vw, 244px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 55%);
  }

  #mv .mv__lus-logo {
    top: min(2.1334vw, 8px);
    left: calc(var(--mv-sp-gutter) + min(3.2vw, 12px));
    width: min(29.224vw, 109.59px);
  }

  #mv .mv__inner {
    width: 100%;
    height: 100%;
  }

  #mv .mv__photo {
    top: 0;
    left: 50%;
    width: var(--mv-sp-width);
    height: auto;
    transform: translateX(-50%);
  }

  #mv .mv__photo picture,
  #mv .mv__photo img {
    width: 100%;
    height: auto;
  }

  #mv .mv__photo img {
    object-fit: contain;
    object-position: top center;
  }

  #mv .mv__copy {
    top: min(19.1867vw, 71.95px);
    left: calc(var(--mv-sp-gutter) + min(4.2667vw, 16px));
    width: min(91.4667vw, 343px);
    height: min(68vw, 255px);
    max-width: none;
    transform: none;
  }

  #mv .mv__copy > img:first-child {
    display: none;
  }

  #mv .mv__copy-sp-main,
  #mv .mv__copy-sp-sub {
    position: absolute;
    display: block;
    height: auto;
    max-width: none;
  }

  #mv .mv__copy-sp-main {
    top: 0;
    left: min(39.7548vw, 149.08px);
    width: min(52.8vw, 198px);
  }

  #mv .mv__copy-sp-sub {
    top: min(52.528vw, 196.98px);
    left: min(47.756vw, 179.085px);
    width: min(44.2667vw, 166px);
  }

  #mv .mv__event {
    left: var(--mv-sp-gutter);
    right: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: var(--mv-sp-width);
    padding: 0;
    transform: none;
  }

  #mv .mv__date {
    flex: none;
    position: relative;
    width: 100%;
    height: min(39.4667vw, 148px);
  }

  #mv .mv__date-art {
    display: none;
  }

  #mv .mv__date-sp-parts {
    position: absolute;
    top: min(16vw, 60px);
    left: min(10.5556vw, 39.583px);
    display: block;
    width: min(78.8888vw, 295.833px);
    height: min(17.0667vw, 64px);
  }

  #mv .mv__date-sp-date,
  #mv .mv__date-sp-time {
    position: absolute;
    display: block;
    height: auto;
    max-width: none;
  }

  #mv .mv__date-sp-date {
    top: 0;
    left: max(-1.8286vw, -6.857px);
    width: min(52.9024vw, 198.384px);
  }

  #mv .mv__date-sp-time {
    top: min(0.2304vw, 0.864px);
    left: min(51.365vw, 192.619px);
    width: min(27.5237vw, 103.214px);
  }

  #mv .mv__price {
    flex: none;
    width: 100%;
  }

  #mv .mv__cta-art {
    display: none;
  }

  #mv .mv__cta {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 35px;
    z-index: 100;
    display: block;
    width: min(64.8vw, 243px);
    aspect-ratio: 243 / 52;
    padding: 0;
    background: url("img/cta-sp.png") center / contain no-repeat;
    border-radius: 0;
    filter: none;
    text-decoration: none;
    transform: translateX(-50%);
  }

  #mv .mv__cta:hover {
    transform: translateX(-50%) translateY(-2px);
    filter: brightness(1.05);
  }

  #mv .mv__cta-note,
  #mv .mv__cta-main,
  #mv .mv__cta-icon-sp {
    display: none;
  }

  #mv .to-form {
    display: none !important;
  }

  .lp-main {
    margin-top: 100px;
  }

  .seminar-content {
    padding: 42px 0 48px;
  }

  .seminar-content__label {
    top: -13px;
    min-width: 132px;
    padding: 4px 16px 5px;
    font-size: 11px;
  }

  .seminar-content__body {
    padding: 32px 20px 24px;
  }

  .seminar-content__body p {
    font-size: 13px;
    line-height: 2;
  }

  .seminar-content {
    padding: min(9.6vw, 36px) 16px 40px;
  }

  .seminar-content__inner {
    width: 100%;
    max-width: 640px;
    padding: 18px 16px 25px;
    overflow: hidden;
    background: #fff;
  }

  .seminar-content__label {
    position: relative;
    top: auto;
    left: auto;
    width: min(42.1334vw, 158px);
    margin: 0 auto 12px;
    padding: 0;
    font-size: 0;
    transform: none;
  }

  .seminar-content__body {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .seminar-content__body p {
    font-size: 16px;
    line-height: 1.5;
  }

  .seminar-content__body p + p {
    margin-top: 0;
  }

  .seminar-content__underline {
    padding-bottom: 1px;
  }



  .topics {
    clip-path: none;
    padding: 54px 0 58px;
  }

  .topics__watermark,
  .topics__side-copy,
  .side-cta {
    display: none;
  }

  .topics .section-heading__ja::before,
  .topics .section-heading__ja::after {
    width: 24px;
  }

  .topics__grid {
    grid-template-columns: minmax(0, 312px);
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 24px;
  }

  .topic-card {
    gap: 21px;
    padding: 32px 24px;
  }

  .topic-card__icon {
    top: 26px;
    right: 11px;
    width: 124px;
    height: 124px;
  }

  .topic-card__point {
    font-size: 28px;
  }

  .topic-card__subtract {
    top: -12px;
    left: 62px;
    width: 39px;
    height: 42px;
  }

  .topic-card__text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
    padding-left: 24px;
  }

  .program {
    margin-top: 0;
    padding: 20px 0 20px;
    background-color: #000;
    background-image: url(img/program_bg_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .program_background {
    padding: 30px 0 50px;
  }

  .program__inner {
    margin: 0 auto;
  }

  .program__layout {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 36px;
  }

  .program .section-heading__ja::before,
  .program .section-heading__ja::after {
    width: 24px;
  }

  .program__price-card {
    width: 100%;
    padding: 34px 22px 24px;
    margin-top: 30px;
  }

  .program__price-row strong {
    font-size: 36px;
  }

  .program__price-row small {
    font-size: 8px;
  }

  .program__price-en {
    font-size: 21px;
  }

  .program__price-row em {
    font-size: 15px;
  }

  .program__price-accent,
  .program__price-num {
    font-size: 36px;
  }

  .program__price-note {
    font-size: 16px;
  }

  .program__carful-h4 {
    width: 100%;
    top: -11px;
    left: unset;
    margin: 0 auto;
    transform: unset;
  }

  .program__carful-h4 img {
    display: block;
    height: auto;
    margin: 0 auto;
  }

  .speaker {
    padding: 52px 16px 52px;
    clip-path: none;
  }

  .speaker__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 640px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
  }

  .speaker__text {
    display: contents;
    width: auto;
    padding-left: 0;
  }

  .speaker__heading {
    order: 1;
    gap: 10px;
    align-items: center;
    font-size: 24px;
    width: 160px;
  }

  .speaker__heading span {
    width: 6px;
    height: 24px;
    background: #000;
  }

  .speaker__heading p {
    color: #ba9725;
    font-weight: 700;
    line-height: 1;
  }

  .speaker__text h2 {
    order: 2;
    margin: 18px 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }

  .speaker__text span {
    font-size: 16px;
  }

  .speaker__position {
    order: 3;
    margin: 8px 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .speaker__lead {
    order: 4;
    width: 100%;
    min-height: 0;
    margin: 12px 0 0;
    padding: 8px 12px;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .speaker__photo {
    position: relative;
    order: 5;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 343px;
    margin: 8px auto 0;
  }

  .speaker__photo img {
    width: 100%;
  }

  .speaker__history {
    order: 6;
    margin-top: 24px;
  }

  .speaker__history h3 {
    position: relative;
    margin: 0 0 12px;
    padding: 4px 20px;
    font-family: "Zen Old Mincho", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
  }

  .speaker__history h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 28px;
    height: 100%;
    background: #080808;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }

  .speaker__history ul {
    gap: 0;
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }

  .speaker__history li {
    overflow-wrap: break-word;
  }

  .speaker__vertical {
    display: none;
  }

  #seminar-overview-table.overview {
    padding: 36px 16px 40px;
    background: #eeeeee;
  }

  #seminar-overview-table .overview__inner {
    width: 100%;
    max-width: 640px;
  }

  #seminar-overview-table .overview-h3_1 {
    width: 158px;
    margin: 0 auto 36px !important;
  }

  #seminar-overview-table .overview__table {
    display: block;
    width: 100%;
    border: 0;
    border-collapse: separate;
    table-layout: auto;
    background: transparent;
    color: #333;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }

  #seminar-overview-table .overview__table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  #seminar-overview-table .overview__table tr,
  #seminar-overview-table .overview__table th,
  #seminar-overview-table .overview__table td {
    display: block;
    width: 100%;
  }

  #seminar-overview-table .overview__table tr,
  #seminar-overview-table .overview__table tr:last-child {
    border-bottom: 0;
    background: transparent;
  }

  #seminar-overview-table .overview__table th,
  #seminar-overview-table .overview__table td,
  #seminar-overview-table .overview__table tr:last-child th,
  #seminar-overview-table .overview__table tr:last-child td {
    border-bottom: 0;
  }

  #seminar-overview-table .overview__table th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: auto;
    min-height: 28px;
    padding: 4px 12px 8px;
    background: #0e0e0e;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  #seminar-overview-table .overview__table td {
    height: auto;
    padding: 12px 8px;
    border-top: 1px solid #0e0e0e;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: normal;
  }

  #seminar-overview-table .overview__table tr:nth-child(3) td br {
    display: none;
  }

  #seminar-overview-table .overview__table tr:nth-child(6) th {
    font-size: 0;
  }

  #seminar-overview-table .overview__table tr:nth-child(6) th::after {
    content: "PDF";
    font-size: 16px;
    line-height: 1;
  }

  #seminar-overview-table .overview__pdf-link {
    padding-left: 28px;
  }

  #seminar-overview-table .overview__pdf-link::before {
    width: 17px;
    height: 19px;
  }

  #seminar-overview-table .overview__pdf-link a {
    color: #0e0e0e;
    font-size: 16px;
    line-height: 1;
  }

  #seminar-overview-table .overview__note-main {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
  }

  #seminar-overview-table .overview__note-sub {
    margin-top: 4px;
    color: #888;
    font-size: 12px;
    line-height: 1.5;
  }

  #seminar-overview-table .overview__notice {
    margin-top: 28px;
  }

  #seminar-overview-table .overview__notice > img {
    width: min(260px, 100%);
    margin: 0;
  }

  #seminar-overview-table .overview__notice ol {
    margin: 0;
    padding: 20px 12px 20px 30px;
    border: 1px solid #0e0e0e;
    background: #fff;
    color: #333;
  }

  #seminar-overview-table .overview__notice li {
    padding-left: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  #seminar-overview-table .overview__notice li + li {
    margin-top: 0;
  }

  .application {
    padding: 48px 16px 62px;
  }

  .application .c-secTtl_ja {
    font-size: 2.1rem;
  }

  .application .no-form,
  .no-form {
    margin: 30px auto 42px;
    font-size: 15px;
  }

  .partnership-header .inner {
    gap: 0 4px;
  }
}
