@charset "UTF-8";
main#salon {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  main#salon {
    padding: 0;
  }
}

.salon {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 999px) {
  .salon {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 768px) {
  .salon {
    font-size: 4.2vw;
  }
}
.salon img {
  max-width: 100%;
  height: auto;
}

.fade-in {
  opacity: 0;
  transform: translateY(1.5em);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-label {
  font-size: 0.8125em;
  line-height: 1.91;
  color: #e78500;
  text-align: center;
}
.section-label--light {
  color: #ffe19a;
}
.section-label__en {
  font-weight: 900;
}

.mv {
  position: relative;
  overflow: hidden;
  background: url("../img/mv_bg2.webp") center/cover no-repeat;
}
.mv__inner {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
  padding: 4.6875em 1.25em 1.125em;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 1.875em 1em 0.5em;
  }
}
.mv__badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625em 1em;
}
@media screen and (max-width: 768px) {
  .mv__badge-row {
    flex-direction: column;
    gap: 0.3125em;
  }
}
.mv__badge {
  display: inline-block;
  padding: 0.2307692308em 1.1538461538em;
  border-radius: 0.3076923077em;
  background: #0067c9;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mv__badge {
    font-size: 0.625em;
  }
}
.mv__catch {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4;
  color: #0067c9;
}
@media screen and (max-width: 768px) {
  .mv__catch {
    font-size: 0.6875em;
    line-height: 1.5;
    text-align: center;
  }
}
.mv__title {
  font-size: 1em;
  width: 42.5em;
  max-width: 100%;
  margin: 1.1875em auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mv__title {
    width: 100%;
    margin-top: 0.65625em;
  }
}
.mv__title-pc {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__title-pc {
    display: none;
  }
}
.mv__title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__title-sp {
    display: block;
    height: auto;
    margin: 0 auto;
  }
}
.mv__title-sp--upper {
  width: 14.125em;
}
.mv__title-sp--lower {
  width: 20.09375em;
  margin-top: 0.65625em;
}
.mv__lead {
  margin-top: 2.2307692308em;
  font-size: 0.8125em;
  line-height: 1.86;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__lead {
    margin-top: 1.625em;
    font-size: 0.5em;
    line-height: 1.82;
    text-align: justify;
  }
}
.mv__event {
  position: relative;
  z-index: 1;
  width: 43em;
  max-width: 100%;
  margin: 1.625em auto 0;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .mv__event {
    width: 20.75em;
    margin-top: 0.1875em;
  }
}
.mv__theme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em 0.6875em;
  padding: 0.875em 0.625em 0;
}
@media screen and (max-width: 768px) {
  .mv__theme {
    gap: 0.25em 0.375em;
    padding: 0.6875em 0 0;
    transform: translateX(3.21875em);
  }
}
.mv__theme-tag {
  display: inline-block;
  padding: 0.2307692308em 0.6153846154em;
  border-radius: 0.3076923077em;
  background: #fff;
  color: #0067c9;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mv__theme-tag {
    font-size: 0.45em;
  }
}
.mv__theme-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.4;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .mv__theme-title {
    font-size: 0.7625em;
  }
}
.mv__places {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375em 0.75em;
  margin: 0.625em 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .mv__places {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    gap: 0.25em;
    margin: 0.375em auto 0;
    transform: translateX(1.5em);
  }
}
.mv__place {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375em 0.4375em;
}
@media screen and (max-width: 768px) {
  .mv__place {
    gap: 0.1875em 0.3125em;
  }
}
.mv__place-icon {
  display: inline-flex;
  flex: none;
}
.mv__place-icon svg {
  display: block;
  height: auto;
}
.mv__place-icon--map {
  width: 0.6875em;
}
@media screen and (max-width: 768px) {
  .mv__place-icon--map {
    width: 0.48125em;
  }
}
.mv__place-icon--map svg {
  width: 100%;
  fill: #e78500;
}
.mv__place-icon--online {
  width: 0.9375em;
}
@media screen and (max-width: 768px) {
  .mv__place-icon--online {
    width: 0.6375em;
  }
}
.mv__place-icon--online svg {
  width: 100%;
  fill: #00abe2;
}
.mv__place-name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.8;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .mv__place-name {
    font-size: 0.60625em;
  }
}
.mv__place-cap {
  display: inline-block;
  padding: 0.0833333333em 0.6666666667em;
  border: 1px solid #12304c;
  border-radius: 999px;
  color: #12304c;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mv__place-cap {
    font-size: 0.5125em;
  }
}
.mv__people {
  position: absolute;
  bottom: -0.0625em;
}
.mv__people--left {
  left: calc(50% - 40.4375em);
  width: 18.75em;
}
.mv__people--right {
  top: 8.8125em;
  bottom: auto;
  left: calc(50% + 22.75em);
  width: 21em;
}
.mv__people--right-sp {
  top: 1.125em;
  bottom: auto;
  left: auto;
  right: 1.34375em;
  width: 5.46875em;
}
@media screen and (max-width: 768px) {
  .mv__people--left {
    left: 0.84375em;
    bottom: 0;
    width: 6.46875em;
  }
}
.mv__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.75em;
  min-height: 7.4375em;
  padding: 0.75em 1.25em;
  background: #0067c9;
}
@media screen and (max-width: 768px) {
  .mv__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125em;
    min-height: 0;
    padding: 1.0625em 1.34375em 1em;
  }
}
.mv__bar-item {
  display: flex;
  align-items: center;
  gap: 0.8125em;
}
@media screen and (max-width: 768px) {
  .mv__bar-item {
    gap: 0.5em;
  }
}
.mv__bar-icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 3.875em;
  height: 3.875em;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mv__bar-icon {
    width: 1.66875em;
    height: 1.66875em;
  }
}
.mv__bar-icon img {
  width: 2.1875em;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__bar-icon img {
    width: 0.9375em;
  }
}
.mv__bar-date {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mv__bar-date {
    flex-direction: row;
    align-items: baseline;
    gap: 0.1875em;
  }
}
.mv__bar-year {
  font-size: 1.25em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mv__bar-year {
    font-size: 0.8625em;
  }
}
.mv__bar-date-main {
  display: flex;
  align-items: baseline;
}
.mv__bar-day {
  font-size: 2.5em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .mv__bar-day {
    font-size: 1.73125em;
  }
}
.mv__bar-week {
  font-size: 1.4375em;
}
@media screen and (max-width: 768px) {
  .mv__bar-week {
    font-size: 1.00625em;
  }
}
.mv__bar-time {
  margin-left: 0.2em;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .mv__bar-time {
    font-size: 0.8625em;
  }
}
@media screen and (max-width: 768px) {
  .mv__bar-body {
    display: flex;
    align-items: center;
    gap: 0.3125em;
  }
}
.mv__bar-heading {
  display: flex;
  align-items: baseline;
  gap: 0.4545454545em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mv__bar-heading {
    gap: 0.2272727273em;
    font-size: 0.9625em;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
.mv__bar-order {
  font-size: 0.6363636364em;
}
.mv__bar-pills {
  display: flex;
  gap: 0.25em;
  margin-top: 0.4375em;
}
@media screen and (max-width: 768px) {
  .mv__bar-pills {
    gap: 0.1875em;
    margin-top: 0;
  }
}
.mv__bar-pill {
  display: inline-block;
  padding: 0.1538461538em 0.8461538462em;
  border-radius: 999px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .mv__bar-pill {
    font-size: 0.56875em;
    white-space: nowrap;
  }
}
.mv__bar-pill--venue {
  background: #e78500;
}
.mv__bar-pill--online {
  background: #00abe2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .mv__bar-body--network {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.5625em;
  }
}
.mv__bar-bubble {
  position: relative;
  display: inline-block;
  padding: 0.2222222222em 0.9444444444em;
  border-radius: 999px;
  background: #fff;
  color: #12304c;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mv__bar-bubble {
    padding: 0.4444444444em 1.4444444444em;
    font-size: 0.5625em;
    white-space: nowrap;
  }
}
.mv__bar-bubble-tail {
  position: absolute;
  bottom: -0.5555555556em;
  left: 4.6666666667em;
  width: 0.9166666667em;
}
@media screen and (max-width: 768px) {
  .mv__bar-bubble-tail {
    bottom: auto;
    top: 0.7222222222em;
    left: -0.5555555556em;
    width: 1em;
    transform: rotate(40deg) skewX(-25deg) scaleY(0.91);
  }
}
.mv__bar-bubble-tail svg {
  display: block;
  width: 100%;
  height: auto;
}
.mv__bar-network {
  position: relative;
  margin-top: 0.32em;
  color: #fff700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5625em;
  line-height: 1.1;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv__bar-network {
    margin-top: 0;
    font-size: 0.95em;
  }
}
.mv__bar-sparkle {
  position: absolute;
  top: -0.75em;
  right: -0.875em;
  width: 1.1875em;
  transform: rotate(41deg);
}
.mv__bar-sparkle img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__bar-sparkle {
    top: -0.375em;
    right: -0.1875em;
    width: 0.5125em;
  }
}

.about {
  padding: 13.25em 1.25em 5.375em;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 6.25em 1em 3.75em;
  }
}
.about__inner {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
}
.about__title {
  margin-top: 0.7142857143em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.64;
  text-align: center;
  color: #0067c9;
}
.about__arrow {
  position: absolute;
  width: 4.75em;
}
.about__arrow--left {
  top: -1.375em;
  left: calc(50% - 26.5em);
}
.about__arrow--right {
  top: -2.25em;
  left: calc(50% + 25.6875em);
}
@media screen and (max-width: 768px) {
  .about__arrow {
    display: none;
  }
}
.about__person {
  position: absolute;
}
.about__person--left {
  top: 2em;
  left: calc(50% - 28.0625em);
  width: 7.4375em;
}
.about__person--right {
  top: 1.875em;
  left: calc(50% + 20.9375em);
  width: 6.8125em;
}
@media screen and (max-width: 768px) {
  .about__person {
    display: none;
  }
}
.about__lead {
  margin-top: 1.3571428571em;
  font-size: 0.875em;
  line-height: 1.91;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__lead {
    text-align: left;
  }
}
.about__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0625em 1em;
  max-width: 62.5em;
  margin: 5.4375em auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .about__cards {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }
}
.about__note {
  max-width: 62.5em;
  margin: 1em auto 0;
}

.about-card {
  display: flex;
  align-items: center;
  gap: 1.625em;
  min-height: 9.9375em;
  padding: 1em 1.875em 1em 3.5em;
  background: #fff;
  border: 1px solid #0067c9;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  .about-card {
    padding: 1.25em 1.25em 1.25em 1.5em;
    gap: 1em;
  }
}
.about-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 3.875em;
}
.about-card__icon img {
  height: auto;
}
.about-card--lecture .about-card__icon img {
  width: 2.5em;
}
.about-card--case .about-card__icon img {
  width: 3.5625em;
}
.about-card--share .about-card__icon img {
  width: 3.8125em;
}
.about-card--network .about-card__icon img {
  width: 3.5625em;
}
.about-card__body {
  display: block;
  flex: 1;
}
.about-card__title {
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.4;
  color: #12304c;
}
.about-card__text {
  display: block;
  margin-top: 0.5925925926em;
  font-size: 0.84375em;
  line-height: 1.95;
  text-align: justify;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .about-card__text {
    font-size: 0.78125em;
  }
}

.flow {
  padding: 7em 1.25em 7.9375em;
  background: #4c8dcb;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 3.75em 1em 4.375em;
  }
}
.flow__inner {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
}
.flow__title {
  margin-top: 0.1428571429em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.64;
  text-align: center;
  color: #fff;
}
.flow__illust {
  position: absolute;
}
.flow__illust--left {
  top: -0.9375em;
  left: calc(50% - 18.25em);
  width: 5.375em;
}
.flow__illust--right {
  top: -2.8125em;
  left: calc(50% + 11.5em);
  width: 7.1875em;
}
@media screen and (max-width: 768px) {
  .flow__illust {
    display: none;
  }
}
.flow__note {
  margin: 3em auto 0;
}
.flow__steps {
  position: relative;
  max-width: 62.5em;
  margin: 5.0625em auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .flow__steps {
    margin-top: 3.5em;
  }
}
.flow__steps::before {
  content: "";
  position: absolute;
  top: 2.5em;
  bottom: 6em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5em;
  background: #fff;
}

.flow-step {
  position: relative;
  padding: 2.375em 1.5em 1.625em;
  background: #fff;
  border-radius: 0.625em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-step {
    padding-top: 3.125em;
  }
}
.flow-step + .flow-step {
  margin-top: 4.375em;
}
@media screen and (max-width: 768px) {
  .flow-step + .flow-step {
    margin-top: 3em;
  }
}
.flow-step__num {
  position: absolute;
  top: -0.8928571429em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8214285714em;
  height: 1.8214285714em;
  border-radius: 50%;
  background: #e78500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75em;
  line-height: 1;
}
.flow-step__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4;
  color: #0067c9;
}
.flow-step__text {
  margin-top: 0.2857142857em;
  font-size: 0.875em;
  line-height: 1.91;
}
@media screen and (max-width: 768px) {
  .flow-step__text {
    text-align: justify;
    font-size: 0.9375em;
    margin-top: 1.2em;
  }
}

.program {
  padding: 8.4375em 1.25em 6.4375em;
  background: url("../img/program_bg.webp") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 3.75em 1em 4.375em;
  }
}
.program__inner {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
}
.program__theme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75em 1.0625em;
  margin-top: 1.0625em;
}
.program__theme-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.3157894737em;
  height: 1.9473684211em;
  padding: 0 0.6315789474em;
  border-radius: 0.2105263158em;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1;
  color: #0067c9;
}
.program__theme-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.4;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .program__theme-title {
    text-align: center;
  }
}
.program__desc {
  margin-top: 2.1428571429em;
  font-size: 0.9375em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program__desc {
    text-align: justify;
  }
}
.program__illust {
  position: absolute;
}
.program__illust--left {
  top: 2.0625em;
  left: calc(50% - 30.5625em);
  width: 8.5em;
}
.program__illust--right {
  top: 2.8125em;
  left: calc(50% + 21.9375em);
  width: 9.8125em;
}
@media screen and (max-width: 768px) {
  .program__illust {
    display: none;
  }
}
.program__body {
  max-width: 62.5em;
  margin: 5.25em auto 0;
}
@media screen and (max-width: 768px) {
  .program__body {
    margin-top: 3.5em;
  }
}
.program__subhead {
  position: relative;
  padding-left: 0.75em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 2.3;
  letter-spacing: 0.07em;
  color: #12304c;
}
.program__subhead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.25em;
  height: 1em;
  border-radius: 0.15em;
  background: #236bb6;
}
.program__subhead--orgs {
  margin-top: 0.75em;
}
.program__subhead--timetable {
  margin-top: 3.65em;
}
.program__orgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0625em;
  margin-top: 1.0625em;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .program__orgs {
    grid-template-columns: 1fr;
  }
}
.program__timetable {
  margin-top: 0.5625em;
  border-radius: 0.5em;
  overflow: hidden;
}
.program__subhead--venue {
  margin-top: 2.8em;
}
.program__venue {
  max-width: 55em;
  margin: 1.0625em auto 0;
  text-align: center;
}
.program__venue-name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
  color: #12304c;
}
.program__venue-address {
  margin-top: 0.2857142857em;
  font-size: 0.875em;
  line-height: 1.7;
}
.program__venue-map {
  margin-top: 0.875em;
  border-radius: 0.5em;
  overflow: hidden;
}
.program__venue-map iframe {
  display: block;
  width: 100%;
  height: 22.5em;
  border: 0;
}
@media screen and (max-width: 768px) {
  .program__venue-map iframe {
    height: 17.5em;
  }
}
.program__cta {
  margin-top: 6.9375em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program__cta {
    margin-top: 4em;
  }
}
.program__cta-note {
  margin: 1.875em auto 0;
}

.lecturer {
  display: flex;
  align-items: flex-start;
  gap: 2.5em;
  margin-top: 0.875em;
  padding: 1.75em 1.625em 1.625em 1.6875em;
  background: #fff;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  .lecturer {
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    padding: 2em 1.25em 1.5em;
  }
}
.lecturer__figure {
  flex: none;
  width: 15.75em;
  text-align: center;
}
.lecturer__photo {
  width: 60%;
  height: auto;
  border-radius: 50%;
}
.lecturer__name {
  margin-top: 1.3333333333em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.55;
  color: #12304c;
}
.lecturer__title {
  margin: 0.64em -1.92em 0;
  font-size: 0.78125em;
  font-weight: 500;
  line-height: 1.7;
  color: #12304c;
}
.lecturer__detail {
  flex: 1;
  min-width: 0;
}
.lecturer__career {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125em;
  line-height: 1.5;
  color: #222;
}
.lecturer__career th,
.lecturer__career td {
  padding: 0.6923076923em 0;
  border-bottom: 1px solid #e7e7e5;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.lecturer__career thead th {
  font-weight: 700;
}
.lecturer__career th[scope=row],
.lecturer__career thead th:first-child {
  width: 7.2307692308em;
  padding-right: 0.7692307692em;
}
.lecturer__profile {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
  color: #0f2c71;
  font-weight: 500;
}

.org-card {
  display: flex;
  gap: 1.1875em;
  padding: 1.0625em 1.5em 1.125em 1.6875em;
  background: #fff;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  .org-card {
    padding: 1.25em;
  }
}
.org-card__medal {
  flex: none;
  width: 3.625em;
  height: auto;
  align-self: flex-start;
}
.org-card__body {
  flex: 1;
  min-width: 0;
}
.org-card__name {
  margin-top: 0.1176470588em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.0625em;
  line-height: 1.5;
  color: #12304c;
}
.org-card__award {
  display: inline-block;
  margin-top: 0.6923076923em;
  padding: 0.3076923077em 0.9230769231em;
  border-radius: 0.3076923077em;
  background: #fee8d0;
  color: #8d6f53;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.5;
}
.org-card__label {
  margin-top: 1em;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.5;
  color: #12304c;
}
.org-card__project {
  margin-top: 0.1481481481em;
  font-size: 0.84375em;
  line-height: 1.55;
  color: #12304c;
}
.org-card__link {
  display: inline-block;
  margin-left: 0.4444444444em;
  vertical-align: -0.1481481481em;
  transition: opacity 0.3s ease;
}
.org-card__link svg {
  display: block;
  width: 1.037037037em;
  height: auto;
  fill: #12304c;
}
.org-card__link:hover {
  opacity: 0.7;
}

.timetable {
  width: 100%;
  border-collapse: collapse;
}
.timetable th,
.timetable td {
  text-align: left;
  vertical-align: middle;
}
.timetable thead th {
  padding-top: 0.6923076923em;
  padding-bottom: 0.6923076923em;
  background: #0067c9;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.5;
}
.timetable__head-time {
  width: 12.8461538462em;
  padding-left: 2.9230769231em;
}
@media screen and (max-width: 768px) {
  .timetable__head-time {
    width: 8.6153846154em;
    padding-left: 1.2307692308em;
  }
}
.timetable tbody tr:nth-child(odd) {
  background: #eaf3fc;
}
.timetable tbody tr:nth-child(even) {
  background: #fff;
}
.timetable tbody th {
  padding: 1.0666666667em 0 1.0666666667em 2.5333333333em;
  font-size: 0.9375em;
  line-height: 1.5;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .timetable tbody th {
    padding-left: 1.0666666667em;
  }
}
.timetable__time {
  display: inline-block;
  width: 4.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .timetable__time {
    width: 3.6em;
  }
}
.timetable__min {
  font-weight: 400;
  font-size: 0.8333333333em;
  color: #788a9b;
}
.timetable__desc {
  padding: 1.0666666667em 1.3333333333em 1.0666666667em 0;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .timetable__desc {
    padding-right: 1em;
  }
}

.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19.5714285714em;
  max-width: 100%;
  height: 3.0476190476em;
  border-radius: 999px;
  background: #0067c9;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3125em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333em;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.2380952381em 0 0.2380952381em 0.7619047619em;
  border-color: transparent transparent transparent #fff;
}
.cta-btn:hover {
  opacity: 0.85;
}

.attend-note {
  padding: 0;
  list-style: none;
}
.attend-note__item {
  position: relative;
  padding-left: 1.2em;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.8;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .attend-note__item {
    font-size: 0.85em;
  }
}
.attend-note__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.attend-note--light .attend-note__item {
  color: #fff;
}
.attend-note--center {
  display: table;
}

.floating {
  position: fixed;
  top: calc(50% - 6.3125em);
  right: 3.125em;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.625em;
  height: 12.625em;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0067c9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    right: 0.75em;
    bottom: 0.75em;
    width: 7.5em;
    height: 7.5em;
  }
}
.floating:hover {
  transform: scale(1.05);
}
.floating.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.floating__text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6875em;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .floating__text {
    font-size: 1.0625em;
  }
}
.floating__arrow {
  display: inline-block;
  width: 1.6666666667em;
  margin-left: 0.2962962963em;
  vertical-align: middle;
}
.floating__arrow svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}